@charset "UTF-8";
*, *:before, *:after {
 -webkit-box-sizing: border-box;
 box-sizing: border-box;
}
/* sp */
#main .cards05 .sp {
 display: none !important;
}
/* cards05 */
/* 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;
 font-weight: lighter;
}
#main .cards05 h2 {
 font-size: inherit;
 padding: 0;
 margin-bottom: 0;
 border-bottom: none;
 margin: 0;
}
/* 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: 18px;
 letter-spacing: 0.04em;
 line-height: 1.3;
 margin: 0;
}

/* list */
#main .cards05 li {
 list-style-type: none;
   padding: 0 5px;
}
#main .cards05 li + li {
 border-top: none;
   padding: 0 5px;
}
#main img {
 pointer-events: none;
 image-rendering: -webkit-optimize-contrast;
}
#main .cards05 picture {
 display: block;
 padding: 0;
 margin-bottom: 0;
 border-bottom: none;
 margin: 0;
}
#main .cards05 picture img {
 padding: 0;
 margin-bottom: 0;
 border-bottom: none;
 margin: 0;
 vertical-align: top;
}
#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%;
}
#h1 h1 {
 width: 50vw;
 display: flex;
 justify-content: center;
}
#h1 h1 img {
 display: block;
 max-width: 70px;
}
/* ===============================
   U-Car Hero Section start
=============================== */
#main .cards05 .uc-hero {
 position: relative;
}
#main .cards05 .uc-hero-text {
 position: absolute;
 inset: 0;
 display: flex;
 align-items: center; /* 上下中央 */
 justify-content: center;
}
#main .cards05 .uc-hero-text-inner {
 width: 100%;
 padding-left: 10%;
}
/* text color */
#main .cards05 .uc-hero-ttl, #main .cards05 .uc-hero-lead, #main .cards05 .uc-hero-note {
 color: #ffffff;
}
/* text size */
#main .cards05 .uc-hero-ttl {
 font-size: clamp(2.3vw, 3.2vw, 3.8rem);
 line-height: 1.7;
 font-weight: normal;
 margin-bottom: 2.5%;
}
#main .cards05 .uc-hero-lead {
 font-size: clamp(1vw, 1.8vw, 1.9rem);
 line-height: 1.9;
 margin-bottom: 1.6rem;
}
#main .cards05 .uc-hero-note {
 font-size: clamp(1rem, 1.4vw, 1.6rem);
 line-height: 1.6;
}
/* ===============================
   U-Car Hero Section end
=============================== */
/* ==============================
スライド　start
============================== */
.slide_padding {
 padding: 5% 0
}
/* ==============================
スライド　end
============================== */
/* ===============================
   U-Car Feature Title Section start
=============================== */
#main .cards05 .uc-feature-ttl {
 width: 100%;
 background-color: #ffffff;
 text-align: center;
}
/* 上部 青帯 */
#main .cards05 .uc-feature-ttl-bar {
 width: 100%;
 height: 2vh;
 background-color: #8ebfd5;
}
/* タイトル */
#main .cards05 .uc-feature-ttl__text {
 padding: 7rem 0 7rem;
 font-size: 3rem;
 line-height: 1.4;
 font-weight: bold;
 letter-spacing: 0.02em;
 color: #3b3b4a;
}
/* ===============================
   U-Car Feature Title Section end
=============================== */
/* ===============================
   U-Car Feature Section start
=============================== */
#main .cards05 .uc-feature-block {
 background-color: #5f8ca8;
 margin-bottom: 2rem;
}
/* SP用トリガーは非表示 */
#main .cards05 .uc-feature-head {
 display: none;
}
/* グリッド */
#main .cards05 .uc-feature-body {
 display: grid;
 grid-template-columns: 47% 53%;
 align-items: center;
}
/* タイトル */
#main .cards05 .uc-feature-ttl_PC {
 font-size: 2.8rem;
 line-height: 1.2;
 color: #ffffff;
 padding: 0 14% 3%;
}
/* テキスト */
#main .cards05 .uc-feature-text p {
 color: #ffffff;
 font-size: 1.65rem;
 text-align: justify;
 line-height: 1.9;
 padding: 0 14%;
}
#main .cards05 .uc-feature-text p span {
 display: inline;
 font-size: 1rem;
 vertical-align: text-top;
 position: relative;
 top: -0.3em;
}
#main .cards05 p.uc-feature-note {
 margin-top: 2rem;
 font-size: 1.2rem;
 opacity: 0.85;
}
/* 画像：右 */
#main .cards05 .uc-feature-img {
 clip-path: polygon(0 0, 100% 0%, 100% 100%, 10% 100%);
}
/* 偶数：画像左 */
#main .cards05 .uc-feature-block:nth-of-type(even) .uc-feature-text {
 order: 2;
}
#main .cards05 .uc-feature-block:nth-of-type(even) .uc-feature-img {
 order: 1;
 clip-path: polygon(0 0, 90% 0, 100% 100%, 0 100%);
}
#main .cards05 .uc-feature-block:nth-of-type(even) .uc-feature-body {
 grid-template-columns: 53% 47%;
}
/* checkbox を完全に隠す（PC/SP共通で安全） */
#main .cards05 .uc-feature-toggle {
 position: absolute;
 opacity: 0;
 pointer-events: none;
}
/* ===============================
   U-Car Feature Section end
=============================== */
/* ===============================
   U-Car Lineup Section start
=============================== */
#main .cards05 .uc-lineup {
 background-color: #eef4fa;
 padding: 6rem 0;
}
#main .cards05 .uc-lineup-ttl {
 text-align: center;
 font-size: 3rem;
 line-height: 1.4;
 margin-bottom: 5rem;
 color: #3b3b4f;
}
/* リスト */
#main .cards05 .uc-lineup-list {
 display: flex;
 flex-direction: column;
 gap: 4rem;
}
/* 各行：左右レイアウト */
#main .cards05 .uc-lineup-item {
 width: 70%;
 margin: auto;
 display: grid;
 grid-template-columns: 32% 68%;
 align-items: center;
 gap: 4%;
}
/* ラベル */
#main .cards05 .uc-lineup-label {
 border-radius: 1rem;
 aspect-ratio: 16 / 9;
 display: flex;
 align-items: center; /* 縦中央 */
 justify-content: center; /* 横中央 */
 text-align: center;
}
#main .cards05 .uc-lineup-label span {
 display: block;
 font-size: 2.2rem;
 letter-spacing: 0.1em;
 font-weight: bold;
}
#main .cards05 .uc-lineup-label strong {
 display: block;
 font-size: 2.2rem;
 margin-top: 0.6rem;
}
#main .cards05 .uc-lineup-label em {
 display: block;
 font-size: 2.2rem;
 margin-top: 0.4rem;
 font-style: normal;
 font-weight: bold;
}
#main .cards05 .uc-lineup-label div {
 color: #ffffff;
}
/* ラベル色 */
#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;
}
/* 説明文 */
#main .cards05 .uc-lineup-text {
 font-size: 1.65rem;
 line-height: 2.2;
 color: #333333;
}
/* ===============================
   U-Car Lineup Section end
=============================== */
/* ===============================
   U-Car Recommend Section start
=============================== */
#main .cards05 .uc-recommend {
 padding: 6rem 0;
}
/* 一覧 */
#main .cards05 .uc-recommend-list {
 display: flex;
 flex-direction: column;
 gap: 5rem;
}
/* 各行 */
#main .cards05 .uc-recommend-item {
 width: 90%;
 margin: auto;
 display: grid;
 grid-template-columns: 35% 65%;
 align-items: center;
 gap: 2%;
}
/* 画像 */
#main .cards05 .uc-recommend-img {
 position: relative;
}
#main .cards05 .uc-recommend-img img {
 width: 100%;
 display: block;
}
/* 吹き出しボックス */
#main .cards05 .uc-recommend-box {
 position: relative;
 height: 93%;
 background-color: #e9eded;
 padding: 3rem 4rem;
 border-radius: .5rem;
 display: flex;
 align-items: center; /* 縦（上下）中央 */
}
/* 吹き出しの三角 */
#main .cards05 .uc-recommend-box::before {
 content: "";
 position: absolute;
 left: -8rem;
 top: 70%;
 transform: translateY(-50%);
 border-width: 0rem 8rem 3rem 0;
 border-style: solid;
 border-color: transparent #e9eded transparent transparent;
}
/* タイトル */
#main .cards05 .uc-recommend-ttl {
 font-family: 'Noto Sans JP', sans-serif;
 font-size: 2.2rem;
 line-height: 1.6;
 margin-bottom: 1.6rem;
 font-weight: normal;
 color: #124378;
}
/* 本文 */
#main .cards05 .uc-recommend-text {
 font-size: 1.65rem;
 line-height: 1.9;
 color: #333333;
 text-align: justify;
}
/* ===============================
   U-Car Recommend Section end
=============================== */
/* ===============================
   U-Car Compare Section 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.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;
 z-index: 1;
 min-height: 100vh;
 display: flex;
 flex-direction: column;
}
/* 上50% */
#main .cards05 .uc-compare-top {
 padding: 8rem 3%;
}
#main .cards05 .uc-compare-ttl {
 color: #ffffff;
 font-size: 3rem;
 text-align: center;
 margin-bottom: 4rem;
}
/* 表 */
#main .cards05 .uc-compare-table-wrap {
 background: rgba(255, 255, 255, 0.80);
 max-width: 100%;
 margin: auto;
 border-radius: 1.2rem;
 overflow: hidden;
}
#main .cards05 .uc-compare-table {
 width: 100%;
 border-collapse: collapse;
}
#main .cards05 .uc-compare-table th, #main .cards05 .uc-compare-table td {
 padding: 1.2rem 4rem;
 border-bottom: 1px solid #b5c6d3;
 font-size: 1.6rem;
}
#main .cards05 .uc-compare-table thead th {
 background-color: rgba(217, 227, 235, 0.80);
 font-size: 1.4rem;
}
/* 最終行の下線を削除 */
#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 th {
 text-align: left;
 white-space: nowrap;
}
#main .cards05 .uc-compare-table .red {
 color: #b81c22;
}
/* 下50% */
#main .cards05 .uc-compare-bottom {
 margin-top: auto;
 padding: 0 10% 30%;
 text-align: right;
}
#main .cards05 .uc-compare-en {
 font-size: 8rem;
 line-height: 1;
 font-weight: lighter;
 color: rgba(255, 255, 255, 0.7);
 letter-spacing: .05em;
}
/* ===============================
   U-Car Compare Section end
=============================== */
/* ===============================
   U-Car Simple Search Section start
=============================== */
#main .cards05 .uc-search {
 background-color: #eaebee;
 padding: 8rem 6%;
 text-align: center;
 clip-path: polygon(100% 0, 100% 93%, 50% 100%, 0 93%, 0 0);
}
/* タイトル */
#main .cards05 .uc-search-ttl {
 font-size: 3rem;
 line-height: 1.4;
 font-weight: bold;
 color: #3b3b4a;
 margin-bottom: 6rem;
}
/* フォーム全体：2カラム構成 */
#main .cards05 .uc-search-form {
 max-width: 1200px;
 margin: 0 auto;
 display: grid;
 grid-template-columns: 1fr 1fr;
 column-gap: 8rem;
 row-gap: 4rem;
}
/* 各ブロック */
#main .cards05 .uc-search-row {
 display: flex;
 flex-direction: column;
 align-items: flex-start;
 gap: 1.2rem;
}
/* ラベル */
#main .cards05 .uc-search-row label {
 font-size: 1.65rem;
 color: #222;
 line-height: 1.4;
 font-weight: bold;
}
/* select 共通 */
#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 2rem 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.65rem;
 border-radius: .4rem;
 color: #333333;
 background-color: #ffffff;
}
/* 範囲指定 */
#main .cards05 .uc-search-range {
 width: 100%;
 display: grid;
 grid-template-columns: 1fr auto 1fr;
 align-items: center;
 gap: 1.2rem;
}
#main .cards05 .uc-search-range span {
 font-size: 1.4rem;
 color: #444;
}
/* 検索ボタン：全幅の下に */
#main .cards05 .uc-search-btn {
 grid-column: 1 / -1;
 margin-top: 6rem;
 text-align: center;
}
#main .cards05 .uc-search-btn button {
 background-color: #2f4d5f;
 color: #ffffff;
 border: none;
 padding: 1.5rem 4rem;
 font-size: 2rem;
 border-radius: 2px;
 cursor: pointer;
 transition: background-color .2s ease;
}
#main .cards05 .uc-search-btn button:hover {
 background-color: #243e4d;
}
/* ===============================
   U-Car Simple Search Section end
=============================== */
/* ===============================
   Purchase Flow Section start
=============================== */
#main .cards05 .uc-flow {
 width: 93%;
 margin: 0 auto;
 padding: 10rem 0;
}
#main .cards05 .uc-flow-ttl {
 text-align: center;
 font-size: 3rem;
 line-height: 1.4;
 font-weight: bold;
 margin-bottom: 6rem;
 color: #3e3b51;
}
/* ===============================
   Purchase Flow (rebuild) start
=============================== */
#main .cards05 .uc-flow-item {
 width: 100%;
 margin: 0 auto 0rem;
}
/* ===============================
   head
=============================== */
#main .cards05 .uc-flow-head {
 position: relative;
 height: 6rem;
}
/* 横長バー */
#main .cards05 .uc-flow-bar {
 position: absolute;
 inset: 0;
 background: linear-gradient(to right, #39b7d4, #6ec3da);
 border-radius: 9999px;
}
/* STEP丸（バーより大きい） */
#main .cards05 .uc-flow-step {
 font-family: 'Noto Sans JP', sans-serif;
 position: absolute;
 left: 0;
 top: 50%;
 transform: translateY(-50%);
 width: 8.5rem;
 height: 8.5rem;
 border-radius: 50%;
 background: #39b7d4;
 color: #ffffff;
 font-size: 1.2rem;
 text-align: center;
 line-height: 1.2;
 display: flex;
 flex-direction: column;
 justify-content: center;
 z-index: 3;
}
#main .cards05 .uc-flow-step span {
 color: #ffffff;
 font-size: 2.4rem;
 font-weight: no;
}
/* タイトル文字 */
#main .cards05 .uc-flow-title {

 position: absolute;
 left: 42%; /* STEP＋余白 */
 top: 50%;
 transform: translateY(-50%);
 font-size: 2.8rem;
  font-weight: 300;
 color: #ffffff;
 letter-spacing: 0.04em;
 z-index: 2;
}
/* ===============================
   image layer
=============================== */
#main .cards05 .uc-flow-images {
 position: absolute;
 width: 45%;
 left: 0rem;
 top: -2.5rem; /* バーからはみ出させる */
 z-index: 2;
 display: hidden;
}
#main .cards05 .uc-flow-images img {
 display: block;
 width: 100%;
 height: auto;
}
/* ===============================
   body
=============================== */
#main .cards05 .uc-flow-body {
 width: 100%;
 padding-top: 2.2rem;
 padding-left: 42%; /* ← タイトルと完全一致 */
 text-align: justify;
}
#main .cards05 .uc-flow-body p {
 font-size: 1.65rem;
 line-height: 1.9;
 color: #333;
 margin: 0;
}
/* ===============================
   Purchase Flow (rebuild) end
=============================== */
/* ===============================
   Purchase Flow Arrow start
=============================== */
#main .cards05 .uc-flow-arrow {
 width: 45%; /* 画像レイヤーと同じ幅 */
 margin-left: 0; /* uc-flow-images と揃える */
 padding: 6rem 0; /* 上下 4rem */
 text-align: center;
 font-size: 3rem;
 color: #c9d3d7;
 line-height: 1;
}
/* 念のためクリック等無効 */
#main .cards05 .uc-flow-arrow {
 pointer-events: none;
 user-select: none;
}
/* ===============================
   Purchase Flow Arrow end
=============================== */
/* ===============================
   Purchase Flow CTA start
=============================== */
#main .cards05 .uc-flow-cta {
 width: 90%;
 margin: auto;
 display: flex;
 justify-content: center;
 gap: 6rem;
 margin-top: 10rem;
}
/* ボタン本体 */
#main .cards05 .uc-flow-btn {
 display: inline-block;
 width: 100%;
 padding: 3rem 6rem;
 background-color: #6b93ad;
 color: #ffffff;
 border-radius: 9999px;
 font-size: 2rem;
 line-height: 1.4;
 text-align: center;
 transition:
  background-color 0.3s ease, transform 0.25s ease, box-shadow 0.25s ease;
}
/* hover */
#main .cards05 .uc-flow-btn:hover {
 background-color: #5a829a;
 transform: translateY(-0.2rem);
 box-shadow: 0 0.8rem 1.6rem rgba(0, 0, 0, 0.15);
}
/* ===============================
   Purchase Flow CTA end
=============================== */
/* ===============================
   FAQ Section start
=============================== */
#main .cards05 .uc-faq {
 width: 100%;
 margin: 0 auto;
 padding: 10rem 0;
 background-color: #f4f5f6;
}
#main .cards05 .uc-faqinner {
 width: 85%;
 margin: 0 auto;
}
#main .cards05 .uc-faq-ttl {
 text-align: center;
 font-size: 3.2rem;
 font-weight: bold;
 margin-bottom: 6rem;
 color: #3e3b51;
}
/* ===============================
   list / item
=============================== */
#main .cards05 .uc-faq-list {
 list-style: none;
 margin: 0;
 padding: 0;
}
#main .cards05 .uc-faq-item {
 border-top: 1px 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: 2.4rem;
 padding: 3.6rem 6rem 3.6rem 0;
 cursor: pointer;
}
/* Q mark */
#main .cards05 .q-mark {
 font-family: 'Noto Sans JP', sans-serif;
 font-size: 6rem;
 color: #9aa0a6;
 font-weight: 100;
 line-height: 1;
 flex-shrink: 0;
}
/* Q text */
#main .cards05 .q-text {
 font-size: 2rem;
 line-height: 1.7;
 font-weight: 300;
 color: #333333;
 margin-top: 1.2rem; /* 視覚基準調整 */
}
/* ===============================
   right icon（SVG切替）
=============================== */
#main .cards05 .faq-icon {
 position: absolute;
 right: 0;
 top: 5rem; /* Q本文1行目基準 */
 width: 3rem;
 height: 3rem;
 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.4s ease;
}
/* open */
#main .cards05 .uc-faq-toggle:checked + .uc-faq-q + .uc-faq-a {
 max-height: 60rem;
}
/* ===============================
   A inner grid（ここから grid）
=============================== */
#main .cards05 .uc-faq-a-grid {
 display: grid;
 grid-template-columns: 6rem 1fr; /* 左：A. / 右：本文 */
 column-gap: 2.4rem;
 padding: 0 0 4rem 6rem; /* ← Qより右にずらす量 */
 align-items: start;
}
/* A mark */
#main .cards05 .a-mark {
 font-size: 6rem;
 color: #5f8ca8;
 font-weight: 100;
 line-height: 1;
 font-family: 'Noto Sans JP', sans-serif;
}
/* A text */
#main .cards05 .uc-faq-a-grid p {
 width: 90%;
 font-size: 1.65rem;
 line-height: 1.7;
 color: #333333;
 margin: 1.2rem 0 0;
 text-align: justify;
}
/* A text span*/
#main .cards05 .uc-faq-a-grid p span {
 font-size: 1.4rem;
 line-height: 1.7;
}
/* ===============================
   FAQ Section end
=============================== */
/* CTA */
#main .cards05 .uc-lineup-btn {
 min-width: 400px;
 max-width: 33%;
 margin: auto;
 margin-top: 6rem;
 text-align: center;
}
#main .cards05 .btn-lineup {
 width: 100%;
 display: inline-block;
 background-color: #6b93ad;
 color: #ffffff;
 padding: 2.4rem 6rem;
 border-radius: 9999px;
 font-size: 2rem;
 line-height: 1.4;
 text-align: center;
}
/* CTA hover */
#main .cards05 .btn-lineup {
 transition:
  background-color 0.3s ease, transform 0.25s ease, box-shadow 0.25s ease;
}
#main .cards05 .btn-lineup:hover {
 background-color: #5a829a; /* 少し濃く */
 transform: translateY(-0.2rem); /* 軽く浮かせる */
 box-shadow: 0 0.8rem 1.6rem rgba(0, 0, 0, 0.15);
}
.PC {}
.SP {
 display: none;
 max-width: 0px;
}