#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
}

#topics h2 {
    background-color: #999;
    color: #fff;
    padding-top: 8px;
    background-image: none;
    padding-bottom: 8px;
    margin-bottom: 40px;
}

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%;
	}
}



.accordion-content {display: none;}
.accordion-trigger + .accordion-content {display: block;}
.yearly {max-width: 1000px;margin-left: auto;margin-right: auto;margin-bottom: 80px;}
.yearly h3 {background: #64a8a6;position: relative;color: #fff;font-size: 190%;padding-top: 10px;padding-bottom: 10px;line-height: 140%;text-align: center;cursor: pointer;}
.yearly h3:after {display: block;content: "\025BC";color: #fff;font-size: 50%;position: absolute;bottom: 7px;right: 15px;-webkit-transform: rotate(180deg);-moz-transform: rotate(180deg);transform: rotate(180deg);}
.yearly h3.is-open:after {-webkit-transform: rotate(0);-moz-transform: rotate(0);transform: rotate(0);}
.yearly h4 {background-color: #E6E6E6;color: #49AAA7;font-weight: bold;line-height: 1.3em;font-size: 1.2em;text-align: center;text-align: left;margin-bottom: 10px;}
.yearly h4 span {display: block;padding: 10px 15px;}
.yearly h5 {border-left: 4px solid #49AAA7;padding-left: 10px;margin-bottom: 10px;font-size: 116%;color: #49AAA7;font-weight: bold;}
.yearly ul {margin-top: 10px;padding-left: 30px;}
.yearly li {margin-bottom: 6px;}
.yearly li a {text-decoration: underline;}
.yearly li a:hover {text-decoration: none;}