@charset "UTF-8";
#header {
	background-color: rgba(255,255,255,1);
}
#page_header{background-image: url("../img/header_img_pc.webp");}
.contact_h3{font-size: 1.6em;color:#002b6b;}
.white_box{background-color: #ffffff;box-shadow: 5px 5px 10px #898989;border-radius: 10px;padding: 2em;text-align: center; }
.white_box img.tel{height: 120px;margin-top: 2%;}


.title_h2{font-size: 2.0em;text-align: center;}
.thanks_h3{font-size: 1.3em;margin-bottom: 1%;margin-top: 1em;line-height: 1.6em;}
.w90per{width: 90%;margin: 0 auto;}
.form_box{background-color: #ffffff;padding: 5em 2em;border-radius: 10px;margin-top: 3em;box-shadow: 5px 5px 10px #898989;}
.tel_bnr{width: 66%;margin: 0 auto;}
/*
===================================================
 tb タブレット解像度
===================================================
*/
@media screen and (max-width:1000px) {

	}
/*
===================================================
 sp スマホ解像度
===================================================
*/
@media screen and (max-width:640px) {
#page_header{background-image: url("../img/header_img_sp.webp");}
	
.contact_h3{font-size: 1.2em;color:#002b6b;}
.white_box img.tel{height: auto;width: 100%; margin-top: 2%;}
.form_box{background-color: #ffffff;padding:2em;border-radius: 10px;margin-top: 3em;box-shadow: 5px 5px 10px #898989;}
.title_h2{font-size: 1.6em;text-align: left;margin-top: 3em;}	
.thanks_h3{font-size: 1.2em;margin-bottom: 1%;margin-top: 1em;line-height: 1.4em;}
.sp_mt3em{margin-top: 3em;}
.w90per{width: 100%;margin: 0 auto;}
.tel_bnr{width: 100%;margin: 0 auto;}
}
