@charset "UTF-8";
*, *:before, *:after {
 -webkit-box-sizing: border-box;
 box-sizing: border-box;
}
/* pc */
#main .cards05 .pc {
 display: none !important;
}
/* main */
#main {
 background-color: #ffffff;
 overflow: hidden;
}
/* img */
#main .cards05 img {
 backface-visibility: hidden;
 -webkit-backface-visibility: hidden;
 display: block;
 height: auto;
 margin: 0 auto;
 max-width: 100%;
}
/* span */
#main .cards05 span {
 margin: 0;
 position: static;
}
/* headline */
#main .cards05 h2, #main .cards05 h3, #main .cards05 h4 {
 -webkit-font-feature-settings: "palt";
 font-feature-settings: "palt";
 font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
 margin: 0 auto;
}
#main .cards05 h2 {
 font-size: inherit;
 padding: 0;
 margin-bottom: 0;
 border-bottom: none;
}
/* text */
#main .cards05 div, #main .cards05 p, #main .cards05 dl dt, #main .cards05 dl dd, #main .cards05 table th, #main .cards05 table td {
 color: #000000;
 -webkit-font-feature-settings: "palt";
 font-feature-settings: "palt";
 font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
 font-size: 12px;
 letter-spacing: 0.04em;
 line-height: 1.4;
}
/* list */
#main .cards05 li {
 list-style: none;
 padding: 0;
}
#main .cards05 li + li {
 border-top: none;
 padding: 0;
}
/* contents */
.pcStyle {
 display: none !important;
}
.spStyle {
 display: block !important;
}
#main .cards05 p.top_group {
 position: static;
 margin-left: 0.5em;
 margin-bottom: 3px;
 font-size: 14px;
}
#main .cards05 p.top_group span {
 display: block;
 font-size: 12px;
}
#main img {
 pointer-events: none;
}
#main .cards05 picture {
 display: block;
}
#main .cards05 .flex {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: justify;
 -ms-flex-pack: justify;
 justify-content: space-between;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
}
#main .cards05 img {
 max-width: 100%;
}
/* ===============================
   U-Car Hero Section SP start
=============================== */
.uc-hero {
 position: relative;
}
.uc-hero-visual img {
 width: 100%;
 aspect-ratio: 640 / 993;
 object-fit: cover;
}
/* 文字配置：下寄せ */
.uc-hero-text {
 position: absolute;
 inset: 0;
 display: flex;
 align-items: flex-end; /* 下寄せ */
 justify-content: center;
 text-align: justify;
}
.uc-hero-text-inner {
 width: 100%;
 padding-left: 8%;
 padding-right: 8%;
 padding-bottom: 5%; /* 下に余白を持たせる */
}
/* text color */
#main .cards05 .uc-hero-ttl, #main .cards05 .uc-hero-lead, #main .cards05 .uc-hero-note {
 color: #ffffff;
}
/* text size（SP） */
#main .cards05 .uc-hero-ttl {
 font-size: 2.4rem;
 line-height: 1.6;
 font-weight: normal;
 margin-bottom: 1.8rem;
}
#main .cards05 .uc-hero-lead {
 font-size: 1.4rem;
 line-height: 1.8;
 margin-bottom: 1.4rem;
}
#main .cards05 .uc-hero-note {
 font-size: 1.2rem;
 line-height: 1.6;
}
/* ===============================
   U-Car Hero Section SP end
=============================== */
/* ==============================
スライド　start
============================== */
.slide_padding {
 padding: 10% 0
}
/* ==============================
スライド　end
============================== */
/* ===============================
   U-Car Feature Title Section SP start
=============================== */
.uc-feature-ttl {
 width: 100%;
 background-color: #ffffff;
 text-align: center;
}
/* 上部 青帯 */
.uc-feature-ttl-bar {
 width: 100%;
 height: 2vh;
 background-color: #8ebfd5;
}
/* タイトル */
#main .cards05 .uc-feature-ttl__text {
 padding: 4.5rem 0 5rem;
 font-size: 2.2rem;
 line-height: 1.4;
 font-weight: bold;
 letter-spacing: 0.06em;
 color: #3b3b4a;
}
/* ===============================
   U-Car Feature Title Section SP end
=============================== */
/* ===============================
   U-Car Feature Section SP start
=============================== */
/* --------------------------------
   共通ブロック
-------------------------------- */
#main .cards05 .uc-feature-block {
 background-color: #5f8ca8;
 height: 10%;
 margin-bottom: 5%;
}
/* checkbox：完全に不可視（PC/SP共通で安全） */
#main .cards05 .uc-feature-toggle {
 position: absolute;
 opacity: 0;
 pointer-events: none;
}
/* --------------------------------
   トリガー（見出し）
-------------------------------- */
#main .cards05 .uc-feature-head {
 display: flex;
 justify-content: space-between;
 align-items: center;
 width: 100%;
 padding: 2.4rem 8%;
 background-color: #6f94ae !important; /* 既存CSS対策 */
 cursor: pointer;
}
/* タイトル文字 */
#main .cards05 .uc-feature-ttl {
 font-size: 1.8rem;
 color: #ffffff;
 line-height: 1.4;
 background-color: rgba(0, 0, 0, 0.00);
}
/* 矢印アイコン */
#main .cards05 .uc-feature-icon {
 width: 1.2rem;
 height: 1.2rem;
 border-right: 2px solid #ffffff;
 border-bottom: 2px solid #ffffff;
 transform: rotate(45deg);
 transition: transform 0.3s ease;
}
/* トリガー範囲を全面にする */
#main .cards05 .uc-feature-head * {
 pointer-events: none;
}
/* --------------------------------
   アコーディオン本体
-------------------------------- */
/* 初期：閉 */
#main .cards05 .uc-feature-body {
 max-height: 0;
 overflow: hidden;
 transition: max-height 0.4s ease;
}
/* 開いた状態（CSSのみ） */
#main .cards05 .uc-feature-toggle:checked + .uc-feature-head + .uc-feature-body {
 max-height: 200vh;
}
/* 矢印回転 */
#main .cards05 .uc-feature-toggle:checked + .uc-feature-head .uc-feature-icon {
 transform: rotate(-135deg);
}
/* --------------------------------
   中身（テキスト）
-------------------------------- */
#main .cards05 .uc-feature-text {
 padding: 2rem 8% 0;
}
#main .cards05 .uc-feature-text p {
 color: #ffffff;
 font-size: 1.6rem;
 line-height: 1.8;
 text-align: justify;
}
#main .cards05 .uc-feature-text p span {
 color: #ffffff;
 font-size: 1.2rem;
 width: 1.2rem;
 display: inline;
 vertical-align: text-top;
}
#main .cards05 p.uc-feature-note {
 margin-top: 2rem;
 font-size: 1.2rem;
 opacity: 0.85;
}
/* ヘッダー行「項目」 */
#main .cards05 .uc-compare-table thead th:first-child {
  padding-left: 1rem;
}

