@charset "utf-8";

/* ========================================
   CEO BLOG 投稿（column01 WF）
   コラム詳細のスタイルは column.css のまま。
   このファイルは CEO BLOG の個別投稿だけを上書きする。
======================================== */
.ceo-article .column-detail-content {
  margin-bottom: 0;
  font-family: "Noto Sans JP", sans-serif;
  color: #1c1917;
}

.ceo-article .column-detail-content p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 2.3;
  letter-spacing: 0.04em;
  color: #1c1917;
  margin-bottom: 1.8em;
}

.ceo-article .column-detail-content .mc-lead {
  font-family: "Zen Old Mincho", "游明朝", Georgia, serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 2.2;
  letter-spacing: 0.05em;
  color: #1c1917;
  margin-bottom: 2em;
}

.ceo-article .column-detail-content h2 {
  font-family: "Zen Old Mincho", "游明朝", Georgia, serif;
  font-size: clamp(17px, 2.4vw, 20px);
  font-weight: 400;
  line-height: 1.85;
  letter-spacing: 0.07em;
  color: #1c1917;
  margin: 80px 0 28px;
  padding: 0 0 18px;
  background: none;
  border: none;
  border-bottom: 1px solid #e0dad2;
  position: relative;
}

.ceo-article .column-detail-content > h2:first-child {
  margin-top: 0;
}

.ceo-article .column-detail-content h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 40px;
  height: 2px;
  background-color: #7c5b3c;
}

.ceo-article .column-detail-content h3 {
  font-family: "Zen Old Mincho", "游明朝", Georgia, serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.85;
  letter-spacing: 0.06em;
  color: #1c1917;
  margin: 48px 0 16px;
  padding: 0;
  border: none;
  background: none;
}

.ceo-article .column-detail-content h4,
.ceo-article .column-detail-content h5,
.ceo-article .column-detail-content h6 {
  font-family: "Zen Old Mincho", "游明朝", Georgia, serif;
  font-weight: 400;
  color: #1c1917;
  border: none;
  padding-left: 0;
  background: none;
}

.ceo-article .column-detail-content blockquote {
  margin: 52px 0;
  padding: 32px 36px;
  background-color: #f6f3ee;
  border: none;
  border-left: 2px solid #7c5b3c;
  font-style: normal;
  color: #1c1917;
}

.ceo-article .column-detail-content blockquote p {
  font-family: "Zen Old Mincho", "游明朝", Georgia, serif;
  font-size: 15px;
  line-height: 2.2;
  letter-spacing: 0.05em;
  color: #1c1917;
  margin-bottom: 0;
}

.ceo-article .column-detail-content > figure,
.ceo-article .column-detail-content > .wp-block-image {
  margin: 60px 0;
}

.ceo-article .column-detail-content > figure.wp-block-image img,
.ceo-article .column-detail-content > figure.wp-block-image > img {
  width: 100%;
  height: auto;
  display: block;
}

.ceo-article .column-detail-content > figure + h2,
.ceo-article .column-detail-content > .wp-block-image + h2 {
  margin-top: 32px;
}

.ceo-article .column-detail-content figcaption,
.ceo-article .column-detail-content .wp-element-caption {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  letter-spacing: 0.04em;
  color: #6a6259;
}

@media screen and (max-width: 768px) {
  .ceo-article .column-detail-content h2 {
    margin-top: 56px;
  }

  .ceo-article .column-detail-content > figure,
  .ceo-article .column-detail-content > .wp-block-image {
    margin: 44px 0;
  }

  .ceo-article .column-detail-content blockquote {
    padding: 24px 22px;
  }
}
