@charset "UTF-8";

.login,.mb-confirm,.register-form,.register-result,.mb-pwlost{
	width:100%;
	margin: 200px auto
}

.login__wrap,.mb-confirm__wrap,.register-form__wrap,.register-result__wrap,.mb-pwlost__wrap{
	max-width: 400px;
	width: calc(100% - 40px);
	margin:0 auto
}

/**/
.login__tit{
	margin-bottom: 40px;
	text-align: center
}

.login__grid{
	display: flex;
	flex-direction: column;
	gap:12px;
}

.login__auto-label{
	display: inline-flex;
	align-items: center;
	height:24px;
	padding-left: 32px
}

.login__btn{
	width: 100%;
	margin: 20px 0 12px
}

.login__register a{
	width: 100%;
}

.login__lost{
}

.login__lost a{
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	color: var(--color-gray-60);
	box-sizing: border-box;
}

/**/
.mb-confirm__tit{
	margin-bottom: 20px;
	text-align: center
}

.mb-confirm__txt{
	margin-bottom: 64px;
	text-align: center
}

.mb-confirm__btn{
	width: 100%;
	margin-top: 20px
}

.register-form-inner{
	display: flex;
	flex-direction: column;
	gap:20px;
}

.register-form__tit{
	text-align: center;
	margin-bottom: 64px
}

.register-form__input label{
	display: block;
	margin-bottom: 8px
}

.register-form__input .required::after{
	content: '*';
	margin-left: 4px;
	color: var(--color-error)
}

.register-form__cert{
	width: 100%
}

.register-form__cert + .register-form__cert{
	margin-top: 8px
}

.register-form__nick-help,.register-form__homepage-help{
	margin-top: 4px;
	color: var(--color-gray-60)
}

.register-form__addr-search{
	display: grid;
	grid-template-columns: auto 160px;
	gap:8px;
}

.register-form__addr-item + .register-form__addr-item{
	margin-top: 8px
}

.register__agree-chk{
	padding-top: 40px;
	margin-top: 40px;
	box-shadow: inset 0 1px 0  var(--color-gray-20)
}

.register__agree-chk label{
	display: flex;
	align-items: center;
	height: 22px;
	padding-left: 32px
}

.register__agree-chk .chk_all{
	margin-bottom: 20px
}

.register__agree-grid{
	display: flex;
	justify-content: space-between;
	gap:20px;
}

.register__agree + .register__agree{
	margin-top: 12px
}

.register__agree-btn{
	color:var(--color-primary-70);
	cursor: pointer;
}

.register__agree-bg{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 95;
	background-color: rgba(0,0,0,0.5);
	display: none
}

.register__agree-txt, .register__agree-txt2{
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	padding:40px;
	width:50%;
	height:50%;
	box-sizing: border-box;
	border-radius: 12px;
	background-color: var(--color-gray-00);
	z-index: 99;
	display: none
}

.register__agree-text{
	overflow-y: auto;
}

.register__agree-close{
	height:24px;
	text-align: right;
	cursor: pointer;
}

.is_captcha_use{
	margin-top: 40px
}

.register-form #captcha{
	all: unset;
	border: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap:8px;
}

.register-form label[for='captcha_key']{
	font-size: 1.3rem;
	line-height: 1.6rem;
	display: block;
	margin-bottom: 8px
}

#captcha #captcha_img{
	width: 45%;
	height: auto;
}

#captcha #captcha_key{
	all: unset;
	width: 50%;
	height: 56px;
	padding:0 16px;
	box-sizing : border-box;
	box-shadow: inset 0 0 0 1px var(--color-gray-10);
	border-radius: 4px;
	cursor: pointer;
	transition: 0.3s;
	font-size: max(1.5rem, min(2vw, 1.6rem));
	line-height: calc(max(1.5rem, min(2vw, 1.6rem)) + 6px);
	letter-spacing: -0.02em
}

#captcha #captcha_key:focus, #captcha .captcha_mp3:focus, #captcha .captcha_reload:focus{
	box-shadow: inset 0 0 0 2px var(--color-primary-70)
}

#captcha .captcha_mp3{
	all: unset;
	width:40px;
	height:40px;
	background:url(../../../img/ico_captcha1.svg) no-repeat center;
	transition: 0.3s;
	border-radius: 4px;
	cursor: pointer;
	box-shadow: inset 0 0 0 1px var(--color-gray-10);
}

#captcha .captcha_reload{
	all: unset;
	width:40px;
	height:40px;
	background:url(../../../img/ico_captcha2.svg) no-repeat center;
	transition: 0.3s;
	border-radius: 4px;
	cursor: pointer;
	box-shadow: inset 0 0 0 1px var(--color-gray-10);
}

.register-form__submit-btn{
	margin-top: 64px;
	width: 100%
}

.register-form__img input[type="file"]::file-selector-button{
	height: 24px;
	font-size: 1.3rem;
	line-height: 1.6rem;
	text-align: center;
	margin:16px 8px 16px 0;
	float: left;
}

.register-form__img input[type="file"]{
	line-height: 56px
}

.register-form__img img{
	margin-top: 8px
}

.register-form__img-help{
	width: 100%;
	margin-top: 4px;
	color: var(--color-gray-60)
}

.register-form__img .register-form__img-del{
	display: flex;
	align-items: center;
	height: 24px;
	padding-left: 28px
}


.register-result__wrap{
	text-align: center;
}

.register-result__tit{
	margin-bottom: 80px
}

.register-result__txt{
	margin-bottom: 20px	
}

.register-result__subtxt{
	color:var(--color-gray-60)
}

.register-result__btn{
	margin-top: 64px;
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap:40px
}

.register-result__main,.register-result__login{
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
}

.mb-pwlost__tit{
	margin-bottom: 20px;
	text-align: center
}

.mb-pwlost__txt{
	text-align: center
}

.mb-pwlost__txt + .mb-pwlost__txt{
	margin-bottom: 64px
}

.mb-pwlost__input{
	margin-bottom: 20px
}

.mb-pwlost #captcha{
	all: unset;
	border: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap:8px;
}

.mb-pwlost label[for='captcha_key']{
	font-size: 1.3rem;
	line-height: 1.6rem;
	display: block;
	margin-bottom: 8px
}

.mb-pwlost__btn-wrap{
	margin-top: 40px
}

.mb-pwlost__btn{
	width: 100%
}

@media all and (max-width:1024px) {
	.register__agree-txt, .register__agree-txt2{
		width:80%;
		height:80%;
	}
}