/* =========================================
   コラムTOPページ 全体
========================================= */

.column-top-page {
  padding: 40px 0 0px;
}

.column-top-page .inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}

.column-top-page img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* セクションタイトル */
.column-section-title,
.middle_ttl {
  font-size: 1.5rem;
  margin-bottom: 24px;
  color: #2f3a2b;
  letter-spacing: 0.05em;
}

/* =========================================
   導入
========================================= */

.column-intro {
  text-align: center;
  margin-bottom: 10px;
}

.column-concept {
  margin-top: 28px;
  padding: 26px 20px;
  text-align: center;
  color: #6f8a66;
  font-size: 1.15rem;
  line-height: 2;
  letter-spacing: 0.06em;
  position: relative;
}

.column-concept::before,
.column-concept::after {
  content: "";
  display: block;
  width: 80px;
  height: 1px;
  background: #b9c3b1;
  margin: 0 auto 18px;
}

.column-concept::after {
  margin: 18px auto 0;
}

/* =========================================
   最新記事
========================================= */

.column-latest {
  padding: 80px 0 60px;
  background: linear-gradient(
    to bottom,
  #fffdfa 10%,
  #f6f3ea 35%,
  #f8f6ef 60%,
  #fffdfa 100%
);
}

.column-latest-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.column-latest-card__image img {
  width: 100%;
  display: block;
}

.column-latest-card__body {
  padding: 30px;
}

.column-number {
  font-size: 0.90rem;
  color: #8a9a82;
  letter-spacing: 0.1em;
  margin-bottom: 6px;
}

.column-title {
  font-size: 1.5rem;
  color: #222;
  line-height: 1.6;
  margin-bottom: 16px;
}

/* 導入文 */
.column-latest-card__text {
  color: #444;
  font-size: 1.02rem;
  line-height: 2;
  letter-spacing: 0.02em;
}

.column-latest-card__text p {
  margin-bottom: 1.2em;
}

/* ボタン */
.column-btn {
  display: inline-block;
  margin-top: 20px;
  padding: 12px 26px;
  background: #6f8a66;
  color: #fff !important;
  border-radius: 999px;
  text-decoration: none;
  border: none;
  box-shadow: none;
  transition: 0.3s;
}

.column-btn:hover {
  background: #5c7456;
}

/* =========================================
   カテゴリー
========================================= */

.column-category {
  background: #f8f6ef;
  padding: 60px 0;
}

.column-category-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.column-category-card {
  background: rgba(255,255,255,0.95);
  backdrop-filter: blur(2px);
  border-radius: 14px;
  padding: 18px;
  border: 1px solid #e5e8df;
  transition: 0.25s;
}

.column-category-card:hover {
  box-shadow: 0 8px 20px rgba(0,0,0,0.05);
}

/* -------------------------
   サムネイル追加部分
------------------------- */
.column-category-card__thumb {
  margin: 0 0 14px;
  border-radius: 10px;
  overflow: hidden;
}

.column-category-card__thumb img {
  width: 100%;
  aspect-ratio: 16 / 8;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
}