/* 本文行「項目」 */
#main .cards05 .uc-compare-table tbody th {
  padding-left: 1rem;
}
/* 比較表：列幅をCSSだけで制御 */
#main .cards05 .uc-compare-table {
  width: 100%;
  table-layout: fixed;
}

/* 左列（項目）を少し狭く */
#main .cards05 .uc-compare-table th:first-child,
#main .cards05 .uc-compare-table td:first-child {
  width: 18%;
}

/* 右3列を広く（残りを均等） */
#main .cards05 .uc-compare-table th:nth-child(2),
#main .cards05 .uc-compare-table th:nth-child(3),
#main .cards05 .uc-compare-table th:nth-child(4),
#main .cards05 .uc-compare-table td:nth-child(2),
#main .cards05 .uc-compare-table td:nth-child(3),
#main .cards05 .uc-compare-table td:nth-child(4) {
  width: 27.33%; line-height: 1.4;
}
/* --------------------------------
   画像
-------------------------------- */
#main .cards05 .uc-feature-img {
 padding: 2rem 8%;
}
#main .cards05 .uc-feature-img img {
 display: block;
 width: auto;
}
/* ===============================
   U-Car Feature Section SP end
=============================== */
/* ===============================
   U-Car Lineup Section SP start
=============================== */
#main .cards05 .uc-lineup {
 background-color: #eef4fa;
 padding: 4rem 0;
}
/* 見出し */
#main .cards05 .uc-lineup-ttl {
 text-align: center;
 font-size: 2.2rem;
 line-height: 1.5;
 margin-bottom: 3.5rem;
 color: #3b3b4f;
}
/* 縦積み */
#main .cards05 .uc-lineup-list {
 display: block;
}
#main .cards05 .uc-lineup-item {
 margin-bottom: 3.5rem;
}
/* ラベル：横幅いっぱい */
#main .cards05 .uc-lineup-label {
 width: 100%;
 padding: 2.2rem 1.6rem;
 border-radius: 0.8rem;
 text-align: center;
 margin-bottom: 1.6rem;
 color: #ffffff;
}
#main .cards05 .uc-lineup-label span {
 display: block;
 font-size: 2rem;
 font-weight: bold;
 letter-spacing: 0.08em; color: #ffffff;
}
#main .cards05 .uc-lineup-label strong {
 display: block;
 font-size: 2rem;
 margin-top: 0.6rem; color: #ffffff;
}
#main .cards05 .uc-lineup-label em {
 display: block;
 font-size: 2rem;
 margin-top: 0.4rem; font-weight: bold;
 font-style: normal; color: #ffffff;
}
/* 説明文 */
#main .cards05 .uc-lineup-text {
 font-size: 1.4rem;
 line-height: 1.8;
 color: #333333;
}
/* CTA */
#main .cards05 .uc-lineup-btn {
 margin-top: 4rem;
 text-align: center;
}
#main .cards05 .btn-lineup {
 display: block;
 width: 100%;
 max-width: 32rem;
 margin: 0 auto;
 background-color: #6b93ad;
 color: #ffffff;
 padding: 2rem 1.6rem;
 border-radius: 9999px;
 font-size: 1.6rem;
 line-height: 1.4;
 text-align: center;
}
/* ラベル色 */
#main .cards05 .uc-lineup-label.premium {
 background-color: #2b5467;
}
#main .cards05 .uc-lineup-label.standard {
 background-color: #769ec7;
}
#main .cards05 .uc-lineup-label.value {
 background-color: #9a9ea0;
}
/* ===============================
   U-Car Lineup Section SP end
=============================== */
/* ===============================
   U-Car Recommend Section SP start
=============================== */
#main .cards05 .uc-recommend {
 padding: 3rem 0;
}
/* 縦積み */
#main .cards05 .uc-recommend-list {
 display: block;
}
#main .cards05 .uc-recommend-item {
 margin-bottom: 4rem;
 background-color: #e9eded;
 clip-path: polygon(0 0, 95% 0, 100% 5%, 100% 100%, 5% 100%, 0 95%);
 padding: 2.4rem 2rem;
}
/* 画像 */
#main .cards05 .uc-recommend-img img {
 width: 100%;
 display: block;
}
/* ボックス */
#main .cards05 .uc-recommend-box {
 margin-top: 1.2rem;
}
/* 三角はSPでは不要 */
#main .cards05 .uc-recommend-box::before {
 display: none;
}
/* タイトル */
#main .cards05 .uc-recommend-ttl {
 font-size: 2.2rem;
 line-height: 1.6;
 margin-bottom: 1.2rem;
 color: #124378;
}
/* 本文 */
#main .cards05 .uc-recommend-text {
 font-size: 1.6rem;
 text-align: justify;
 line-height: 1.8;
 color: #333333;
}
/* ===============================
   U-Car Recommend Section SP end
=============================== */
/* ===============================
   U-Car Compare Section (SP) start
=============================== */
#main .cards05 .uc-compare {
 position: relative;
 background-color: #eaebee;
}
#main .cards05 .uc-compare-bg {
 position: absolute;
 inset: 0;
 background: url("../img/251219/img_10_sp.jpg") center / cover no-repeat;
 z-index: 0;
 clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);
 overflow: hidden;
}
#main .cards05 .uc-compare-inner {
 position: relative;
 min-height: 130vh;
 z-index: 1;
 display: flex;
 flex-direction: column;
}
/* 上部：タイトル＋表 */
#main .cards05 .uc-compare-top {
 padding: 5rem 2% 4rem;
}
#main .cards05 .uc-compare-ttl {
 font-size: 2rem;
 line-height: 1.4;
 margin-bottom: 3rem;
 color: #ffffff;
 text-align: center;
}
/* 表ラッパー */
#main .cards05 .uc-compare-table-wrap {
 max-width: 100%;
 background: rgba(255, 255, 255, 0.85);
 border-radius: 1rem;
 overflow-x: auto;
 -webkit-overflow-scrolling: touch;
}
/* 表 */
#main .cards05 .uc-compare-table {
 width: 100%;
 border-collapse: collapse;
 table-layout: fixed;
 font-size: 1rem;
}
#main .cards05 .uc-compare-table th, #main .cards05 .uc-compare-table td {
 padding: 1rem 0;
 line-height: 1.3rem;
 min-height: 5rem; /* 2行分（1.6 × 2） */
 border-bottom: 1px solid #b5c6d3;
 white-space: nowrap;
 font-weight: lighter;
 font-size: 1.3rem;
}
/* 左縦列のみ文字サイズを小さく */
#main .cards05 .uc-compare-table th:first-child, #main .cards05 .uc-compare-table td:first-child {
 font-size: 1rem;
 font-weight: lighter;
}
#main .cards05 .uc-compare-table thead th {
 background-color: rgba(217, 227, 235, 0.8);
 text-align: left;
 font-weight: lighter;
 font-size: 1rem;
}
/* 最終行の下線を削除 */
#main .cards05 .uc-compare-table tbody tr:last-child th, #main .cards05 .uc-compare-table tbody tr:last-child td {
 border-bottom: none;
}
#main .cards05 .uc-compare-table .red {
 color: #b81c22;
 font-size: 1.3rem;
 line-height: 1.4;
 font-weight: lighter;
}
/* 下部：英字 */
#main .cards05 .uc-compare-bottom {
 margin-top: auto;
 padding: 0 6% 80%;
 text-align: left;
}
#main .cards05 .uc-compare-en {
 font-size: 4.2rem;
 line-height: 1.05;
 font-weight: lighter;
 letter-spacing: 0.05em;
 color: rgba(255, 255, 255, 0.7);
}
/* ===============================
   U-Car Compare Section (SP) end
=============================== */

