@charset "UTF-8";
/*===================================================
    トップページ専用CSS
===================================================*/
/*//////////////////////////////////////////////////
    共通パーツ
///////////////////////////////////////////////////*/
#feat li h3,
#report .inner h3 {
	font-weight: 500;
	font-size: 18px;
	text-align: center;
	line-height: 1;
}

/* --------------------------------------------------------
    独立コンテンツ
-------------------------------------------------------- */
#main {
	text-align: center;
}
	#main > section {
		padding: 50px 0 55px;
	}

	#main > section:nth-of-type(even) {
		background-color: #F6F4F2;
	}

/* --------------------------------------------------------
    見出し
-------------------------------------------------------- */
#main h2 {
	font-family: 'Lato', "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 44px;
	font-weight: 300;
	display: inline-block;
	margin: 0 auto 20px;
	letter-spacing: 1.5px;
}
	#main h2 span {
		font-family: 'Noto Sans Japanese', "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
		font-size: 16px;
		display: block;
	}

#main h2 + p {
	margin-bottom: 35px;
}