/* タイトル帯 */
.column-category-card__title {
  background: linear-gradient(135deg, #6f8a66, #8fa784);
  color: #fff;
  padding: 10px 14px;
  border-radius: 6px;
  font-size: 1.1rem;
  margin-bottom: 14px;
}

/* 説明文 */
.column-category-card__text {
  font-size: 0.9rem;
  color: #666;
  margin-bottom: 14px;
  line-height: 1.7;
}

/* リスト */
.column-category-card__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.column-list-item {
  margin-bottom: 12px;
}

.column-list-number {
  display: block;
  font-size: 0.90rem;
  color: #9aa79a;
  letter-spacing: 0.05em;
}

.column-list-title {
  font-size: 1.1rem;
  color: #333 !important;
  text-decoration: none;
  line-height: 1.3;
}

.column-list-title:hover {
  color: #6f8a66;
}

/* カテゴリリンク */
.column-category-card__more {
  margin-top: 14px;
}

.column-category-card__more a {
  display: inline-block;
  margin-top: 12px;
  padding: 8px 16px;
  border-radius: 999px;
  background: #fff;
  text-decoration: none;
  font-size: 0.85rem;
  transition:
    background-color 0.25s ease,
    color 0.25s ease,
    border-color 0.25s ease;
}

/* =========================================
   新着一覧
========================================= */

.column-new {
  padding: 60px 10px 40px;
  margin-bottom: 80px;
}

.column-new-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.column-new-card {
  display: block;
  padding: 16px;
  background: #fff;
  border-radius: 10px;
  text-decoration: none;
  border: 1px solid #e5e8df;
  transition: 0.2s;
}

.column-new-card:hover {
  box-shadow: 0 6px 14px rgba(0,0,0,0.05);
}

.column-new-card .column-list-title {
  display: block;
  margin-top: 6px;
}

/* =========================================
   カテゴリー色設定
   通常：白背景＋色枠＋色文字
   hover：帯と同じ色ベタ＋白文字
========================================= */

/* お墓とこれからの準備 */
.column-category-card.cat-grave .column-category-card__title {
  background: #7fa37f;
  color: #fff;
}

.column-category-card.cat-grave .column-category-card__more a {
  border: 1px solid #7fa37f;
  color: #5f7657;
}

.column-category-card.cat-grave .column-category-card__more a:hover {
  background: #7fa37f;
  border-color: #7fa37f;
  color: #fff;
}

/* 終活という生き方 */
.column-category-card.cat-life .column-category-card__title {
  background: #a08f7a;
  color: #fff;
}

.column-category-card.cat-life .column-category-card__more a {
  border: 1px solid #a08f7a;
  color: #7b6c59;
}

.column-category-card.cat-life .column-category-card__more a:hover {
  background: #a08f7a;
  border-color: #a08f7a;
  color: #fff;
}

/* 家族とつながる */
.column-category-card.cat-family .column-category-card__title {
  background: #c4a76c;
  color: #fff;
}

.column-category-card.cat-family .column-category-card__more a {
  border: 1px solid #c4a76c;
  color: #9a7e48;
}

.column-category-card.cat-family .column-category-card__more a:hover {
  background: #c4a76c;
  border-color: #c4a76c;
  color: #fff;
}

/* 文化に触れる */
.column-category-card.cat-culture .column-category-card__title {
  background: #6f8f9d;
  color: #fff;
}

.column-category-card.cat-culture .column-category-card__more a {
  border: 1px solid #6f8f9d;
  color: #587482;
}

.column-category-card.cat-culture .column-category-card__more a:hover {
  background: #6f8f9d;
  border-color: #6f8f9d;
  color: #fff;
}

/* 季節を味わう */
.column-category-card.cat-season .column-category-card__title {
  background: #8f8b96;
  color: #fff;
}

.column-category-card.cat-season .column-category-card__more a {
  border: 1px solid #8f8b96;
  color: #716d78;
}

.column-category-card.cat-season .column-category-card__more a:hover {
  background: #8f8b96;
  border-color: #8f8b96;
  color: #fff;
}

/* 暮らしを楽しむ */
.column-category-card.cat-living .column-category-card__title {
  background: #8f946d;
  color: #fff;
}

.column-category-card.cat-living .column-category-card__more a {
  border: 1px solid #8f946d;
  color: #6f744f;
}

.column-category-card.cat-living .column-category-card__more a:hover {
  background: #8f946d;
  border-color: #8f946d;
  color: #fff;
}

/* =========================================
   SP対応
========================================= */

@media screen and (max-width: 767px) {

  .column-top-page .inner {
    padding: 0 18px;
  }

  .column-category-grid {
    grid-template-columns: 1fr;
  }

  .column-new-grid {
    grid-template-columns: 1fr;
  }

  .column-latest-card__body {
    padding: 20px 16px 24px;
  }

  .column-title {
    font-size: 1.3rem;
  }

  .column-latest-card__text {
    font-size: 0.98rem;
    line-height: 1.95;
  }

  .column-category-card {
    padding: 16px;
  }

  .column-category-card__thumb {
    margin: 10px 0 14px;
    border-radius: 10px;
  }

  .column-category-card__title {
    font-size: 1rem;
    padding: 9px 12px;
  }

  .column-list-number {
    font-size: 0.90rem;
  }

  .column-list-title {
    font-size: 1.1rem;
  }

}
/* =========================================
   最新追加
========================================= */
.column-latest-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
  border: 1px solid #e6e1d6;
}