/* ===============================
   U-Car Simple Search Section start（SP 正式）
=============================== */

#main .cards05 .uc-search {
  background: #efeff0;
  padding: 6rem 6.5vw 7rem;
}

/* タイトル */
#main .cards05 .uc-search-ttl {
  font-size: 2.2rem;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 4.5rem;
}

/* フォーム全体 */
#main .cards05 .uc-search-form {
  width: 100%;
}

/* 各ブロック */
#main .cards05 .uc-search-row {
  display: block;
  margin-bottom: 4rem;
}

/* 見出し（車種 / 価格帯 / 年式 / 走行距離） */
#main .cards05 .uc-search-row label {
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  padding-bottom: .8rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #333;
}
#main .cards05 .uc-search select {
  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14'%3E%3Cpath d='M3 5l4-4 4 4M3 9l4 4 4-4' fill='none' stroke='%231f4a8a' stroke-width='1.5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1.6rem center;
  background-size: 1.4rem 1.4rem;
    appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
/* select 共通 */
#main .cards05 select {
  width: 100%;
  padding: 1.2rem 1.4rem;
  font-size: 1.4rem;
  border-radius: .4rem;
  background-color: #ffffff;
}

/* 車種（単体） */
#main .cards05 .uc-search-row:first-of-type select {
  width: 100%;
}

