/* ============================================================
   Reset / Base
============================================================ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { font-size: 16px; }
body {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS PGothic", sans-serif;
  color: #333;
  background: #fff;
  padding-bottom: 80px; /* fixed-cta 分 */
}
@media (min-width: 768px) { body { padding-bottom: 0; } }
a { text-decoration: none; color: inherit; }
img { display: block; max-width: 100%; height: auto; }

/* ============================================================
   Utility
============================================================ */
.red  { color: #bf0000; }
.bold { font-weight: 700; }
.font-sm { font-size: 12px; }
.pc-only { display: block; }
.sp-only { display: none; }
@media (max-width: 767px) {
  .pc-only { display: none; }
  .sp-only { display: block; }
}

/* ============================================================
   Layout
============================================================ */
.inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}
.section { padding: 60px 0; }
@media (max-width: 767px) { .section { padding: 40px 0; } }

/* ============================================================
   Section Title (共通)
============================================================ */
.section-title {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 32px;
  color: #333;
}
@media (max-width: 767px) {
  .section-title { font-size: 22px; margin-bottom: 24px; }
}

/* ============================================================
   Hero (MV)
============================================================ */
.hero {
  background: #d6eaf8;
}

/* ---- SP専用：背景上オーバーレイ赤帯（デフォルト非表示） ---- */
.hero-sp-redbar {
  display: none;
  position: absolute;
  top: 16px;
  right: 0px;
  z-index: 2;
}
.hero-sp-redbar img {
  width: 164px;
  height: 41px;
  display: block;
}