.column-latest-card__body {
  padding: 26px;
  background: #fffdfa;
  border-top: 1px solid #ece6da;
}
.column-category-card__title {
  position: relative;
  padding: 10px 14px 10px 18px; /* ←左だけ少し広げる */
  border-radius: 6px;
  font-size: 1.1rem;
  margin-bottom: 14px;
  color: #fff;
}
.column-category-card__title {
  position: relative;
  padding: 10px 14px 10px 22px; /* ← 左余白広げる */
  border-radius: 6px;
  font-size: 1.1rem;
  margin-bottom: 14px;
  color: #fff;
}

.column-category-card__title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 6px;
  height: 100%;
  border-radius: 6px 0 0 6px;
  background: #ccc; /* ← 各カテゴリで上書き */
  opacity: 0.6;
}
.column-category-card__title {
  box-shadow: inset 0 -1px 0 rgba(255,255,255,0.2);
}
/* =========================================
   カテゴリーページ 全体
========================================= */

.column-category-page {
  background: #fff;
  padding: 40px 0 0px;
}

.column-category-page .inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}

/* =========================================
   カテゴリー記事一覧ラッパー
========================================= */

.column-category-archive {
  background: linear-gradient(
    to bottom,
    #fffdfa 10%,
    #f6f3ea 35%,
    #f8f6ef 60%,
    #fffdfa 100%
  );
  padding: 80px 0px 80px;
}
/* =========================================
   カテゴリーヘッダー
========================================= */

.column-category-header {
  text-align: center;
  margin-bottom: 50px;
}

.column-category-title {
  font-size: 2.2rem;
  margin-bottom: 40px;
  color: #2f3a2b;
  letter-spacing: 0.05em;
  font-family: "Noto Serif JP", serif;
  font-weight: 800;
  position: relative;
  padding: 10px 16px 10px 20px;
  border-radius: 6px;
}

.column-category-description {
  font-size: 1.2rem;
  color: #33353b;
  line-height: 1.9;
  max-width: 700px;
  margin: 0 auto;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}

/* =========================================
   記事一覧（カード）
========================================= */

.column-category-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

/* カード */
.column-post-card {
  display: block;
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid #e5e8df;
  text-decoration: none;
  transition: 0.25s;
}

.column-post-card:hover {
  box-shadow: 0 10px 24px rgba(0,0,0,0.06);
  transform: translateY(-1px);
}

/* サムネ */
.column-post-card__thumb img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
  opacity: 0.8;
}

/* 本文 */
.column-post-card__body {
  padding: 18px;
}

/* NO */
.column-post-number {
  font-size: 0.90rem;
  color: #9aa79a;
  letter-spacing: 0.08em;
  margin-bottom: 6px;
}

/* タイトル */
.column-post-title {
  font-size: 1.0rem;
  color: #333;
  line-height: 1.6;
}

/* =========================================
   ページネーション
========================================= */

.column-pagination {
  margin-top: 50px;
  text-align: center;
}

.column-pagination a {
  display: inline-block;
  margin: 0 6px;
  padding: 8px 14px;
  border-radius: 6px;
  border: 1px solid #d6ded0;
  text-decoration: none;
  color: #5f7657;
  font-size: 0.9rem;
}

.column-pagination a:hover {
  background: #6f8a66;
  color: #fff;
}

/* =========================================
   SP対応
========================================= */

