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


body{
	font-size:18px;
}
.pagetop {
	width:60px !important;
	bottom: 2px;
	right: 5px;
}

.caution h3{
	font-size: 18px;
}

.caution {

	font-size: 16px;
	line-height: 28px;
	padding: 10px;
	border: 4px solid #cc0000;
	margin-top: 20px;
}

.caution2{
	font-size: 14px;
}



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

.pd01 {
	margin: 0px 10px 0px 10px;
	
}
.size20 { font-size: 18px; }

.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.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;
}


.f_link,
.f_copy{
	display:block;
}


/* table */
.tb01 th{
	padding:5px;
	font-size:16px;
}
.tb01 td{
	padding:5px;
	font-size:14px;
}





}