/* ---- 背景画像エリア（下部白帯を内包） ---- */
.hero-main {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.hero-bg {
  position: absolute;
  inset: 0;
}
.hero-bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* ---- コンテンツオーバーレイ ---- */
.hero-content {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 24px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  flex: 1;
  min-height: 288px; /* 360px - 72px(下部白帯) */
}

/* ---- 左：タイトル＋赤帯 ---- */
.hero-left {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.hero-title {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.hero-title-main {
  display: block;
  font-size: 57px;
  font-weight: 900;
  color: #FFF;
  line-height: 1.25;
  letter-spacing: 0.04em;
  text-shadow: 0px 0px 8px #00334D;
  font-feature-settings: "palt";
}

.hero-title-sub-pc {
  display: block;
  font-size: 24px;
  font-weight: 700;
  color: #00334D;
  text-shadow: 0px 0px 8px #FFF;
}


/* PC では非表示 */
.hero-title-sub-sp,
.hero-title-divider {
  display: none;
}

/* PC専用：「楽天Car車検なら最安の店舗が見つかる！」赤帯 318x104px */
.hero-pc-redbar { margin-top: 4px; }
.hero-pc-redbar-img {
  display: block;
  width: 318px;
  height: 104px;
}

/* ---- 右：PC用 バッジ＋その下に画像を縦積み ---- */
.hero-right {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 12px;
}
.hero-badge-circle-img {
  width: 190px;
  height: 190px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
}

/* PC: バッジ直下の画像（380x72px）*/
.hero-bottom-pc {
  display: block;
}
.hero-bottom-pc img {
  width: 380px;
  height: 72px;
  display: block;
}

/* SP: 背景エリア最下部に配置する画像（320x62px）*/
.hero-bottom-sp {
  display: none;
  position: relative;
  z-index: 1;
  text-align: center;
}
.hero-bottom-sp img {
  display: block;
  width: 320px;
  height: 62px;
  margin: 0 auto;
}

/* ---- SP専用：下部横長黄色帯ポイントバッジ ---- */
.hero-sp-point-bar {
  display: none;
}
.hero-sp-point-bar-img {
  width: 100%;
  height: auto;
  display: block;
}

/* ============================================================
   Hero SP (max-width: 767px)
============================================================ */
@media (max-width: 767px) {
  /* PC専用パーツを非表示 */
  .hero-pc-redbar { display: none; }
  .hero-right      { display: none; }
  .hero-title-sub-pc    { display: none; }

  /* SP専用パーツを表示 */
  .hero-sp-point-bar { display: block; }

  /* 背景エリア：SPは flex で高さを背景画像に追従させる */
  .hero-main { min-height: 0; }

  /* 赤帯を背景上・右上にオーバーレイ表示 */
  .hero-sp-redbar { display: block; }

  /* コンテンツ：左上にタイトルのみ
     高さ = SP背景280px - 白帯62px = 218px */
  .hero-content {
    padding: 16px 16px 0;
    min-height: 260px;
    align-items: flex-start;
  }
  .hero-left        { gap: 6px; }

  /* SP: タイトルを横並びにして縦線で区切る */
  .hero-title {
    flex-direction: row;
    align-items: stretch;
    gap: 0;
    display: inline-flex;
    border-radius: 3px;
    padding: 12px 0px;
  }
  .hero-title-main {
    font-size: 32px;
    line-height: 1.3;
  }
  /* 縦線 */
  .hero-title-divider {
  display: block;
  width: 2px;
  background: #FFF;
  margin: 0 6px;
  flex-shrink: 0;
  align-self: flex-end;
  height: 40px;
  box-shadow: 0px 0px 4px #00334D;
  }
  /* SP専用サブテキストを表示 */
  .hero-title-sub-sp {
    display: flex;
    align-items: end;
    font-size: 16px;
    font-weight: 700;
    color: #FFF;
    line-height: 1.4;
    white-space: nowrap;
    text-shadow: 0px 0px 4px #00334D;
  }

  /* PC専用の下部画像を非表示（hero-right ごと非表示なので不要だが念のため） */
  .hero-bottom-pc { display: none; }

  /* SP専用の下部画像を表示（hero-main の flex 最下部に収まる） */
  .hero-bottom-sp {
    display: block;
    text-align: center;
    padding-bottom: 8px;
  }
}

/* ============================================================
   Search CTA
============================================================ */
.search-cta {
  background: #fff;
  padding: 28px 20px 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}
.search-cta-copy {
  font-size: 20px;
  line-height: 1.5;
  color: #333;
}
.search-cta-copy strong {
  font-size: 26px;
  font-weight: 700;
  color: #bf0000;
}
.search-cta-wrap {
  display: flex;
  align-items: center;
  gap: 0;
}

/* 現在地ボタン */
.btn-location {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 340px;
  height: 50px;
  background: #bf0000;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  border-radius: 4px;
  flex-shrink: 0;
  transition: opacity .2s;
}
.btn-location:hover { opacity: .8; }
a.btn-location:hover { color: #FFF; }

a.btn-location.btn-location--sm { width: auto; padding: 0 20px; font-size: 14px; height: 48px; }

.btn-location-icon {
  width: 22px;
  height: 22px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z'/%3E%3C/svg%3E") no-repeat center / contain;
  flex-shrink: 0;
}

/* 郵便番号エリア */
.search-right {
  display: flex;
  gap: 16px;
  margin-left: 28px;
  align-items: center;
}
.search-zip-label {
  font-size: 18px;
  font-weight: 600;
  white-space: nowrap;
}
.search-input-wrap {
  display: flex;
  width: 320px;
}
.search-input {
  flex: 1;
  height: 48px;
  padding: 0 12px;
  border: 1px solid #828282;
  border-right: none;
  border-radius: 4px 0 0 4px;
  font-size: 14px;
  outline: none;
  -webkit-appearance: none;
}
.search-btn {
  width: 80px;
  height: 48px;
  background: #bf0000;
  border: none;
  border-radius: 0 4px 4px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  cursor: pointer;
  transition: opacity .2s;
  flex-shrink: 0;
}
.search-btn:hover { opacity: .8; }
.search-btn-icon {
  width: 22px;
  height: 22px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath fill-rule='evenodd' d='M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z'/%3E%3C/svg%3E") no-repeat center / contain;
  flex-shrink: 0;
}
.search-btn-label { color: #fff; font-size: 16px; font-weight: 700; }

@media (max-width: 767px) {
  .search-cta { padding: 22px 16px 28px; gap: 8px; }
  .search-cta-copy { font-size: 16px; }
  .search-cta-copy strong { font-size: 22px; }
  .search-cta-wrap { flex-direction: column; gap: 6px; width: 100%; }
  .btn-location { width: 100%; height: 48px; font-size: 16px; }
  .search-right {   flex-direction: column; gap: 4px; margin-left: 0; width: 100%; }
  .search-zip-label { font-size: 14px; font-weight: 500;}
  .search-input-wrap { width: 100%; }
  .search-btn-label { display: none; }
  .search-btn { width: 52px; }
}

/* ============================================================
   Cost Section（軽自動車の車検費用）
============================================================ */
.cost-section {
  background: #f7f7f7;
  padding: 60px 20px;
}
.cost-card {
  background: #fff;
  border-radius: 8px;
  max-width: 760px;
  margin: 0 auto;
  padding: 40px 48px;
}
.kcar-title {
  font-size: 34px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}
.cost-total-row {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 6px;
  margin-bottom: 16px;
}
.cost-total-label { font-size: 16px; color: #555; }
.cost-total-num {
  font-size: 52px;
  font-weight: 900;
  color: #bf0000;
  line-height: 1;
}
.cost-total-yen { font-size: 24px; font-weight: 700; color: #bf0000; }
.cost-divider {
  border: none;
  border-top: 2px solid #bf0000;
  margin-bottom: 24px;
}
.cost-breakdown {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
}
.cost-item {
  flex: 1;
  text-align: center;
  border: 2px solid #EAEAEA;
  border-radius: 4px;
  padding: 20px 16px;
}
.cost-item-title { font-size: 16px; font-weight: 700; color: #333; margin-bottom: 8px; }
.cost-item-price { display: flex; align-items: baseline; justify-content: center; gap: 2px; }
.cost-item-num { font-size: 36px; font-weight: 900; color: #bf0000; line-height: 1; }
.cost-item-yen { font-size: 18px; font-weight: 700; color: #bf0000; }
.cost-item-note { font-size: 13px; color: #666; margin-top: 6px; }

.cost-plus {
  font-size: 28px;
  font-weight: 700;
  color: #555;
  flex-shrink: 0;
  position: relative;
  z-index: 10;
  margin: 0px -10px;
}
.cost-caution {
  font-size: 12px;
  color: #888;
  text-align: right;
  margin-top: 16px;
  line-height: 1.7;
}

@media (max-width: 767px) {
  .cost-section { padding: 40px 16px; }
  .cost-card { padding: 28px 20px; }
  .kcar-title { font-size: 24px; }
  .cost-total-num { font-size: 40px; }
  .cost-breakdown { flex-direction: column; gap: 0; }
  .cost-item { width: 100%; }
  .cost-plus { margin: -10px 0px; font-size: 22px; }
  .cost-item-num { font-size: 30px; }
  .cost-caution { text-align: left;}
}

/* ============================================================
   Car Type Section（車種別費用参考例）
============================================================ */
.cartype-section { background: #fff; padding-bottom: 20px; }
.cartype-lead {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 8px;
}
.cartype-note {
  font-size: 12px;
  color: #888;
  margin-bottom: 24px;
}
.cartype-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-bottom: 28px;
}
.cartype-card {
  display: flex;
  align-items: center;
  gap: 24px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 16px;
  background: #fff;
}
.cartype-img {
  width: 140px;
  height: 105px;
  object-fit: cover;
  border-radius: 4px;
  flex-shrink: 0;
}
.cartype-info { flex: 1; }
.cartype-maker { font-size: 16px; font-weight: 700;}
.cartype-model { font-size: 24px; font-weight: 700; margin-bottom: -6px;}
.cartype-price { font-size: 14px; }
.cartype-price-num { font-size: 28px; font-weight: 700; color: #bf0000; padding-right: 3px;}
.cartype-link { font-size: 16px; color: #0074ad; padding-top: 3px;}
.cartype-link:hover { text-decoration: underline;}

.cartype-more-wrap { text-align: center; }
.btn-cartype-more {
  display: inline-block;
  border: 2px solid #bf0000;
  color: #bf0000;
  font-size: 18px;
  font-weight: 700;
  padding: 12px 40px;
  border-radius: 4px;
  transition: background .2s, color .2s;
}
.btn-cartype-more:hover { background: #bf0000; color: #fff; }


.chevron-right02-after:after { 
  content: "";
  background-color: #0074AD; /*任意のカラーを指定可能*/
  display: inline-block;
  position: relative;
  bottom: 2px; /*任意の縦方向位置を指定可能*/
  height: 15px; /*任意の高さを指定可能*/
  width: 15px; /*任意の幅を指定可能*/
  -webkit-mask: url(https://nanaironanaoto.github.io/tailwind_mini/assets/chevron-right.svg);
  mask: url(https://nanaironanaoto.github.io/tailwind_mini/assets/chevron-right.svg);
  -webkit-mask-size: cover;
  mask-size: cover;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .cartype-grid { grid-template-columns: 1fr; }
  .cartype-img { width: 130px; height: 97px; }
  .btn-cartype-more { width: 100%; text-align: center; font-size: 16px; padding: 12px 20px; }
  .cartype-card.pc-only {
    display: none;
  }
}

/* ============================================================
   Step Section（ご利用の流れ）
============================================================ */
.step-section { background: #f7f7f7; }
.step-title {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 32px;
  color: #333;
}
.step-title-sub {
  display: block;
  font-size: 24px;
  font-weight: 600;
}
.step-row {
  display: flex;
  justify-content: center;
  gap: 16px;
  max-width: 960px;
  margin: 0 auto;
}
/* PC: テキスト上・イラスト下の縦配置 */
.step-card {
  flex: 1;
  background: #fff;
  border-radius: 4px;
  padding: 28px 16px 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  min-width: 0;
  border-radius: 5px;
}
.step-card-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  flex: 1;
}
.step-label {
  font-size: 24px;
  font-weight: 900;
  color: #bf0000;
  line-height: 1;
  letter-spacing: 0.03em;
}
.step-num { font-size: 28px; }
.step-desc {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
  color: #333;
}
.step-point {
  font-size: 13px;
  line-height: 1.5;
  min-height: 2em;
}
.step-illust {
  object-fit: contain;
  margin-top: 12px;
}

/* SP: イラスト左・テキスト右の横配置 */
@media (max-width: 767px) {
  .step-row { flex-direction: column; }
  .step-card {
    flex-direction: row;
    text-align: left;
    align-items: center;
    padding: 12px;
    gap: 16px;
    border-bottom: 1px solid #f0f0f0;
  }
  .step-card:last-child { border-bottom: none; }
  .step-card-text {
    gap: 8px;
  }
  .step-illust {
    width: 95px;
    height: 90px;
    flex-shrink: 0;
    margin-top: 0;
    order: -1;
  }
  .step-point { min-height: 0; }

.step-title-sub {
  font-size: 20px;
}

.step-label {
  font-size: 22px
}

}

/* ============================================================
   User Section（ユーザーの声）
============================================================ */
.user-section { background: #f7f7f7; }
.user-title {
  font-size: 26px;
  font-weight: 400;
  text-align: center;
  line-height: 1.6;
  margin-bottom: 32px;
}

/* PC: 3列横並び */
.user-row {
  display: flex;
  gap: 16px;
  justify-content: center;
}
.user-carousel { display: none; }

.user-card {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  width: 310px;
  flex-shrink: 0;
}
.user-avatar-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
  width: 60px;
}
.user-avatar {
  width: 59px;
  height: 58px;
  object-fit: cover;
}
.user-age { font-size: 12px; text-align: center; white-space: nowrap; }

.user-bubble-wrap { flex: 1; position: relative; }
.user-bubble-arrow {
  position: absolute;
  top: 16px;
  left: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 14px 9px 0;
  border-color: transparent #fff transparent transparent;
}
.user-bubble {
  background: #fff;
  border-radius: 6px;
  padding: 10px 14px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.user-bubble-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.user-tag {
  display: inline-block;
  font-size: 10px;
  color: #fff;
  background: #002896;
  padding: 2px 6px;
  border-radius: 3px;
  margin-bottom: 4px;
}
.user-carname { font-size: 14px; font-weight: 700; }
.user-carimg { width: 84px; height: 57px; object-fit: contain; flex-shrink: 0; }
.user-comment { font-size: 14px; line-height: 1.7; }

/* SP: カルーセル */
@media (max-width: 767px) {
  .user-row { display: none; }
  .user-carousel { display: block; width: 100%; overflow: hidden; }
  .user-carousel-inner {
    display: flex;
    transition: transform .35s ease;
  }
  .user-carousel-item {
    min-width: 100%;
    padding: 0 4px;
  }
  .user-carousel-item .user-card {
    width: 100%;
    flex-shrink: unset;
  }
  .carousel-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 16px;
  }
  .dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ccc;
    border: none;
    cursor: pointer;
    padding: 0;
    transition: background .2s;
  }
  .dot--active { background: #bf0000; }
  .user-title { font-size: 20px; }
}

.user-caution {
  text-align: right;
  font-size: 14px;
  color: #888;
  margin-top: 16px;
}

/* ============================================================
   Checklist Section（車検に必要なもの）
============================================================ */
.checklist-section { background: #f7f7f7; padding-bottom: 0px; }
.checklist-card {
  max-width: 720px;
  margin: 0 auto;
  background: #fff;
  border-radius: 8px;
  padding: 12px 32px;
}
.checklist-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 20px 0;
  border-bottom: 1px solid #f0f0f0;
}
.checklist-item:last-child { border-bottom: none; }

.check-icon {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  margin-top: 2px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Crect width='24' height='24' rx='3' fill='%23f8d7d7'/%3E%3Cpath d='M5 12l4.5 4.5L19 7' stroke='%23bf0000' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E") no-repeat center / contain;
}
.check-title { font-size: 15px; font-weight: 700; line-height: 1.5; margin-bottom: 4px; }
.check-desc { font-size: 13px; color: #555; line-height: 1.7; }

@media (max-width: 767px) {
  .checklist-card { padding: 8px 16px; }
  .checklist-item { padding: 16px 0; gap: 10px; }
  .check-title { font-size: 14px; }
  .check-desc { font-size: 12px; }
}

/* ============================================================
   Campaign Section（開催中のキャンペーン）
============================================================ */
.campaign-section { background: #fff; }
.campaign-slider-wrap { overflow: hidden; }
.campaign-slider {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: nowrap;
}
.campaign-slide { flex-shrink: 0; }
.campaign-slide img {
  width: 260px;
  border-radius: 6px;
}
.campaign-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 14px;
}
.cdot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ccc;
  display: inline-block;
}
.cdot--active { background: #666; }
.campaign-more-wrap { text-align: center; margin-top: 18px; }
.campaign-more-link { font-size: 15px; color: #0074ad; }
.campaign-more-link:hover { text-decoration: underline; }

@media (max-width: 767px) {
  .campaign-slider {
    overflow-x: auto;
    justify-content: flex-start;
    padding: 0 16px;
    gap: 10px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .campaign-slider::-webkit-scrollbar { display: none; }
  .campaign-slide img { width: 230px; }
}

/* ============================================================
   Article Section（記事）
============================================================ */
.article-section { background: #FFF; }
.article-list {
  max-width: 760px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.article-item {
  display: flex;
  align-items: center;
  gap: 40px;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 14px;
  transition: box-shadow .2s, transform .2s;
}
.article-item:hover {
  box-shadow: 0 4px 16px rgba(0,0,0,.1);
  transform: translateY(-2px);
}
.article-thumb {
  width: 160px;
  height: 90px;
  object-fit: cover;
  border-radius: 4px;
  flex-shrink: 0;
}
.article-title { font-size: 16px; line-height: 1.7; color: #333; }

@media (max-width: 767px) {
  .article-thumb { width: 100px; height: 65px; }
  .article-title { font-size: 14px; }

.article-item {
  gap: 16px;
}
}

/* ============================================================
   FAQ Section（よくあるご質問）
============================================================ */
.faq-section { background: #f7f7f7; }
.faq-list {
  max-width: 860px;
  margin: 0 auto;
}
.faq-item {
  background: #fff;
  border-bottom: 1px solid #e0e0e0;
}
.faq-item:first-child { border-top: 1px solid #e0e0e0; }
.faq-q {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 16px;
  font-size: 15px;
  font-weight: 400;
  cursor: pointer;
  list-style: none;
  gap: 12px;
  line-height: 1.5;
}
.faq-q::-webkit-details-marker { display: none; }
.faq-arrow {
  flex-shrink: 0;
  transition: transform .25s;
}
details[open] .faq-arrow { transform: rotate(180deg); }
.faq-a {
  padding: 0 16px 18px;
  font-size: 14px;
  line-height: 1.85;
  color: #444;
}
@media (max-width: 767px) {
  .faq-q { font-size: 14px; padding: 14px 12px; }
  .faq-a { font-size: 13px; padding: 0 12px 14px; }
}

/* ============================================================
   Footer
============================================================ */
.footer {
  background: #333;
  padding: 28px 20px;
}
.footer-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.footer-logo { font-size: 16px; font-weight: 700; color: #fff; }
.footer-copy { font-size: 11px; color: #999; }

/* ============================================================
   Fixed CTA（SP固定フッター）
============================================================ */
.fixed-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  border-top: 1px solid #ddd;
  padding: 8px 16px 12px;
  z-index: 300;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  box-shadow: 0 -2px 8px rgba(0,0,0,.1);
  transform: translateY(100%);
  transition: transform 0.3s ease;
}
.fixed-cta.is-visible {
  transform: translateY(0);
}
.fixed-cta-copy { font-size: 13px; color: #333; }
.fixed-cta-copy strong { font-size: 18px; font-weight: 700; color: #bf0000; }
.fixed-cta-row {
  display: flex;
  gap: 8px;
  align-items: center;
  width: 100%;
}
.fixed-cta-input-wrap {
width: auto;
}
@media (min-width: 768px) { .fixed-cta { display: none; } }

.search-input.search-input--sm {
  width: 110px;
}
