/* =========================================================================
   お知らせ（一覧・詳細）
   静的サイトには無かった画面。ブランドのトーンに合わせて用意している。
   ========================================================================= */

.cn-newscard:hover {
	box-shadow: 0 12px 30px rgba(16, 21, 15, 0.12);
	text-decoration: none;
}

.cn-newscard:hover h2 {
	color: #14713A;
}

/* --- 記事本文の組版 ----------------------------------------------------- */
.cn-article {
	font-size: 16px;
	line-height: 1.95;
	color: #303731;
}

.cn-article > * + * {
	margin-top: 1.5em;
}

.cn-article h2 {
	font-size: 26px;
	font-weight: 900;
	line-height: 1.5;
	margin-top: 2.2em;
	padding-left: 18px;
	border-left: 5px solid #34A85A;
}

.cn-article h3 {
	font-size: 20px;
	font-weight: 900;
	line-height: 1.6;
	margin-top: 2em;
}

.cn-article ul,
.cn-article ol {
	padding-left: 1.4em;
	list-style: revert;
}

.cn-article li + li {
	margin-top: 0.5em;
}

.cn-article img {
	max-width: 100%;
	height: auto;
	border-radius: 16px;
}

.cn-article blockquote {
	margin-inline: 0;
	padding: 20px 24px;
	background: #F5F8F5;
	border-radius: 16px;
	color: #5B635C;
}

.cn-article table {
	border-collapse: collapse;
	width: 100%;
}

.cn-article th,
.cn-article td {
	border: 1px solid #E6EEE8;
	padding: 12px 16px;
	text-align: left;
}

.cn-article th {
	background: #F5F8F5;
}

.cn-article hr {
	border: none;
	border-top: 1px solid #E6EEE8;
}

/* --- ページ送り --------------------------------------------------------- */
.cn-postnav a {
	display: inline-flex;
	align-items: center;
	font-weight: 700;
	font-size: 15px;
	color: #14713A;
	text-decoration: none;
}

.cn-pager .nav-links {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: center;
	justify-content: center;
}

.cn-pager .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 44px;
	height: 44px;
	padding: 0 14px;
	border-radius: 999px;
	background: #F5F8F5;
	font-family: Inter, 'Zen Kaku Gothic New', sans-serif;
	font-weight: 700;
	font-size: 15px;
	color: #303731;
	text-decoration: none;
}

.cn-pager .page-numbers:hover {
	background: #F1F8F3;
	color: #14713A;
	text-decoration: none;
}

.cn-pager .page-numbers.current {
	background: #14713A;
	color: #fff;
}
