@charset "UTF-8";
#header {background-color: rgba(255,255,255,1);}
#page_header{background-image: url("../img/header_img_pc.webp");}


.page_ttl_h2{font-size: 2.2em;}
.page_ttl_h3{color:#7d4e22;font-size: 1.6em;margin-bottom: 1%;margin-top: 1em;}
.a_blue{display: inline-block;color:#0A6BF1;}
.mt2em_sp{margin-top: 2em;}
/*
===================================================
 tb タブレット解像度
===================================================
*/
@media screen and (max-width:1000px) {

	}
/*
===================================================
 sp スマホ解像度
===================================================
*/
@media screen and (max-width:640px) {
#page_header{background-image: url("../img/header_img_sp.webp");}
	

	
.page_ttl_h2{font-size: 1.6em;}
.page_ttl_h3{color:#7d4e22;font-size: 1.2em;margin-bottom: 1%;margin-top: 1em;}
.a_blue{display:inline-block;color:#0A6BF1;}
.mt2em_sp{margin-top: 2em;}

}
