/* -----------------------------------------
   汎用テンプレート用（Simple Header）
----------------------------------------- */

/* ヘッダーエリアの余白 */
.simple-header {
	padding: 60px 0;
	background-color: #fff;
	text-align: center;
}

/* メインタイトル (h1) */
.simple-main-title {
	font-size: 36px;
	font-weight: bold;
	color: #333;
	font-family: "Noto Serif JP", serif;
	text-align: center;
}

/* サブリード（h1下の説明文） */
.simple-sub-lead {
	font-size: 18px;
	color: #666;
	line-height: 1.8;
	margin: 0 auto;
	text-align: justify;
	margin-top: 20px;
}