@charset "UTF-8";

/* ===== Extracted from archive-column.php block 1 ===== */

/* ===== Extracted from taxonomy-column_cat.php block 1 ===== */

/* ===== Moved from pages/general.css :: column ===== */
/* ===== Moved from pages/general.css :: column ===== */
/* =============================================
   column
   ============================================= */


/* 章共通マージン */
#column-archive,
#column-tax,
#column-single {
	margin-top: 100px;
}
@media screen and (max-width: 650px) {
	#column-archive,
	#column-tax,
	#column-single {
		margin-top: 50px;
	}
}

/* ---------------------------------------------
   カテゴリ一覧
--------------------------------------------- */
#column-top .c-taxonomies ul,
#column-archive .c-taxonomies ul,
#column-tax .c-taxonomies ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding: 50px 0;
}
#column-top .c-taxonomies ul li,
#column-archive .c-taxonomies ul li,
#column-tax .c-taxonomies ul li {
	font-size: 16px;
	line-height: 1.2;
	border: 2px solid #000;
	border-radius: 30px;
	padding: 0;
	margin: 0 15px 15px 0;
	white-space: nowrap;
}
#column-top .c-taxonomies ul li a,
#column-archive .c-taxonomies ul li a,
#column-tax .c-taxonomies ul li a {
	display: block;
	padding: 15px 25px;
	text-decoration: none;
	color: inherit;
	border-radius: 30px;
}
#column-top .c-taxonomies ul li:hover,
#column-archive .c-taxonomies ul li:hover,
#column-tax .c-taxonomies ul li:hover {
	background-color: #000;
}
#column-top .c-taxonomies ul li:hover a,
#column-archive .c-taxonomies ul li:hover a,
#column-tax .c-taxonomies ul li:hover a {
	color: #fff !important;
}
@media screen and (max-width: 650px) {
	#column-top .c-taxonomies ul,
	#column-archive .c-taxonomies ul,
	#column-tax .c-taxonomies ul {
		padding: 30px 0;
	}
	#column-top .c-taxonomies ul li,
	#column-archive .c-taxonomies ul li,
	#column-tax .c-taxonomies ul li {
		border-radius: 20px;
	}
	#column-top .c-taxonomies ul li a,
	#column-archive .c-taxonomies ul li a,
	#column-tax .c-taxonomies ul li a {
		padding: 10px 15px;
		border-radius: 20px;
	}
}

/* ---------------------------------------------
   トップ
--------------------------------------------- */
.c-posts__more .c-button {
	font-size: 16px;
	margin: 25px auto;
}
.c-posts__more .c-button:hover {
	color: #fff;
}

/* ---------------------------------------------
   アーカイブ（前半：既存の先出しブロック）
   ※後半の定義（454行目以降）に統合されたため、このセクションは削除
--------------------------------------------- */
.c-columns__left {
	width: 100%;
	margin: 0 auto;
}
.c-columns__left h2.c-title {
	font-size: var(--fs-xl);
	padding: var(--space-8);
}
.c-post__thumbnail {
	width: auto;
	height: 120px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	flex-shrink: 0;
	margin-right: 0;
	margin-bottom: 15px;
}
#column-archive .c-taxonomies,
#column-tax .c-taxonomies {
	width: 100%;
	margin: 0 auto;
}
@media screen and (max-width: 650px) {
	.c-columns__left {
		width: 96%;
	}
	.c-columns__left .c-posts {
		margin: auto;
	}
	.c-columns__left .c-posts>* {
		margin-right: 0;
	}
	.c-columns__left .c-posts .c-post {
		width: 100%;
		margin-top: 0;
		margin-bottom: 20px;
	}
	.c-columns {
		width: 100%;
		margin: 30px auto;
	}
	.c-post__items {
		display: flex;
	}
	.c-post__thumbnail {
		width: 120px;
		height: 100px;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		flex-shrink: 0;
		margin-right: 15px;
		margin-bottom: 0;
	}
	.c-post__content {
		width: auto;
	}
	#column-archive .c-taxonomies,
	#column-tax .c-taxonomies {
		width: 96%;
	}
}

