@charset "UTF-8";



/* ------------------------------
	.login
------------------------------ */
.content{
	min-height: calc(100vh - 145px);
}

.login{
	padding: 60px 0 0;
}

.login_txt{
	margin-bottom: 35px;
}

.login_wrap{
	display: flex;
	align-items: center;
	justify-content: center;
}

.login_wrap + .login_wrap{
	margin-top: 35px;
}

.login_wrap .login_ttl{
	width: 110px;
	font-size: 1.6rem;
	font-weight: bold;
}

.login_wrap .login_box{
	width: 250px;
}

.login_wrap .login_box input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]){
	width: 100%;
	height: 40px;
	padding: 0 10px;
	border: 1px solid #000000;
	border-radius: 2px;
}

.login_form .btn{
	margin: 40px auto 0;
}


.login_btm{
	margin-top: 80px;
}

.login_address{
	max-width: 600px;
	margin: 35px auto 0;
}



/* ------------------------------
	.logout
------------------------------ */
.logout{
	padding: 185px 0 205px;
}

.logout_txt{
	margin-bottom:
}

.logout .btn{
	margin: 35px auto 0;
}



/* ------------------------------
	header
------------------------------ */
.header_wrap .gnav_box{
	display: none;
}
.header_wrap .header_top *{
	display: none;
}



/* ------------------------------
	footer
------------------------------ */
.footer_wrap .footer_nav{
	display: none;
}