/* ペーパードライバー講習ガイド デザインプロトタイプ
   配色: オフホワイト背景 + ネイビー + オレンジCTA (mock_top.png準拠)
   書体: 見出し=Zen Maru Gothic(丸ゴ・やさしさ) / 本文=Noto Sans JP */
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@500;700;900&family=Noto+Sans+JP:wght@400;500;700;900&display=swap');
:root {
  --bg: #eef1f6;
  --card: #fbfcfe;
  --navy: #2e4160;
  --navy-deep: #24344e;
  --navy-soft: #5a6b88;
  --line: #dfe5ee;
  --orange: #e98a4d;
  --orange-deep: #e07a38;
  --orange-pale: #fdf3ea;
  --gold: #a9812e;
  --gold-pale: #faf3e0;
  --blue-chip: #eef3fa;
  --radius: 18px;
  --shadow: 0 2px 10px rgba(46, 65, 96, .07);
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
/* ページ内リンク先が固定ヘッダーに隠れないよう余白を確保 */
[id] { scroll-margin-top: 84px; }
body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  background: #dfe3ea;
  color: var(--navy);
  line-height: 1.6;
}
h1, h2, h3, .site-title, .vendor-name, .plan-name, .stat-tile .sv, .m-tel {
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
}
.phone-frame {
  max-width: 480px;
  margin: 0 auto;
  background: var(--bg);
  min-height: 100vh;
  position: relative;
  box-shadow: 0 0 40px rgba(0,0,0,.15);
}
a { color: inherit; text-decoration: none; }

/* ===== header ===== */
.site-header {
  display: flex; align-items: center; gap: 10px;
  padding: 14px 16px;
  background: var(--bg);
  position: sticky; top: 0; z-index: 20;
  border-bottom: 1px solid rgba(223,229,238,.6);
  backdrop-filter: blur(6px);
}
.logo-mark { flex: 0 0 auto; width: 40px; height: 40px; color: var(--navy); }
.site-title { font-size: 17px; font-weight: 800; letter-spacing: .02em; }
.site-sub { font-size: 11px; color: var(--navy-soft); margin-top: -2px; }
.menu-btn {
  margin-left: auto; text-align: center; font-size: 10px; color: var(--navy);
  background: none; border: none; font-family: inherit; cursor: pointer;
}
.menu-btn .bars { display: block; width: 26px; margin: 0 auto 3px; }
.menu-btn .bars span { display: block; height: 3px; background: var(--navy); border-radius: 2px; margin: 4px 0; }
.back-btn { background: none; border: none; font-size: 24px; color: var(--navy); cursor: pointer; padding: 0 4px; }

/* ===== hero ===== */
.hero {
  margin: 12px 16px;
  border-radius: var(--radius);
  background: #f0f4f9;
  box-shadow: var(--shadow);
  padding: 30px 24px;
  min-height: 224px;
  display: flex; flex-direction: column; justify-content: center;
  position: relative; overflow: hidden;
}
/* 生成画像は下1/4が道路の余白 → object-positionで下を切り車を中央高さに
   ゆっくり寄るKen Burns効果で静止画に呼吸をつける */
.hero .hero-img {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; object-position: right 34%; z-index: 0;
  transform-origin: 70% 45%;
  animation: heroZoom 26s ease-in-out infinite alternate;
  will-change: transform;
}
@keyframes heroZoom {
  from { transform: scale(1.01); }
  to   { transform: scale(1.07); }
}
/* 桜吹雪:「ペーパードライバーを卒業」の門出感 */
.hero .leaf {
  position: absolute; z-index: 2; top: -14px; pointer-events: none;
  width: 13px; height: 13px; opacity: 0;
  animation: petalFall 12s linear infinite;
}
.hero .leaf svg { width: 100%; height: 100%; display: block; }
/* .heroの子はimg/h1/pも並ぶためnth-childではなくspan同士で数える */
.hero span.leaf:nth-of-type(1)  { left: 58%; animation-duration: 8s;    animation-delay: 0s; }
.hero span.leaf:nth-of-type(2)  { left: 76%; animation-duration: 10s;   animation-delay: 2.5s; width: 10px; height: 10px; }
.hero span.leaf:nth-of-type(3)  { left: 68%; animation-duration: 9s;    animation-delay: 5s;   width: 12px; height: 12px; }
.hero span.leaf:nth-of-type(4)  { left: 88%; animation-duration: 11s;   animation-delay: 1s;   width: 9px;  height: 9px; }
.hero span.leaf:nth-of-type(5)  { left: 48%; animation-duration: 9.5s;  animation-delay: 3.5s; width: 11px; height: 11px; }
.hero span.leaf:nth-of-type(6)  { left: 82%; animation-duration: 8.5s;  animation-delay: 6.5s; width: 10px; height: 10px; }
.hero span.leaf:nth-of-type(7)  { left: 36%; animation-duration: 10.5s; animation-delay: 1.8s; width: 10px; height: 10px; }
.hero span.leaf:nth-of-type(8)  { left: 92%; animation-duration: 7.5s;  animation-delay: 4.2s; width: 12px; height: 12px; }
.hero span.leaf:nth-of-type(9)  { left: 62%; animation-duration: 9.8s;  animation-delay: 7.8s; width: 9px;  height: 9px; }
.hero span.leaf:nth-of-type(10) { left: 43%; animation-duration: 8.2s;  animation-delay: 6s;   width: 13px; height: 13px; }
.hero span.leaf:nth-of-type(11) { left: 72%; animation-duration: 11.5s; animation-delay: 0.8s; width: 8px;  height: 8px; }
.hero span.leaf:nth-of-type(12) { left: 30%; animation-duration: 9.2s;  animation-delay: 3s;   width: 10px; height: 10px; }
@keyframes petalFall {
  0%   { transform: translate(0, -12px) rotate(0deg); opacity: 0; }
  8%   { opacity: .9; }
  30%  { transform: translate(-16px, 70px) rotate(95deg); opacity: .9; }
  55%  { transform: translate(9px, 135px) rotate(170deg); opacity: .85; }
  78%  { transform: translate(-18px, 195px) rotate(255deg); opacity: .6; }
  100% { transform: translate(8px, 252px) rotate(340deg); opacity: 0; }
}
@media (prefers-reduced-motion: reduce) {
  .hero .hero-img, .hero .leaf { animation: none; }
  .hero .leaf { display: none; }
}

