@media screen and (max-width: 768px) {
    html.login,
    body.login {
        -webkit-overflow-scrolling: touch !important;
        width: 100%;
        height: 100%;
    }
}
@media screen and (max-width: 768px) {
    body.login {
        position: relative;
        min-height: 100%;
    }
}
body{
	background-color: #fafbfb;
}
.account_base{
	width: 100%;
	height: 100%;
	display: none;
	padding-top: 80px;
	background-color: #ebebeb;
	box-sizing: border-box;
	align-items: flex-start;
}

.account_base .outer{
	position: relative;
	width: 100%;
	max-width: 480px;
	padding: 40px;
	background-color: #ffffff;
	border: 1px solid #e3e3e3;
	box-sizing: border-box;
	margin: 0 auto;
	
}

@media all and (max-width: 768px) {
	.account_base{
		padding: 16px;
		padding-top: 60px;
	}
	.account_base .outer{
		padding: 16px;
	}
}



.account_base .outer .input1{
	font-size: 16px;
	width: 100%;
	padding: 8px;
	background-color: #ffffff;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	margin-top: 8px;
	margin-bottom: 24px;
	box-sizing: border-box;
}

.account_base .outer .btn{
	display: block;
	font-size: 16px;
	width: 100%;
	height: 48px;
	text-align: center;
	line-height: 48px;
	background-color: #0177D7;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	color: #ffffff;
	font-weight: bold;
	margin-bottom: 24px;
}

.account_base h3{
	font-size:20px;
	margin-bottom: 24px;
}
.account_base li p{
	line-height: 1.7;
}
.account_base .list li:not(:last-child){
	margin-bottom: 16px;
}
.account_base .list li:hover{
	text-decoration: underline;
}
.account_base .close{
	position: absolute;
	right: 0;
	top:-40px;
}
.account_base .close img{
	width: 24px;
	height: 24px;
}

.account_base .prev{
	position: absolute;
	left: 0;
	top:-40px;
}
.account_base .prev img{
	width: 24px;
	height: 24px;
	margin-right: 0.5em;
}
.account_base .prev a{
	color: inherit;
	display: flex;
	align-items:center;
}
.account_base .error{
	display: none;
	align-items:center;
	border: 2px solid #d25858;
	padding: 8px;
	margin-bottom: 8px;
}
.account_base .error img{
	height: 20px;
	width: auto;
	display: block;
	margin: 0;
}
.account_base .error span{
	display: block;
	padding-left: 1em;
	line-height: 1.5;
}


#mail_check{
	display: block;
	font-weight: bold;
	line-height: 1.5;
}
#mail_check span{
	font-size: 16px;
}
#regist_2_mail h4{
	font-weight: bold;
	margin-bottom: 8px;
}

#tel_base ul{
	display: flex;
	justify-content:space-between;
	margin-top: 8px;
	margin-bottom: 24px;
}
#tel_base ul li{
	position: relative;
	/*width: calc(100% / 3 - 20px);*/
}
#tel_base ul li.hyphen{
	display: flex;
	align-items:center;
	padding: 0 0.5em;
}
#tel_base ul .input1{
	text-align: center;
	margin: 0;
}
.terms_base{
	margin-top: 8px;
	margin-bottom: 24px;
}
.terms_base label{
	padding-right: 1em;
}