@media screen and (max-width: 767px) {

  .column-category-list {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .column-category-title {
    font-size: 1.5rem;
    text-align: left;
  }

  .column-post-card__thumb img {
    height: 160px;
  }

}

/* =========================================
   カテゴリー別デザイン
========================================= */
/* 左ライン */
.column-category-title::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 70%;
  border-radius: 2px;
}
/* お墓 */
.cat-grave .column-category-title {
  background: rgba(127,163,127,0.12);
}
.cat-grave .column-category-title::before {
  background: #7fa37f;
}

/* 終活 */
.cat-life .column-category-title {
  background: rgba(160,143,122,0.12);
}
.cat-life .column-category-title::before {
  background: #a08f7a;
}

/* 家族 */
.cat-family .column-category-title {
  background: rgba(196,167,108,0.12);
}
.cat-family .column-category-title::before {
  background: #c4a76c;
}

/* 文化 */
.cat-culture .column-category-title {
  background: rgba(111,143,157,0.12);
}
.cat-culture .column-category-title::before {
  background: #6f8f9d;
}

/* 季節 */
.cat-season .column-category-title {
  background: rgba(143,139,150,0.12);
}
.cat-season .column-category-title::before {
  background: #8f8b96;
}

/* 暮らし */
.cat-living .column-category-title {
  background: rgba(143,148,109,0.12);
}
.cat-living .column-category-title::before {
  background: #8f946d;
}
/* =========================================
   ピックアップエリア
   左：最新 / 右：おすすめ
========================================= */

.column-pickup {
  padding: 0 0 42px;
}

.column-pickup-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.column-pickup-card {
  display: block;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid #dfe5da;
  box-shadow: 0 6px 18px rgba(0,0,0,0.04);
  border-radius: 8px;
  overflow: hidden;
  text-decoration: none;
  transition: 0.25s;
  position: relative;
}

.column-pickup-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 100%;
  background: #7fa37f; /* お墓カラー */
}

.column-pickup-card__thumb img {
  width: 100%;
  aspect-ratio: 16 / 8.8;
  object-fit: cover;
  display: block;
}

.column-pickup-card__body {
  padding: 20px 22px 24px;
}

.column-card-label {
  display: inline-block;
  margin-bottom: 10px;
  padding: 5px 12px;
  border-radius: 10px;
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  color: #fff;
  background: #7fa37f;
  font-weight: 600;
}

.column-card-label--recommend {
  background-color: #c7a3a3; /* ←ここ変える */
  color: #fff;
}

.column-post-number {
  display: block;
  margin-bottom: 6px;
  padding: 0px 4px;
  font-size: 0.90rem;
  color: #8a9a82;
  letter-spacing: 0.1em;
}

.column-pickup-title {
  font-size: 1.25rem;
  line-height: 1.7;
  color: #333;
  margin: 0;
}

/* 最新 */
.column-pickup-card--new::before {
  background: #7fa37f;
}

/* おすすめ */
.column-pickup-card--recommend::before {
  background: #c7a3a3;
}

/* =========================================
   通常記事一覧
========================================= */

.column-category-archive {
  padding: 40px 0 60px;
}

.column-archive-title {
  font-size: 1.35rem;
  margin-bottom: 22px;
  color: #2f3a2b;
  letter-spacing: 0.05em;
}

.column-archive-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.column-post-card {
  display: block;
  background: rgba(255,255,255,0.96);
  border: 1px solid #e5e8df;
  border-radius: 8px;
  overflow: hidden;
  text-decoration: none;
  transition: 0.25s;
}

.column-post-card:hover {
  box-shadow: 0 8px 20px rgba(0,0,0,0.05);
  transform: translateY(-1px);
}

.column-post-card__thumb img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  display: block;
  opacity: 0.8;
}

.column-post-card__body {
  padding: 16px 16px 18px;
}

.column-post-title {
  font-size: 1.0rem;
  line-height: 1.7;
  color: #333;
  margin: 0;
}

/* =========================================
   お墓カテゴリ用カラー
========================================= */

.column-category-page.cat-grave .column-category-title {
  background: rgba(127, 163, 127, 0.12);
}

.column-category-page.cat-grave .column-category-title::before,
.column-category-page.cat-grave .column-card-label {
  background: #7fa37f;
}

