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

.page_ttl_center{text-align: center;margin-bottom: 3em;}
.campaign_ttl{width: 50%;margin-bottom: 1em;}
.title_h2{font-size: 2.4em;margin: 0;}
.center-left h3{font-size: 1.6em;}


/*
===================================================
 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_center{text-align: center;margin-bottom: 3em;}
.campaign_ttl{width: 100%;margin-bottom: 1em;}
.title_h2{font-size: 1.8em;margin: 0;}
.center-left h3{font-size: 1.2em;}

}