/* ---------------------------------------------
   シングル
--------------------------------------------- */

.latest-post-item {
	display: flex;
	align-items: top;
	margin-top: 15px;
	margin-bottom: 15px;
}
.latest-post-thumb {
	width: 100px;
	height: 86px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	flex-shrink: 0;
}
.latest-post-title {
	margin-left: 10px;
}
article.column {
	margin: 0px auto 0;
}
article.column h1 {
	margin-bottom: 15px;
}
.article_update-date {
	text-align: right;
	margin-bottom: 32px;
}
#column-single .c-columns__left {
	width: 100%;
	padding-right: 20px;
}
#column-single .c-columns__right {
	width: 35%;
}
#column-single .c-columns__right .c-latest-posts li {
	border-bottom: 1px solid #eaeaea;
	padding-bottom: 6px;
}
#column-single .c-columns__right .c-latest-posts li:first-child {
	padding-top: 0;
	margin-top: 25px;
	border-top: 1px solid #eaeaea;
}
.c-taxonomies ul li {
	font-size: 16px;
	line-height: 1.4;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #eaeaea;
}
.c-taxonomies ul li:first-child {
	padding-top: 15px;
	margin-top: 25px;
	border-top: 1px solid #eaeaea;
}
@media screen and (max-width: 650px) {
	#column-single .c-columns {
		width: 90%;
	}
	#column-single .c-columns__left {
		width: 100%;
		padding-right: 0;
		padding-bottom: 5rem;
	}
	#column-single .c-columns__right {
		width: 100%;
	}
}
.column-paragraph {
	scroll-margin-top: 105px;
}
@media (max-width: 650px) {
	.column-paragraph {
		scroll-margin-top: 60px;
	}
}

/* ---------------------------------------------
   CTA
--------------------------------------------- */
/* cta00 */
.cta-type00 {
	margin-bottom: 32px;
	text-align: center;
}
.cta-type00 a {
	margin: 10px auto 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.5rem;
	line-height: 1;
	width: 284px;
	height: 50px;
	color: #fff !important;
	background-color: #ee7d80;
	border: 1px solid #ee7d80;
	transition: background-color .3s, color .3s;
	border-radius: 17px;
	overflow: hidden;
	text-decoration: none !important;
}
.cta-type00 a:hover {
	background-color: #fff !important;
}
.cta-type00 a .title {
	color: #fff !important;
}
.cta-type00 a:hover {
	background-color: #fff !important;
}
.cta-type00 a:hover .title {
	color: #ee7d80 !important;
}

/* cta01 */
.cta-type01 {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	background-color: #f0a300;
	color: #fff !important;
	font-size: 1.5rem;
	font-weight: bold;
	border-radius: 30px;
	padding: 10px 20px;
	text-decoration: none;
	width: 90%;
	height: 50px;
	margin: 0 auto;
	margin-bottom: 32px;
	position: relative;
}
.cta-type01 a {
	color: #fff !important;
	text-decoration: none !important;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}