.column-category-page.cat-grave .column-card-label--recommend {
  background-color: #c7a3a3; /* ←ここ変える */
}

/* =========================================
   SP対応
========================================= */

@media screen and (max-width: 767px) {

  .column-category-page {
    padding-top: 34px;
  }

  .column-category-page .inner {
    padding: 0 16px;
  }

  .column-category-header {
    margin-bottom: 10px;
  }

  .column-category-title {
    font-size: 1.45rem;
    padding: 12px 14px 12px 24px;
    margin-left: -15px;
    margin-right: 0;
  }

  .column-category-description {
    font-size: 1.15rem;
    line-height: 1.9;
    margin-left: -12px;
      text-align: left;
  }

  .column-pickup-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .column-pickup {
    padding-bottom: 40px;
    margin-bottom: 20px;
  }

  .column-pickup-card__body {
    padding: 18px 16px 40px;
  }

  .column-pickup-title {
    font-size: 1.45rem;
  }

  .column-archive-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  /* NO */
  .column-post-number {
    font-size: 0.90rem;
  }
  .column-post-title {
    font-size: 1.2rem;
  }
  .column-category-archive {
    padding-bottom: 48px;
  }
  .column-pickup-card:active,
  .column-post-card:active {
    background-color: #f1eee6;
  }

}

.column-pickup-card__body {
  padding: 18px 20px 14px;
}

.column-pickup-card__thumb img {
  border-top: 1px solid #eee;
}

.column-post-card__body {
  padding: 14px 16px 10px;
}
/* 下線は消す */
.column-pickup-card,
.column-pickup-card:hover,
.column-post-card,
.column-post-card:hover {
  text-decoration: none;
}

/* タイトルだけ色変化させる */
.column-pickup-card:hover .column-pickup-title,
.column-post-card:hover .column-post-title {
  color: #656975; /* グレー */
  font-weight: 400;
}

.column-pickup-title,
.column-post-title {
  transition: color 0.25s ease;
}

/* ホバー時（PC） */
.column-pickup-card:hover,
.column-post-card:hover {
  transform: translateY(-1px);
  background-color: #fcfcfc; /* ←かなり薄いベージュ */
}
/* =========================================
   コラム記事ページ
========================================= */

.column-post-page {
  background: linear-gradient(
    to bottom,
    #fffdfa 0%,
    #f8f6ef 40%,
    #fffdfa 100%
  );
  padding: 40px 0 0;
}

.column-post-page .inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
}

/* 記事本文エリア */
.column-post-article {
  max-width: 760px;
  margin: 0 auto;
  padding: 40px 0 40px;
}

/* NO */
.column-post-no {
  display: block;
  color: #8a9a82;
  font-size: 0.90rem;
  letter-spacing: 0.12em;
}

/* タイトル */
.column-post-title-main {
  font-family: "Noto Serif JP", serif;
  font-size: 2.2rem;
  line-height: 1.55;
  font-weight: 700;
  color: #626269;
  margin-bottom: 22px;
}

/* リード */
.column-post-lead {
  font-family: "Noto Serif JP", serif;
  font-size: 1.18rem;
  line-height: 2;
  color: #626269;
  margin-bottom: 34px;
}

/* メイン画像 */
.column-post-eyecatch {
  margin: 0 auto 44px;
}

.column-post-eyecatch img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 6px;
}

/* 小見出し */
.column-post-heading {
  margin: 46px 0 18px;
  padding-left: 14px;
  border-left: 4px solid #7fa37f;
  font-family: "Noto Serif JP", serif;
  font-size: 1.45rem;
  line-height: 1.6;
  color: #2f3a2b;
  font-weight: 700;
}

/* 本文 */
.column-post-text {
  font-size: 1.02rem;
  line-height: 2.05;
  color: #333;
  margin-bottom: 28px;
  letter-spacing: 0.02em;
}

/* CTAとの間 */
.column-post-page .cta_wrap {
  margin-top: 20px;
}

/* =========================================
   SP対応
========================================= */

