/* ============================================================
   デフォルト固定ページ（page.php）
   ============================================================ */


.page-default-header {
	margin-bottom: 50px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ddd;
}

.page-title-main {
	font-size: 32px;
	font-weight: 700;
	color: #333;
	line-height: 1.4;
	margin-bottom: 10px;
	margin-top: 80px;
}

.page-sub-lead {
	font-size: 16px;
	color: #666;
	line-height: 1.6;
}

/* 本文内のGutenbergブロックの余白調整 */
.page-main-article {
	padding-bottom: 60px;
}

.entry-content>*+* {
	margin-top: 1.5em;
	/* ブロック間の余白 */
}

.entry-content {
	margin-bottom: 80px;
}

/* スマホ対応 */
@media (max-width: 768px) {
	.page-title-main {
		font-size: 24px;
	}

	.page-default-header {
		margin-bottom: 30px;
	}
}

/* 4-pages/page-default.css */

/* 本文内のリスト（箇条書き）の余白を整える */
.entry-content ul,
.entry-content ol {
	margin: 20px 0 20px 1.5em;
	padding: 0;
}

.entry-content li {
	margin-bottom: 10px;
	line-height: 1.7;
}

/* 見出しの装飾（もしデフォルトになければ） */
.entry-content h2 {
	font-size: 22px;
	border-bottom: 2px solid #333;
	padding-bottom: 10px;
	margin-top: 60px;
	margin-bottom: 25px;
}

.entry-content h3 {
	font-size: 18px;
	margin-top: 35px;
	margin-bottom: 15px;
	font-weight: bold;
}

/* 「お問い合わせ窓口」などの強調用（グループブロックにクラスを当てる場合） */
.wp-block-group.is-style-contact-box {
	background-color: #f7f7f7;
	padding: 25px;
	border: 1px solid #ddd;
	margin: 30px 0;
}

.contact-box {
	padding: 40px;

}