@charset "utf-8";
#hisho .areaBg {
}
#hisho #sec02 h2, #sec03 h2 {
	color: #12566C;
	font-weight: normal;
	text-align: center;
	margin-bottom: 10px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

pcSetting

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
@media screen and (min-width: 768px), print {
#hisho .areaBg {
	padding-top: 50px;
}
#hisho #sec02 h2, #sec03 h2 {
	font-size: 3.5rem;
	margin-top: 50px;
}
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

spSetting

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
@media screen and (max-width: 767px) {
#hisho .areaBg {
	padding-top: 30px;
}
#hisho #sec02 h2, #sec03 h2 {
	font-size: 2.4rem;
	margin-top: 30px;
}
}
