/* okane-mado 記事デザイン (plain CSS / Tailwind不要)。現行Next.js版と同等の質を狙う。 */
:root {
  --ink:#2b2b2b; --accent:#e8743b; --accent-dark:#c95c36; --moss:#71816d; --line:#e7e1d6;
  /* note.com 風のクリーンなゴシック (本文も見出しも統一)。 */
  --font-sans: -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Noto Sans JP", Meiryo, sans-serif;
}
* { box-sizing: border-box; }
body {
  margin: 0; color: var(--ink); font-size: 17px; line-height: 2.0; letter-spacing: 0.02em;
  font-family: var(--font-sans);
  font-weight: 400;
  /* pos-reji と同じクリーンな paper 基調 (派手なグラデを避ける)。 */
  background: #faf8f5;
}
a { color: inherit; }

.site-header { padding: 16px 20px; border-bottom: 1px solid var(--line); background: rgba(255,255,255,0.7); }
.site-header .brand { font-weight: 700; font-size: 18px; text-decoration: none; color: var(--ink); }

.article-main { max-width: 760px; margin: 0 auto; padding: 28px 18px 60px; }
/* 記事 = 1枚のクリーンな白カード (読みやすさ優先・過度なカード分割はしない)。 */
.back { display: inline-block; font-size: 14px; color: var(--accent-dark); text-decoration: none; margin-bottom: 14px; }
.article { background: #fff; border: 1px solid #ebe5db; border-radius: 16px; padding: 34px 34px 42px; box-shadow: 0 2px 12px rgba(0,0,0,0.03); }
.article h1 { font-size: 27px; line-height: 1.5; font-weight: 700; margin: 0 0 14px; }
.article .summary { font-size: 16px; color: #555; line-height: 1.95; margin: 0 0 8px; }
.article .meta { font-size: 12px; color: #aaa; margin: 0 0 4px; }

/* 本文 (流れる文章 + 上品なアクセント見出し) */
.article-html h2 { font-size: 21px; font-weight: 700; margin: 40px 0 14px; padding-left: 13px; border-left: 4px solid var(--accent); }
.article-html h3 { font-size: 17px; font-weight: 700; margin: 26px 0 10px; color: var(--accent-dark); }
.article-html p { margin: 14px 0; }
.article-html ul { margin: 14px 0; padding-left: 1.4em; }
.article-html li { margin: 7px 0; }
.article-html strong { font-weight: 700; }

/* 目次 */
.toc-box { background: #fff7f0; border: 1px solid #f0d9c8; border-radius: 14px; padding: 16px 20px; margin: 8px 0 28px; }
.toc-box .toc-title { font-weight: 700; margin: 0 0 8px; }
.toc-box ol { margin: 0; padding-left: 1.3em; }
.toc-box a { color: var(--accent-dark); text-decoration: none; }
.toc-box a:hover { text-decoration: underline; }

/* テーブル (比較表) */
.table-wrapper { overflow-x: auto; margin: 20px 0; }
.article-table { border-collapse: collapse; width: 100%; font-size: 15px; }
.article-table th, .article-table td { border: 1px solid var(--line); padding: 10px 12px; text-align: left; }
.article-table thead th { background: #8a5a3c; color: #fff; }
.article-table tbody tr:nth-child(even) { background: #faf6ef; }

/* note (blockquote) */
.note { border-left: 4px solid var(--accent); background: #fff7f0; padding: 12px 16px; margin: 18px 0; border-radius: 0 10px 10px 0; font-size: 15px; color: #555; }

/* 法的開示バナー (アフィリエイト / AI生成) */
.disclosure-pr { font-size: 12px; color: #888; background: #f5f4f1; border: 1px solid #e0dcd4; border-radius: 6px; padding: 6px 12px; margin: 12px 0 20px; display: inline-block; }
.disclosure-ai { font-size: 12px; color: #888; background: #f5f4f1; border: 1px solid #e0dcd4; border-radius: 6px; padding: 6px 12px; margin: 20px 0 8px; display: inline-block; }

/* CTA カード + ボタン (収益要素) */
.cta-card { background: #fff8f3; border: 1px solid #f0d3bf; border-radius: 16px; padding: 18px; margin: 24px 0; text-align: center; }
.cta-pr { display: inline-block; font-size: 12px; font-weight: 700; color: #b06a3a; margin-bottom: 8px; }
.cta-button {
  display: block; max-width: 420px; margin: 6px auto 0; padding: 16px 22px;
  background: var(--accent); color: #fff; font-weight: 700; font-size: 17px;
  text-decoration: none; border-radius: 12px; box-shadow: 0 4px 12px rgba(232,116,59,0.35);
  transition: background .15s;
}
.cta-button:hover { background: var(--accent-dark); }

/* トップページ */
.home-main { max-width: 880px; margin: 0 auto; padding: 28px 18px 60px; }
.hero { text-align: center; padding: 40px 20px 28px; }
.hero-eyebrow { display: inline-block; font-size: 13px; font-weight: 700; color: var(--accent-dark); background: #fff7f0; border: 1px solid #f0d9c8; border-radius: 999px; padding: 5px 14px; }
.hero h1 { font-size: 34px; font-weight: 700; margin: 16px 0 10px; }
.hero-sub { font-size: 17px; color: #555; line-height: 1.9; max-width: 640px; margin: 0 auto; }
.section-title { font-size: 20px; font-weight: 700; margin: 30px 0 16px; padding-left: 12px; border-left: 5px solid var(--accent); }
.cards { display: grid; gap: 14px; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); }
.card { display: flex; flex-direction: column; gap: 6px; background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 16px 18px; text-decoration: none; color: var(--ink); transition: box-shadow .15s, transform .15s; }
.card:hover { box-shadow: 0 6px 18px rgba(0,0,0,0.06); transform: translateY(-2px); }
.card-kw { font-size: 12px; color: var(--moss); }
.card-title { font-weight: 700; font-size: 16px; line-height: 1.5; }
.card-summary { font-size: 13px; color: #777; line-height: 1.7; }

.site-footer { border-top: 1px solid var(--line); padding: 24px 20px; text-align: center; font-size: 13px; color: #999; }

@media (max-width: 640px) {
  body { font-size: 16px; }
  .article { padding: 20px 16px 28px; border-radius: 14px; }
  .article h1 { font-size: 24px; }
}

/* ═══════════════════════════════════════════════════════════════════
   買取LP — plain CSS (KaitoriLpTemplate.tsx 移植)
   配色: --enji(朱) / --ink / --paper / --kinari / --moss
   ═══════════════════════════════════════════════════════════════════ */
:root {
  --enji: #c0392b;
  --enji-light: rgba(192,57,43,0.08);
  --enji-border: rgba(192,57,43,0.20);
  --paper: #faf8f5;
  --kinari: #f5f1e8;
  --moss: #71816d;
  --stone-100: #f5f4f1;
  --stone-200: #e7e2da;
  --stone-300: #cbc5bb;
  --stone-400: #9b948a;
  --stone-500: #716b62;
  --stone-600: #524d46;
  --stone-700: #3d3a34;
}

/* layout */
.lp-main { background: var(--paper); max-width: 860px; margin: 0 auto; padding: 0 20px 80px; }

/* icons */
.lp-icon    { width: 20px; height: 20px; display: inline-block; vertical-align: middle; }
.lp-icon-sm { width: 16px; height: 16px; display: inline-block; vertical-align: middle; }

/* breadcrumb */
.lp-breadcrumb { padding: 24px 0 0; font-size: 12px; color: var(--stone-400); letter-spacing: 0.05em; }
.lp-bc-link { color: var(--stone-400); text-decoration: none; }
.lp-bc-link:hover { color: var(--stone-600); }
.lp-bc-sep { margin: 0 8px; color: var(--stone-300); }
.lp-bc-current { color: var(--stone-500); }

/* hero */
.lp-hero { padding-bottom: 24px; }
.lp-eyebrow-wrap { display: inline-flex; align-items: center; gap: 10px; background: var(--enji-light); border-radius: 4px; padding: 6px 12px; margin-top: 24px; }
.lp-eyebrow-bar { display: block; width: 2px; height: 14px; background: var(--enji); border-radius: 2px; }
.lp-eyebrow { font-size: 11px; font-weight: 700; letter-spacing: 0.22em; color: var(--enji); text-transform: uppercase; margin: 0; }

.lp-h1 { margin: 20px 0 0; font-family: var(--font-sans); font-size: 2rem; font-weight: 700; line-height: 1.25; letter-spacing: -0.01em; color: var(--ink); }
@media (min-width: 640px) { .lp-h1 { font-size: 2.8rem; } }

.lp-h1-rule { display: flex; align-items: center; gap: 12px; margin-top: 20px; }
.lp-h1-rule-accent { display: block; height: 3px; width: 48px; background: var(--enji); border-radius: 2px; }
.lp-h1-rule-line { flex: 1; border-top: 1px solid var(--stone-200); }

.lp-update { font-size: 12px; color: var(--stone-400); margin: 12px 0 0; }
.lp-subtitle { font-size: 1rem; font-weight: 500; line-height: 2; color: var(--stone-700); margin: 18px 0 0; }
@media (min-width: 640px) { .lp-subtitle { font-size: 1.1rem; } }

/* badges */
.lp-badges { display: grid; grid-template-columns: repeat(2,1fr); gap: 8px; margin-top: 24px; }
@media (min-width: 480px) { .lp-badges { grid-template-columns: repeat(4,1fr); } }
.lp-badge { display: flex; align-items: center; gap: 8px; min-height: 52px; background: #fff; border: 1px solid var(--enji-border); border-radius: 10px; padding: 10px 12px; box-shadow: 0 1px 4px rgba(0,0,0,0.04); }
.lp-badge-icon { color: var(--enji); flex-shrink: 0; }
.lp-badge-text { font-size: 12px; font-weight: 700; line-height: 1.35; color: var(--ink); word-break: keep-all; overflow-wrap: anywhere; }

/* CTA button */
.lp-hero-cta { margin-top: 28px; }
.lp-cta-btn { display: flex; align-items: center; justify-content: center; min-height: 56px; width: 100%; background: var(--enji); color: #fff; font-weight: 700; font-size: 17px; text-decoration: none; border-radius: 10px; box-shadow: 0 4px 14px rgba(192,57,43,0.35); transition: opacity .15s; }
.lp-cta-btn:hover { opacity: 0.88; }
.lp-cta-subline { font-size: 12px; text-align: center; margin: 8px 0 0; color: var(--stone-400); }
.lp-bottom-cta .lp-cta-subline { color: rgba(255,255,255,0.72); }
.lp-cta-btn:active { opacity: 0.78; }

/* useful tips */
.lp-useful-tips { margin-top: 32px; background: #fff; border: 1px solid var(--stone-200); border-radius: 10px; padding: 20px; box-shadow: 0 1px 4px rgba(0,0,0,0.04); }
.lp-useful-tips-label { font-size: 11px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--enji); margin: 0 0 12px; }
.lp-utip-list { list-style: none; margin: 0; padding: 0; }
.lp-utip { display: flex; align-items: flex-start; gap: 12px; font-size: 14px; line-height: 1.8; color: var(--stone-700); margin-bottom: 10px; }
.lp-utip:last-child { margin-bottom: 0; }
.lp-utip-dot { display: block; width: 6px; height: 6px; flex-shrink: 0; background: var(--enji); border-radius: 1px; margin-top: 8px; }

/* PR notice */
.lp-pr-notice { margin: 48px 0 0; font-size: 12px; color: var(--stone-400); }

/* section heading */
.lp-section-heading { display: flex; align-items: flex-start; gap: 12px; margin-bottom: 20px; }
.lp-sh-bar { display: block; width: 4px; align-self: stretch; background: var(--enji); border-radius: 2px; flex-shrink: 0; margin-top: 2px; }
.lp-sh-content { display: flex; align-items: center; gap: 10px; }
.lp-sh-icon { color: var(--enji); flex-shrink: 0; }
.lp-h2 { font-family: var(--font-sans); font-size: 1.3rem; font-weight: 700; line-height: 1.35; letter-spacing: -0.01em; color: var(--ink); margin: 0; }
@media (min-width: 640px) { .lp-h2 { font-size: 1.65rem; } }

.lp-body-text { font-size: 15px; line-height: 1.9; color: var(--stone-600); margin: 0 0 24px; }

/* trust section */
.lp-trust { margin-top: 12px; }
.lp-comfort-box { background: #fff; border: 1px solid var(--stone-100); border-radius: 10px; padding: 24px; box-shadow: 0 1px 4px rgba(0,0,0,0.04); margin-bottom: 24px; }
.lp-comfort-label-header { font-size: 11px; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; color: var(--enji); margin: 0 0 16px; }
.lp-comfort-list { list-style: none; margin: 0; padding: 0; }
.lp-comfort-item { display: flex; align-items: flex-start; gap: 12px; margin-bottom: 16px; }
.lp-comfort-item:last-child { margin-bottom: 0; }
.lp-comfort-check { color: var(--enji); flex-shrink: 0; margin-top: 2px; }
.lp-comfort-label { font-weight: 700; color: var(--enji); }
.lp-comfort-body { font-size: 14px; color: var(--stone-600); line-height: 1.7; margin-left: 8px; }

/* recommend card */
.lp-recommend-card { border: 2px solid var(--enji); border-radius: 10px; overflow: hidden; background: #fff; box-shadow: 0 2px 8px rgba(192,57,43,0.10); margin-bottom: 24px; }
.lp-recommend-badge { background: var(--enji); padding: 10px 24px; text-align: center; font-size: 14px; font-weight: 700; letter-spacing: 0.12em; color: #fff; }
.lp-recommend-body { padding: 24px; }
.lp-svc-name { font-family: var(--font-sans); font-size: 1.2rem; font-weight: 700; color: var(--ink); margin: 0 0 8px; }
.lp-svc-tagline { font-size: 15px; line-height: 1.85; color: var(--stone-700); margin: 0 0 20px; }
.lp-banner-wrap { display: flex; justify-content: center; margin: 0 0 20px; }
.lp-banner-wrap img[width="1"] { display: none; }

/* service card */
.lp-service-card { background: #fff; border: 2px solid var(--enji); border-radius: 10px; overflow: hidden; box-shadow: 0 2px 8px rgba(0,0,0,0.04); margin-bottom: 24px; }
.lp-svc-header { padding: 20px 24px 0; }
.lp-svc-badge { font-size: 11px; font-weight: 600; letter-spacing: 0.15em; text-transform: uppercase; color: var(--enji); }
.lp-svc-company { font-size: 13px; color: var(--stone-400); margin: 0 0 12px; }
.lp-service-card > .lp-svc-tagline { display: block; padding: 0 24px; font-size: 15px; line-height: 1.85; color: var(--stone-700); margin-bottom: 16px; }
.lp-svc-features { padding: 0 24px; display: flex; flex-wrap: wrap; gap: 6px 12px; margin-bottom: 16px; }
.lp-svc-feat { display: flex; align-items: center; gap: 6px; font-size: 14px; color: var(--stone-500); }
.lp-svc-feat-check { color: var(--enji); }
.lp-detail-list { padding: 0 24px; display: grid; border-top: 1px solid var(--stone-100); margin: 0 0 16px; }
@media (min-width: 540px) { .lp-detail-list { grid-template-columns: repeat(2,1fr); } }
.lp-detail-row { display: flex; gap: 16px; padding: 12px 0; border-bottom: 1px solid var(--stone-100); font-size: 14px; }
@media (min-width: 540px) { .lp-detail-row { flex-direction: column; gap: 4px; border-bottom: none; } }
.lp-detail-dt { width: 80px; flex-shrink: 0; font-weight: 600; color: var(--stone-400); }
@media (min-width: 540px) { .lp-detail-dt { width: auto; } }
.lp-detail-dd { color: var(--ink); margin: 0; }
.lp-svc-suitable-wrap { padding: 0 24px; margin-bottom: 16px; }
.lp-svc-suitable-label { font-size: 11px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--stone-400); margin-bottom: 8px; }
.lp-svc-suitable-list { list-style: none; margin: 0; padding: 0; }
.lp-svc-suitable { display: flex; align-items: flex-start; gap: 8px; font-size: 14px; line-height: 1.7; color: var(--stone-700); margin-bottom: 6px; }
.lp-dash { color: var(--enji); flex-shrink: 0; }
.lp-service-card > .lp-cta-btn { margin: 4px 24px 24px; width: calc(100% - 48px); }

/* editorial review */
.lp-editorial-review { border-top: 1px solid var(--stone-200); padding-top: 28px; margin-top: 8px; }
.lp-review-label { font-size: 11px; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; color: var(--enji); margin: 0 0 4px; }
.lp-review-company { font-size: 12px; color: var(--stone-400); margin: 0 0 16px; }
.lp-review-summary { font-size: 15px; line-height: 1.9; color: var(--stone-700); margin: 16px 0 24px; }
.lp-review-grid { display: grid; gap: 16px; }
@media (min-width: 640px) { .lp-review-grid { grid-template-columns: repeat(2,1fr); } }
.lp-review-pros, .lp-review-cons { background: #fff; border: 1px solid var(--stone-100); border-radius: 10px; padding: 20px; }
.lp-review-pros-title { font-size: 14px; font-weight: 700; color: var(--moss); border-bottom: 1px solid var(--stone-200); padding-bottom: 8px; margin: 0 0 12px; }
.lp-review-cons-title { font-size: 14px; font-weight: 700; color: var(--enji); border-bottom: 1px solid var(--stone-200); padding-bottom: 8px; margin: 0 0 12px; }
.lp-review-list { list-style: none; margin: 0; padding: 0; }
.lp-review-item { display: flex; align-items: flex-start; gap: 12px; font-size: 14px; line-height: 1.7; color: var(--stone-700); margin-bottom: 8px; }
.lp-plus { color: var(--moss); flex-shrink: 0; font-weight: 700; }
.lp-minus { color: var(--enji); flex-shrink: 0; font-weight: 700; }

/* tips section */
.lp-tips-section { margin: 0 -20px; padding: 40px 20px; background: rgba(192,57,43,0.04); }
.lp-tips-intro { font-size: 14px; line-height: 1.9; color: var(--stone-600); margin: 0 0 24px; }
.lp-tips-list { border-top: 1px solid var(--stone-200); }
.lp-tip-row { display: grid; grid-template-columns: 72px 1fr; gap: 12px; padding: 24px 0; border-bottom: 1px solid var(--stone-200); }
.lp-tip-num-wrap { display: flex; align-items: flex-start; }
.lp-tip-num { display: inline-flex; align-items: center; justify-content: center; width: 36px; height: 36px; background: var(--enji); color: #fff; font-family: var(--font-sans); font-size: 15px; font-weight: 700; border-radius: 8px; }
.lp-tip-title { font-weight: 700; color: var(--ink); margin: 0 0 8px; }
.lp-tip-body { font-size: 14px; line-height: 1.85; color: var(--stone-600); margin: 0; }

/* voices section */
.lp-voices-section { margin: 0 -20px; padding: 40px 20px; background: var(--kinari); }
.lp-voices-note { font-size: 13px; line-height: 1.8; color: var(--stone-500); margin: 0 0 24px; }
.lp-voices-grid { display: grid; gap: 16px; }
@media (min-width: 540px) { .lp-voices-grid { grid-template-columns: repeat(2,1fr); } }
.lp-voices-good, .lp-voices-caution { background: #fff; border: 1px solid var(--stone-200); border-radius: 10px; padding: 20px; box-shadow: 0 1px 4px rgba(0,0,0,0.04); }
.lp-voices-good-title { font-size: 14px; font-weight: 700; color: var(--moss); border-bottom: 1px solid var(--stone-200); padding-bottom: 8px; margin: 0 0 12px; }
.lp-voices-caution-title { font-size: 14px; font-weight: 700; color: var(--enji); border-bottom: 1px solid var(--stone-200); padding-bottom: 8px; margin: 0 0 12px; }
.lp-voice-list { list-style: none; margin: 0; padding: 0; }
.lp-voice-item { display: flex; align-items: flex-start; gap: 12px; font-size: 14px; line-height: 1.7; color: var(--stone-700); margin-bottom: 8px; }
.lp-v-dash { color: var(--stone-300); flex-shrink: 0; }

/* FAQ */
.lp-faq-section { padding: 40px 0; }
.lp-faq-heading { font-family: var(--font-sans); font-size: 1.2rem; font-weight: 700; color: var(--ink); border-left: 4px solid var(--enji); padding-left: 12px; margin: 0 0 24px; }
.lp-faq-item { border-bottom: 1px solid var(--stone-200); padding: 20px 0; }
.lp-faq-q { font-weight: 700; color: var(--ink); font-size: 15px; margin: 0 0 12px; }
.lp-faq-q::before { content: "Q. "; color: var(--enji); }
.lp-faq-a { font-size: 14px; line-height: 1.9; color: var(--stone-600); margin: 0; }
.lp-faq-a::before { content: "A. "; color: var(--moss); font-weight: 700; }

/* bottom CTA */
.lp-bottom-cta { margin: 0 -20px -80px; padding: 48px 20px 120px; background: var(--ink); border-top: 4px solid var(--enji); }
.lp-bottom-eyebrow { font-size: 11px; font-weight: 700; letter-spacing: 0.22em; text-transform: uppercase; color: rgba(192,57,43,0.8); margin: 0 0 12px; }
.lp-bottom-title { font-family: var(--font-sans); font-size: 1.2rem; font-weight: 700; line-height: 1.5; color: #fff; margin: 0 0 12px; }
@media (min-width: 640px) { .lp-bottom-title { font-size: 1.4rem; } }
.lp-bottom-body { font-size: 14px; line-height: 2; color: rgba(255,255,255,0.7); margin: 0 0 28px; }
.lp-bottom-cta .lp-cta-btn { margin-bottom: 24px; }
.lp-bottom-pr { font-size: 12px; line-height: 1.8; color: var(--stone-500); border-top: 1px solid rgba(255,255,255,0.10); padding-top: 20px; margin: 0; }

/* sticky bar (SP only) */
.lp-sticky-bar { position: fixed; bottom: 0; left: 0; right: 0; z-index: 50; display: block; }
@media (min-width: 768px) { .lp-sticky-bar { display: none; } }
.lp-sticky-btn { display: flex; align-items: center; justify-content: center; min-height: 56px; width: 100%; background: var(--enji); color: #fff; font-weight: 700; font-size: 16px; text-decoration: none; box-shadow: 0 -2px 12px rgba(0,0,0,0.18); }
.lp-sticky-btn:active { opacity: 0.8; }

/* ═══════════════════════════════════════════════════════════════════
   静的ページ (car-kaitori / pos-reji / about / contact /
               privacy / disclaimer / shindan) — sp-* namespace
   ═══════════════════════════════════════════════════════════════════ */

/* SVG icons in static pages */
.sp-icon    { width: 20px; height: 20px; display: inline-block; vertical-align: middle; }
.sp-icon-sm { width: 16px; height: 16px; display: inline-block; vertical-align: middle; }

/* レスポンシブ改行 */
.sp-br-md { display: none; }
@media (min-width: 768px) { .sp-br-md { display: block; } }

/* 広告開示 */
.sp-ad-disclosure { font-size: 12px; color: var(--stone-400); margin: 0 0 12px; }

/* ── 共通レイアウト ── */
.sp-main { max-width: 860px; margin: 0 auto; padding: 0 20px 80px; }

/* ── 汎用 CTA ── */
.sp-cta-btn {
  display: flex; align-items: center; justify-content: center;
  min-height: 52px; width: 100%;
  background: var(--accent); color: #fff; font-weight: 700; font-size: 16px;
  text-decoration: none; border-radius: 10px;
  box-shadow: 0 4px 14px rgba(232,116,59,0.35);
  transition: opacity .15s; margin-top: 20px;
}
.sp-cta-btn:hover { opacity: 0.88; }
.sp-cta-btn-outline {
  display: inline-block; border: 1px solid var(--accent);
  background: rgba(232,116,59,0.05); color: var(--accent);
  font-weight: 700; font-size: 14px; text-decoration: none;
  border-radius: 999px; padding: 8px 16px; transition: background .15s;
}
.sp-cta-btn-outline:hover { background: rgba(232,116,59,0.12); }
.sp-cta-btn-dark {
  flex: 1; display: block; background: var(--enji); color: #fff;
  font-weight: 700; font-size: 14px; text-decoration: none;
  border-radius: 10px; padding: 14px 20px; text-align: center;
  transition: opacity .15s; margin-top: 0;
}
.sp-cta-btn-dark:hover { opacity: 0.88; }

/* ── car-kaitori ── */
.sp-hero-section { background: #fff; border: 1px solid #e7e1d6; border-radius: 24px; padding: 28px; margin-top: 20px; box-shadow: 0 4px 20px rgba(0,0,0,0.04); }
.sp-breadcrumb { font-size: 13px; color: var(--stone-400); margin-bottom: 16px; }
.sp-bc-link { color: var(--stone-400); text-decoration: none; }
.sp-bc-link:hover { color: var(--accent); }
.sp-bc-sep { margin: 0 8px; }
.sp-bc-current { color: var(--stone-600); }
.sp-hero-eyebrow { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.25em; color: var(--accent); margin: 0 0 12px; }
.sp-h1 { font-size: 1.7rem; font-weight: 700; line-height: 1.3; color: var(--ink); margin: 0 0 16px; }
@media (min-width: 640px) { .sp-h1 { font-size: 2.1rem; } }
.sp-hero-body { font-size: 15px; line-height: 1.9; color: var(--stone-700); margin: 0 0 12px; }
.sp-hero-note { font-size: 12px; line-height: 1.8; color: var(--stone-400); }

.sp-section { margin-top: 40px; }
.sp-h2 { font-size: 1.2rem; font-weight: 700; color: var(--ink); border-left: 4px solid var(--accent); padding-left: 12px; margin: 0 0 16px; }
@media (min-width: 640px) { .sp-h2 { font-size: 1.4rem; } }
.sp-body-text { font-size: 15px; line-height: 1.9; color: var(--stone-600); margin: 0 0 20px; }
.sp-note-text { font-size: 13px; color: var(--stone-500); margin: 0 0 16px; }

.sp-points-grid { display: grid; gap: 14px; grid-template-columns: 1fr; }
@media (min-width: 480px) { .sp-points-grid { grid-template-columns: repeat(2,1fr); } }
@media (min-width: 800px) { .sp-points-grid { grid-template-columns: repeat(3,1fr); } }
.sp-point-card { background: #fff; border: 1px solid var(--stone-200); border-radius: 14px; padding: 18px; box-shadow: 0 1px 4px rgba(0,0,0,0.04); }
.sp-point-title { font-weight: 700; color: var(--ink); margin: 0 0 8px; }
.sp-point-body { font-size: 13px; line-height: 1.8; color: var(--stone-600); margin: 0; }

/* 比較テーブル */
.sp-table-wrap { overflow-x: auto; border: 1px solid var(--stone-200); border-radius: 14px; background: #fff; box-shadow: 0 2px 8px rgba(0,0,0,0.04); }
.sp-table { width: 100%; min-width: 560px; border-collapse: collapse; font-size: 14px; }
.sp-th { background: var(--stone-100); color: var(--stone-700); font-weight: 700; text-align: left; padding: 14px 16px; border-bottom: 1px solid var(--stone-200); }
.sp-td { padding: 12px 16px; color: var(--stone-700); border-bottom: 1px solid var(--stone-100); vertical-align: top; }
.sp-td-label { font-weight: 700; color: var(--stone-600); width: 100px; }
.sp-tbody tr:hover { background: var(--stone-100); }
.sp-suitable-list { list-style: none; margin: 0; padding: 0; }
.sp-suitable-item { display: flex; align-items: flex-start; gap: 6px; font-size: 13px; line-height: 1.7; color: var(--stone-700); margin-bottom: 4px; }
.sp-check-green { color: var(--moss); flex-shrink: 0; }

/* サービスカード */
.sp-service-cards { display: flex; flex-direction: column; gap: 20px; }
.sp-service-card { background: #fff; border: 1px solid var(--stone-200); border-radius: 20px; padding: 24px; box-shadow: 0 4px 16px rgba(0,0,0,0.04); }
.sp-badge-orange { display: inline-block; background: rgba(232,116,59,0.10); color: var(--accent); font-size: 12px; font-weight: 700; border-radius: 999px; padding: 4px 12px; margin-bottom: 8px; }
.sp-svc-name { font-size: 1.2rem; font-weight: 700; color: var(--ink); margin: 4px 0 2px; }
.sp-svc-company { font-size: 13px; color: var(--stone-400); margin: 0 0 10px; }
.sp-svc-tagline { font-size: 15px; line-height: 1.85; color: var(--stone-700); margin: 0 0 16px; }
.sp-feats { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 20px; }
.sp-feat-tag { border: 1px solid var(--stone-300); background: rgba(255,255,255,0.7); color: var(--stone-600); font-size: 13px; border-radius: 999px; padding: 4px 12px; }
.sp-detail-grid { display: grid; gap: 12px; grid-template-columns: 1fr; margin-bottom: 16px; }
@media (min-width: 480px) { .sp-detail-grid { grid-template-columns: repeat(3,1fr); } }
.sp-detail-cell { background: var(--stone-100); border: 1px solid var(--stone-200); border-radius: 12px; padding: 12px; }
.sp-detail-label { font-size: 12px; font-weight: 700; color: var(--stone-500); margin: 0 0 4px; }
.sp-detail-val { font-size: 14px; color: var(--ink); margin: 0; }
.sp-suitable-label { font-size: 13px; font-weight: 700; color: var(--stone-600); margin: 0 0 8px; }

/* レビューカード */
.sp-review-cards { display: flex; flex-direction: column; gap: 16px; }
.sp-review-card { background: rgba(250,248,245,0.8); border: 1px solid var(--stone-200); border-radius: 20px; padding: 24px; }
.sp-review-title { font-size: 1.1rem; font-weight: 700; color: var(--ink); margin: 0 0 4px; }
.sp-review-company { font-size: 13px; color: var(--stone-400); margin: 0 0 14px; }
.sp-review-summary { font-size: 15px; line-height: 1.9; color: var(--stone-700); margin: 0 0 20px; }
.sp-review-grid { display: grid; gap: 14px; }
@media (min-width: 540px) { .sp-review-grid { grid-template-columns: repeat(2,1fr); } }
.sp-review-pros, .sp-review-cons { background: #fff; border: 1px solid var(--stone-100); border-radius: 10px; padding: 16px; }
.sp-pros-label { font-size: 13px; font-weight: 700; color: var(--moss); margin: 0 0 10px; }
.sp-cons-label { font-size: 13px; font-weight: 700; color: var(--accent); margin: 0 0 10px; }
.sp-review-list { list-style: none; margin: 0; padding: 0; }
.sp-review-item { display: flex; align-items: flex-start; gap: 10px; font-size: 13px; line-height: 1.7; color: var(--stone-700); margin-bottom: 8px; }
.sp-plus { color: var(--moss); flex-shrink: 0; font-weight: 700; }
.sp-minus { color: var(--accent); flex-shrink: 0; font-weight: 700; }

/* FAQ */
.sp-faq-list { display: flex; flex-direction: column; gap: 14px; }
.sp-faq-item { background: rgba(255,255,255,0.85); border: 1px solid var(--stone-200); border-radius: 14px; padding: 18px; box-shadow: 0 1px 4px rgba(0,0,0,0.04); }
.sp-faq-q { font-weight: 700; color: var(--ink); margin: 0 0 8px; }
.sp-faq-a { font-size: 15px; line-height: 1.9; color: var(--stone-700); margin: 0; }

/* ボトムCTA (car-kaitori) */
.sp-bottom-cta { background: var(--ink); border-radius: 20px; padding: 32px; margin-top: 40px; color: #fff; box-shadow: 0 6px 24px rgba(0,0,0,0.12); }
.sp-bottom-eyebrow { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.22em; color: rgba(255,255,255,0.4); margin: 0 0 10px; }
.sp-bottom-title { font-size: 1.2rem; font-weight: 700; line-height: 1.5; color: #fff; margin: 0 0 12px; }
.sp-bottom-body { font-size: 14px; line-height: 2; color: rgba(255,255,255,0.7); margin: 0 0 20px; }
.sp-bottom-btns { display: flex; flex-direction: column; gap: 12px; margin-bottom: 16px; }
@media (min-width: 480px) { .sp-bottom-btns { flex-direction: row; } }
.sp-bottom-note { font-size: 12px; line-height: 1.8; color: rgba(255,255,255,0.35); border-top: 1px solid rgba(255,255,255,0.10); padding-top: 16px; margin: 0; }

/* ── pos-reji ── */
.sp-pos-main { max-width: 860px; margin: 0 auto; padding: 0 20px 80px; }
.sp-pos-hero { padding: 20px 0 24px; }
.sp-pos-kicker { display: inline-flex; align-items: center; gap: 10px; background: rgba(37,99,235,0.07); border-radius: 4px; padding: 6px 12px; }
.sp-pos-kicker-bar { display: block; width: 2px; height: 14px; background: #2563eb; border-radius: 2px; }
.sp-pos-kicker-text { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.2em; color: #1d4ed8; margin: 0; }
.sp-pos-h1 { margin: 20px 0 0; font-size: 1.8rem; font-weight: 700; line-height: 1.2; letter-spacing: -0.02em; color: #0f172a; }
@media (min-width: 640px) { .sp-pos-h1 { font-size: 2.8rem; } }
.sp-pos-h1-rule { display: flex; align-items: center; gap: 12px; margin-top: 20px; }
.sp-pos-h1-accent { display: block; height: 3px; width: 48px; background: #2563eb; border-radius: 2px; }
.sp-pos-h1-line { flex: 1; border-top: 1px solid #e2e8f0; }
.sp-pos-update { font-size: 12px; color: #94a3b8; margin: 12px 0 0; }
.sp-pos-subtitle { font-size: 1rem; font-weight: 500; line-height: 2; color: #334155; margin: 16px 0 0; }
@media (min-width: 640px) { .sp-pos-subtitle { font-size: 1.1rem; } }

.sp-pos-badges { display: grid; grid-template-columns: repeat(2,1fr); gap: 8px; margin-top: 24px; }
@media (min-width: 480px) { .sp-pos-badges { grid-template-columns: repeat(4,1fr); } }
.sp-pos-badge { display: flex; align-items: center; gap: 8px; min-height: 52px; background: #fff; border: 1px solid #dbeafe; border-radius: 10px; padding: 10px 12px; box-shadow: 0 1px 4px rgba(0,0,0,0.04); }
.sp-pos-badge-icon { color: #2563eb; flex-shrink: 0; }
.sp-pos-badge-text { font-size: 12px; font-weight: 700; line-height: 1.35; color: #1e293b; }

.sp-pos-banner { display: flex; justify-content: center; margin-top: 24px; }
.sp-pos-banner-pc { display: none; }
.sp-pos-banner-sp { display: block; }
@media (min-width: 760px) { .sp-pos-banner-pc { display: block; } .sp-pos-banner-sp { display: none; } }

.sp-pos-hero-cta { margin-top: 20px; }
.sp-cta-btn-blue {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  min-height: 52px; background: #2563eb; color: #fff; font-weight: 700; font-size: 16px;
  text-decoration: none; border-radius: 8px; padding: 12px 24px;
  box-shadow: 0 4px 12px rgba(37,99,235,0.30); transition: background .15s;
}
.sp-cta-btn-blue:hover { background: #1d4ed8; }
.sp-cta-w-full { width: 100%; }
.sp-pos-tips-box { margin-top: 28px; background: #fff; border: 1px solid #e2e8f0; border-radius: 10px; padding: 20px; box-shadow: 0 1px 4px rgba(0,0,0,0.04); }
.sp-pos-tips-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.18em; color: #1d4ed8; margin: 0 0 14px; }
.sp-pos-tips-list { list-style: none; margin: 0; padding: 0; }
.sp-pos-tip { display: flex; align-items: flex-start; gap: 12px; font-size: 14px; line-height: 1.8; color: #334155; margin-bottom: 10px; }
.sp-pos-tip:last-child { margin-bottom: 0; }
.sp-pos-tip-dot { display: block; width: 6px; height: 6px; flex-shrink: 0; background: #2563eb; border-radius: 1px; margin-top: 8px; }
.sp-pos-pr-notice { font-size: 12px; color: #94a3b8; margin: 20px 0 0; }

.sp-pos-section { padding: 40px 0; }
.sp-pos-section-gray { margin: 0 -20px; padding: 40px 20px; background: #f8fafc; }
.sp-pos-section-white { margin: 0 -20px; padding: 40px 20px; background: #fff; }
.sp-pos-body-text { font-size: 14px; line-height: 1.9; color: #475569; margin: 0 0 24px; }

.sp-section-heading-blue { display: flex; align-items: flex-start; gap: 12px; margin-bottom: 20px; }
.sp-sh-bar-blue { display: block; width: 4px; align-self: stretch; background: #2563eb; border-radius: 2px; flex-shrink: 0; margin-top: 2px; }
.sp-sh-content { display: flex; align-items: center; gap: 10px; }
.sp-sh-icon-blue { color: #2563eb; flex-shrink: 0; }
.sp-h2-blue { font-size: 1.2rem; font-weight: 700; line-height: 1.35; color: #0f172a; margin: 0; }
@media (min-width: 640px) { .sp-h2-blue { font-size: 1.5rem; } }

.sp-pos-reasons-grid { display: grid; gap: 16px; }
@media (min-width: 480px) { .sp-pos-reasons-grid { grid-template-columns: repeat(2,1fr); } }
@media (min-width: 800px) { .sp-pos-reasons-grid { grid-template-columns: repeat(3,1fr); } }
.sp-pos-reason-card { background: #fff; border: 1px solid #e2e8f0; border-radius: 10px; padding: 18px; box-shadow: 0 1px 4px rgba(0,0,0,0.04); }
.sp-pos-reason-header { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
.sp-pos-icon-blue { color: #2563eb; flex-shrink: 0; }
.sp-pos-reason-title { font-weight: 700; color: #1e293b; margin: 0; }
.sp-pos-reason-body { font-size: 13px; line-height: 1.8; color: #475569; margin: 0; }
.sp-pos-recommend-box { border: 2px solid #2563eb; border-radius: 10px; overflow: hidden; background: #fff; box-shadow: 0 2px 8px rgba(37,99,235,0.10); margin-top: 24px; }
.sp-pos-recommend-header { background: #2563eb; padding: 12px 20px; text-align: center; font-size: 14px; font-weight: 700; letter-spacing: 0.10em; color: #fff; }
.sp-pos-recommend-body { padding: 24px; }

.sp-pos-points { border-top: 1px solid #e2e8f0; }
.sp-pos-point-row { display: grid; grid-template-columns: 72px 1fr; gap: 12px; padding: 24px 0; border-bottom: 1px solid #e2e8f0; }
.sp-pos-point-num-wrap { display: flex; align-items: flex-start; }
.sp-pos-point-num { display: inline-flex; align-items: center; justify-content: center; width: 36px; height: 36px; background: #2563eb; color: #fff; font-weight: 700; font-size: 15px; border-radius: 8px; }
.sp-pos-point-title { font-weight: 700; color: #1e293b; margin: 0 0 8px; }
.sp-pos-point-body { font-size: 14px; line-height: 1.85; color: #475569; margin: 0; }

.sp-pos-voices-grid { display: grid; gap: 16px; }
@media (min-width: 480px) { .sp-pos-voices-grid { grid-template-columns: repeat(2,1fr); } }
.sp-pos-voice-box { background: #fff; border: 1px solid #e2e8f0; border-radius: 10px; padding: 18px; box-shadow: 0 1px 4px rgba(0,0,0,0.04); }
.sp-pos-voice-good-label { font-size: 13px; font-weight: 700; color: #2563eb; border-bottom: 1px solid #e2e8f0; padding-bottom: 8px; margin: 0 0 12px; }
.sp-pos-voice-caution-label { font-size: 13px; font-weight: 700; color: #475569; border-bottom: 1px solid #e2e8f0; padding-bottom: 8px; margin: 0 0 12px; }
.sp-pos-voice-list { list-style: none; margin: 0; padding: 0; }
.sp-pos-voice-item { display: flex; align-items: flex-start; gap: 10px; font-size: 14px; line-height: 1.8; color: #334155; margin-bottom: 8px; }
.sp-pos-voice-dash { flex-shrink: 0; }
.sp-pos-voice-dash-blue { color: #93c5fd; }
.sp-pos-voice-dash-gray { color: #cbd5e1; }
.sp-pos-voices-note { font-size: 13px; line-height: 1.8; color: #64748b; margin: 0 0 20px; }

.sp-pos-bottom-cta { margin: 0 -20px; background: #0f172a; border-top: 4px solid #2563eb; padding: 48px 20px 36px; }
.sp-pos-bottom-eyebrow { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.22em; color: #60a5fa; margin: 0 0 12px; }
.sp-pos-bottom-title { font-size: 1.2rem; font-weight: 700; line-height: 1.5; color: #fff; margin: 0 0 12px; }
@media (min-width: 640px) { .sp-pos-bottom-title { font-size: 1.4rem; } }
.sp-pos-bottom-body { font-size: 14px; line-height: 2; color: #94a3b8; margin: 0 0 24px; }
.sp-pos-bottom-note { font-size: 12px; line-height: 1.8; color: #475569; border-top: 1px solid rgba(255,255,255,0.08); padding-top: 20px; margin: 16px 0 0; }

/* ── about / contact / privacy / disclaimer 共通 ── */
.sp-page-section { background: #fff; border: 1px solid var(--stone-200); border-radius: 20px; padding: 28px; margin-top: 20px; box-shadow: 0 4px 20px rgba(0,0,0,0.04); }
.sp-page-h1 { font-size: 1.6rem; font-weight: 700; color: var(--ink); margin: 0 0 32px; }
.sp-content-section { margin-bottom: 32px; }
.sp-content-h2 { font-size: 1.1rem; font-weight: 700; color: var(--ink); margin: 0 0 12px; }
.sp-content-body { display: flex; flex-direction: column; gap: 12px; }
.sp-content-text { font-size: 15px; line-height: 1.9; color: var(--stone-700); margin: 12px 0; }
.sp-content-list { list-style: disc; padding-left: 1.4em; margin: 12px 0; }
.sp-content-list li { font-size: 15px; line-height: 1.9; color: var(--stone-700); margin-bottom: 8px; }
.sp-content-strong { font-weight: 700; color: var(--ink); }
.sp-content-note-box { background: var(--stone-100); border: 1px solid var(--stone-200); border-radius: 12px; padding: 16px; font-size: 14px; line-height: 1.8; color: var(--stone-600); }
.sp-content-warn-box { background: #fffbeb; border: 1px solid rgba(180,120,0,0.2); border-radius: 12px; padding: 14px; font-size: 14px; line-height: 1.8; color: #78350f; }
.sp-content-meta { font-size: 13px; color: var(--stone-400); margin-top: 24px; }
.sp-link { color: var(--accent); text-decoration: underline; }

/* contact */
.sp-contact-box { background: var(--stone-100); border: 1px solid var(--stone-200); border-radius: 14px; padding: 20px 24px; margin-bottom: 24px; }
.sp-contact-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.18em; color: var(--stone-500); margin: 0 0 8px; }
.sp-contact-email { font-size: 1.1rem; font-weight: 700; color: var(--ink); margin: 0; }

/* ── shindan ── */
.sp-shindan-intro { margin-bottom: 24px; }
.sp-shindan-eyebrow { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.25em; color: var(--accent); margin: 0 0 8px; }
.sp-shindan-h1 { font-size: 1.4rem; font-weight: 700; color: var(--ink); margin: 0 0 10px; }
@media (min-width: 640px) { .sp-shindan-h1 { font-size: 1.6rem; } }
.sp-shindan-sub { font-size: 14px; line-height: 1.85; color: var(--stone-600); margin: 0; }

/* 診断アプリ */
.sd-app { margin-top: 8px; }
.sd-progress-wrap { margin-bottom: 20px; }
.sd-progress-label { display: flex; justify-content: space-between; font-size: 13px; color: var(--stone-400); margin-bottom: 6px; }
.sd-progress-bar-bg { height: 6px; background: var(--stone-200); border-radius: 999px; overflow: hidden; }
.sd-progress-bar { height: 100%; background: var(--accent); border-radius: 999px; transition: width .3s; }
.sd-question-box { background: var(--stone-100); border: 1px solid var(--stone-200); border-radius: 16px; padding: 24px; }
.sd-question-text { font-size: 1.1rem; font-weight: 700; color: var(--ink); margin: 0 0 20px; }
.sd-options { display: grid; grid-template-columns: 1fr; gap: 10px; }
@media (min-width: 480px) { .sd-options { grid-template-columns: repeat(2,1fr); } }
.sd-option-btn { background: #fff; border: 1px solid var(--stone-300); border-radius: 14px; padding: 14px 18px; font-size: 15px; font-weight: 500; color: var(--stone-700); text-align: left; cursor: pointer; transition: border-color .15s, background .15s; font-family: var(--font-sans); }
.sd-option-btn:hover { border-color: var(--accent); background: rgba(232,116,59,0.05); }
.sd-result-box { background: var(--stone-100); border: 1px solid var(--stone-200); border-radius: 16px; padding: 24px; margin-bottom: 20px; }
.sd-result-eyebrow { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.22em; color: var(--accent); margin: 0 0 8px; }
.sd-result-title { font-size: 1.1rem; font-weight: 700; color: var(--ink); margin: 0 0 14px; }
.sd-result-desc { font-size: 15px; line-height: 1.9; color: var(--stone-700); margin: 0 0 20px; }
.sd-result-warn { background: #fffbeb; border: 1px solid rgba(180,120,0,0.2); border-radius: 10px; padding: 14px; font-size: 13px; line-height: 1.8; color: #78350f; margin-bottom: 20px; }
.sd-result-cta-wrap { margin-top: 4px; }
.sd-result-cta { display: inline-block; background: var(--ink); color: #fff; font-weight: 700; font-size: 16px; text-decoration: none; border-radius: 14px; padding: 14px 28px; transition: opacity .15s; }
.sd-result-cta:hover { opacity: 0.80; }
.sd-reset-btn { background: none; border: none; font-size: 14px; font-weight: 700; color: var(--stone-400); text-decoration: underline; text-underline-offset: 4px; cursor: pointer; font-family: var(--font-sans); padding: 0; }
