@charset "UTF-8";
/* CSS Document */
.logged-in .nologin {
	display: none !important;
}

.wpmembers_form #wpmem_reg {
	width: 100%;
}
.wpmembers_form fieldset {
}
.wpmembers_form legend {
	display: none;
}
.wpmembers_form .form_custom {
	display: flex;
	align-items: center;
	width: 100%;
	padding: 1.5em 0 1.5em 1em;
	border-bottom: 1px solid #ddd;
}
.wpmembers_form .form_custom > label,.wpmembers_form .form_custom > label.multicheckbox {
	width: 200px;
	font-weight: 700;
}
.wpmembers_form .div_text {
	flex: 1;
	margin: 0 !important;
}
.wpmembers_form input:not(.buttons):not(#rememberme) {
	width: 100%;
	border: none;
	background: #eee;
	border-radius: 3px;
	height: 50px;
	padding: 0 1rem;
}
.wpmembers_form .req {
	color: #fb5357;
}
.wpmembers_form .button_div {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 3rem;
	margin-bottom: 3rem;
}
.wpmembers_form .button_div input[type="submit"] {
	margin: 0 2em;
}
#wpmem_register_form .form_custom:has(#username){
	display:none!important;
}
#wpmem_register_form label[for=username]{
	display:none;
}
.link-text a {
	display: inline-block;
	position: relative;
	color: var(--blue1);
}
.link-text a:after {
	content: "";
    position: absolute;
    right: 0;
    bottom: 2px;
    z-index: 0;
    background: var(--blue1);
    width: 100%;
    height: 1px;
    transition: .15s cubic-bezier(.35,.03,.52,1) .1s;
}
.link-text a:hover:after {
	width: 0;
}
.link-text a::before {
	font-family: 'Material Icons';
    content: '\e5c8';
    font-size: 1.6rem;
    vertical-align: -3px;
}
/******************************************************************************************* 
	
	ログインページ

****************************************************************************************** */
#login fieldset {
	border-top: 1px solid #ddd;
	margin-top: 2rem;
}
#login .link-text {
	text-align: center;
}
#login .link-text-username {
	display: none;
}
#login .link-text .link-text-register {
	display: none;
}
.back_btn {
	margin-top: 3rem;
	margin-bottom: 4rem;
	padding: 3rem 1rem;
	background: var(--bluegray2);
	border-radius: 7px;
}
#login h3.bg {
	background: transparent;
	font-size: 2rem;
}

.login_status {
	text-align: center;
	padding: 3rem 0;
}
.login_status a {
	display: inline-block;
	position: relative;
	color: var(--blue1);
}
.login_status a:after {
	content: "";
    position: absolute;
    right: 0;
    bottom: 2px;
    z-index: 0;
    background: var(--blue1);
    width: 100%;
    height: 1px;
    transition: .15s cubic-bezier(.35,.03,.52,1) .1s;
}
.login_status a:hover:after {
	width: 0;
}
.login_status a::before {
	font-family: 'Material Icons';
    content: '\e5c8';
    font-size: 1.6rem;
    vertical-align: -3px;
}
.user_notice {
	margin-top: 8rem;
}
/******************************************************************************************* 
	
	マイページ

****************************************************************************************** */
#mypage fieldset {
	border-top: 1px solid #ddd;
	margin-top: 1rem;
}
#mypage .wpmembers_form ul {
	padding: 3rem 0;
	text-align: center;
}
#mypage .wpmembers_form ul li a {
	display: inline-block;
	position: relative;
	color: var(--blue1);
	margin-bottom: 1em;
}
#mypage .wpmembers_form ul li a:after {
	content: "";
    position: absolute;
    right: 0;
    bottom: 2px;
    z-index: 0;
    background: var(--blue1);
    width: 100%;
    height: 1px;
    transition: .15s cubic-bezier(.35,.03,.52,1) .1s;
}
#mypage .wpmembers_form ul li a:hover:after {
	width: 0;
}
#mypage .wpmembers_form ul li a::before {
	font-family: 'Material Icons';
    content: '\e5c8';
    font-size: 1.6rem;
    vertical-align: -3px;
}
.text-left {
	text-align: left !important;
}
#mypage .wpmem_msg {
	text-align: center;
}


/******************************************************************************************* 
	
	新規会員登録

****************************************************************************************** */
#signup fieldset {
	border-top: 1px solid #ddd;
	margin-top: 1rem;
}
#signup link-text {
	text-align: center;
}
#signup:has(#wpmem_login) p.text-left {
	display: none !important;
}
#signup:has(.register_links) p.text-left {
	display: none !important;
}
#signup .wpmem_msg {
	text-align: center;
}
.register_links {
	text-align: center;
	padding: 3rem 0;
}
.register_links li {
	margin-bottom: 1rem;
}
.register_links a {
	display: inline-block;
	position: relative;
	color: var(--blue1);
}
.register_links a:after {
	content: "";
    position: absolute;
    right: 0;
    bottom: 2px;
    z-index: 0;
    background: var(--blue1);
    width: 100%;
    height: 1px;
    transition: .15s cubic-bezier(.35,.03,.52,1) .1s;
}
.register_links a:hover:after {
	width: 0;
}
.register_links a::before {
	font-family: 'Material Icons';
    content: '\e5c8';
    font-size: 1.6rem;
    vertical-align: -3px;
}
.wpmembers_form p.desc__txt {
	margin: 0;
	padding: 2em 0 1em;
	border-bottom: 1px solid #ddd;
	text-align: center;
}
.div_multicheckbox {
	flex: 1;
}
.div_multicheckbox br {
	display: none;
}
.div_multicheckbox input[type="checkbox"] {
	pointer-events: auto;
	width: auto !important;
	height: auto !important;;
}
.div_multicheckbox label {
	margin-right: 1.65em;
}
#wpmem_register_form .form_custom:has(.multicheckbox) {
	border-bottom: none;
}
#wpmem_register_form .form_custom:has(#kikkake_txt),
#wpmem_register_form .form_custom:has(#kyoumi_txt) {
	padding-top: 0;
}
#wpmem_register_form .form_custom:has(#kikkake_txt) label,
#wpmem_register_form .form_custom:has(#kyoumi_txt) label {
	visibility: hidden;
}


@media (max-width: 767px) {
	
	.wpmembers_form .form_custom {
	  display: block;
	  padding: 1em 1rem 1em;
	}
	.wpmembers_form .form_custom > label {
		width: 100%;
		margin-bottom: .5em;
	}
	.wpmembers_form .button_div {
		display: block;
		margin-top: 2rem;
		margin-bottom: 1em;
		text-align: center;
	}
	.wpmembers_form .button_div input[type="submit"] {
		margin: 1rem 0;
	}
	.wpmembers_form input:not(.buttons):not(#rememberme) {
		height: 40px;
	}
	.back_btn {
	  padding: 2rem 1rem;
	  margin-bottom: 3rem;
	}
	.user_notice {
		margin-top: 4rem;
	}
	#wpmem_register_form .form_custom:has(#kikkake_txt) label, #wpmem_register_form .form_custom:has(#kyoumi_txt) label {
	  display: none;
	}
	.div_multicheckbox br {
	  display: block;
	}

	
}
