@charset "UTF-8";
/* CSS Document */


/*
■■■■■■■■■■■■■■■■■■■
■■■■■■■■■■■■■■■■■■■
smp_pc共通
■■■■■■■■■■■■■■■■■■■
■■■■■■■■■■■■■■■■■■■
*/
.logo_center{
	width:100%;
	max-width:470px;
	margin:auto;
	box-sizing:border-box;
	padding:10vh 3vw;
}

.login_wrap{
	width:100%;
	max-width:470px;
	margin: auto;
	margin-bottom:3%;
	box-sizing:border-box;
	background-color:#F0F3F5;
	padding:10%;
}

.top_main_content{
	width:100%;
	max-width:470px;
	margin: auto;
}




/*
■■■■■■■■■■■■■■■■■■■
■■■■■■■■■■■■■■■■■■■
smp
■■■■■■■■■■■■■■■■■■■
■■■■■■■■■■■■■■■■■■■
*/

@media screen and (max-width:640px){
	.logo_center{
		width:70%;
	}
	.top_main_content{
		width:90%;
		margin: auto;
	}
}
/*
■■■■■■■■■■■■■■■■■■■
■■■■■■■■■■■■■■■■■■■
PC
■■■■■■■■■■■■■■■■■■■
■■■■■■■■■■■■■■■■■■■
*/
@media screen and (min-width:641px){
	footer{
		margin-left:0 !important;
	}
	main{
		margin-left:0 !important;
	}	
	
	
}