/* 範囲指定（価格帯・年式・走行距離） */
#main .cards05 .uc-search-range {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 1rem;
  align-items: center;
}

#main .cards05 .uc-search-range span {
  font-size: 1.4rem;
  text-align: center;
}

/* 検索ボタン */
#main .cards05 .uc-search-btn {
  margin-top: 5rem;
  text-align: center;
}

/* ===============================
   U-Car Simple Search Section end（SP 正式）
=============================== */

/* ===============================
   Purchase Flow Section SP start
=============================== */

#main .cards05 .uc-flow {
  width: 87vw;
  margin: 0 auto;
  padding: 6rem 0;
}

#main .cards05 .uc-search-btn button {
 width: 70%;
 max-width: 22rem;
 background: #2f4d5f;
 color: #ffffff;
 padding: 1.6rem 0;
 font-size: 1.6rem;
 border-radius: 0;
 border-width: 0px;
}

#main .cards05 .uc-flow-ttl {
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 4rem;
  color: #3e3b51;
}

/* ===============================
   list / item
=============================== */

#main .cards05 .uc-flow-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

#main .cards05 .uc-flow-item {
  width: 100%;
  margin: 0 auto;
}

/* ===============================
   head（SP再構築）
=============================== */

#main .cards05 .uc-flow-head {
  position: relative;
  height: auto;
  text-align: center;
  margin-bottom: 3rem;
}

/* 横長バーはSPでは非表示 */
#main .cards05 .uc-flow-bar {
  display: none;
}

/* STEP丸（中央） */
#main .cards05 .uc-flow-step {
  position: static;
  transform: none;
  margin: 0 auto 1rem;
  width: 7.2rem;
  height: 7.2rem;
  border-radius: 50%;
  background: #31bbd7;
  color: #ffffff;
  font-size: 1.2rem;
  line-height: 1.2;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#main .cards05 .uc-flow-step span {
  font-size: 2.2rem;
  font-weight: normal;
}

/* タイトル帯 */
#main .cards05 .uc-flow-title {
  position: static;
  transform: none;
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 1rem 1rem;
  background-color: #31bbd7;
  color: #ffffff;
  font-size: 2.2rem;
  font-weight: 300;
  letter-spacing: 0.04em;
  text-align: center;
}