@media screen and (max-width: 767px) {
  .column-post-page .inner {
    padding: 0 18px;
  }

  .column-post-article {
    padding: 30px 0 56px;
  }

  .column-post-title-main {
    font-size: 1.65rem;
    line-height: 1.6;
  }

  .column-post-lead {
    font-size: 1.02rem;
    line-height: 1.9;
    margin-bottom: 28px;
  }

  .column-post-heading {
    margin: 38px 0 16px;
    font-size: 1.22rem;
    line-height: 1.65;
  }

  .column-post-text {
    font-size: 1rem;
    line-height: 2;
  }

}
/* =========================================
   画像の主張を少し抑える
========================================= */

.column-post-card__thumb img {
  opacity: 0.82;
  transition: opacity 0.25s ease;
}

/* ホバー時も透過を維持 */
.column-post-card:hover .column-post-card__thumb img {
  opacity: 0.82;
}
.column-post-card__thumb {
  margin-top: 8px;
}
/* リード文章 */
.column-post-catch {
  font-size: 0.92rem;
  color: #666;
  line-height: 1.86;
  letter-spacing: 0.02em;

  margin-top: 1px;
  margin-bottom: 6px;

  padding: 0 16px; /* ← タイトルと揃える */
}
/* =========================================
   関連記事（白背景で区切る）
========================================= */

.column-related {
  background: #fff;
  padding: 50px 0 80px;
  margin-top: 60px;
  margin-bottom: 0;
  border-top: 1px solid #e9e4d8;
}

.column-related + .cta_wrap {
  margin-top: 0;
}

.column-related .inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
}

/* タイトル */
.column-related-title {
  font-size: 1.4rem;
  margin-bottom: 22px;
  color: #2f3a2b;
  letter-spacing: 0.05em;
}

/* カード一覧 */
.column-related-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

/* カード */
.column-related-card {
  display: block;
  padding: 14px;
  background: #fff;
  border: 1px solid #e5e8df;
  border-radius: 8px;
  text-decoration: none;
  transition: 0.25s;
}

/* ホバー（やさしく） */
.column-related-card:hover {
  background: #f7f5ef;
}

/* テキスト */
.column-related-text {
  display: block;
  margin-top: 6px;
  font-size: 0.95rem;
  color: #333;
  line-height: 1.6;
}

/* SP */
@media screen and (max-width: 767px) {

  .column-related {
    padding: 40px 20px;
  }

  .column-related-list {
    grid-template-columns: 1fr;
  }

}
.column-other-category {
  margin: 0; /* ← これ重要 */
  background: #fff;
  padding: 0 0 70px;
}

.column-other-category-title {
  font-size: 1.15rem;
  margin-bottom: 18px;
  color: #2f3a2b;
  letter-spacing: 0.05em;
  padding: 10px;
}

.column-other-category-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.column-other-category-list a {
  display: inline-block;
  padding: 9px 16px;
  border: 1px solid #d6ded0;
  border-radius: 999px;
  color: #5f7657;
  text-decoration: none;
  font-size: 0.9rem;
  background: #fff;
}

.column-other-category-list a:hover {
  background: #f7f5ef;
}
.column-other-category + .cta_wrap {
  margin-top: 0;
}
.column-other-category {
  position: relative;
  background: #fff;
  padding: 10px 0 70px;
}

.column-other-category::before {
  content: "";
  display: block;
  width: 800px;
  height: 1px;
  background: #dcd6c8;
  margin: 0 auto 28px;
}
/* SP */
@media screen and (max-width: 767px) {

  .column-other-category {
    position: relative;
    background: #fff;
    padding: 10px 20px 60px;
  }

  .column-other-category::before {
    content: "";
    display: block;
    width: 80px;
    height: 1px;
    background: #dcd6c8;
    margin: 0 auto 28px;
  }
}
@media screen and (max-width: 767px) {
  .column-post-card__thumb {
    display: none;
  }
}
@media screen and (max-width: 767px) {

  .column-post-card {
    padding: 12px 14px;
  }

  .column-post-title {
    font-size: 1.05rem;
    line-height: 1.6;
  }

  .column-post-number {
    font-size: 0.90rem;
  }

}

