@charset "UTF-8";




#page_header {
	width:100%;
	height:284px;
	background-image:url(./image/page_header.png);
	background-repeat:no-repeat;
	background-position:center;
	}

dt {
	margin-bottom:0em;
	border-bottom:none;
}
.p_10{
	font-size:18px;
	}
.font_up{
	font-size:34px;
	font-weight:bld;
	}
.font_up14{
	font-size:16px;
	}
.base_sougi{
	background-color:#FEECD2;
	padding:30px;
	text-align:center;
	}
strong {
	background-position: left center;
    background-repeat: no-repeat;
	color:#F6AB00;
	font-size:28px;
	padding-left:90px;
	padding-top:13px;
	padding-bottom:10px;
	display: block;
	line-height:1.2;
}
.one_line {
	background-position: left center;
    background-repeat: no-repeat;
	color:#F6AB00;
	font-size:28px;
	padding-left:90px;
	padding-top:20px;
	padding-bottom:20px;
	display: block;
	line-height:1.2;
}
.border_orange{
	border-bottom:solid 2px #F6AB00;
	}
strong.label-A{
	background-image:url(./image/setumon_01.png);
}
strong.label-B{
	background-image:url(./image/setumon_02.png);
}
strong.label-C{
	background-image:url(./image/setumon_03.png);
}
strong.label-D{
	background-image:url(./image/setumon_04.png);
}
strong.label-E{
	background-image:url(./image/setumon_05.png);
}

.base_sougi img{
	width:100%;
	}

/*================================================
 *  タブレット向けデザイン
 ================================================*/
/* スクロールバーを考慮して20px大きいサイズで切り替え */
@media screen and (max-width:979px) {
	#page_header {
	margin-top:220px;
	height:0;
	padding-top: 28.28%;
	background:url(./image/page_header_sp.png) 0 0 no-repeat;
	background-size:contain;
	
}
.pb30p{
	padding-bottom:30px;
	}
	
}

/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:767px) {
	
#page_header {
	margin-top:80px;
	height:0;
	padding-top: 28.28%;
	background:url(./image/page_header_sp.png) 0 0 no-repeat;
	background-size:contain;
	
}
	
.base_sougi img{
	width:100%;
	}
.font_up14{
	font-size:12px;
	}
strong br{
	display:none;
	}
strong {
	background-position: left center;
    background-repeat: no-repeat;
	color:#F6AB00;
	font-size:20px;
	padding-left:90px;
	padding-top:13px;
	padding-bottom:10px;
	display: block;
	line-height:1.2;
}
.one_line {
	background-position: left center;
    background-repeat: no-repeat;
	color:#F6AB00;
	font-size:20px;
	padding-left:90px;
	padding-top:20px;
	padding-bottom:20px;
	display: block;
	line-height:1.2;
}

	
}