#mainVisual{
	background-image: url(../img/img-main_message.jpg); /*未設定の場合はmessageを汎用として扱う*/
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	margin-top: 126px;
}

#mainVisual h1{
	text-align: center;
	position: relative;
	margin:0;
}

#container > section{
	margin-top: 30px;
}

h2{
	background-image: url(../img/icon-h2.png);
	background-position: top center;
	background-repeat: no-repeat;
	padding-top: 50px;
	text-align: center;
	font-weight: bold;
	line-height: 1.5em;
	margin-top: 0
}

h2 .sub{
	display: block;
	color: #CCCCCC;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	font-size: 60%;
	font-weight: normal;
	margin-bottom: 10px;
}
h2 small{
	font-size: 70%;
	line-height: 140%;
	display: block;
}

h3{
	background-color: #E6E6E6;
	color: #49AAA7;
	font-weight: bold;
	line-height: 1.3em;
	text-align: center;
	padding:10px;
}

table{ border:1px solid #185653}

table th,
table td{
	padding:10px 20px;
}
table th{
	background-color: #2FA29C;
	color: #fff
}
/* ■■■ここからPC限定■■■ */
@media screen and (min-width: 768px) {
	#container > section{
		margin-top: 60px;
	}

	#mainVisual{ height: 300px;}
	#mainVisual h1{ top:120px;}
	
	.inner{ width: 1000px }

	h2{
		font-size: 190%;
	}

	h3{
		font-size: 180%;
		margin-bottom: 30px
	}

}

/* ■■■ここからSP限定■■■ */
@media screen and (max-width: 767px){

	#mainVisual{
		height: 125px;
		margin-top: 84px;
	}
	#mainVisual h1{
		top: 30px;
	}
	#container{
		margin:auto;
		width: 90%;
	}
}