/* =============================================================================
 ブログ記事（.lh-blog-article）
 ゴールド基調 — lh-style_2026 変数準拠
 ※ 通常投稿（single post）で lh-blog-article.css を読み込み。
   スタイルは .contributor-text .lh-blog-article 内のみ適用。
 ============================================================================= */

/* ブログ記事｜レガシー contributor-text — div 横スクロール競合回避 */
.contributor-text .lh-blog-article,
.contributor-text .lh-blog-article div {
  overflow-x: visible;
  height: auto;
}

.contributor-text .lh-blog-article div {
  width: auto;
  max-width: none;
}

/* ブログ記事｜土台・変数 */
.contributor-text .lh-blog-article {
  --lh-blog-primary: var(--lh-primary, #c5a059);
  --lh-blog-primary-hover: var(--lh-primary-hover, #b38f48);
  --lh-blog-dark: var(--lh-dark, #2c2c2c);
  --lh-blog-muted: var(--lh-muted, #666666);
  --lh-blog-bg: var(--lh-bg-light, #fcfaf5);
  --lh-blog-border: var(--lh-border, #e5dfd3);
  --lh-blog-radius: 8px;
  --lh-blog-font-serif: 'Noto Serif JP', 'Shippori Mincho', serif;
  max-width: 720px;
  width: 100%;
  margin: 0 auto;
  color: var(--lh-blog-dark);
  font-size: 15px;
  line-height: 1.9;
  letter-spacing: 0.05em;
}

/* ブログ記事｜本文 */
.contributor-text .lh-blog-article p {
  margin-bottom: 1.5em;
  font-size: 15px;
  line-height: 1.9;
  letter-spacing: 0.05em;
  color: var(--lh-blog-dark);
}

.contributor-text .lh-blog-article p:last-child {
  margin-bottom: 0;
}

.contributor-text .lh-blog-article strong {
  font-weight: 600;
  color: var(--lh-blog-dark);
}

/* ブログ記事｜大見出し h2 */
.contributor-text .lh-blog-article h2 {
  margin: 3em 0 1.25em;
  padding-bottom: 0.55em;
  border-bottom: 2px solid var(--lh-blog-primary);
  font-family: var(--lh-blog-font-serif);
  font-size: clamp(1.35rem, 2.8vw, 1.65rem);
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0.08em;
  text-align: left;
  color: var(--lh-blog-dark);
}

.contributor-text .lh-blog-article h2:first-of-type {
  margin-top: 2.5em;
}

/* ブログ記事｜引用（レガシー blockquote 上書き） */
.contributor-text .lh-blog-article blockquote {
  margin: 2em 0;
  padding: 1.25em 1.5em;
  border: none;
  border-left: 4px solid var(--lh-blog-primary);
  border-radius: 0 var(--lh-blog-radius) var(--lh-blog-radius) 0;
  background: var(--lh-blog-bg);
  position: relative;
}

.contributor-text .lh-blog-article blockquote::before,
.contributor-text .lh-blog-article blockquote::after {
  display: none;
}

.contributor-text .lh-blog-article blockquote p {
  margin-bottom: 0;
  color: var(--lh-blog-muted);
  font-size: 14px;
  line-height: 2;
}

/* ブログ記事｜費用イメージリスト */
.contributor-text .lh-blog-article .lh-blog-points {
  margin: 1.75em 0 2em;
  padding: 0;
  list-style: none;
}

.contributor-text .lh-blog-article .lh-blog-points li {
  position: relative;
  margin: 0 0 0.75em;
  padding: 0.85em 1em 0.85em 2.5em;
  border: 1px solid var(--lh-blog-border);
  border-radius: var(--lh-blog-radius);
  background: #fff;
  line-height: 1.7;
  letter-spacing: 0.04em;
}

.contributor-text .lh-blog-article .lh-blog-points li::before {
  content: "";
  position: absolute;
  left: 1em;
  top: 50%;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-radius: 50%;
  background: var(--lh-blog-primary);
}

.contributor-text .lh-blog-article .lh-blog-points li:last-child {
  margin-bottom: 0;
}

/* ブログ記事｜日程表 */
.contributor-text .lh-blog-article table {
  width: 100%;
  margin: 1.75em 0 2em;
  border-collapse: collapse;
  border: 1px solid var(--lh-blog-border);
  border-radius: var(--lh-blog-radius);
  overflow: hidden;
  font-size: 14px;
  text-align: left;
}

.contributor-text .lh-blog-article table thead th {
  padding: 0.85em 1em;
  border-bottom: 1px solid var(--lh-blog-border);
  background: var(--lh-blog-bg);
  color: var(--lh-blog-dark);
  font-weight: 600;
  white-space: nowrap;
}

.contributor-text .lh-blog-article table tbody td {
  padding: 0.85em 1em;
  border-bottom: 1px solid var(--lh-blog-border);
  color: var(--lh-blog-dark);
  vertical-align: top;
}

.contributor-text .lh-blog-article table tbody tr:last-child td {
  border-bottom: none;
}

.contributor-text .lh-blog-article table tbody td:first-child {
  width: 42%;
  color: var(--lh-blog-muted);
}

/* ブログ記事｜CTA ボックス */
.contributor-text .lh-blog-article .lh-blog-cta {
  margin: 2.5em 0 0;
  padding: 1.5em 1.75em;
  border: 1px solid var(--lh-blog-border);
  border-radius: var(--lh-blog-radius);
  background: var(--lh-blog-bg);
}

.contributor-text .lh-blog-article .lh-blog-cta__title {
  margin: 0 0 0.75em;
  padding: 0;
  border: none;
  font-family: var(--lh-blog-font-serif);
  font-size: 1.15rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.06em;
  color: var(--lh-blog-dark);
}

.contributor-text .lh-blog-article .lh-blog-cta p {
  margin-bottom: 1em;
  font-size: 14px;
  color: var(--lh-blog-muted);
}

.contributor-text .lh-blog-article .lh-blog-cta p:last-child {
  margin-bottom: 0;
}

.contributor-text .lh-blog-article .lh-blog-cta__action {
  margin-top: 1.25em;
  margin-bottom: 0;
}

/* ブログ記事｜CTA ボタン */
.contributor-text .lh-blog-article .lh-blog-cta__btn {
  display: inline-block;
  padding: 0.75em 1.75em;
  border: 1px solid var(--lh-blog-primary);
  border-radius: 999px;
  background: var(--lh-blog-primary);
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}

.contributor-text .lh-blog-article .lh-blog-cta__btn:hover,
.contributor-text .lh-blog-article .lh-blog-cta__btn:focus {
  background: var(--lh-blog-primary-hover);
  border-color: var(--lh-blog-primary-hover);
  color: #fff;
  text-decoration: none;
}

.contributor-text .lh-blog-article .lh-blog-cta__btn--outline {
  background: #fff;
  color: var(--lh-blog-primary);
}

.contributor-text .lh-blog-article .lh-blog-cta__btn--outline:hover,
.contributor-text .lh-blog-article .lh-blog-cta__btn--outline:focus {
  background: var(--lh-blog-bg);
  color: var(--lh-blog-primary-hover);
  border-color: var(--lh-blog-primary-hover);
}

.contributor-text .lh-blog-article .lh-blog-cta form {
  margin: 0;
}

/* ブログ記事｜免責 */
.contributor-text .lh-blog-article .lh-blog-note {
  margin-top: 2.5em;
  padding: 1.25em 1.5em;
  border-radius: var(--lh-blog-radius);
  background: #f6f4f3;
}

.contributor-text .lh-blog-article .lh-blog-note__title {
  margin: 0 0 0.65em;
  padding: 0;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: var(--lh-blog-muted);
}

.contributor-text .lh-blog-article .lh-blog-note p {
  margin: 0;
  font-size: 12px;
  line-height: 1.85;
  color: var(--lh-blog-muted);
}

/* ブログ記事｜レガシー linkbasestyle 競合回避（CTA 内） */
.contributor-text .lh-blog-article .lh-blog-cta a.lh-blog-cta__btn {
  color: #fff;
  text-decoration: none;
  margin-bottom: 0;
}

.contributor-text .lh-blog-article .lh-blog-cta a.lh-blog-cta__btn--outline {
  color: var(--lh-blog-primary);
}

@media screen and (max-width: 767px) {
  .contributor-text .lh-blog-article {
    font-size: 14px;
  }

  .contributor-text .lh-blog-article p {
    font-size: 14px;
  }

  .contributor-text .lh-blog-article h2 {
    margin-top: 2.5em;
    font-size: 1.25rem;
  }

  .contributor-text .lh-blog-article table thead th,
  .contributor-text .lh-blog-article table tbody td {
    padding: 0.65em 0.75em;
    font-size: 13px;
    white-space: normal;
  }

  .contributor-text .lh-blog-article table tbody td:first-child {
    width: auto;
  }

  .contributor-text .lh-blog-article .lh-blog-cta {
    padding: 1.25em 1.25em;
  }

  .contributor-text .lh-blog-article .lh-blog-cta__btn {
    display: block;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
  }
}
