@charset "UTF-8";

#page_header{background-image: url("../img/page_header_bg_pc.svg");}
.right_text{position: absolute;right:30px;top:110px;width:150px;}
.active{background-color: rgba(208,238,230,1);border-radius: 15px;}
.page_sub_ttl{font-size: 2.4em;margin-bottom: 0.6em;}
.page_sub_ttl span{font-size: 0.6em;font-weight: normal; display: block;}
.title_h3{color:#0b8b83;font-size: 1.4em;margin-bottom: 1%;margin-top: 1em;}
.w90per{width: 90%;margin: 0 auto;}

/*
===================================================
 tb タブレット解像度
===================================================
*/
@media screen and (max-width:1000px) {





	}
/*
===================================================
 sp スマホ解像度
===================================================
*/
@media screen and (max-width:640px) {
#page_header{background-image: url("../img/page_header_bg_sp.svg");}
	p{font-size: 0.84em;}
.page_sub_ttl{font-size: 1.5em;margin-bottom: 0.6em;}
.page_sub_ttl span{font-size: 0.6em;font-weight: normal; display: block;}
.title_h3{font-size: 1.2em;margin-bottom: 1%;line-height: 1.2;}
.sp_mt3em{margin-top: 3em;}
.w90per{width: 100%;margin: 0 auto;}
}
