:root {
  --gap: 12px;
  --card-bg: #fff;
  --card-border: #e6e6e6;
  --accent: #0b72d3;
}

.region {
  margin-bottom: 16px;
  background: var(--card-bg);
  border: 1px solid var(--card-border);
  border-radius: 8px;
  overflow: hidden;
}

/* ヘッダー（ボタン） */
.region > button.header {
  width: 100%;
  text-align: left;
  padding: 12px 16px;
  background: linear-gradient(180deg, #fff, #fcfcfc);
  border: 0;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  gap: 12px;
}

.region > button.header:focus {
  outline: 3px solid rgba(11, 114, 211, 0.18);
}

.chev {
  transition: transform 0.25s ease;
  transform-origin: center;
}
.region.open .chev {
  transform: rotate(180deg);
}

/* 市区町村リスト（Flex 表組風） */
.municipalities {
  display: flex;
  flex-wrap: wrap;
  gap: var(--gap);
  padding: 12px 16px 16px;
  align-items: stretch;
}
.muni {
  min-width: 120px;
  flex: 1 1 140px;
  padding: 10px 12px;
  border-radius: 6px;
  background: #ffffff;
  border: 1px solid var(--card-border);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.02);
  text-align: center;
  font-size: 0.95rem;
}

/* スマホ（アコーディオン） */
@media (max-width: 600px) {
  .municipalities {
    display: none;
    padding: 0;
  }
  .region.open .municipalities {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 12px 16px 16px;
  }
  .muni {
    min-width: unset;
    flex: none;
    text-align: left;
  }
  .region > button.header {
    padding: 14px;
    font-size: 1rem;
  }
}

/* PC 表示調整 */
@media (min-width: 601px) {
  .region > button.header {
    cursor: default;
  }
  .region > button.header .chev {
    display: none;
  }
  .region .municipalities {
    display: flex !important;
  }
}


/* ----- 横浜・川崎などの区リスト ----- */
.muni--has-sub {
  background: #f8f9fb;
  border-color: #dce1e6;
  font-weight: 600;
  position: relative;
  padding-bottom: 0;
}

.subarea {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
  padding: 8px 0 12px 0;
}

.submuni {
  flex: 1 1 120px;
  border: 1px solid #e2e2e2;
  border-radius: 4px;
  padding: 6px 8px;
  font-weight: 400;
  background: #fff;
  font-size: 0.9rem;
  text-align: center;
}

/* スマホで縦並び */
@media (max-width: 600px) {
  .subarea {
    flex-direction: column;
    gap: 6px;
  }
  .submuni {
    text-align: left;
    flex: none;
  }
}

/* =========================
   運輸支局情報ブロック
========================= */

.transport-section {
  max-width: 980px;
  margin: 40px auto 0;
  padding: 0 16px;
}

.transport-title {
  margin: 0;
  text-align: center;
  font-size: 34px;
  line-height: 1.25;
  font-weight: 800;
  color: #22a45a;
}

.transport-card {
  background: #fff;
  border: 1px solid #e8efe9;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
  padding: 18px 18px 14px;
}

.transport-lead {
  margin: 0 0 14px;
  color: #2b2b2b;
  font-size: 18px;
  line-height: 1.8;
}

.transport-list {
  margin: 0;
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 10px 14px;
  align-items: start;
}

.transport-list dt {
  margin: 0;
  color: #0f5132;
  font-weight: 800;
  background: #eaf7ef;
  border-radius: 10px;
  padding: 10px 12px;
}

.transport-list dd {
  margin: 0;
  padding: 10px 0;
  font-size: 18px;
  color: #1f2937;
}

.transport-note {
  margin: 14px 0 0;
  color: #6b7280;
  font-size: 13px;
  line-height: 1.6;
}

/* --- SP調整 --- */
@media (max-width: 640px) {
  .transport-title {
    font-size: 26px;
  }

  .transport-list {
    grid-template-columns: 1fr;
  }

  .transport-list dt {
    margin-top: 6px;
  }

  .transport-list dd {
    padding: 4px 0 10px;
  }
}

/* =========================
   FV 5万円枠内 キャッチ（H1 3段）
========================= */

.fv_top_img {
  position: relative;
}

/* h1リセット＋配置 */
.fv-price-catch {
  position: absolute;
  top: 18%;
  left: 50%;
  transform: translateX(-50%);
  width: 70%;
  text-align: center;
  pointer-events: none;

  /* ▼ h1デフォルト打ち消し */
  margin: 0;
  padding: 0;
  font-weight: normal;
}

/* 各行共通（念のため） */
.fv-line {
  display: block;
  line-height: 1;
}

/* ① 地域名（1行目） */
.fv-line-area {
  display: block;
  font-size: 2.1em;
  font-weight: 900;
  color: #004696;
  margin-bottom: 0.25em;
}

/* ② 廃車買取（2行目） */
.fv-line-main {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.18em;   /* ← ここが効く */
}

/* 赤の「廃車買取」本体 */
.fv-main-text {
  font-size: 5.6em;
  font-weight: 900;
  color: #ed1c24;
  line-height: 1;
  margin-bottom: 0.15em;
}

/* 「の」「は」 */
.fv-particle {
  font-size: 0.8em;
  color: #004696;
  font-weight: 700;
  margin-left: 0.1em;
}
.fv-line-main .fv-particle {
  font-size: 3em;   /* ← ここが肝 */
  color: #004696;
  font-weight: 700;
}


/* ③ 日本廃車センター（3行目） */
.fv-line-brand {
  display: block;
  font-size: 1.8em;
  font-weight: 900;
  color: #004696;
  letter-spacing: 0.04em;
}

/* --- SP調整 --- */
@media (max-width: 640px) {
  .fv-price-catch {
    top: 19%;
    width: 86%;
  }

  .fv-line-area {
    font-size: 1.4em;
  }

  .fv-main-text {
    font-size: 2.6em;
    margin-bottom: 0.25em;;
  }

  .fv-line-brand {
    font-size: 1.1em;
  }

  .fv-line-main .fv-particle {
    font-size: 1.4em; 
    color: #004696;
    font-weight: 700;
  }

}