/* 終活：最新記事の左帯 */
.column-category-page.cat-life .column-pickup-card--new::before {
  background: #a08f7a;
  opacity: 1;
}

/* 終活：最新記事ラベル */
.column-category-page.cat-life .column-pickup-card--new .column-card-label {
  background: #a08f7a;
}


/* 家族：最新記事の左帯 */
.column-category-page.cat-family .column-pickup-card--new::before {
  background: #c4a76c;
  opacity: 1;
}

/* 家族：最新記事ラベル */
.column-category-page.cat-family .column-pickup-card--new .column-card-label {
  background: #c4a76c;
}


/* 文化：最新記事の左帯 */
.column-category-page.cat-culture .column-pickup-card--new::before {
  background: #6f8f9d;
  opacity: 1;
}

/* 文化：最新記事ラベル */
.column-category-page.cat-culture .column-pickup-card--new .column-card-label {
  background: #6f8f9d;
}


/* 季節：最新記事の左帯 */
.column-category-page.cat-season .column-pickup-card--new::before {
  background: #8f8b96;
  opacity: 1;
}

/* 季節：最新記事ラベル */
.column-category-page.cat-season .column-pickup-card--new .column-card-label {
  background: #8f8b96;
}


/* 暮らし：最新記事の左帯 */
.column-category-page.cat-living .column-pickup-card--new::before {
  background: #8f946d;
  opacity: 1;
}

/* 暮らし：最新記事ラベル */
.column-category-page.cat-living .column-pickup-card--new .column-card-label {
  background: #8f946d;
}

/* 本文アクセント */
.column-text-accent {
  color: #2f4f7f; /* 落ち着いた知的ブルー */
  font-weight: 500;
}
.column-text-question {
  color: #2f4f7f;
  font-weight: 600;
}
.column-main-accent {
  font-size: 1.2rem;
  color: #2f4f7f;
  margin-bottom: 2px;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .column-main-accent {
    font-size: 1.05rem;
    margin-bottom: 5px;
  }
}

/* h2タイトル共通ベース */
.column-post-heading {
  font-weight: 600;
  letter-spacing: 0.05em;
  padding-left: 12px;
  color: #2F3A40; /* ←全部共通 */
}

/* ① お墓とこれからの準備（グリーン） */
.category-grave .column-post-heading {
  border-left: 4px solid #7fa37f;
}

/* ② 終活という生き方（ブラウン） */
.category-life .column-post-heading {
  border-left: 4px solid #8a7c6a;
}

/* ③ 家族とつながる（ベージュ・ゴールド系） */
.category-family .column-post-heading {
  border-left: 4px solid #c4a76c;
}

/* ④ 文化に触れる（ブルーグレー） */
.category-culture .column-post-heading {
  border-left: 4px solid #3e6680;
}

/* ⑤ 季節を味わう（むらさき） */
.category-season .column-post-heading {
  border-left: 4px solid #817694;
}

/* ⑥ 暮らしを楽しむ（ライトグリーン） */
.category-living .column-post-heading {
  border-left: 4px solid #abab59;
}


/* 共通：記事内画像 */
.column-post-image {
  margin: 40px auto;
}

.column-post-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 6px;
}

/* 大サイズ（フル） */
.column-post-image--large {
  max-width: 100%;
}

/* 小サイズ（中央） */
.column-post-image--small {
  max-width: 720px; /* ←ここがポイント */
  margin: 40px auto;
}

/* 小サイズ（さらにコンパクト） */
.column-post-image--compact {
  max-width: 600px;
  margin: 40px auto;
}

/* 左寄せバージョン */
.column-post-image--left {
  max-width: 600px;
  margin: 40px 0;
}

/* 右寄せバージョン */
.column-post-image--right {
  max-width: 600px;
  margin: 40px 0 40px auto;
}

@media screen and (max-width: 768px) {

  .column-post-image--small,
  .column-post-image--compact {
    max-width: 100%;
    padding: 0 16px; /* ←これだけでOK */
  }

}