@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;
	}
.border_gray{
	border-bottom:dotted 2px gray;
	margin-bottom:30px;
	}
strong {
	background-position: left top;
    background-repeat: no-repeat;
	color:#000000;
	font-size:24px;
	padding-left:50px;
	padding-top:5px;
	padding-bottom:10px;
	display: block;
	line-height:1.2;
}
.anser {
	background-position: left top;
    background-repeat: no-repeat;
	color:#E74291;
	font-size:24px;
	font-weight:bold;
	padding-left:50px;
	padding-top:5px;
	padding-bottom:20px;
	display: block;
	line-height:1.4;
}

strong.label-Q{
	background-image:url(./image/q_icon.png);
}
strong.label-A{
	background-image:url(./image/a_icon.png);
}

.center100{
	text-align:center;
	}
/*================================================
 *  タブレット向けデザイン
 ================================================*/
/* スクロールバーを考慮して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;
	
}
	
strong {
	background-position: left top;
    background-repeat: no-repeat;
	color:#000000;
	font-size:20px;
	padding-left:50px;
	padding-top:5px;
	padding-bottom:10px;
	display: block;
	line-height:1.2;
}
.anser {
	background-position: left top;
    background-repeat: no-repeat;
	color:#E74291;
	font-size:20px;
	font-weight:bold;
	padding-left:50px;
	padding-top:5px;
	padding-bottom:20px;
	display: block;
	line-height:1.2;
}

	
}