/*===============================================
●smart.css  画面の横幅が640pxまで D23_190204_962
===============================================*/
@media screen and (max-width:640px){

	
	
.pcsize { display: none !important; }
.spsize { display: block !important; width: 100%;}
.resinputbox {  width: 90%;font-size:18px; border-radius:8px;margin-bottom:15px;text-align:center;}
	.pp { width:90%;}
	

.pd01, .pd02, .pd03, .pd04, .pd05{
	padding:30px;
}

.pagetop {
	width:60px !important;
	bottom: 2px;
	right: 5px;
}

.size20{
	font-size:14px;
}
.size22{
	font-size:16px;
}


.simg_s60{
	width:60%;
}


.simg_s80{
	width:80%;
}


.simg_s90{
	width:90%;
}


.btn_margin {
	margin:0% 0 10%;
}


 
 

.inputText01{
	width:100%;
	color:#ccc;
	font-weight:normal;
	font-size:14px;
}
.InputSubmit{
	margin:10px 0 0;
}
.simg_s{
	width:50%;
}

.imgR, .imgL{
	float:none!important;
	clear:both!important;
	text-align:center!important;
	display:block!important;
	margin:0px auto 15px;
}

.tokutei_tb{
	width:96%!important;
}
.form_tb {
	width:100%!important;
}

.tokutei_tb tr, .tokutei_tb th, .tokutei_tb td,
.form_tb tr, .form_tb th, .form_tb td {
	width: 100%!important;
	display: block!important;
	box-sizing:border-box;
	
}
.tokutei_tb th,
.form_tb th{
	width: auto;
}
.tokutei_tb th, .tokutei_tb td,
.form_tb th, .form_tb td {
	text-align:left;
	white-space: normal;
}

.form_tb td {
	margin-bottom:15px;
}

ul.check{
	padding:10px;
	margin:0px;
	font-size:14px !important;
}


ul.checkbox{
	padding:20px;
}

ul.checkbox li{
	font-size:inherit;
}


.conBox01,
.conBox02,
.conBox03{
	display:table;
	margin:0 auto;
	width:100%;
}
.conL{
	display: block;
	text-align:center;
	margin-bottom:30px;
}

.conL01{
	display: block;
	margin-bottom:10px;
}


}