/* ===============================
   image
=============================== */

#main .cards05 .uc-flow-images {
  position: static;
  width: 100%;
  margin: 0 auto 0 auto;
}

#main .cards05 .uc-flow-images img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}

/* ===============================
   body
=============================== */

#main .cards05 .uc-flow-body {
  width: 100%;
  padding: 0;
  text-align: justify;
}

#main .cards05 .uc-flow-body p {
  font-size: 1.6rem;
  line-height: 1.8;
  color: #333333;
  margin: 0;
}

/* ===============================
   arrow
=============================== */

#main .cards05 .uc-flow-arrow {
  width: 100%;
  padding: 4rem 0;
  text-align: center;
  font-size: 3rem;
  color: #c9d3d7;
  line-height: 1;
  pointer-events: none;
  user-select: none;
}

/* ===============================
   CTA
=============================== */

#main .cards05 .uc-flow-cta {
  width: 100%;
  margin: 6rem auto 0;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}

#main .cards05 .uc-flow-btn {
  display: block;
  width: 100%;
  padding: 2.4rem 0;
  background-color: #6b93ad;
  color: #ffffff;
  border-radius: 9999px;
  font-size: 1.8rem;
  line-height: 1.4;
  text-align: center;
}

/* ===============================
   Purchase Flow Section SP end
=============================== */



/* ===============================
   FAQ Section SP start
=============================== */

#main .cards05 .uc-faq {
  width: 100%;
  margin: 0 auto;
  padding: 6rem 0;
  background-color: #f4f5f6;
}

#main .cards05 .uc-faqinner {
  width: 85%;
  margin: 0 auto;
}

#main .cards05 .uc-faq-ttl {
  text-align: center;
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 4rem;
  color: #3e3b51;
}

/* ===============================
   list / item
=============================== */

#main .cards05 .uc-faq-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

#main .cards05 .uc-faq-item {
  border-top: 0.1rem solid #c9d3d7;
}

/* checkbox */
#main .cards05 .uc-faq-toggle {
  display: none;
}

/* ===============================
   Q row（トリガー）
=============================== */

#main .cards05 .uc-faq-q {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 1.6rem;
  padding: 2.8rem 3.6rem 2.8rem 0;
  cursor: pointer;
}

/* Q mark */
#main .cards05 .q-mark {font-family: 'Noto Sans JP', sans-serif;
  font-size: 4.2rem;
  font-weight: 100;
  line-height: 1;
  color: #9aa0a6;
  flex-shrink: 0;
}

/* Q text */
#main .cards05 .q-text {
  font-size: 1.7rem;
  line-height: 1.7;
  font-weight: 300;
  color: #333333;
  margin-top: 0.8rem;
}

/* ===============================
   right icon（SVG）
=============================== */

#main .cards05 .faq-icon {
  position: absolute;
  right: 0;
  top: 54%;
  transform: translateY(-50%);
  width: 2.4rem;
  height: 2.4rem;
  background: url("../img/251219/faq1.svg")
    no-repeat center / contain;
}

/* open */
#main .cards05
.uc-faq-toggle:checked
+ .uc-faq-q
.faq-icon {
  background-image: url("../img/251219/faq2.svg");
}

/* ===============================
   A row
=============================== */

#main .cards05 .uc-faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}

/* open */
#main .cards05
.uc-faq-toggle:checked
+ .uc-faq-q
+ .uc-faq-a {
  max-height: 80rem;
}

/* ===============================
   A inner grid
=============================== */

#main .cards05 .uc-faq-a-grid {
  display: grid;
  grid-template-columns: 4rem 1fr;
  column-gap: 1.6rem;
  padding: 0 0 3.2rem 0rem;
  align-items: start;
}

/* A mark */
#main .cards05 .a-mark {font-family: 'Noto Sans JP', sans-serif;
  font-size: 4.2rem;
  font-weight: 100;
  line-height: 1;
  color: #5f8ca8;
}

/* A text */
#main .cards05 .uc-faq-a-grid p {
  font-size: 1.6rem;
  line-height: 1.7;
    text-align: justify;
  font-weight: 300;
  color: #333333;
  margin: 0.8rem 0 0;
  width: 100%;
}

/* small note */
#main .cards05 .uc-faq-a-grid p span {
  font-size: 1.4rem;
}

/* ===============================
   FAQ Section SP end
=============================== */


.PC {
 display: none;
 max-width: 0px;
}
.SP {}