.cta-type01:hover {
	opacity: 0.8;
}
.cta-type01 .title,
.cta-type01 .title .subtitle {
	color: #fff !important;
}
.cta-type01 .title {
	font-size: 18px;
	line-height: 1em;
	padding-bottom: 0;
}
.cta-type01 .title .subtitle {
	font-size: 18px;
	display: inline-block;
}
@media screen and (max-width: 925px) {
	.cta-type01 .title {
		padding-bottom: 0.2em;
	}
	.cta-type01 .title .subtitle {
		font-size: 14px;
		display: block;
	}
}
.cta-type01::before {
	content: "";
	width: 44px;
	height: 44px;
	background-color: white;
	border-radius: 50%;
	position: absolute;
	left: 3px;
	top: 50%;
	transform: translateY(-50%);
	background-image: url("logo.png");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

/* cta02 */
.cta-type02 {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	background-color: #9bc81e;
	background-color: #f0a300;
	color: #fff !important;
	font-size: 1.5rem;
	font-weight: bold;
	border-radius: 60px;
	padding: 10px 20px;
	text-decoration: none;
	width: 96%;
	height: 80px;
	margin: 0 auto;
	margin-bottom: 32px;
	position: relative;
}
.cta-type02:hover {
	opacity: 0.8;
}
.cta-type02 a {
	color: #fff !important;
	text-decoration: none !important;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}
.cta-type02 .title {
	color: #fff !important;
}
.cta-type02 .title {
	font-size: 16px;
	line-height: 1.1em;
	padding-left: 60px;
	padding-bottom: 0;
}
@media screen and (max-width: 925px) {
	.cta-type02 .title {
		padding-bottom: 0.2em;
	}
}
.cta-type02::before {
	content: "";
	width: 64px;
	height: 64px;
	background-color: white;
	border-radius: 50%;
	position: absolute;
	left: 6px;
	top: 50%;
	transform: translateY(-50%);
	background-image: url("logo.png");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

/* ---------------------------------------------
   レイアウト（後半：.c-columns 系 & アーカイブ後半）
--------------------------------------------- */
.c-columns {
	display: flex;
	justify-content: center;
	width: 90%;
	max-width: 1400px;
	margin: 60px auto;
	gap: 20px
}
@media screen and (max-width: 650px) {
	.c-columns { display: block }
}
#column-single .c-columns__left { width: 100% }
@media screen and (max-width: 650px) {
	.c-columns__left { width: 100% }
}
.c-columns__left .c-posts {
	display: flex;
	gap: 24px;
	flex-wrap: wrap;
	justify-content: flex-start;
	width: 100%;
	margin: auto
}
@media screen and (max-width: 850px) {
	.c-columns__left .c-posts { gap: 20px }
}
@media screen and (max-width: 650px) {
	.c-columns__left .c-posts { width: 100% }
}
.c-columns__left .c-posts::after {
	content: "";
	display: block;
	width: calc((100% - 48px) / 3)
}
@media screen and (max-width: 650px) {
	.c-columns__left .c-posts { display: block }
}
.c-columns__left .c-posts .c-post {
	width: calc((100% - 48px) / 3);
	padding: 16px;
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, .35);
	border-radius: 8px
}
.c-columns__left .c-posts .c-post a {
	text-decoration: none;
}
@media screen and (max-width: 1080px) {
	.c-columns__left .c-posts .c-post { width: calc((100% - 24px) / 2) }
	.c-columns__left .c-posts::after { width: calc((100% - 24px) / 2) }
}
@media screen and (max-width: 650px) {
	.c-columns__left .c-posts .c-post {
		width: 100%;
		margin-bottom: 40px
	}
}
.c-columns__left .c-posts .c-post img {
	width: 100%;
	margin-bottom: 8px
}
.c-columns__left .c-posts .c-post .c-post__content .c-post__date {
	font-size: 1.4rem;
	margin-bottom: 4px;
	display: block
}
.c-columns__left .c-posts .c-post .c-post__content .c-post__title {
	font-family: var(--ff-sans);
	font-weight: var(--fw-normal);
	margin-bottom: 10px;
	transition: .3s
}
.c-columns__left .c-posts .c-post .c-post__content .c-post__title:hover {
	color: #f39800
}
.c-columns__left .c-posts .c-post .c-post__content .c-post__tags ul {
	display: flex
}
.c-columns__left .c-posts .c-post .c-post__content .c-post__tags li {
	background-color: #f39800;
	padding: 2px 8px;
	border-radius: 6px;
	margin-right: 8px;
	font-size: 1.4rem
}
.c-columns__left .c-posts .c-post .c-post__content .c-post__tags li a {
	color: #fff
}
.c-columns__right { width: 25% }
@media screen and (max-width: 1080px) {
	.c-columns__right { width: 30% }
}
@media screen and (max-width: 650px) {
	.c-columns__right { width: 100% }
}
.c-columns__right h3 {
	background-color: #f39800;
	color: #fff;
	padding: 4px 2px 4px 8px;
	border-radius: 8px;
	margin-bottom: 8px
}
.c-columns__right .c-latest-posts { margin-bottom: 40px }
.c-columns__right .c-latest-posts ul { margin-left: 4px }
.c-columns__right .c-latest-posts li {
	border-bottom: 1px solid #eaeaea;
	padding-bottom: 6px
}
.c-columns__right .c-latest-posts li a {
	text-decoration: none;
}
.c-columns__right .c-popular-posts { margin-bottom: 40px }
.c-columns__right .c-popular-posts ul { margin-left: 4px }
.c-columns__right .c-popular-posts li {
	border-bottom: 1px solid #eaeaea;
	padding-bottom: 6px
}
.c-columns__right .c-popular-posts li a {
	text-decoration: none;
}
.c-columns__right .c-taxonomies ul {
	margin-left: 4px;
	margin-bottom: 40px
}
.c-columns__right .c-taxonomies .tag_list {
	display: flex;
	flex-wrap: wrap
}
.c-columns__right a { text-decoration: none; }
.c-columns__right a:hover { color: #f39800 }
.c-columns__right li { margin-bottom: 6px }
.c-columns__right .tag_list li {
	margin-bottom: 6px;
	border: 1px solid #888;
	border-radius: 4px;
	font-size: 1.4rem;
	margin-right: 8px;
	transition: .3s
}
.c-columns__right .tag_list li:hover {
	background-color: #f39800;
	border-color: #f39800
}
.c-columns__right .tag_list li a {
	display: block;
	padding: 2px 6px
}
.c-columns__right .tag_list li a:hover { color: #fff }

/* ---------------------------------------------
   import
--------------------------------------------- */
@import url("archive.min.css");

/* ---------------------------------------------
   コラムページ（本文タイポ・構造）
--------------------------------------------- */
/* パンくずリスト上余白 */
.column-margin-top {
	margin-top: 40px;
}
article.column {
	font-family: "Zen Old Mincho", serif;
	color: #1C1C1C;
	letter-spacing: 0.1em;
	margin: 40px auto 0;
}
@media screen and (max-width: 650px) {
	article.column { margin: 24px auto; }
}
article.column .wp-caption { width: 100% }
article.column .wp-caption img {
	width: 100%;
	height: auto;
}

/* 見出し、Pタグ */
article.column h1 {
	font-size: 4.0rem; /*少し小さく*/
	font-size: 3.0rem;
	line-height: 1.5;
	font-weight: 700;
	padding: 0 16px 16px;
	margin-bottom: 32px;
	position: relative;
	border-bottom: solid 4px #EC8B8B;
	position: relative;
}
article.column h1::after {
	position: absolute;
	content: "";
	display: block;
	border-bottom: solid 4px #9BC81D;
	width: 19.54125%;
	bottom: -4px;
	left: 0;
}
@media screen and (max-width: 650px) {
	article.column h1 {
		font-size: 2.4rem;
		line-height: 1.4;
		padding: 0 8px 16px;
		margin-bottom: 16px;
		border-bottom: solid 2px #EC8B8B;
	}
	article.column h1::after {
		border-bottom: solid 2px #9BC81D;
		width: 19.54125%;
		bottom: -2px;
	}
}
article.column h2 {
	font-size: 2.8rem;
	line-height: 1.5;
	color: #445C00;
	font-weight: 700;
	background-color: #FDFFF7;
	padding: 16px;
	border-bottom: solid 2px #9BC81D;
	border-top: solid 2px #9BC81D;
	/* margin-bottom: 16px; */
}
@media screen and (max-width: 650px) {
	article.column h2 {
		font-size: 2.0rem;
		padding: 8px 16px;
		/* margin-bottom: 16px; */
		border-bottom: solid 2px #9BC81D;
		border-top: solid 2px #9BC81D;
	}
}
/* 見出しH3 */
article.column h3 {
	font-size: 2.4rem;
	padding: 16px;
	line-height: 1.5;
	font-weight: 700;
	color: #7C1A1A;
	background-color: #FFF5F5;
	/* margin-bottom: 16px; */
	border-left: solid 2px #EC8B8B;
	margin-top: 16px;
}
@media screen and (max-width: 650px) {
	article.column h3 {
		font-size: 1.8rem;
		padding: 8px;
		line-height: 1.5;
		font-weight: 700;
		color: #7C1A1A;
		background-color: #FFF5F5;
		/* margin-bottom: 16px; */
		margin-top: 16px;
	}
}
/* 見出しH4 */
article.column h4 {
	color: #445C00;
	font-weight: 700;
	padding: 8px;
	font-size: 1.8rem;
	text-indent: -1em;
	padding-left: 1em;
	position: relative;
}
article.column h4::before {
	display: inline-block;
	width: 10px;
	height: 10px;
	content: "";
	border-radius: 100%;
	background: #9BC81D;
	margin-right: 8px;
	margin-bottom: 4px;
}
@media screen and (max-width: 650px) {
	article.column h4::before {
		width: 8px;
		height: 8px;
	}
}
/* 見出しH4 装飾なし*/
article.column h4.nobfr::before {
	content: none;
	display: none;
}
/* 見出しH5 */
article.column h5 {
	color: #445C00;
	font-weight: 700;
}

/* パラグラフ */
article.column .column-paragraph {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	row-gap: 16px;
	row-gap: 0;
}
article.column .column-paragraph h2,
article.column .column-paragraph h3,
article.column .column-paragraph p,
article.column .column-paragraph img {
	margin-bottom: 16px;
}
article.column .column-paragraph .column-border { margin-bottom: 16px; }
article.column .column-paragraph h4 { margin-bottom: 0; }
@media screen and (max-width: 650px) {
	article.column .column-paragraph {
		row-gap: 16px;
		row-gap: 0;
	}
}
/* パラグラフの最後以外に下に余白 */
article.column .column-paragraph:not(:last-child) {
	padding-bottom: 64px;
	margin-bottom: 32px;
}
/* Pタグ */
article.column .column-paragraph p {
	font-size: 1.6rem;
	line-height: 1.8;
	font-weight: var(--fw-light);
}
article.column a {
	color: #445C00;
	text-decoration: underline;
	font-size: 1.6rem;
	line-height: 1.6;
	font-weight: var(--fw-light);
	-webkit-transition: all .3s;
	transition: all .3s;
}
article.column a:hover {
	color: #B2C5DD;
}

/* コラム内自由に使用できる調整 */
article.column .padding-bottom { padding-bottom: 1.6rem; }
article.column .padding-top { padding-top: 1.6rem; }

/* ---------------------------------------------
   テーブルスタイル①〜③
--------------------------------------------- */
/* レスポンシブ縦並び */
.table_responsive {
	border-collapse: collapse;
	table-layout: fixed;
	width: 100%;
	border: solid #9BC81D 1px;
	overflow: hidden;
	text-align: center;
	background-color: #FDFFF7;
}
.table_responsive tr:nth-child(even) { background-color: #EFFCCB; }
.table_responsive th,
.table_responsive td {
	padding: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}
.table_responsive td { text-align: left; }
/* SPレスポンス時余白用タグ */
.table_responsive td p.td-padding { font-size: 1em; }
.table_responsive thead th {
	background-color: #9BC81D;
	color: #fff;
	font-weight: 800;
	text-align: center;
}
.table_responsive tbody th {
	color: #445C00;
	font-weight: 800;
}
@media screen and (max-width: 650px) {
	.table-wrapper { padding: 0 16px; }
	.table_responsive {
		border-radius: 0;
		text-align: left;
	}
	/* theadを非表示にしてattr(data-label);で表示 */
	.table_responsive thead { display: none; }
	.table_responsive td::before {
		content: attr(data-label);
		background-color: #EFFCCB;
		font-weight: 800;
		display: inline-block;
		width: 100%;
		text-align: center;
		padding: 8px 0;
		margin-bottom: 8px;
	}
	.table_responsive td { padding: 8px; }
	/* SPレスポンス時余白用タグ */
	.table_responsive td p.td-padding {
		padding: 8px;
		font-size: 1em;
	}
	.table_responsive tbody th {
		background-color: #9BC81D;
		color: #ffffff;
	}
	.table_responsive thead th {
		background-color: #EFFCCB;
		color: #445C00;
	}
	.table_responsive tr:nth-child(even) { background-color: unset; }
	.table_responsive tr { background-color: #FDFFF7; }
	.table_responsive th,
	.table_responsive td { display: block; }
}

/* 横スクロール */
.table_scroll {
	border-collapse: collapse;
	table-layout: fixed;
	width: 100%;
	border: solid #9BC81D 1px;
	overflow: hidden;
	text-align: center;
	background-color: #FDFFF7;
}
.table_scroll tr:nth-child(even) { background-color: #EFFCCB; }
.table_scroll th,
.table_scroll td {
	padding: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}
.table_scroll td { text-align: left; }
/* SPレスポンス時余白用タグ */
.table_scroll td p.td-padding { font-size: 1em !important; }
.table_scroll thead th {
	background-color: #9BC81D;
	color: #fff;
	font-weight: 800;
	text-align: center;
}
.table_scroll tbody th {
	color: #445C00;
	font-weight: 800;
}
@media screen and (max-width: 650px) {
	.table_scroll {
		overflow-x: auto;
		display: block;
		white-space: nowrap;
	}
}

/* コンテンツ幅フィット */
.table_fit {
	border-collapse: collapse;
	table-layout: fixed;
	width: 100%;
	border: solid #9BC81D 1px;
	overflow: hidden;
	text-align: center;
	background-color: #FDFFF7;
}
.table_fit tr:nth-child(even) { background-color: #EFFCCB; }
.table_fit th,
.table_fit td {
	padding: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}
.table_fit td { text-align: left; }
/* SPレスポンス時余白用タグ */
.table_fit td p.td-padding { font-size: 1.6rem; }
.table_fit thead th {
	background-color: #9BC81D;
	color: #fff;
	font-weight: 800;
	text-align: center;
}
.table_fit tbody th {
	color: #445C00;
	font-weight: 800;
}

/* テーブル補助 */
.text-start { text-align: left !important; }
.text-end { text-align: right !important; }
.text-center { text-align: center !important; }
.w-10 { width: 10% !important; }
.w-15 { width: 15% !important; }
.w-25 { width: 25% !important; }
.w-50 { width: 50% !important; }
.w-100 { width: 100% !important; }

/* 650px以下のテキスト整列 */
@media screen and (max-width: 650px) {
	.text-sm-start { text-align: left !important; }
	.text-sm-end { text-align: right !important; }
	.text-sm-center { text-align: center !important; }
}

/* ---------------------------------------------
   調整ユーティリティ
--------------------------------------------- */
/* 枠線 */
.column-border {
	border: 1px solid #9f9f9f;
	padding: 10px;
}
/* リスト */
.styled-list { list-style: disc; padding-left: 20px; }
li.styled-list::marker { color: #9f9f9f; }
/* リスト余白 */
.ps-1 { padding-left: 1.5em; }
/* 参照リンク */
.reference p { color: #929292; }
.reference a {
	text-decoration: none !important;
	color: #929292 !important;
	position: relative;
}
.reference a::after {
	content: '\1F517';
	font-size: 0.9em;
	margin-left: 5px;
	color: #929292;
	vertical-align: middle;
}

/* ---------------------------------------------
   目次
--------------------------------------------- */
.content__headlines {
	font-size: 1.6rem;
	line-height: 1.5;
	font-weight: 500;
	letter-spacing: 0.1em;
	color: #445C00;
	background: #FDFFF7;
	border: 1px solid #9BC81D;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 40px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 24px;
}
@media screen and (max-width: 650px) {
	.content__headlines { padding: 32px 24px; }
}
.content__headlines h2 {
	font-size: 2.4rem;
	font-weight: 700;
	text-align: center;
	line-height: 1.5;
	position: relative;
	color: #445C00;
	border-top: none !important;
	border-bottom: none !important;
}
.content__headlines h2::after {
	content: "";
	display: block;
	background: #9BC81D;
	width: 5.1rem;
	height: 1px;
	position: absolute;
	bottom: -8px;
}
@media screen and (max-width: 650px) {
	.content__headlines h2 { font-size: 2.0rem; }
	.content__headlines h2::after { width: 4.2rem; }
}
.content__headlines a.content__list-link {
	color: #445C00 !important;
	-webkit-transition: all .3s;
	transition: all .3s;
	text-decoration: none !important;
}
.content__headlines a.content__list-link:hover {
	color: #9BC81D;
	text-decoration: underline;
}
.content__headlines ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 16px;
}
.content__headlines ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-column-gap: 24px;
	-moz-column-gap: 24px;
	column-gap: 24px;
}
@media screen and (max-width: 650px) {
	.content__headlines ul li {
		-webkit-column-gap: 16px;
		-moz-column-gap: 16px;
		column-gap: 16px;
	}
}
.content__list-num {
	color: #9BC81D;
	display: inline-block;
	font-size: 1.8rem;
	;
}

/* ---------------------------------------------
   誘導部分（共通）
--------------------------------------------- */
article.column-common {
	border: 1px solid #F0A300;
	background: #FFF7E7;
	padding: 40px;
}
@media screen and (max-width: 650px) {
	article.column-common { padding: 16px 24px; }
}
article.column-common h2.column-common__heading-02 {
	color: #984000;
	text-align: center;
	font-size: 2.8rem;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.1em;
	padding: 16px;
	background-color: #FFE3A8;
	border-top: none;
	border-bottom: none;
}
@media screen and (max-width: 650px) {
	article.column-common h2.column-common__heading-02 {
		padding: 8px;
		font-size: 2.0rem;
	}
}

article.column-common h3 {
    color: #445C00;
    font-weight: 700;
    padding: 8px;
    font-size: 1.8rem;
    text-indent: -1em;
    padding-left: 1em;
    position: relative;
    background-color:transparent;
    border-left: none;
    margin-top: 0;
    margin-bottom: 0 !important;
}
article.column-common h3:before {
    display: inline-block;
    width: 10px;
    height: 10px;
    content: "";
    border-radius: 100%;
    background: #9BC81D;
    margin-right: 8px;
    margin-bottom: 4px;
}

/* お問い合わせ&ウェブサイト */
.column-common__contact {
	max-width: 480px;
	width: 100%;
	margin: 0 auto;
	padding: 24px 16px;
	background-color: #ffffff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 16px;
}
span.column-common__contact-head,
span.column-common__contact-desc {
	display: block;
	color: #984000;
	text-align: center;
}
a.column-common__contact-link {
	color: #984000 !important;
	-webkit-transition: all .3s;
	transition: all .3s;
	text-decoration: none !important;
}
a.column-common__contact-link:hover {
	color: #EC8B8B;
	text-decoration: underline;
}
span.column-common__contact-head {
	font-weight: 700;
	font-size: 1.6rem;
	color: #984000;
	background-color: #FFE9BA;
	border-radius: 50px;
	padding: 8px 16px;
	margin-bottom: 8px;
}
span.column-common__contact-desc {
	font-weight: 700;
	font-size: 1.6rem;
}
span.column-common__contact-tel { font-size: 2.0rem; }
@media screen and (max-width: 650px) {
	.span.column-common__contact-tel { font-size: 1.8rem; }
	span.column-common__contact-site { font-size: 1.4rem; }
}

/* ---------------------------------------------
   新着記事/カテゴリ（右カラム見出しの色上書き）
--------------------------------------------- */
.c-columns__right h3 {
	background-color: #9BC81D;
	color: #fff;
	padding: 4px 2px 4px 8px;
	border-radius: 2px;
	margin-bottom: 8px;
}

/* ---------------------------------------------
   PRエリア（固定バナー）
--------------------------------------------- */
.pr-area {
	position: fixed !important;
	bottom: 30px;
	right: 30px;
	width: 270px;
	background: rgba(255, 255, 255, 0.9);
	background: #FFF7E7;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	border-radius: 15px;
	padding: 15px;
	z-index: 1000;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.5s ease, visibility 0.5s ease;
}
.pr-area.visible {
	opacity: 1;
	visibility: visible;
}
@media screen and (max-width: 925px) {
	.pr-area.visible {
		opacity: 0;
		visibility: hidden;
	}
}
.pr-area .btn-wrap {
	text-align: center;
	margin-top: 10px;
}
a.column-right-cta {
	color: #fff;
	background-color: #d38400;
	padding: 5px 10px;
	border-radius: 5px;
}
a.column-right-cta:hover {
	color: #fff;
	background-color: #df9b25;
}
.pr-close {
	position: absolute;
	top: -10px;
	right: -10px;
	width: 30px;
	height: 30px;
	color: #d38400;
	background: #FFE3A8;
	border: 0px solid #d38400;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
	transition: background 0.2s ease, border-color 0.2s ease;
}
.pr-close:hover { background: #ffe7bc; }

/* ---------------------------------------------
   ページネーション
--------------------------------------------- */
.pagination {
	display: block;
	position: relative;
	margin: 60px auto 0;
	width: 300px;
}

@media (min-width: 501px) {
	.pagination {
		margin: 70px auto 0;
		width: 380px;
	}
}

@media (min-width: 811px) {
	.pagination {
		margin: 80px auto 0;
		width: 430px;
	}
}

.pagination li {
	margin: 0 2px;
}

@media (min-width: 651px) {
	.pagination li {
		margin: 0 4px;
	}
}

.pagination .page-numbers {
	display: flex;
	justify-content: center;
	list-style: none;
	padding: 0;
	margin: 0;
}

.pagination .page-numbers a,
.pagination .page-numbers span {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	font-size: 1.8rem;
	transition: background-color .3s, color .3s;
	line-height: 1;
	width: 30px;
	height: 30px;
	z-index: 2;
	text-decoration: none;
	color: #000;
}

@media (min-width: 501px) {
	.pagination .page-numbers a,
	.pagination .page-numbers span {
		width: 35px;
		height: 35px;
		font-size: 2rem;
	}
}

.pagination .page-numbers a:not(.current):not(.prev):not(.next) {
	border: 2px solid #000;
	border-radius: 50%;
}

.pagination .page-numbers a:not(.current):not(.prev):not(.next):hover {
	color: #fff;
	background-color: #000;
}

.pagination .page-numbers .current {
	border: 2px solid #000;
	border-radius: 50%;
	color: #fff;
	background-color: #000;
}

.pagination .page-numbers .dots {
	pointer-events: none;
}

.pagination .page-numbers .prev,
.pagination .page-numbers .next {
	position: relative;
	width: auto;
	min-width: 30px;
	height: 30px;
	padding: 0 8px;
	transition: background-color .3s, color .3s;
	border: none;
	border-radius: 0;
	white-space: nowrap;
}

@media (min-width: 501px) {
	.pagination .page-numbers .prev,
	.pagination .page-numbers .next {
		min-width: 40px;
		height: 35px;
		padding: 0 10px;
	}
}

.pagination .page-numbers .prev::before,
.pagination .page-numbers .next::before {
	content: none;
	display: none;
}

.pagination .page-numbers .prev:hover,
.pagination .page-numbers .next:hover {
	background-color: transparent;
	color: #000;
	text-decoration: underline;
}
