/* ============================================================
   Method Article — Book Design (2026-04-27)
   書籍出版プロジェクトの本文デザインを記事ページへ移植
   - 明朝主体・読み物体
   - 書籍風ヒーロー / 章扉風アイキャッチ
   - 本文はjustify、行間1.95、ハイライトマーカー
   ============================================================ */

/* ---------- 0. 全体ベース（記事系のみ） ---------- */
body.single-method,
body.post-type-archive-method,
body.tax-method_category {
  background-color: var(--og-paper, #F8F4ED) !important;
  font-family: var(--og-mincho, "Hiragino Mincho ProN", serif) !important;
  font-feature-settings: "palt";
  color: var(--og-ink, #2C2825) !important;
  line-height: 1.95;
}

/* ---------- 1. 記事ヘッダー（章扉風） ---------- */
body.single-method .method-header {
  background:
    radial-gradient(ellipse at 30% 0%, rgba(255,250,242,1) 0%, var(--og-paper-warm, #F4ECDC) 70%) !important;
  border-bottom: 2px solid var(--og-brown-mid, #6B4F3B) !important;
  padding: 132px 0 56px !important;
  color: var(--og-ink) !important;
  position: relative;
  overflow: hidden;
}
body.single-method .method-header::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to right, rgba(107,79,59,0.06) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(107,79,59,0.06) 1px, transparent 1px);
  background-size: 40px 40px;
  pointer-events: none;
}
body.single-method .method-header-wrap {
  position: relative;
  z-index: 1;
  width: min(1320px, 94%);
  margin: 0 auto;
  padding: 0;
}
body.single-method .method-header-wrap > .breadcrumb {
  padding: 0 0 16px !important;
  margin-bottom: 0 !important;
}
body.single-method .method-header-wrap > .breadcrumb .container {
  max-width: none !important;
  padding: 0 !important;
}
body.single-method .method-header-inner {
  margin-top: 24px;
  max-width: calc(100% - 328px);
}
body.single-method .method-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  margin-bottom: 32px;
}
body.single-method .method-badge {
  font-family: var(--og-mono) !important;
  font-size: 0.7rem !important;
  letter-spacing: 0.3em !important;
  color: var(--og-brown-dark, #4A3525) !important;
  background: transparent !important;
  border: 1px solid var(--og-brown-mid, #6B4F3B) !important;
  padding: 5px 14px !important;
  text-transform: uppercase !important;
  border-radius: 0 !important;
  font-weight: 700;
}
body.single-method .method-date {
  font-family: var(--og-mono) !important;
  font-size: 0.78rem !important;
  letter-spacing: 0.12em !important;
  color: var(--og-brown-mid, #6B4F3B) !important;
}
body.single-method .method-title {
  font-family: var(--og-mincho) !important;
  font-weight: 700 !important;
  font-size: clamp(28px, 3.6vw, 42px) !important;
  line-height: 1.55 !important;
  letter-spacing: 0.06em !important;
  color: var(--og-ink, #2C2825) !important;
  margin: 0 0 24px !important;
  text-align: left;
}
body.single-method .method-excerpt {
  font-family: var(--og-mincho) !important;
  font-size: 1.02rem !important;
  line-height: 2.0 !important;
  color: var(--og-grey, #6F6862) !important;
  margin: 0 !important;
  padding-left: 16px;
  border-left: 2px solid var(--og-brown-mid, #6B4F3B);
}

/* ---------- 2. 本文レイアウト ---------- */
body.single-method .method-body {
  background: var(--og-paper, #F8F4ED) !important;
  padding: 56px 0 120px !important;
}
body.single-method .method-layout-wrap {
  display: grid;
  grid-template-columns: minmax(0,1fr) 280px;
  gap: 48px;
  width: min(1320px, 94%);
  margin: 0 auto;
}
body.single-method .method-content {
  background: var(--og-paper, #F8F4ED);
  padding: 0 0 80px;
  border: none;
  box-shadow: none;
}

/* ---------- 3. アイキャッチ ---------- */
body.single-method .method-eyecatch {
  margin: 0 0 48px;
  border: 1px solid var(--og-soft-beige, #C8BFB1);
  background: var(--og-paper, #F8F4ED);
  aspect-ratio: 16 / 9;
  overflow: hidden;
}
body.single-method .method-eyecatch img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  object-position: center !important;
  display: block !important;
}

/* ---------- 4. 本文タイポ（書籍ベース） ---------- */
body.single-method .method-entry {
  font-family: var(--og-mincho, "Hiragino Mincho ProN", serif) !important;
  font-size: 17px !important;
  line-height: 1.95 !important;
  color: var(--og-ink, #2C2825) !important;
  font-feature-settings: "palt";
}
body.single-method .method-entry h2 {
  font-family: var(--og-mincho) !important;
  font-size: 22px !important;
  font-weight: 700 !important;
  line-height: 1.6 !important;
  letter-spacing: 0.04em !important;
  color: var(--og-ink) !important;
  margin: 64px 0 28px !important;
  padding: 0 0 12px 16px !important;
  border-left: 4px solid var(--og-brown-mid, #6B4F3B) !important;
  border-bottom: 1px solid rgba(107,79,59,0.2) !important;
}
body.single-method .method-entry h2:first-child {
  margin-top: 0 !important;
}
body.single-method .method-entry h3 {
  font-family: var(--og-mincho) !important;
  font-size: 17px !important;
  font-weight: 700 !important;
  letter-spacing: 0.04em !important;
  color: var(--og-brown-dark, #4A3525) !important;
  margin: 40px 0 16px !important;
}
body.single-method .method-entry h4 {
  font-family: var(--og-mincho) !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  color: var(--og-brown-dark, #4A3525) !important;
  margin: 28px 0 12px !important;
}
body.single-method .method-entry p {
  margin: 0 0 1.6em !important;
  text-align: left;
  word-break: normal;
  overflow-wrap: break-word;
  line-break: strict;
}
body.single-method .method-entry strong {
  font-weight: 700 !important;
  background: linear-gradient(transparent 60%, rgba(196,156,100,0.32) 60%);
  padding: 0 1px;
  color: var(--og-ink);
}
body.single-method .method-entry em {
  font-style: normal;
  color: var(--og-brown-dark);
}
body.single-method .method-entry a {
  color: var(--og-brown-dark) !important;
  border-bottom: 1px solid var(--og-brown-mid);
  text-decoration: none;
  transition: color 0.2s ease, border-color 0.2s ease;
}
body.single-method .method-entry a:hover {
  color: var(--og-ink) !important;
  border-bottom-color: var(--og-ink);
}

/* リスト */
body.single-method .method-entry ul,
body.single-method .method-entry ol {
  margin: 0 0 1.6em;
  padding-left: 1.6em;
}
body.single-method .method-entry li {
  margin-bottom: 0.6em;
  line-height: 1.95;
}
body.single-method .method-entry ul li {
  list-style: none;
  position: relative;
  padding-left: 6px;
}
body.single-method .method-entry ul li::before {
  content: "─";
  position: absolute;
  left: -1.4em;
  color: var(--og-brown-mid);
}

/* テーブル（書籍風） */
body.single-method .method-entry table {
  border-collapse: collapse;
  width: 100%;
  margin: 1.8em 0;
  font-size: 15px;
  font-family: var(--og-mincho);
}
body.single-method .method-entry th,
body.single-method .method-entry td {
  border: 1px solid var(--og-soft-beige);
  padding: 10px 14px;
  text-align: left;
  vertical-align: top;
  line-height: 1.7;
}
body.single-method .method-entry th {
  background: var(--og-section, #EDE5D4);
  font-weight: 700;
  color: var(--og-brown-dark);
  letter-spacing: 0.04em;
}

/* インラインコード */
body.single-method .method-entry code {
  font-family: var(--og-mono) !important;
  font-size: 0.92em;
  background: var(--og-section, #EDE5D4);
  color: var(--og-brown-dark);
  padding: 2px 8px;
  border-radius: 2px;
  border: 1px solid rgba(107,79,59,0.12);
}

/* コードブロック */
body.single-method .method-entry pre {
  background: var(--og-ink, #2C2825);
  color: #F4EFE6;
  padding: 22px 28px;
  border-radius: 0;
  border-left: 3px solid var(--og-gold);
  overflow-x: auto;
  margin: 1.8em 0;
  font-size: 14px;
  line-height: 1.75;
}
body.single-method .method-entry pre code {
  background: transparent !important;
  color: inherit !important;
  padding: 0 !important;
  border: none !important;
}

/* 引用 */
body.single-method .method-entry blockquote {
  border-left: 3px solid var(--og-brown-mid);
  padding: 8px 0 8px 24px;
  margin: 1.8em 0;
  color: var(--og-grey);
  font-style: normal;
  background: rgba(248,244,237,0.6);
}
body.single-method .method-entry blockquote p {
  margin-bottom: 0.8em;
}
body.single-method .method-entry blockquote p:last-child {
  margin-bottom: 0;
}

/* セパレータ（飾り罫） */
body.single-method .method-entry hr {
  border: 0;
  border-top: 1px solid var(--og-soft-beige);
  margin: 56px auto;
  width: 60%;
  text-align: center;
  position: relative;
}
body.single-method .method-entry hr::after {
  content: "❦";
  display: inline-block;
  background: var(--og-paper);
  padding: 0 16px;
  color: var(--og-brown-mid);
  transform: translateY(-13px);
  position: relative;
  font-size: 16px;
}

/* 画像 */
body.single-method .method-entry img {
  max-width: 100%;
  height: auto;
  margin: 1.6em 0;
  border: 1px solid var(--og-soft-beige);
}
body.single-method .method-entry figure {
  margin: 1.8em 0;
}
body.single-method .method-entry figcaption {
  font-size: 0.85rem;
  color: var(--og-grey);
  text-align: center;
  margin-top: 8px;
  font-family: var(--og-mincho);
}

/* ---------- 5. サイドバー ---------- */
body.single-method .method-sidebar-sticky {
  position: sticky;
  top: 100px;
}
body.single-method .method-sidebar-section {
  background: var(--og-page-cream, #F2EBDD);
  border: 1px solid var(--og-soft-beige);
  padding: 28px 24px;
  margin-bottom: 24px;
}
body.single-method .method-sidebar-title {
  font-family: var(--og-mincho) !important;
  font-size: 0.95rem !important;
  font-weight: 700 !important;
  color: var(--og-brown-dark) !important;
  letter-spacing: 0.08em;
  border-bottom: 1px solid var(--og-brown-mid);
  padding-bottom: 10px;
  margin: 0 0 20px;
}
body.single-method .method-sidebar-post {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 12px;
  text-decoration: none;
  padding: 12px 0;
  border-bottom: 1px dotted var(--og-soft-beige);
}
body.single-method .method-sidebar-post:last-child {
  border-bottom: none;
}
body.single-method .method-sidebar-post:hover .method-sidebar-post-title {
  color: var(--og-ink) !important;
}
body.single-method .method-sidebar-post-thumb {
  aspect-ratio: 1 / 1;
  background: var(--og-bg-beige);
  overflow: hidden;
  border: 1px solid var(--og-soft-beige);
}
body.single-method .method-sidebar-post-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
body.single-method .method-sidebar-post-placeholder {
  width: 100%; height: 100%;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--og-mono);
  font-size: 0.65rem;
  letter-spacing: 0.25em;
  color: var(--og-soft-beige);
}
body.single-method .method-sidebar-post-title {
  font-family: var(--og-mincho) !important;
  font-size: 0.85rem !important;
  line-height: 1.6 !important;
  color: var(--og-ink) !important;
  margin: 0 !important;
}
body.single-method .method-sidebar-cta {
  background: var(--og-navy-deep, #182338);
  border-left: 3px solid var(--og-gold);
  color: rgba(244,239,230,0.92);
  padding: 28px 24px;
  font-family: var(--og-mincho);
}
body.single-method .method-sidebar-cta-badge {
  font-family: var(--og-mono) !important;
  font-size: 0.7rem !important;
  letter-spacing: 0.3em !important;
  color: var(--og-gold) !important;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 12px;
}
body.single-method .method-sidebar-cta h3 {
  color: #F4EFE6 !important;
  font-family: var(--og-mincho) !important;
  font-size: 1.1rem !important;
  font-weight: 700 !important;
  line-height: 1.6 !important;
  margin: 0 0 12px;
}
body.single-method .method-sidebar-cta p {
  color: rgba(244,239,230,0.78) !important;
  font-size: 0.85rem !important;
  line-height: 1.7;
  margin: 0 0 16px;
}
body.single-method .method-sidebar-cta .btn {
  background: var(--og-gold) !important;
  color: var(--og-navy-deep) !important;
  border: 1px solid var(--og-gold) !important;
  font-weight: 600 !important;
}
body.single-method .method-sidebar-cta .btn:hover {
  background: var(--og-paper) !important;
  border-color: var(--og-paper) !important;
}

/* ---------- 6. 目次 ---------- */
body.single-method .method-toc,
body.single-method .method-sidebar-toc .method-toc {
  background: var(--og-page-cream);
  border: 1px solid var(--og-soft-beige);
  padding: 24px 22px;
  margin-bottom: 24px;
  font-family: var(--og-mincho);
}
body.single-method .method-toc h2,
body.single-method .method-toc-title {
  font-family: var(--og-mincho) !important;
  font-size: 0.9rem !important;
  font-weight: 700 !important;
  color: var(--og-brown-dark) !important;
  letter-spacing: 0.12em;
  border-bottom: 1px solid var(--og-brown-mid);
  padding: 0 0 10px !important;
  margin: 0 0 16px !important;
  border-left: none !important;
}
body.single-method .method-toc ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
body.single-method .method-toc li {
  font-size: 0.88rem;
  margin: 8px 0;
  line-height: 1.6;
}
body.single-method .method-toc a {
  color: var(--og-ink) !important;
  text-decoration: none;
  border-bottom: none !important;
}
body.single-method .method-toc a:hover {
  color: var(--og-brown-dark) !important;
}

/* ---------- 7. フッターCTA ---------- */
body.single-method .method-cta-area {
  background: var(--og-section-deep, #E2D9C3);
  padding: 80px 0;
  border-top: 1px solid var(--og-brown-mid);
  border-bottom: 1px solid var(--og-brown-mid);
}
body.single-method .method-footer-cta {
  background: var(--og-navy-deep);
  color: rgba(244,239,230,0.92);
  padding: 56px clamp(24px, 4vw, 64px);
  border-left: 3px solid var(--og-gold);
  width: min(880px, 92%);
  margin: 0 auto;
}
body.single-method .method-footer-cta h2 {
  color: #F4EFE6 !important;
  font-family: var(--og-mincho) !important;
  font-size: clamp(20px, 2.4vw, 28px) !important;
  font-weight: 700 !important;
  line-height: 1.6 !important;
  margin: 0 0 16px !important;
  border: none !important;
  padding: 0 !important;
}
body.single-method .method-footer-cta p {
  color: rgba(244,239,230,0.82) !important;
  line-height: 1.95 !important;
  margin: 0 0 28px !important;
}
body.single-method .method-footer-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
}
body.single-method .method-footer-cta .btn-primary {
  background: var(--og-gold) !important;
  color: var(--og-navy-deep) !important;
  border-color: var(--og-gold) !important;
}
body.single-method .method-footer-cta .btn-primary:hover {
  background: var(--og-paper) !important;
  border-color: var(--og-paper) !important;
}
body.single-method .method-footer-cta .btn-ghost {
  color: rgba(244,239,230,0.82) !important;
  border-bottom-color: rgba(244,239,230,0.5) !important;
}
body.single-method .method-footer-cta .btn-ghost:hover {
  color: var(--og-gold) !important;
  border-bottom-color: var(--og-gold) !important;
}

/* ---------- 8. 関連記事 / ナビゲーション ---------- */
body.single-method .method-related {
  padding: 80px 0;
  background: var(--og-paper);
}
body.single-method .method-article-wrap {
  width: min(1160px, 92%);
  margin: 0 auto;
}
body.single-method .method-related-title {
  font-family: var(--og-mincho) !important;
  font-size: 1.4rem !important;
  font-weight: 700 !important;
  color: var(--og-ink) !important;
  letter-spacing: 0.06em !important;
  margin: 0 0 32px !important;
  padding: 0 0 12px !important;
  border-bottom: 1px solid var(--og-brown-mid);
}
body.single-method .method-related-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
body.single-method .method-related-card {
  background: var(--og-paper);
  border: 1px solid var(--og-brown-mid);
  text-decoration: none;
  color: inherit;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-top 0.3s ease;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
body.single-method .method-related-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(74,53,37,0.18);
  border-top: 4px solid var(--og-brown-dark);
}
body.single-method .method-related-thumb {
  aspect-ratio: 16 / 9;
  background: var(--og-paper, #F8F4ED);
  overflow: hidden;
}
body.single-method .method-related-thumb img {
  width: 100%; height: 100%;
  object-fit: contain; object-position: center; display: block;
}
body.single-method .method-related-thumb-placeholder {
  width: 100%; height: 100%;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--og-mono);
  letter-spacing: 0.25em;
  color: var(--og-soft-beige);
}
body.single-method .method-related-body {
  padding: 20px 24px 28px;
}
body.single-method .method-related-cat {
  font-family: var(--og-mono) !important;
  font-size: 0.7rem !important;
  letter-spacing: 0.3em !important;
  color: var(--og-brown-dark) !important;
  font-weight: 700;
  text-transform: uppercase;
  border: 1px solid var(--og-brown-mid);
  padding: 4px 10px;
  display: inline-block;
  margin-bottom: 12px;
}
body.single-method .method-related-card h3 {
  font-family: var(--og-mincho) !important;
  font-size: 1.05rem !important;
  font-weight: 600 !important;
  line-height: 1.6 !important;
  color: var(--og-ink) !important;
  margin: 0 0 8px !important;
}
body.single-method .method-related-card time {
  font-family: var(--og-mono) !important;
  font-size: 0.75rem !important;
  color: var(--og-grey) !important;
  letter-spacing: 0.1em;
}

body.single-method .method-nav {
  background: var(--og-section-soft, #EAE3D2);
  padding: 48px 0 64px;
  border-top: 1px solid var(--og-soft-beige);
}
body.single-method .method-nav-inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 24px;
  align-items: center;
}
body.single-method .method-nav-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
body.single-method .method-nav-item--right {
  text-align: right;
  align-items: flex-end;
}
body.single-method .method-nav-item--center {
  text-align: center;
  align-items: center;
}
body.single-method .method-nav-label {
  font-family: var(--og-mono) !important;
  font-size: 0.7rem !important;
  letter-spacing: 0.25em !important;
  color: var(--og-brown-mid) !important;
  text-transform: uppercase;
}
body.single-method .method-nav-item a {
  font-family: var(--og-mincho) !important;
  font-size: 0.95rem !important;
  color: var(--og-ink) !important;
  text-decoration: none;
  border-bottom: 1px solid var(--og-brown-mid);
  padding-bottom: 2px;
  transition: color 0.2s ease, border-color 0.2s ease;
}
body.single-method .method-nav-item a:hover {
  color: var(--og-brown-dark) !important;
  border-bottom-color: var(--og-brown-dark);
}

/* ---------- 9. アーカイブページ（記事一覧）も適用 ---------- */
body.post-type-archive-method,
body.tax-method_category {
  background: var(--og-paper) !important;
}

/* ---------- 10. レスポンシブ ---------- */
@media (max-width: 1024px) {
  body.single-method .method-layout-wrap {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  body.single-method .method-header-inner {
    max-width: 100%;
  }
  body.single-method .method-sidebar {
    margin-top: 0;
  }
  body.single-method .method-sidebar-sticky {
    position: static;
  }
}
@media (max-width: 768px) {
  /* ヘッダー */
  body.single-method .method-header {
    padding: 88px 0 40px !important;
  }
  body.single-method .method-header-wrap {
    width: 100%;
    padding: 0 20px;
  }
  body.single-method .method-header-inner {
    margin-top: 16px;
  }
  body.single-method .method-meta {
    gap: 12px;
    margin-bottom: 20px;
  }
  body.single-method .method-badge {
    font-size: 0.65rem !important;
    padding: 4px 10px !important;
  }
  body.single-method .method-date {
    font-size: 0.72rem !important;
  }
  body.single-method .method-title {
    font-size: 24px !important;
    line-height: 1.55 !important;
    letter-spacing: 0.04em !important;
    margin-bottom: 18px !important;
  }
  body.single-method .method-excerpt {
    font-size: 0.95rem !important;
    line-height: 1.85 !important;
    padding-left: 12px;
  }

  /* 本文セクション */
  body.single-method .method-body {
    padding: 32px 0 64px !important;
  }
  body.single-method .method-layout-wrap {
    width: 100%;
    gap: 32px;
    padding: 0 20px;
  }
  body.single-method .method-content {
    padding: 0 0 40px;
  }

  /* アイキャッチ */
  body.single-method .method-eyecatch {
    margin-bottom: 32px;
  }

  /* 本文タイポ（読み物体スマホ最適化） */
  body.single-method .method-entry {
    font-size: 16px !important;
    line-height: 1.85 !important;
    letter-spacing: 0.02em;
  }
  body.single-method .method-entry h2 {
    font-size: 20px !important;
    line-height: 1.55 !important;
    margin: 44px 0 20px !important;
    padding: 0 0 10px 12px !important;
    border-left-width: 3px !important;
  }
  body.single-method .method-entry h3 {
    font-size: 17px !important;
    margin: 32px 0 14px !important;
  }
  body.single-method .method-entry h4 {
    font-size: 15px !important;
    margin: 24px 0 10px !important;
  }
  body.single-method .method-entry p {
    margin: 0 0 1.4em !important;
  }
  body.single-method .method-entry ul,
  body.single-method .method-entry ol {
    padding-left: 1.4em;
  }
  body.single-method .method-entry li {
    margin-bottom: 0.5em;
    line-height: 1.85;
  }

  /* テーブルは横スクロール可能に */
  body.single-method .method-entry table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    font-size: 14px;
  }
  body.single-method .method-entry th,
  body.single-method .method-entry td {
    padding: 8px 10px;
    white-space: nowrap;
  }

  /* コードブロック */
  body.single-method .method-entry pre {
    padding: 16px 18px;
    font-size: 13px;
    line-height: 1.7;
    border-radius: 4px;
    -webkit-overflow-scrolling: touch;
  }
  body.single-method .method-entry code {
    font-size: 0.88em;
    padding: 1px 6px;
  }

  /* 引用 */
  body.single-method .method-entry blockquote {
    padding: 6px 0 6px 16px;
    margin: 1.4em 0;
  }

  /* セクション区切り */
  body.single-method .method-entry hr {
    margin: 40px auto;
  }

  /* サイドバー */
  body.single-method .method-sidebar-section,
  body.single-method .method-toc {
    padding: 22px 18px;
  }
  body.single-method .method-sidebar-cta {
    padding: 24px 20px;
  }

  /* 関連記事 */
  body.single-method .method-related {
    padding: 56px 0;
  }
  body.single-method .method-article-wrap {
    width: 100%;
    padding: 0 20px;
  }
  body.single-method .method-related-title {
    font-size: 1.2rem !important;
    margin-bottom: 24px !important;
  }
  body.single-method .method-related-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  body.single-method .method-related-card h3 {
    font-size: 1rem !important;
  }

  /* フッターCTA */
  body.single-method .method-cta-area {
    padding: 56px 0;
  }
  body.single-method .method-footer-cta {
    width: 100%;
    padding: 36px 24px;
  }
  body.single-method .method-footer-cta h2 {
    font-size: 19px !important;
  }
  body.single-method .method-footer-cta p {
    font-size: 14px !important;
    line-height: 1.85 !important;
  }
  body.single-method .method-footer-cta-actions {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }
  body.single-method .method-footer-cta .btn {
    width: 100%;
    min-height: 48px;
    justify-content: center;
  }

  /* ナビゲーション */
  body.single-method .method-nav {
    padding: 32px 0 40px;
  }
  body.single-method .method-nav-inner {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  body.single-method .method-nav-item--right {
    text-align: left;
    align-items: flex-start;
  }
  body.single-method .method-nav-item--center {
    text-align: left;
    align-items: flex-start;
  }
}

@media (max-width: 480px) {
  body.single-method .method-header {
    padding: 80px 0 32px !important;
  }
  body.single-method .method-header-wrap,
  body.single-method .method-layout-wrap,
  body.single-method .method-article-wrap {
    padding: 0 16px;
  }
  body.single-method .method-title {
    font-size: 22px !important;
  }
  body.single-method .method-entry {
    font-size: 15.5px !important;
  }
  body.single-method .method-entry h2 {
    font-size: 18px !important;
  }
  body.single-method .method-footer-cta {
    padding: 28px 18px;
  }
}