/* ===== キーワードサジェスト ===== */
.keyword-wrap { position: relative; }
.suggest-box {
  position: absolute; left: 0; right: 0; top: calc(100% + 6px); z-index: 40;
  background: #fff; border: 1px solid var(--line); border-radius: 14px;
  box-shadow: 0 8px 24px rgba(46,65,96,.16); overflow: hidden; display: none;
}
.suggest-box.open { display: block; }
.suggest-item {
  display: flex; align-items: center; gap: 10px;
  padding: 11px 14px; font-size: 13.5px; font-weight: 700; color: var(--navy);
  border-bottom: 1px solid #eef1f6; cursor: pointer;
}
.suggest-item:last-child { border-bottom: none; }
.suggest-item:hover { background: #f4f7fb; }
.suggest-item .s-ic {
  flex: 0 0 30px; width: 30px; height: 30px; border-radius: 8px;
  background: var(--blue-chip); display: flex; align-items: center; justify-content: center;
  color: #33507e;
}
.suggest-item .s-ic svg { width: 16px; height: 16px; }
.suggest-item small { margin-left: auto; font-size: 11px; font-weight: 600; color: var(--navy-soft); }

/* ===== エリア選択ページ ===== */
.region-block {
  margin: 0 16px 12px; background: var(--card); border-radius: var(--radius);
  box-shadow: var(--shadow); overflow: hidden;
}
.region-block > summary {
  list-style: none; display: flex; align-items: center; gap: 10px;
  padding: 15px 16px; font-size: 15px; font-weight: 800; cursor: pointer;
}
.region-block > summary::-webkit-details-marker { display: none; }
.region-block > summary .r-mark { width: 10px; height: 10px; border-radius: 3px; }
.region-block > summary .caret { margin-left: auto; color: var(--navy-soft); transition: transform .15s; font-size: 12px; }
.region-block[open] > summary .caret { transform: rotate(180deg); }
.pref-list { border-top: 1px solid #eef1f6; }
.pref-row {
  display: flex; align-items: center; padding: 13px 18px;
  font-size: 14px; font-weight: 700; color: var(--navy);
  border-bottom: 1px solid #f1f4f8; cursor: pointer;
}
.pref-row:last-child { border-bottom: none; }
.pref-row .arrow { margin-left: auto; color: #b3bdcc; }
details.pref-sub { border-bottom: 1px solid #f1f4f8; }
details.pref-sub > summary { list-style: none; }
details.pref-sub > summary::-webkit-details-marker { display: none; }
details.pref-sub > summary .pref-row { border-bottom: none; }
details.pref-sub[open] > summary .pref-row { background: #f4f7fb; }
.city-chips { display: flex; flex-wrap: wrap; gap: 8px; padding: 12px 18px 16px; background: #f8fafc; }
.city-chip {
  background: #fff; border: 1px solid var(--line); border-radius: 999px;
  padding: 7px 14px; font-size: 12.5px; font-weight: 700; color: var(--navy);
}
.city-chip.on { background: var(--navy); color: #fff; border-color: var(--navy); }
/* 左1/2に白ベール。コピーの可読性を確保しつつ車は見せる */
.hero::after {
  content: ""; position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(90deg, rgba(243,247,250,.96) 0%, rgba(243,247,250,.88) 34%, rgba(243,247,250,.35) 56%, rgba(243,247,250,0) 72%);
}
.hero h1, .hero p { position: relative; z-index: 2; }
.hero h1 { font-size: 24px; font-weight: 800; line-height: 1.45; letter-spacing: .01em; }
.hero p { font-size: 13px; color: var(--navy-soft); font-weight: 700; margin-top: 10px; max-width: 56%; }

/* ===== search card ===== */
.search-card {
  margin: 14px 16px; background: var(--card); border-radius: var(--radius);
  box-shadow: var(--shadow); padding: 20px 16px;
}
.search-card-title {
  display: flex; align-items: center; justify-content: center; gap: 8px;
  font-size: 15px; font-weight: 800; margin-bottom: 16px;
}
.search-card-title::before, .search-card-title::after {
  content: ""; flex: 1; border-top: 2px dotted #c6cfdd;
}
.search-modes { display: flex; gap: 10px; }
.search-mode {
  flex: 1; position: relative; overflow: hidden;
  background: #fff; border: 1px solid var(--line); border-radius: 16px;
  padding: 14px 4px 12px; text-align: center; color: var(--navy);
  box-shadow: 0 1px 3px rgba(46,65,96,.05); cursor: pointer;
}
.search-mode .icon-circle {
  width: 46px; height: 46px; border-radius: 50%; background: var(--blue-chip);
  display: flex; align-items: center; justify-content: center; margin: 0 auto 8px;
  position: relative; z-index: 1;
}
.search-mode .icon-circle svg { width: 24px; height: 24px; color: #33507e; }
/* 3ボタンをカラー分け:エリア=緑 / 駅名=青 / 近場=オレンジ */
.search-mode.mode-area { background: #f5faf6; border-color: #d3e6d8; }
.search-mode.mode-area .icon-circle { background: #e0f0e5; }
.search-mode.mode-area .icon-circle svg { color: #3e8e5a; }
.search-mode.mode-area .bg-ic { color: #3e8e5a; }
.search-mode.mode-sta { background: #f5f9fd; border-color: #cfe0f2; }
.search-mode.mode-sta .icon-circle { background: #ddebfa; }
.search-mode.mode-sta .icon-circle svg { color: #3b6cc7; }
.search-mode.mode-sta .bg-ic { color: #3b6cc7; }
.search-mode.mode-near { background: #fdf9f4; border-color: #f0dcc6; }
.search-mode.mode-near .icon-circle { background: #fbeada; }
.search-mode.mode-near .icon-circle svg { color: #d97a35; }
.search-mode.mode-near .bg-ic { color: #d97a35; }
.search-mode .main { display: block; font-size: 15px; font-weight: 800; line-height: 1.25; position: relative; z-index: 1; }
.search-mode small { display: block; font-size: 10.5px; font-weight: 700; color: var(--navy-soft); position: relative; z-index: 1; }
.search-mode .bg-ic {
  position: absolute; right: -12px; bottom: -14px; width: 68px; height: 68px;
  color: var(--navy); opacity: .07; z-index: 0;
}
.keyword-row { display: flex; margin-top: 14px; }
.keyword-row input {
  flex: 1; border: 1px solid var(--line); border-right: none;
  border-radius: 12px 0 0 12px; padding: 13px 14px; font-size: 13px;
  font-family: inherit; background: #fff; color: var(--navy); outline: none;
}
.keyword-row input::placeholder { color: #a7b1c2; }
.keyword-row button {
  border: none; background: var(--navy); color: #fff; font-weight: 700;
  font-size: 14px; padding: 0 22px; border-radius: 0 12px 12px 0;
  font-family: inherit; cursor: pointer;
}

/* ===== feature chips ===== */
.feature-chips { display: flex; gap: 8px; margin: 14px 16px; }
.feature-chips .chip {
  flex: 1; display: flex; align-items: center; justify-content: center; gap: 5px;
  background: #fff; border-radius: 999px; padding: 9px 4px;
  font-size: 11px; font-weight: 700; color: var(--navy);
  box-shadow: var(--shadow); white-space: nowrap;
}
.feature-chips .chip svg { width: 14px; height: 14px; color: #4a72b8; flex: 0 0 auto; }

/* ===== section head ===== */
.section-head {
  display: flex; align-items: center; margin: 24px 16px 12px;
  font-size: 17px; font-weight: 800;
}
.section-head .crown { width: 24px; height: 24px; margin-right: 8px; color: #d9a728; }
.section-head .more { margin-left: auto; font-size: 12px; font-weight: 700; color: var(--navy-soft); }
/* 沿線の駅など、本文末の内部リンク集(フッターと同じピル型を流用) */
.node-links { margin: 26px 16px 8px; }
/* 見出し直下の補足文(駅ページの「近隣エリアの業者」など) */
.section-note {
  margin: -4px 16px 14px; font-size: 12px; line-height: 1.7; color: var(--navy-soft);
}

/* ===== vendor card ===== */
.vendor-card {
  margin: 0 16px 18px; background: var(--card); border-radius: var(--radius);
  box-shadow: var(--shadow); padding: 16px;
}
.vendor-top { display: block; }
.vendor-top .vendor-name { margin-bottom: 10px; }
.vendor-body { display: flex; gap: 14px; }
.vendor-photo {
  flex: 0 0 118px; height: 96px; border-radius: 12px; overflow: hidden;
  background: linear-gradient(140deg, #dce8f2, #c3d6e8);
  display: flex; align-items: center; justify-content: center; color: #8aa5c0;
  position: relative;
}
/* 写真の上に重ねる「出張OK」バッジ:スクロール中も常に目に入る */
.photo-badge {
  position: absolute; top: 6px; left: 6px; z-index: 2;
  background: linear-gradient(180deg, #f09a5e, var(--orange-deep)); color: #fff;
  font-size: 10.5px; font-weight: 800; letter-spacing: .03em;
  border-radius: 999px; padding: 3px 10px;
  box-shadow: 0 2px 6px rgba(0,0,0,.28);
}
.vendor-photo svg { width: 48px; height: 48px; }
.vendor-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.vendor-info { flex: 1; min-width: 0; }
.vendor-name { font-size: 17px; font-weight: 800; display: flex; align-items: center; }
.vendor-name .arrow { margin-left: auto; color: #b3bdcc; font-weight: 400; }
.spec-row { display: flex; font-size: 12px; margin-top: 5px; gap: 6px; align-items: baseline; }
.spec-row .k { color: var(--navy-soft); font-weight: 700; white-space: nowrap; display: flex; gap: 4px; align-items: center; }
.spec-row .k svg { width: 13px; height: 13px; position: relative; top: 2px; }
.spec-row .v { font-weight: 600; }
.spec-row .v strong { font-size: 14px; }
.badge-row { display: flex; gap: 8px; margin-top: 9px; flex-wrap: wrap; }
.badge { font-size: 11px; font-weight: 700; border-radius: 7px; padding: 3px 9px; }
.badge.trip { background: var(--blue-chip); color: #33507e; border: 1px solid #d4e0f0; }
.badge.cert { background: var(--gold-pale); color: var(--gold); border: 1px solid #e8d9b0; display: inline-flex; align-items: center; gap: 4px; }
.badge.cert svg { width: 12px; height: 12px; }

/* ===== 有料業者カード: 太グラデ枠+暖色背景+認定シールで最も目立たせる ===== */
.vendor-card.premium {
  position: relative; margin-top: 26px;
  border: 3.5px solid transparent;
  background: linear-gradient(175deg, #fffdf9 0%, #fdf4ea 55%, #fcecdf 100%) padding-box,
              linear-gradient(135deg, #f2a75c, #e8719a) border-box;
  box-shadow: 0 8px 26px rgba(232, 122, 90, .28);
}
.premium-ribbon {
  position: absolute; top: -13px; left: 14px; z-index: 2;
  display: inline-flex; align-items: center; gap: 5px;
  background: linear-gradient(135deg, #f2a75c, #e8719a); color: #fff;
  font-size: 11px; font-weight: 900; letter-spacing: .05em;
  border-radius: 999px; padding: 4px 13px;
  box-shadow: 0 3px 8px rgba(232, 113, 154, .4);
}
.premium-ribbon svg { width: 13px; height: 13px; }
/* 認定シール(金) */
.cert-seal {
  position: absolute; top: -14px; right: 14px; z-index: 2;
  display: inline-flex; align-items: center; gap: 4px;
  background: linear-gradient(135deg, #f5d787, #d9a728);
  color: #6b4e0a; font-size: 11px; font-weight: 900; letter-spacing: .04em;
  border: 1.5px solid #fff; border-radius: 999px; padding: 4px 11px;
  box-shadow: 0 3px 8px rgba(180, 140, 40, .38);
}
.cert-seal svg { width: 13px; height: 13px; }
/* 枠がゆっくり流れて光るアニメーション版(トップのおすすめ枠など) */
.vendor-card.premium.glow {
  background: linear-gradient(175deg, #fffdf9 0%, #fdf4ea 55%, #fcecdf 100%) padding-box,
              linear-gradient(90deg, #f2a75c, #e8719a, #f5d787, #f2a75c) border-box;
  background-size: 100% 100%, 320% 100%;
  animation: glowShift 5s linear infinite;
}
@keyframes glowShift {
  from { background-position: 0 0, 0% 50%; }
  to   { background-position: 0 0, 320% 50%; }
}
@media (prefers-reduced-motion: reduce) {
  .vendor-card.premium.glow { animation: none; }
}

/* ===== サイトキャプチャ型サムネ(写真未保有の業者向け) ===== */
.vendor-photo.capture { display: block; background: #e8ecf2; }
.vendor-photo.capture .cap-bar {
  height: 13px; background: #d5dbe6;
  display: flex; align-items: center; gap: 3px; padding: 0 6px;
}
.vendor-photo.capture .cap-bar span { width: 5px; height: 5px; border-radius: 50%; background: #aab4c4; }
.vendor-photo.capture img { height: calc(100% - 13px); object-position: top; }

.btn-tel {
  display: flex; align-items: center; justify-content: center; gap: 9px;
  width: 100%; margin-top: 14px;
  background: linear-gradient(180deg, #eda15f, var(--orange-deep));
  color: #fff; font-size: 18px; font-weight: 800; letter-spacing: .04em;
  border: none; border-radius: 999px; padding: 15px 0; font-family: inherit;
  box-shadow: 0 4px 12px rgba(224,122,56,.35); cursor: pointer;
}
.btn-tel svg { width: 20px; height: 20px; }
.tell-note {
  margin-top: 10px; display: flex; align-items: center; gap: 8px;
  border: 1.5px solid #f0c9a8; background: var(--orange-pale);
  border-radius: 10px; padding: 8px 10px; font-size: 11.5px; font-weight: 600;
}
.tell-note svg { flex: 0 0 auto; width: 16px; height: 16px; color: var(--orange-deep); }
.tell-note strong { color: var(--orange-deep); }
.btn-web {
  display: flex; align-items: center; justify-content: center; gap: 8px;
  width: 100%; margin-top: 10px; background: #fff; color: var(--navy);
  font-size: 14.5px; font-weight: 800; border: 1.5px solid var(--line);
  border-radius: 999px; padding: 12px 0; font-family: inherit; cursor: pointer;
}
.btn-web svg { width: 17px; height: 17px; }
.btn-web .arrow { margin-left: 2px; color: #b3bdcc; }

/* ===== breadcrumb / list page ===== */
.breadcrumb {
  display: flex; align-items: center; gap: 7px; margin: 12px 16px 4px;
  font-size: 12px; color: #4a72b8; font-weight: 600;
}
.breadcrumb .sep { color: #b3bdcc; }
.breadcrumb svg { width: 14px; height: 14px; }
.page-title { margin: 8px 16px 2px; font-size: 22px; font-weight: 900; line-height: 1.4; position: relative; padding-bottom: 10px; }
/* 見出し下のさりげない3色アクセント(ネイビー→オレンジ→桜) */
.page-title::after {
  content: ""; position: absolute; left: 1px; bottom: 0; height: 4px; width: 52px;
  border-radius: 2px;
  background: linear-gradient(90deg, var(--navy) 0 34%, var(--orange) 34% 67%, #f0aec5 67% 100%);
}
.page-count { margin: 0 16px 12px; font-size: 14px; font-weight: 700; }
.filter-chips { display: flex; gap: 9px; margin: 0 16px 16px; }
.filter-chip {
  flex: 1; display: flex; align-items: center; justify-content: center; gap: 6px;
  background: #fff; border: 1px solid var(--line); border-radius: 999px;
  padding: 10px 4px; font-size: 12.5px; font-weight: 700; color: var(--navy);
  font-family: inherit; cursor: pointer;
}
.filter-chip svg { width: 15px; height: 15px; }
.filter-chip .caret { font-size: 10px; color: var(--navy-soft); }
/* 選択中の並び替え・絞り込み */
.filter-chip.active { background: var(--navy); border-color: var(--navy); color: #fff; }
.filter-chip.active svg { color: #f5d787 !important; }
.filter-chip.active .caret { color: rgba(255, 255, 255, .75); }

/* ===== detail page ===== */
.detail-h1 { margin: 14px 16px 10px; font-size: 24px; font-weight: 800; }
.carousel {
  margin: 0 16px; height: 230px; border-radius: var(--radius); overflow: hidden;
  background: linear-gradient(140deg, #dce8f2, #bfd4e8);
  position: relative; display: flex; align-items: center; justify-content: center;
  color: #8aa5c0; box-shadow: var(--shadow);
}
.carousel svg { width: 84px; height: 84px; }
.carousel > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.carousel .nav {
  position: absolute; top: 50%; transform: translateY(-50%);
  width: 36px; height: 36px; border-radius: 50%; background: rgba(255,255,255,.85);
  border: none; color: var(--navy); font-size: 16px; cursor: pointer;
}
.carousel .nav.prev { left: 10px; }
.carousel .nav.next { right: 10px; }
.carousel-dots { text-align: center; margin: 10px 0 0; }
.carousel-dots span { display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: #c2cbd9; margin: 0 3px; }
.carousel-dots span.on { background: var(--navy); }
.info-card {
  margin: 14px 16px; background: var(--card); border-radius: var(--radius);
  box-shadow: var(--shadow); padding: 18px 16px;
}
.info-row { display: flex; gap: 10px; font-size: 13.5px; margin-bottom: 10px; align-items: baseline; }
.info-row .k { flex: 0 0 96px; font-weight: 800; color: var(--navy); display: flex; align-items: center; gap: 6px; }
.info-row .k svg { width: 15px; height: 15px; position: relative; top: 2px; }
.price-table { width: 100%; border: 1px solid var(--line); border-radius: 10px; border-collapse: separate; border-spacing: 0; overflow: hidden; font-size: 13px; margin: 4px 0 12px; }
.price-table td { padding: 9px 12px; background: #f4f7fb; border-bottom: 1px solid var(--line); }
.price-table tr:last-child td { border-bottom: none; }
.price-table td:last-child { text-align: right; font-weight: 800; background: #eff3f9; }
.tag-row { display: flex; flex-wrap: wrap; gap: 8px; }
.tag {
  display: inline-flex; align-items: center; gap: 5px;
  background: #fff; border: 1px solid #d4e0f0; color: #33507e;
  font-size: 12px; font-weight: 700; border-radius: 999px; padding: 6px 12px;
}
.tag svg { width: 14px; height: 14px; }
.tag.hot {
  background: linear-gradient(180deg, #f09a5e, var(--orange-deep));
  border-color: var(--orange-deep); color: #fff;
}
/* 詳細ページのタグ列: 改行せず横スワイプで全部見せる */
.detail-tags {
  margin: 0 0 12px; padding: 0 16px 4px;
  flex-wrap: nowrap; overflow-x: auto; -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.detail-tags::-webkit-scrollbar { display: none; }
.detail-tags .tag { flex: 0 0 auto; white-space: nowrap; }
.sub-head { margin: 22px 16px 10px; font-size: 18px; font-weight: 900; display: flex; align-items: center; gap: 8px; }
.sub-head::before {
  content: ""; width: 9px; height: 9px; border-radius: 50%; flex: 0 0 auto;
  background: linear-gradient(135deg, var(--orange), #f0aec5);
}
/* アンカーチップのアイコンに各セクションの色を対応させる */
.filter-chip[href="#untendata"] svg { color: #3b6cc7; }
.filter-chip[href="#sakete"] svg { color: #d97a35; }
.filter-chip[href="#jikantai"] svg { color: #2e7345; }
.filter-chip[href="#parking"] svg { color: #8b6bb8; }
/* チップ4つ並び用に少し詰める */
.filter-chips { flex-wrap: nowrap; }
.filter-chip { padding: 10px 2px; font-size: 12px; gap: 4px; }
.plan-card {
  margin: 0 16px 14px; background: var(--card); border-radius: var(--radius);
  box-shadow: var(--shadow); padding: 16px; display: flex; flex-wrap: wrap; gap: 12px;
}
.plan-icon {
  flex: 0 0 54px; height: 54px; border-radius: 50%; background: var(--blue-chip);
  display: flex; align-items: center; justify-content: center; color: var(--navy);
}
.plan-icon svg { width: 28px; height: 28px; }
.plan-main { flex: 1; min-width: 0; }
.plan-name { font-size: 16px; font-weight: 800; }
.plan-desc { font-size: 12px; color: var(--navy-soft); margin-top: 3px; }
.plan-price { flex: 0 0 auto; text-align: right; font-weight: 800; font-size: 20px; }
.plan-price small { display: block; font-size: 11px; color: var(--navy-soft); font-weight: 600; }
.plan-card .btn-web { margin-top: 4px; }
.faq-item {
  margin: 0 16px 10px; background: var(--card); border-radius: 14px;
  box-shadow: var(--shadow); padding: 14px 16px; font-size: 13.5px; font-weight: 700;
  display: flex; align-items: center;
}
.faq-item .arrow { margin-left: auto; color: #b3bdcc; }

/* ===== sticky bottom bar (detail) ===== */
.cta-bar {
  position: sticky; bottom: 0; z-index: 30; margin-top: 20px;
  background: rgba(251,252,254,.97); border-top: 1px solid var(--line);
  padding: 0 12px 12px;
}
.cta-bar .tell-strip {
  display: flex; align-items: center; justify-content: center; gap: 7px;
  background: var(--orange-pale); margin: 0 -12px 10px; padding: 7px 10px;
  font-size: 11.5px; font-weight: 700; border-bottom: 1px solid #f0d9c2;
}
.cta-bar .tell-strip svg { width: 15px; height: 15px; color: var(--orange-deep); }
.cta-bar .tell-strip strong { color: var(--orange-deep); }
.cta-bar .btn-pair { display: flex; gap: 10px; }
.cta-bar .btn-tel { margin-top: 0; flex: 1.4; font-size: 16px; padding: 13px 0; }
.cta-bar .btn-web { margin-top: 0; flex: 1; font-size: 13.5px; }

/* ===== contact form ===== */
.form-card {
  margin: 14px 16px; background: var(--card); border-radius: var(--radius);
  box-shadow: var(--shadow); padding: 20px 16px;
}
.form-note {
  display: flex; gap: 12px; align-items: center; font-size: 13.5px; font-weight: 800;
  color: var(--navy); background: var(--blue-chip); border-radius: 14px; padding: 12px 14px;
  margin-bottom: 20px; line-height: 1.55;
}
.form-note .op-avatar {
  flex: 0 0 52px; width: 52px; height: 52px; border-radius: 50%;
  background: #fff; display: flex; align-items: center; justify-content: center;
  color: #4a72b8;
}
.form-note .op-avatar svg { width: 30px; height: 30px; }
.form-field { margin-bottom: 18px; }
.form-field label {
  display: flex; align-items: center; gap: 8px;
  font-size: 15px; font-weight: 800; margin-bottom: 8px;
}
.form-field label svg { width: 18px; height: 18px; color: var(--navy); flex: 0 0 auto; }
.form-field label .req {
  font-size: 10px; color: #fff; background: var(--orange-deep);
  border-radius: 5px; padding: 1px 6px; margin-left: 6px; vertical-align: 2px;
}
.form-field label .opt {
  font-size: 10px; color: var(--navy-soft); background: #e7ebf2;
  border-radius: 5px; padding: 1px 6px; margin-left: 6px; vertical-align: 2px;
}
.form-field input, .form-field textarea {
  width: 100%; border: 1px solid var(--line); border-radius: 12px;
  padding: 13px 14px; font-size: 15px; font-family: inherit; background: #fff;
  color: var(--navy); outline: none;
}
.form-field input:focus, .form-field textarea:focus { border-color: #4a72b8; }
.form-field ::placeholder { color: #a7b1c2; }
.btn-submit {
  display: block; width: 100%;
  background: linear-gradient(180deg, #eda15f, var(--orange-deep));
  color: #fff; font-size: 17px; font-weight: 800; letter-spacing: .03em;
  border: none; border-radius: 999px; padding: 16px 0; font-family: inherit;
  box-shadow: 0 4px 12px rgba(224,122,56,.35); cursor: pointer;
}
.form-assure {
  display: flex; align-items: center; justify-content: center; gap: 6px;
  font-size: 13px; color: var(--navy); font-weight: 700; margin-top: 14px;
}
.form-assure svg { width: 17px; height: 17px; }

/* ===== phone modal (中央カード型 mock_tel_popup.png準拠) ===== */
.modal-back {
  position: fixed; inset: 0; background: rgba(20, 28, 42, .55);
  display: none; align-items: center; justify-content: center; z-index: 100;
  padding: 0 20px;
}
.modal-back.open { display: flex; }
.modal {
  width: 100%; max-width: 400px; background: #fff;
  border-radius: 24px; padding: 24px 20px; position: relative;
  animation: rise .22s ease-out;
}
.modal .mega-icon { text-align: center; }
.modal .mega-icon svg { width: 44px; height: 44px; color: var(--orange-deep); }
@keyframes rise { from { transform: translateY(24px); opacity: .4; } to { transform: none; opacity: 1; } }
.modal-close {
  position: absolute; top: 12px; right: 14px; width: 34px; height: 34px;
  border-radius: 50%; border: none; background: #e7ebf2; color: var(--navy);
  font-size: 16px; cursor: pointer;
}
.modal .megabox {
  border: 2px solid #f0c9a8; background: var(--orange-pale); border-radius: 14px;
  padding: 14px; text-align: center; margin: 14px 0 16px;
}
.modal .megabox svg { width: 26px; height: 26px; color: var(--orange-deep); }
.modal .megabox p { font-size: 14px; font-weight: 700; margin-top: 6px; }
.modal .megabox strong { color: var(--orange-deep); font-size: 15px; }
.modal .m-vendor { text-align: center; font-size: 17px; font-weight: 800; }
.modal .m-tel {
  display: flex; align-items: center; justify-content: center; gap: 9px;
  font-size: 27px; font-weight: 800; letter-spacing: .02em; margin-top: 4px;
}
.modal .m-tel svg { width: 24px; height: 24px; color: var(--navy); }
.modal .m-hours {
  display: flex; align-items: center; justify-content: center; gap: 6px;
  font-size: 13px; color: var(--navy-soft); font-weight: 700; margin: 4px 0 16px;
}
.modal .m-hours svg { width: 15px; height: 15px; }
.modal .btn-tel { margin-top: 0; }
.modal .btn-web { background: #fff; }

/* ===== 駅ページ: 運転データ ===== */
.stat-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 14px 0; }
.stat-tile { background: #f4f7fb; border-radius: 12px; padding: 12px 14px; }
.stat-tile .sv { font-size: 23px; font-weight: 900; line-height: 1.2; }
.stat-tile .sv small { font-size: 12px; font-weight: 700; color: var(--navy-soft); }
.stat-tile .sk { font-size: 11px; font-weight: 700; color: var(--navy-soft); margin-top: 2px; }
/* タイルごとにパステルの差し色(検索3ボタンと同じ思想) */
.stat-tile:nth-child(1) { background: #eef4fc; } .stat-tile:nth-child(1) .sv { color: #3b6cc7; }
.stat-tile:nth-child(2) { background: #fdf0f5; } .stat-tile:nth-child(2) .sv { color: #c4527e; }
.stat-tile:nth-child(3) { background: #fdf6e8; } .stat-tile:nth-child(3) .sv { color: #a97b18; }
.stat-tile:nth-child(4) { background: #eff8f1; } .stat-tile:nth-child(4) .sv { color: #2e7345; }
.hour-chart { margin: 6px 0 2px; }
.hour-chart .bars { display: flex; align-items: flex-end; gap: 3px; height: 64px; }
.hour-chart .bar { flex: 1; background: var(--navy); border-radius: 3px 3px 0 0; min-height: 3px; position: relative; }
.hour-chart .bar.lo { background: #6fb384; }
.hour-chart .bar .bl {
  position: absolute; top: -16px; left: 50%; transform: translateX(-50%);
  font-size: 10px; font-weight: 800; color: var(--navy);
}
.hour-chart .xlab { display: flex; gap: 3px; margin-top: 4px; }
.hour-chart .xlab span { flex: 1; text-align: center; font-size: 9px; font-weight: 700; color: var(--navy-soft); }
.src-note { font-size: 10.5px; color: #8a94a6; margin-top: 10px; line-height: 1.5; }
.point-box { margin: 0 16px 14px; border-radius: var(--radius); padding: 16px; box-shadow: var(--shadow); }
.point-box.avoid { background: #fdf6f0; border: 1.5px solid #f0d3ba; }
.point-box.good { background: #f3f9f4; border: 1.5px solid #cfe6d5; }
.point-box h3 { display: flex; align-items: center; gap: 8px; font-size: 15px; margin-bottom: 10px; }
.point-box.avoid h3 { color: #b35d1f; }
.point-box.good h3 { color: #2e7345; }
.point-box h3 svg { width: 19px; height: 19px; }
.point-box li { margin-left: 18px; font-size: 13px; font-weight: 600; margin-bottom: 7px; line-height: 1.6; }
.point-box li strong { font-weight: 800; }
.ai-note {
  margin: 0 16px 16px; background: var(--card); border-radius: var(--radius);
  box-shadow: var(--shadow); padding: 16px; font-size: 13px; line-height: 1.9;
}
.ai-note .ai-head { display: flex; align-items: center; gap: 7px; font-weight: 800; font-size: 14px; margin-bottom: 8px; }
.ai-note .ai-head svg { width: 18px; height: 18px; color: #4a72b8; }

/* ===== 上に戻るボタン(目次FABの上に積む) ===== */
.to-top {
  position: fixed; bottom: 78px; right: max(14px, calc(50vw - 226px));
  width: 46px; height: 46px; border-radius: 50%; border: none; cursor: pointer;
  background: var(--navy); color: #fff;
  box-shadow: 0 4px 14px rgba(20, 30, 50, .32);
  display: flex; align-items: center; justify-content: center;
  opacity: 0; pointer-events: none; transform: translateY(10px);
  transition: opacity .22s, transform .22s; z-index: 60;
}
.to-top.show { opacity: 1; pointer-events: auto; transform: none; }
.to-top svg { width: 20px; height: 20px; }

/* ===== 目次FAB(右下・上に戻るボタンの下) ===== */
.toc-fab-wrap {
  position: fixed; bottom: 18px; right: max(14px, calc(50vw - 226px));
  z-index: 62;
}
.toc-fab {
  width: 48px; height: 48px; border-radius: 50%;
  border: 1.5px solid var(--line); background: #fff; color: var(--navy);
  font-family: inherit; font-size: 12.5px; font-weight: 900; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 14px rgba(20, 30, 50, .22);
}
.toc-fab-wrap.open .toc-fab { background: var(--navy); color: #fff; border-color: var(--navy); }
.toc-panel {
  display: none; position: absolute; bottom: 58px; right: 0;
  width: min(302px, calc(100vw - 28px));
  background: #fff; border: 1px solid var(--line);
  border-radius: 16px; overflow: hidden;
  box-shadow: 0 12px 30px rgba(46, 65, 96, .22);
}
.toc-fab-wrap.open .toc-panel { display: block; animation: rise .18s ease-out; }
.toc-group {
  font-size: 11px; font-weight: 800; color: var(--navy-soft);
  padding: 10px 16px 4px; background: #f8fafc;
}
.toc-panel a {
  display: flex; align-items: center; gap: 8px;
  padding: 11px 16px; font-size: 13px; font-weight: 700; color: var(--navy);
  border-bottom: 1px solid #f1f4f8;
}
.toc-panel a:last-child { border-bottom: none; }
.toc-panel a svg { width: 15px; height: 15px; color: #4a72b8; flex: 0 0 auto; }
.toc-panel a .arrow { margin-left: auto; color: #b3bdcc; }
/* スクロール位置に応じた現在地表示: ▶+アンダーライン */
.toc-panel a.current {
  background: #f4f7fb;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 2px;
  text-decoration-color: var(--orange-deep);
}
.toc-panel a.current::before {
  content: "▶"; font-size: 9px; color: var(--orange-deep); flex: 0 0 auto;
}

/* ===== ドロワーメニュー ===== */
.drawer-back {
  position: fixed; inset: 0; background: rgba(20, 28, 42, .5);
  display: none; z-index: 90;
}
.drawer-back.open { display: block; }
/* メニューは親指が届く下から出すボトムシート型 */
.drawer {
  position: fixed; bottom: 0;
  left: max(0px, calc(50vw - 240px)); right: max(0px, calc(50vw - 240px));
  max-height: 74vh; overflow-y: auto;
  background: var(--bg); z-index: 95; padding: 10px 16px 26px;
  border-radius: 22px 22px 0 0;
  transform: translateY(110%); transition: transform .24s ease-out;
  box-shadow: 0 -8px 30px rgba(20, 30, 50, .25);
}
.drawer::before {
  content: ""; display: block; width: 44px; height: 5px; border-radius: 3px;
  background: #c6cfdd; margin: 4px auto 12px;
}
.drawer.open { transform: none; }
.drawer .d-head { display: flex; align-items: center; margin-bottom: 14px; }
.drawer .d-title { font-size: 15px; font-weight: 900; }
.drawer .d-close {
  margin-left: auto; width: 34px; height: 34px; border-radius: 50%;
  border: none; background: #e7ebf2; color: var(--navy); font-size: 15px; cursor: pointer;
}
.drawer a {
  display: flex; align-items: center; gap: 10px;
  background: #fff; border-radius: 12px; padding: 13px 14px;
  font-size: 13.5px; font-weight: 800; color: var(--navy);
  margin-bottom: 8px; box-shadow: var(--shadow);
}
.drawer a svg { width: 18px; height: 18px; color: #4a72b8; flex: 0 0 auto; }
.drawer a .arrow { margin-left: auto; color: #b3bdcc; }
.drawer .d-note { font-size: 10.5px; color: #8a94a6; margin-top: 12px; text-align: center; }

.proto-note {
  margin: 26px 16px 18px; font-size: 11px; color: #8a94a6; text-align: center;
}
.proto-nav { text-align: center; margin: 0 16px 30px; font-size: 12px; }
.proto-nav a { color: #4a72b8; font-weight: 700; margin: 0 8px; text-decoration: underline; }

/* ===== breadcrumbs (ol版) ===== */
.breadcrumb { margin: 12px 16px 4px; }
.breadcrumb ol { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; align-items: center; gap: 2px; }
.breadcrumb li { display: flex; align-items: center; font-size: 11.5px; font-weight: 700; color: var(--navy-soft); }
.breadcrumb li + li::before { content: "›"; margin: 0 6px; color: #b3bdcc; font-weight: 800; }
.breadcrumb a { color: #4a72b8; text-decoration: none; }
.breadcrumb li[aria-current] { color: var(--navy); }

/* ===== SEOフッター ===== */
.site-footer { margin-top: 34px; background: #edf1f7; border-top: 1px solid #dde4ee; padding: 22px 16px 90px; }
.foot-sec { margin-bottom: 20px; }
.foot-h { font-size: 12.5px; font-weight: 800; color: var(--navy); margin: 0 0 9px; padding-left: 9px; border-left: 3px solid #5b8def; }
.foot-links { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 7px 4px; }
.foot-links li { margin: 0; }
.foot-links a { display: inline-block; font-size: 11.5px; font-weight: 700; color: #44608f; text-decoration: none; background: #fff; border: 1px solid #d9e1ee; border-radius: 999px; padding: 5px 11px; }
.foot-links a:active { background: #eef3fb; }
.foot-region { margin-bottom: 10px; }
.foot-region-name { display: block; font-size: 11px; font-weight: 800; color: var(--navy-soft); margin-bottom: 5px; }
.foot-about { margin: 18px 0 14px; }
.foot-about p { font-size: 11.5px; line-height: 1.9; color: var(--navy-soft); font-weight: 600; margin: 0; }
.foot-copy { display: flex; flex-direction: column; gap: 4px; border-top: 1px solid #dde4ee; padding-top: 12px; }
.foot-copy .foot-home { font-size: 12.5px; font-weight: 800; color: var(--navy); text-decoration: none; }
.foot-copy span { font-size: 10.5px; color: #93a1b8; font-weight: 600; }
.geo-result { margin: 0 16px 14px; }
.geo-result .foot-links a { font-size: 12.5px; padding: 8px 13px; }

/* ===== 固定ページ(利用規約・運営会社・特商法・SDGs等) ===== */
.static-page { margin: 0 16px 26px; }
.static-h2 { font-size: 15px; font-weight: 800; color: var(--navy); margin: 14px 0 0; }
.static-body { background: var(--card); border-radius: var(--radius); box-shadow: var(--shadow); padding: 18px 16px; margin-top: 12px; font-size: 13.5px; line-height: 1.95; color: var(--navy); font-weight: 500; overflow-wrap: anywhere; }
.static-body h3 { font-size: 14px; font-weight: 800; margin: 20px 0 6px; padding-left: 10px; border-left: 4px solid var(--orange); line-height: 1.5; }
.static-body h3:first-child { margin-top: 0; }
.static-body h4 { font-size: 13.5px; font-weight: 800; margin: 16px 0 4px; }
.static-body p { margin: 0 0 12px; }
.static-body p:last-child { margin-bottom: 0; }
.static-body ul, .static-body ol { margin: 0 0 12px; padding-left: 20px; }
.static-body li { margin-bottom: 6px; }
.static-body a { color: #3b6cc7; font-weight: 700; overflow-wrap: anywhere; }
.static-body table { width: 100%; border-collapse: collapse; margin: 0 0 12px; font-size: 12.5px; }
.static-body th, .static-body td { border: 1px solid #dde4ee; padding: 8px 10px; text-align: left; vertical-align: top; }
.static-body th { background: #f3f6fb; font-weight: 800; white-space: nowrap; }
.static-body img { max-width: 100%; height: auto; }
.static-body pre, .static-body textarea { width: 100%; background: #f3f6fb; border: 1px solid #dde4ee; border-radius: 8px; padding: 10px; font-size: 11.5px; overflow-x: auto; white-space: pre-wrap; word-break: break-all; }
.static-body dl { margin: 0; }
.static-body dt { font-size: 12px; font-weight: 800; color: var(--navy-soft); margin-top: 14px; }
.static-body dt:first-child { margin-top: 0; }
.static-body dd { margin: 2px 0 0; padding-bottom: 10px; border-bottom: 1px solid #eef2f8; }
.static-body dd:last-child { border-bottom: 0; padding-bottom: 0; }

/* 対応エリア → 市区ページへの内部リンク */
.info-row .v .area-link { color: #3b6cc7; font-weight: 700; text-decoration: none; border-bottom: 1px solid rgba(59,108,199,.35); }
.info-row .v .area-link:hover { border-bottom-color: #3b6cc7; }
.info-row .v .area-sep { color: var(--navy-soft); margin: 0 1px; }

/* 電話ポップアップ内「この地域に出張できる講習業者」レコメンド */
.m-reco { margin-top: 16px; border-top: 1px solid #e6ebf3; padding-top: 13px; text-align: left; }
.m-reco-h { font-size: 11.5px; font-weight: 800; color: var(--navy-soft); letter-spacing: .02em; margin-bottom: 9px; text-align: center; }
.m-reco-card { display: flex; align-items: center; gap: 10px; padding: 9px; border: 1.5px solid #f0d9bd; background: linear-gradient(135deg, #fffaf3, #fff4e6); border-radius: 12px; text-decoration: none; color: inherit; margin-bottom: 8px; }
.m-reco-card:last-child { margin-bottom: 0; }
.m-reco-card img { width: 58px; height: 44px; object-fit: cover; border-radius: 8px; flex: none; }
.m-reco-body { min-width: 0; flex: 1; display: block; }
.m-reco-name { display: block; font-size: 13px; font-weight: 800; color: var(--navy); line-height: 1.35; }
.m-reco-name em { font-style: normal; font-size: 10px; font-weight: 800; color: #b9722a; background: #ffe6c9; border-radius: 5px; padding: 1px 5px; margin-left: 5px; vertical-align: middle; }
.m-reco-area, .m-reco-hours { display: block; font-size: 11px; font-weight: 600; color: var(--navy-soft); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; margin-top: 2px; }
.m-reco-go { font-size: 11.5px; font-weight: 800; color: #d9822b; flex: none; }

/* ===== エリアの交通事故オープンデータ ===== */
.odata { margin: 26px 16px 8px; }
.odata-year { font-size: 11px; font-weight: 700; color: var(--navy-soft); background: #eef2f8; border-radius: 6px; padding: 2px 7px; margin-left: 8px; vertical-align: middle; }
.odata-tiles { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
@media (max-width: 560px) { .odata-tiles { grid-template-columns: repeat(2, 1fr); } }
.odt { border-radius: 14px; padding: 13px 10px 11px; text-align: center; }
.odt b { display: block; font-size: 21px; font-weight: 800; line-height: 1.1; color: var(--navy); }
.odt span { font-size: 11px; font-weight: 800; color: var(--navy-soft); margin-left: 2px; }
.odt i { display: block; font-style: normal; font-size: 10.5px; font-weight: 700; color: var(--navy-soft); margin-top: 5px; line-height: 1.4; }
.odt.t1 { background: #eaf1fb; } .odt.t2 { background: #fdf0e2; }
.odt.t3 { background: #eaf6ee; } .odt.t4 { background: #f4eefb; }
.odata-sub { font-size: 12px; font-weight: 800; color: var(--navy-soft); margin: 18px 0 8px; }
.odata-hours { display: flex; align-items: flex-end; gap: 2px; height: 92px; background: #fafbfd; border-radius: 12px; padding: 10px 8px 4px; }
.odata-hours .odh { flex: 1; display: flex; flex-direction: column; justify-content: flex-end; align-items: center; height: 100%; }
.odata-hours .odh span { display: block; width: 100%; max-width: 12px; background: #b9cbe6; border-radius: 3px 3px 0 0; }
.odata-hours .odh.peak span { background: #e0a15c; }
.odata-hours .odh em { font-style: normal; font-size: 9px; font-weight: 700; color: var(--navy-soft); margin-top: 3px; height: 11px; }
.odata-note { font-size: 12px; font-weight: 600; color: var(--navy-soft); line-height: 1.85; margin-top: 10px; }
.odata-note b { color: var(--navy); font-weight: 800; }
.odata-src { font-size: 10.5px; font-weight: 600; color: #9aa7bb; line-height: 1.7; margin-top: 10px; }
