body{
  font-family: "Montserrat", "Zen Kaku Gothic New", "Avenir", "Helvetica Neue", "Helvetica", "Arial", "Hiragino Sans", "ヒラギノ角ゴシック", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin:0px;
  padding:0px;
  font-size:16px;
  background: #ffffffe6;
}

.only-pc { display: block; }
.only-sp800px { display: none; }
.only-pc550px { display: block; }
.sp-768px { display: none; }
.sp-600px { display: none; }
.sp-500px { display: none; }
.block-550px { display: none; }
.mobile-toggle {  display: none; }


#feature {
  scroll-margin-top: 90px; 
}

#recommend {
  scroll-margin-top: 100px; 
}

.error-red {
  display: inline-flex;
  align-items: center;
  margin-top: 8px;
  padding: 4px 12px;
  color: #e60012;
  font-size: 0.85rem;
  font-weight: bold;
  background-color: #fff1f1; 
  border-left: 4px solid #e60012; 
  border-radius: 4px;
}

.error-red::before {
  content: "!";
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  background-color: #e60012;
  color: #fff;
  border-radius: 50%;
  font-size: 12px;
}
 
/* ヘッダー */
.header {
  position: fixed;
  z-index: 555;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  height: 130px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .06);
}

.header-logo .logo{
  display: flex;
  align-items: center;
}

.header-logo .logo img{
  width: 170px;
  margin-right: 10px;
  padding: 10px 20px;
}

.header-area-gnav {
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid #eee;
  height: 90px;
  display: flex;
  align-items: center;
  padding: 0;
}

.container-fluid {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 0;
}

.header-logo {
  padding-left: 30px;
}

.header-logo .nav-small {
  display: block;
  font-size: 10px;
  font-weight: bold;
  color: #333;
  margin-bottom: 2px;
}

.nav-menu {
  flex-grow: 1;
  display: flex;
  justify-content: flex-end;
  padding-right: 30px;
}

.navbar-nav {
  display: flex !important;
  flex-direction: row;
  list-style: none;
  margin: 0;
  padding: 0;
}

.navbar-nav li {
  display: flex;
  align-items: center;
}

.navbar-nav li:not(:last-child)::after {
  content: "";
  width: 1px;
  height: 25px;
  background-color: #ccc;
  margin: 0 20px;
}

.navbar-nav a {
  color: #333;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
}

.nav-small {
  font-size: 10px;
  text-transform: lowercase;
  display: block;
  text-align: center;
}

.type-toggle-box {
  background-color: #e60012;
  color: #fff;
  border: none;
  width: 120px;
  height: 90px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: background-color 0.3s;
  text-decoration: none;
  gap: 5px;
}

.type-toggle-box:hover {
  background-color: #c00010; 
  color: #fff; 
}

.type-toggle-box .toggle-icon {
  font-size: 20px; 
  margin-bottom: 5px;
  color: #fff; 
}

.type-toggle-box:hover {
  background-color: #c00010;
  color: #fff;
}

.type-toggle-box .type-label {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 2px;
}

.type-toggle-box .nav-small {
  color: #fff;
}

.nav-beginner {
  height: 25px;
}

.nav-beginner-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

.toggle-icon {
  width: 20px;
  height: 12px;
  margin: 4px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.toggle-icon span {
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
}

.has-sub {
  position: relative; 
  cursor: pointer;
}

.sub-menu {
  display: none; 
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
}

.has-sub.is-open .sub-menu {
  display: block;
}

.sub-menu-bg {
  position: fixed; 
  left: 0;
  width: 100vw;
  height: 80px;
  background-color: #F8E0DF; 
  z-index: -1;
  box-shadow: 0 5px 10px rgba(0,0,0,0.05);
}

.sub-menu-container {
  position: relative;
  width: 100%; 
}

.sub-menu-items {
  position: absolute;
  right: 0; 
  display: flex;
  gap: 15px;
  padding-top: 15px;
}

.sub-menu-item {
  background-color: #fff;
  color: #333 !important;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: bold;
  display: flex;
  align-items: center;
  white-space: nowrap;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.sub-menu-item i {
  color: #E60012;
  margin-right: 10px;
  font-size: 18px;
}

/* 追従するエマちゃん */
.fixed-ema-wrapper {
  position: fixed;
  right: 20px;
  bottom: 0;
  z-index: 100;
  transform: translateY(100%);
  transition: transform 0.5s ease-out;
}

.fixed-ema-wrapper.is-visible {
  transform: translateY(0); 
}

.fixed-ema {
  z-index: 100;
  cursor: pointer;
  transition: opacity 0.3s;
}

.fixed-ema img {
  max-width: 250px; 
  height: auto;
  display: block;
  border-radius: 8px;
  border: none;
}

.fixed-ema:hover {
  opacity: 0.9;
}

.speech-bubble {
  position: absolute;
  bottom: 120px; 
  right: 0;
  transform: translateY(-10px);
  background-color: #80C04E; 
  color: #fff; 
  padding: 10px;
  font-weight: bold;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  font-size: 0.9rem;
  line-height: 1.4;
  width: 200px; 
  text-align: center;
}

.speech-bubble::after {
  content: '';
  position: absolute;
  bottom: -10px; 
  right: 20px;  
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #80C04E transparent transparent transparent;
}

.fixed-ema:hover {
  opacity: 0.9;
}

.ema-close-btn {
  position: absolute;
  top: -40px;
  right: 0px;
  width: 25px;
  height: 25px;
  background: #00000080;
  border-radius: 50px;
  border: none;
  cursor: pointer;
  font-size: 1.2rem;
  color: #fff;
  padding: 0;
  line-height: 1;
  z-index: 200;
}

.ema-close-btn:hover {
  color: #333;
}

.ema-close-btn i {
  font-size: 0.9rem;
  margin-bottom: 4px; 
  color: #fff; 
}

/* フッター */
.footer-nav{
  padding: 31px 45px 45px;
}

.footer-wrap{
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-wrap li{
  width: calc(100% / 5 - 10px);
  margin: 10px;
  text-align: center;
}

.footer-nav .logo{
  display: flex;
  justify-content: center;
  margin: 30px auto 10px;
}

.footer-nav .logo img{
  max-width: 200px;
  width: 100%;
}

.footer-copyright{
  background-color: #464646;
  padding: 5px 10px;
  text-align: center;
  color: #fff;
  font-size: 12px;
}

.foot-unei li {
  text-align: left;
  padding: 15px 15px 0;
}

.banner-area {
  display: flex;
  justify-content: center;
}

.bnr-box {
  width: 100%;
  max-width: 300px;
}

.bnr-box img {
  width: 100%;
}

.purchase-footer-item {
  position: relative;
  list-style: none;
  text-align: center; 
}

.purchase-sub-menu {
  display: none;
  background: #fff;
  border: 1px solid #ddd;
  padding: 0; 
  margin-top: 10px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1); 
  width: max-content; 
  min-width: 250px; 
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  overflow: hidden; 
}

.purchase-sub-menu.is-active {
  display: block;
}


.purchase-sub-menu li {
  list-style: none;
  margin: 0;
  width: 100%; 
}

.purchase-sub-menu a {
  display: block; 
  width: 100%;    
  padding: 15px 20px; 
  color: #333;
  font-weight: bold;
  text-decoration: none;
  font-size: 0.95rem;
  text-align: left;
  box-sizing: border-box; 
}

.purchase-sub-menu a:hover {
  background: #f5f5f5;
  color: #e60012;
}

.purchase-sub-menu::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 8px solid transparent;
  border-bottom-color: #ddd; 
}

.purchase-sub-menu li:not(:last-child) {
  border-bottom: 1px dotted #ccc; 
}

/* メインコンテナ */
.hero {
  position: relative;
  width: 100%;
  height: 100vh; 
  overflow: hidden;
  background: #000;
}

#bg-video {
  object-fit: cover !important; 
  object-position: center center; 
  width: 100% !important;
  flex-shrink: 0;
  will-change: transform;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
}

.hero-content {
  width: 100%;
  height: 100%;
  pointer-events: none; 
}

.top-left-content {
  position: absolute; 
  top: 10%;
  left: 3%;
  z-index: 20; 
}

.main-catch {
  font-size: 10rem; 
  font-weight: 900;
  line-height: 1.1;
  color: #fff;
  text-shadow: 
    3px 3px 0 #000,
    -1px -1px 0 #000,  
    1px -1px 0 #000,
    -1px  1px 0 #000,
    1px  1px 0 #000;
}

.main-catch .catch-small {
  font-size: 5rem;
  vertical-align: 0.8rem;
}

.main-catch span.yellow {
  color: #fff000;
  font-size: 8rem; 
  margin: 0 5px;
}

.main-catch .main-catch-span {
  font-size: 3rem;
  vertical-align: 0.8rem; 
}

.sub-catch {
  font-size: 2.8rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.4;
  margin-top: -10px;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
  margin-left: 10px;
}

.luxury-reward-box {
  position: absolute;
  bottom: 8%;
  left: 3%;
  z-index: 100;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0; 
  color: #fff;
  pointer-events: none;
}

.new-announce-tag {
  background: #fff000; 
  margin-bottom: -4px;
  color: #000;         
  padding: 14px 30px;
  font-weight: 900;
  display: inline-flex;
  border-radius: 50px; 
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 3;
  margin-left: 0;   
}

.tag-big {
  font-size: 2rem;
  font-weight: bold;
}

.speech-bubble-tail {
  position: absolute;
  bottom: -11px;
  right: 100px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 15px solid #fff000;
}

.new-sub-catch-row {
  background: #e60012;
  width: 100%;
  margin-bottom: 18px;
  padding: 20px 40px;
  border-radius: 80px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  z-index: 2;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.new-sub-side {
  font-size: 3rem;
  font-weight: 900;
  color: #fff;
  white-space: nowrap;
  line-height: 1.3;
}

.reward-flex-box {
  margin-top: 0;
  z-index: 1;
}

.reward-main-catch {
  line-height: 1;
  display: block;
}

.reward-main-catch img {
  width: 100%;
  max-width: 580px; 
  height: auto;
  filter: drop-shadow(4px 4px 10px rgba(0,0,0,0.4));
  vertical-align: bottom;
}

.reward-main-catch-text {
  font-size: 4rem;
  font-weight: 900;
  line-height: 1.1;
  color: #e60012;
  margin-left: -25px;
  text-shadow: 3px 3px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

.shinsa-banner { 
  position: absolute;
  bottom: 5%;
  right: 3%;
  width: 500px; 
  background: #fff;
  border-radius: 15px;
  padding: 20px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.3);
  z-index: 100;
  text-align: center;
  color: #333;
}

.shinsa-top-text { 
  font-size: 1.4rem; 
  margin-bottom: 5px; 
}

.shinsa-mid-text .red-bold { 
  color: #E60012;
  font-size: 1.85rem; 
  font-weight: 900; 
}
.shinsa-main-text { 
  font-size: 1.4rem; 
  font-weight: 700; 
  margin-bottom: 15px; 
}

.shinsa-options {
  display: flex;
  border-top: 1px solid #eee;
  /* padding-top: 15px; 車両詳細の時は表示*/
}

.sub-text {
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  white-space: nowrap; 
}

.shinsa-item {
  flex: 1;
  padding: 0 10px;
}

.shinsa-item:first-child {
  border-right: 1px solid #eee; 
}

.item-name { 
  font-size: 1.15rem; 
  font-weight: 700; 
  margin-bottom: 10px; 
}

.car-img-placeholder img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.price-text { 
  font-size: 1.1rem; 
}

.price-text .price {
  font-size: 1.3rem; 
  font-weight: 900; 
}

.price-text .price-small {
  font-size: 0.8rem;
}

.shinsa-btn {
  display: block;
  background: #2b0c06; 
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 700;
  padding: 8px 5px;
  margin-top: 10px;
  position: relative;
  transition: background 0.3s;
  cursor: pointer;
  pointer-events: auto !important;
  border: none;
}

.shinsa-btn::after {
  content: "\3009";
  position: absolute;
  bottom: 8px;
  right: 10px;
  font-size: 0.9rem;
  transition: right 0.3s ease;
}

.shinsa-btn:hover {
  background: #4a1a11;
}

/* 特選車バージョン */
.shinsa-item-single {
  width: 100%;
  padding-top: 10px;
}

.shinsa-item-single .car-img-placeholder {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;

}

.shinsa-item-single .shinsa-btn {
  font-size: 1.2rem;
  padding: 15px 10px;
  background: #E60012; 
}

.shinsa-item-single .shinsa-btn::after {
  bottom: 16px; 
}

.shinsa-item-single .shinsa-btn:hover {
  background: #b3000e; 
  color: #fff !important; 
  opacity: 1; 
  box-shadow: 0 4px 15px rgba(230, 0, 18, 0.4); 
}

.shinsa-item-single .shinsa-btn:hover::after {
  right: 12px; 
}

/* ------------------------------------ */

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-container, .swiper-wrapper {
  z-index: 1;
}

.swiper-slide {
  max-width: 1280px;
  width: 100%;
  height: 360px;
  border-radius: 10px;
  overflow: hidden;
  flex-shrink: 0;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);

  pointer-events: auto !important; /* 重なっていてもクリックを無視させない */
  position: relative;
  z-index: 1; /* 基本の重なり順 */
}

.hero-controls {
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 12px;
  width: 20%;
  margin: 10px auto 0;
  position: relative;
  z-index: 20;
}

.swiper-slide-active {
  z-index: 10 !important;
}


これまでの試行錯誤を踏まえ、現在のCSSを「右端と真ん中以外も確実にクリックできる」状態に整理・統合しました。

不要な重複（z-index の書き合いなど）を削り、**「重なっている透明な壁（スライドの余白）を無視して、下のボタンを触らせる」**設定に絞り込んでいます。

修正後の統合CSS
今あるCSSをすべて消して、これに置き換えてください。

CSS
/* Swiper全体の基本設定 */
.swiper {
  width: 100%;
  height: 100%;
}

/* スライドの枠組み：隣を邪魔しないように pointer-events を調整 */
.swiper-slide {
  max-width: 1280px;
  width: 100%;
  height: 360px;
  border-radius: 10px;
  overflow: hidden;
  flex-shrink: 0;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  position: relative;
  
  /* 【重要】枠自体の判定を消し、隣のスライドを透過させる */
  pointer-events: none !important; 
  z-index: 1;
}

/* 画像の設定 */
.swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  pointer-events: none;
}

.swiper-slide-active {
  z-index: 100 ;
  pointer-events: auto; 
}

.recommend-wrap .btn-ch {
  display: block;
  position: relative;
  z-index: 9999;
  pointer-events: auto; 
  margin: 0 auto;
}

.recommend-wrap .detail,
.recommend-wrap .picture {
  pointer-events: auto !important;
}

.swiper-slide-shadow-left, 
.swiper-slide-shadow-right, 
.swiper-slide-shadow-coverflow {
  display: none !important;
}

.hero-controls {
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 12px;
  width: 20%;
  margin: 10px auto 0;
  position: relative;
  z-index: 20;
}



.hero-prev,
.hero-next {
  width: 32px; 
  height: 32px;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 16px;
  user-select: none;
  position: relative;
  z-index: 20;
}

.hero-prev::after,
.hero-next::after {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
}

/* サブメインビジュアル */
.subhero {
  width: 100%;
  height: 150px;
  margin: 90px auto 0;
  position: relative;
  background: #F8E0DF;
}

.subhero h2 {
  font-size: 26px;
  font-weight: bold;
  padding: 50px 20px;
}

.subhero h2 i {
  padding-right: 10px;
  color: #E60012;
}

.subhero .nav-beginner {
  width: 100% ;
  max-width: 40px ;
  margin: 0;
}

/* 共通 */
.inner{
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 10px;
}

.btn-ch{
  width: 200px;
  padding: 10px 15px;
}

.btn-ch p{
  display: block;
  background-color: #80C04E;
  color: #fff;
  text-align: center;
  padding: 10px;
  border-radius: 50px;
  box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.2);
}

.sec{
  padding-top: 70px;
}

.sec h3{
  font-size: 2rem;
  text-align: center;
  padding: 15px 10px;
  font-weight: bold;
  letter-spacing: 0.10em;
}

.sec h3 i{
  padding-right: 3px;
  color: #fff;
}

.sec h4{
  padding: 15px 10px;
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
}

.srccate{
  border-bottom: solid 1px #ededed;
  padding-bottom: 30px;
}

.srccate:last-child{
  border-bottom: unset;
}

.ttl{
  display: block;
  width: 34px;
  height: 4px;
  margin-top: 10px;
  border-radius: 2px;
  background-color: #E60012;
  margin: 0 auto;
}

.btn-sh p{
  background-color: #E60012 !important;
}

.btn-wrap{
  max-width: 500px;
  margin: 20px auto;
}

.btn-wrap a p{
  background-color: #fff !important;
  padding: 17px 15px;
  border: solid 1px #E60012;
  color: #E60012;
  font-weight: bold;
  transition: all .3s;
}

.btn-wrap a:hover p {
  background-color: #E60012 !important; 
  color: #fff !important;             
}

.banner-box {
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
}

.banner-box .inner a {
  display: inline-block; 
  transition: all 0.3s ease; 
}

.banner-box .inner a:hover {
  transform: translateY(-8px); 
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.banner-box img {
  width: 100%;
}

/* search */
.search h3{
  background-color: #E60012;
  color: #ffffff;
  border-radius: 5px;
  margin-bottom: 20px;
  position: relative;
}

.search h4{
  font-size: 16px;
  text-align: left;
}

.search h3::after{
  content: '';
  position: absolute;
  border: 10px solid transparent;
  border-top-color: #E60012;
  bottom: -19px;
  left: 50%;
  transform: translateX(-50%);
}

.search-box{
  width: 100%;
  margin: 0 auto;
  padding: 31px 45px 45px;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0px 8px 16.5px rgba(0, 0, 0, .101961);
  overflow: hidden;
}

.form-freeword {
  display: flex;
  align-items: baseline;
}

.form-input-box {
  width: 100%;
}

.srcbox{
  padding: 40px 10px;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}

#sbox {
  box-shadow: 0 0 0 #00000000;
  border: 1px solid #ccc;
  width: 100%;
  outline: revert;
  height: 40px;
  padding: 0 10px;
  border-radius: 5px;
  background: #fff;
}

#submit-form {
  margin-left: 15px;
  position: relative;
  background: linear-gradient(to bottom, #DE7840, #DA5937);
  cursor: pointer;
  padding: 10px;
  width: 20%;
  border-radius: 5px;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  border: none;
  box-shadow: 0px 3px 0px #9e1414;
  transition: .4s;
}

#submit-form:hover {
  transform: translateY(2px);
  box-shadow: 0px 1px 0px #9e1414;
}

.srccate-wrap{
  display: flex;
  align-items: center;
  justify-content: center;
}

.srccate-wrap .srccate-item{
  width: calc(100% / 8 - 15px);
  text-align: center;
  margin: 5px;
}

.srccate-wrap .srccate-box{
  display: block;
  background: linear-gradient(to bottom, #f6f6f6, #e7e7e7);
  border: solid 0.5px #333;
  border-radius: 10px;
  padding: 10px;
  transition: all .3s ease;
}

.srccate-wrap .srccate-box:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
  border-color: #000;
}

.srccate-wrap .srccate-box img{
  max-width: 60px;
  width: 100%;
  margin: 0 auto 10px;
}

.srccate-wrap .srccate-box p{
  font-size: 12px;
}

.drivetrain-wrap, .lease-wrap{
  justify-content: flex-start;
  margin-left: 20px;
}

.drivetrain-wrap .drivetrain-item, .lease-wrap .lease-item{
  max-width: 200px;
  width: 100%;
}

.drivetrain-wrap .drivetrain-box, .lease-wrap .lease-box{
  background: unset;
  border-radius: 50px;
  padding: 15px;
}

.drivetrain-wrap .drivetrain-box p, .lease-wrap .lease-box p{
  font-size: 16px;
}

/* recommend */
.recommend h3{
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.recommend h3 img{
  width: 60px;
  margin-bottom: 15px;
}

.recommend {
  background-image: url(../img/recommend-bk.png);
  background-position: center;
  background-size: cover;
  padding-bottom: 100px;
}
.recommend-box{
  overflow: hidden;
}

.recommend-wrap{
  margin-top: 30px;
}

.recommend-wrap .swiper-slide {
  width: 100%;
  max-width: 320px; 
  height: 330px;    
  border-radius: 10px;
  overflow: hidden;
  flex-shrink: 0;
  background-color: #fff;
  box-shadow: 0px 8px 16.5px rgba(0, 0, 0, .101961);
}

.recommend-wrap .picture {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.recommend-wrap .picture img {
  max-width: 250px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  margin: 10px auto;
}

.recommend-wrap .detail {
  padding: 15px;
  text-align: center;
  font-weight: 600;
}

.recommend-wrap .detail h4 {
  margin: 0;
  padding-left: 0;
  padding-right: 0;
}

.recommend-wrap .detail h4 strong{
  font-size: 18px;
  font-weight: bold;
}

.recommend-maker-name{
  padding-right: 10px;
}

.recommend-wrap .detail dl {
  display: flex;
  justify-content: center;
  align-items: center;
}

.recommend-wrap .detail dl .lowest-price {
  font-size: 26px;
  font-weight: bold;
  padding: 0 5px;
  color: #E60012;
}

.recommend-wrap .detail dd {
  display: flex;
  align-items: inherit;
}

.swiper-3d .swiper-slide-shadow, 
.swiper-3d .swiper-slide-shadow-bottom, 
.swiper-3d .swiper-slide-shadow-left, 
.swiper-3d .swiper-slide-shadow-right, 
.swiper-3d .swiper-slide-shadow-top{
  position: unset !important; 
}

/* feature */
.feature{
  background: linear-gradient(to bottom, #FEFDF0, #FCF4CB);
  padding-bottom: 70px;
}

.feature-container {
  margin: 0 auto;
  padding: 60px 0;
  display: flex;
  gap: 20px;
  align-items: flex-start; 
  flex-direction: column;
}

.feature-group {
  background-color: #fff;
  border: 2px solid #ccc;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 40px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.blue-theme { 
  border-color: #4780f2;
  margin-top: 60px; 
}
.blue-theme .group-label { background-color: #4780f2; }
.blue-theme .item-title { color: #4780f2; }

.orange-theme { border-color: #ff6633; }
.orange-theme .group-label { background-color: #ff6633; }
.orange-theme .item-title { color: #ff6633; }

.red-theme { border-color: #eb4637; }
.red-theme .group-label { background-color: #eb4637; }
.red-theme .item-title { color: #eb4637; }

.group-label {
  color: #fff;
  text-align: center;
  font-size: 24px;
  margin: 0;
  padding: 10px 0;
  font-weight: bold;
}

.group-sub-txt {
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 60px 0 10px;
  margin: 0;
  line-height: 1.4;
}

.group-sub-txt span {
  font-size: 14px;
  font-weight: normal;
  color: #666;
}

.feature-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  position: relative;
}

.feature-grid::after {
  content: "";
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: 50%;
  border-left: 2px dotted #ccc;
}

.feature-item {
  padding: 30px;
  display: flex;
  flex-direction: column;
}

.item-title {
  font-size: 1.3rem;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.4;
  font-weight: bold;
}

.ftr-img {
  width: 100%;
  height: 100px; 
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.safe-img-sec {
  height: 137px !important;
}

.cregit-img {
  height: 80px !important;
  margin-top: 20px;
}

.ftr-img img {
  max-height: 100%;
  width: auto;
}

.ftr-txt, .ftr-txt-center {
  font-size: 1rem;
  line-height: 1.6;
  margin: 0;
  padding: 25px 25px 0;
}

.soudancar-btn {
  transition: transform 0.3s ease;
}

.banner-hiroba {
  width: 100%;
  max-width: 250px;
  margin: 0 auto;
  transition: transform 0.3s ease;
}

.banner-hiroba:hover,
.soudancar-btn:hover {
  transform: translateY(-5px); 
  filter: drop-shadow(0 10px 15px rgba(0,0,0,0.1));
}

.banner-hiroba img {
  display: block;
  width: 100%;
  height: auto;
}

.ftr-txt-center { text-align: center; }

.ftr-txt span, .ftr-txt-center span {
  font-size: 13px;
  display: block;
  margin-top: 8px;
  color: #666;
}

.ftr-txt {
  padding: 25px 25px 0;
}

.feature-single-item {
  display: flex;
  justify-content: center; 
  padding: 20px 0;
}

.feature-single-item .feature-item {
  width: 100%;
  max-width: 800px; 
}

.eight-features-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 50px;
  }
  .eight-features-grid .feature-card {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
  display: flex;
  flex-direction: column;
  }
  .eight-features-grid .feature-header {
  padding: 15px;
  color: #fff;
  display: flex;
  align-items: center;
  }
  .eight-features-grid .feature-number {
  font-size: 2rem;
  font-weight: bold;
  margin-right: 15px;
  border-right: 2px solid rgba(255,255,255,0.3);
  padding-right: 15px;
  }
  .eight-features-grid .feature-title {
  font-size: 1.2rem;
  font-weight: bold;
  }
  .eight-features-grid .feature-body {
  padding: 20px;
  flex-grow: 1;
  }
  .eight-features-grid .feature-first {
  display: flex;
  justify-content: center;
  align-items: center;
  }
  .eight-features-grid .feature-body p {
  margin: 0;
  line-height: 1.6;
  }
  .eight-features-grid .bg-red { background-color: #e53935; }
  .eight-features-grid .bg-teal { background-color: #4db6ac; }
  .eight-features-grid .bg-orange { background-color: #fb8c00; }
  .eight-features-grid .bg-yellow { background-color: #fbc02d; }
  .eight-features-grid .bg-blue-dark { background-color: #1e88e5; }
  .eight-features-grid .bg-purple { background-color: #ab47bc; }
  .eight-features-grid .bg-green { background-color: #66bb6a; }
  .eight-features-grid .bg-blue-light { background-color: #4fc3f7; }
  .eight-features-grid .col-green { color: #93c50e; }
  .eight-features-grid .col-blue { color: #275daa; }
  .eight-features-grid .col-orange { color: #ec612b; }
  .eight-features-grid .col-purple {
  color: #ab47bc;
  margin-left: 10px;
  }
  .eight-features-grid .left-zero {
  margin-left: 0;
  }
  .eight-features-grid .maintenance-icons {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4px;
  text-align: center;
  font-size: 1.1rem;
  margin-top: 10px;
  }
  .eight-features-grid .maintenance-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  }
  .eight-features-grid .maintenance-wrap img {
  width: 35px;
  }
  .eight-features-grid .price-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  }
  .eight-features-grid .price-tag {
  color: #d32f2f;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  margin: 10px 0;
  line-height: 1.1;
  }
  .eight-features-grid .price-tag span {
  font-size: 3rem;
  display: inline-block;
  margin: 0 5px;
  }
  .eight-features-grid .default-img {
  max-width: 160px;
  }
  .eight-features-grid .default-img img {
  width: 100%;
  }
  .eight-features-grid .img-center {
  margin: 0 auto;
  }
  .eight-features-grid .fix-img {
  max-width: 200px;
  }
  .eight-features-grid .fix-img img {
  width: 100%;
  }
  .eight-features-grid .card-img {
  margin-top: 10px;
  max-width: 260px;
  }
  .eight-features-grid .attention {
  font-size: .8rem;
  padding-top: 10px;
  }
  .eight-features-grid .get-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  }
  .eight-features-grid .get-wrap .default-img {
  max-width: 80px;
  }
  .eight-features-grid .get-wrap .attention {
  padding-top: 0;
  }
  @media (max-width: 768px) {
  .eight-features-grid {
  margin-top: 30px;
  }
  .eight-features-grid {
  grid-template-columns: 1fr;
  }
  .eight-features-grid .feature-header {
  padding: 15px 10px;
  }
  .eight-features-grid .feature-title {
  font-size: 1.1rem;
  }
  .eight-features-grid .price-tag {
  font-size: 1.2rem;
  }
  .eight-features-grid .price-tag span {
  font-size: 2rem;
  }
  .eight-features-grid .maintenance-icons {
  font-size: 1rem;
  }
  .eight-features-grid .card-img {
  max-width: 230px;
  }
  .eight-features-grid .get-wrap {
  align-items: baseline;
  flex-direction: column;
  margin-top: 10px;
  }
  .eight-features-grid .get-wrap .default-img {
  max-width: 70px;
  }
  .eight-features-grid .left-10 {
  margin-left: 10px;
  }
  }

/* plan */
.plan-box .plan-wrap{
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}

.plan-box .plan-wrap li{
  width: 100%;
  margin: 0 auto;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0px 8px 16.5px rgba(0, 0, 0, .101961);
  margin: 10px;
  position: relative;
}

.plan h4{
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #93c50e;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  color: #fff;
  padding-top: 40px;
}

.plan h4 img{
  width: 40px;
  margin-right: 5px;
}

.plan h4 span{
  padding: 2px 10px;
  color: #fff;
  border: solid 1px #fff;
  border-radius: 3px;
  font-size: 14px;
  margin-left: 20px;
}

.pln-txt{
  padding: 31px 45px 45px;
  line-height: 1.4;
}

.pln-clarity{
  position: absolute;
  font-weight: bold;
  font-size: 1.2vw;
  left: 50%;
  transform: translateX(-50%);
  background: #ffffff;
  border-radius: 60px;
  color: #93c50e;
  border: 2px solid;
  padding: 0.25em 1em;
  width: 80%;
  white-space: nowrap;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -1.5em;
}

.pln-clarity::after{
  content: '';
  position: absolute;
  border: 10px solid transparent;
  border-top-color: #FFF;
  bottom: -17px;
  left: 50%;
  transform: translateX(-50%);
}

.clarity-9 h4{
  background-color: #275daa;
}

.clarity-9 .pln-clarity{
  color: #275daa;
}

.clarity-7 h4{
  background-color: #ec612b;
}

.clarity-7 .pln-clarity{
  color: #ec612b;
}

.clarity-5 h4{
  background-color: #1d2732;
}

.clarity-5 .pln-clarity{
  color: #1d2732;
}

.appraisal-cta-wrapper {
  padding: 40px 20px;
  text-align: center;
}

.banner-satei {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  overflow: hidden; 
}

.banner-satei a {
  display: block;
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-decoration: none;
}

.banner-satei img {
  width: 100%;
  display: block;
  transition: filter 0.3s ease;
}

.banner-satei a:hover {
  transform: translateY(-5px) scale(1.02);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.banner-satei a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.4) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: skewX(-25deg);
  z-index: 1;
}

.banner-satei a:hover::before {
  left: 150%;
  transition: left 0.6s ease;
}

.banner-satei a:hover img {
  filter: brightness(1.05);
}

.btn-appraisal-highlight {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 450px;
  padding: 20px 40px;
  background: linear-gradient(135deg, #e60012 0%, #b3000e 100%); /* 深みのあるグラデ */
  color: #fff !important;
  text-decoration: none !important;
  border-radius: 50px; 
  box-shadow: 0 8px 0 #8a000b, 0 15px 30px rgba(230, 0, 18, 0.4); /* 立体的な厚みと影 */
  transition: all 0.3s ease;
  overflow: hidden; 
  font-family: sans-serif;
}

.btn-appraisal-highlight .btn-sub-text {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-bottom: 4px;
  opacity: 0.9;
}

.btn-appraisal-highlight .btn-main-text {
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.btn-appraisal-highlight .btn-icon-arrow::after {
  content: "▶";
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  transition: transform 0.3s ease;
}

.btn-appraisal-highlight::before {
  content: "";
  position: absolute;
  top: -100%;
  left: -100%;
  width: 50%;
  height: 300%;
  background: rgba(255, 255, 255, 0.3);
  transform: rotate(45deg);
  transition: all 0s;
  pointer-events: none;
}

.btn-appraisal-highlight:hover::before {
  left: 150%;
  transition: all 0.6s ease;
}

.btn-appraisal-highlight:hover {
  transform: translateY(3px); 
  box-shadow: 0 4px 0 #8a000b, 0 10px 20px rgba(230, 0, 18, 0.4);
  background: linear-gradient(135deg, #f20013 0%, #cc0010 100%); 
}

.btn-appraisal-highlight:hover .btn-icon-arrow::after {
  transform: translateY(-50%) translateX(5px); 
}

/* maintenance */
.mainte-lead {
  text-align: center;
  font-weight: bold;
  line-height: 1.8;
  margin-bottom: 40px;
  font-size: 1.2rem;
  color: #333;
}

.mainte-recom-box {
  background-color: #fff;
  border: 1px solid #eee;
  padding: 60px 40px;
  border-radius: 4px;
}

.mainte-recom-ttl {
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 60px;
  color: #333;
}

.mainte-recom-list {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  gap: 20px;
}

.mainte-recom-item {
  flex: 1;
  text-align: center;
}

.mainte-recom-img {
  width: 100%;
  max-width: 160px;
  height: 160px;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f3f4f5;
  padding: 40px;
  border-radius: 50%;
}

.mainte-recom-img img {
  width: 100%;
  height: auto;
}

.mainte-recom-txt {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.6;
  color: #333;
}

.mainte-plan-wrap {
  margin-top: 60px;
}

.mainte-plan-ttl {
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 60px;
}

.mainte-table {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  border-collapse: collapse;
  border: 1px solid #333;
}

.mainte-table th, .mainte-table td {
  border: 1px solid #333;
  padding: 12px;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
}

.mainte-table tbody th {
  background-color: #f2f2f2;
  width: 40%;
  font-size: 1rem;
}

.mainte-table thead th.is-premium {
  background-color: #e6ce62;
  color: #fff;
  width: 30%;
}

.mainte-table thead th.is-basic {
  background-color: #a6a6a6; 
  color: #fff;
  width: 30%;
}

.mainte-circle {
  display: inline-block;
  width: 24px;
  height: 24px;
  border: 3px solid #00a0e9;
  border-radius: 50%;
}

.mainte-cross {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.mainte-cross::before, .mainte-cross::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #888;
}

.mainte-cross::before { transform: rotate(45deg); }
.mainte-cross::after { transform: rotate(-45deg); }

.mainte-note {
  max-width: 800px;
  margin: 20px auto 0;
  font-size: 12px;
  line-height: 1.6;
  color: #666;
}

.mainte-plan-img {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.mainte-plan-img img {
  width: 100%;
}

.benefits {
  background-image: url(../img/benefits-bk.png);
  background-position: center;
  background-size: cover;
  padding-bottom: 100px;
}

.benefits-box h3 {
  position: relative;
  z-index: 2; 
  font-size: 2rem;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0;
}

.benefits-box h3 img {
  width: 90px;
  margin-bottom: 15px;
}

.campaign-wrap {
  display: flex;
  gap: 30px;
  list-style: none;
  padding: 0;
  margin: 0 0 60px 0;
}

.mainte-flow-lead {
  text-align: center;
  margin-bottom: 60px;
  font-size: 1.1rem;
  color: #666;
}

.mainte-flow-container {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  align-items: flex-start;
}

.mainte-flow-step {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.mainte-flow-head {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  min-height: 80px; 
}

.mainte-flow-num {
  background-color: #e60012;
  color: #fff;
  font-weight: bold;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  flex-shrink: 0;
  font-size: 1.8rem;
}

.mainte-flow-txt {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.4;
  color: #333;
  margin: 0;
}

.mainte-flow-txt span {
  font-size: 14px;
  font-weight: normal;
  display: block;
  margin-top: 4px;
}

.mainte-flow-img {
  width: 100%;
  max-width: 200px;
  text-align: center;
  margin: 0 auto;
}

.mainte-flow-img img {
  width: 100%;
}

.jp-img {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

.jp-img img {
  width: 100%;
}

/* sub-benefit */
.sub-benefit-inner {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
  padding: 10px;
}

.sub-benefit-main-title h2 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: left; 
}

.sub-benefit-banner {
  width: 100%;
  max-width: 600px;
}

.sub-benefit-banner img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 25px;
}

.sub-benefit-lead {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 25px;
}

.sub-benefit-info {
  font-size: 0.85rem;
  line-height: 1.7;
}

.sub-benefit-info-title {
  font-weight: bold;
  margin-bottom: 8px;
  font-size: 1rem;
}

.sub-benefit-info-list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 1.;
}

.sub-benefit-info-list li {
  margin-bottom: 5px;
  padding-left: 1.2em;
  text-indent: -1.2em; 
}

/* campaign */
.campaign-title-area {
  position: relative;
  width: 100%;
  height: 150px; 
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}

.title-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-image: url('../img/benefits-ttl.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 1;
}

.campaign-box h3 {
  position: relative;
  z-index: 2; 
  font-size: 2rem;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0;
}

.campaign-box h3 img {
  width: 60px;
  margin-bottom: 15px;
}

.campaign-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  list-style: none;
  padding: 0;
  margin: 50px 0 0 0;
}

.campaign-wrap li {
  flex: 1;
  max-width: 600px;
}

.campaign-wrap li a {
  text-decoration: none;
  color: #333;
  display: block;
  transition: transform 0.3s;
}

.campaign-wrap li a:hover {
  transform: translateY(-5px);
}

.campaign-wrap figure {
  position: relative;
  margin: 0 0 20px 0;
  background-color: #e60012; 
  line-height: 0; 
  overflow: visible; 
}

.bg-red {
  display: none;
}

.campaign-wrap figure img {
  position: relative;
  width: 100%;
  height: auto; 
  z-index: 2;
  transition: transform 0.6s ease-out;
}

.campaign-wrap li a:hover figure img {
  transform: translate(-12px, -12px);
}

.txtwrap {
  position: relative;
  padding: 15px 25px 20px; 
  line-height: 1.4;
}

.txtwrap aside {
  position: absolute;
  bottom: 20px; 
  right: 25px;
  transition: transform 0.3s ease; 
}

.txtwrap aside p {
  color: #e60012;
  font-size: 12px;
  font-weight: bold;
  margin: 0;
}

.campaign-wrap li a:hover aside {
  transform: translateX(5px); 
}

/* purchase */
.purchase-intro {
  text-align: center;
  margin-bottom: 50px;
}

.purchase-intro-text {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.8;
}

.purchase-flex-img {
  width: 100%;
  max-width: 1200px;
  display: flex;
  justify-content: space-around;
  gap: 15px;
  align-items: flex-end;
  margin: 10px auto;
}

.purchase-item {
  flex: 1;
  text-align: center;
}

.purchase-label-img {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 15px;
  height: 2.4em; 
  display: flex;
  align-items: center;
  justify-content: center;
}

.purchase-img-box {
  margin-bottom: 20px;
  height: 100px; 
  display: flex;
  align-items: center;
  justify-content: center;
}

.purchase-img-box img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.purchase-btn {
  display: inline-block;
  background-color: #e60012;
  color: #fff;
  padding: 10px 0;
  width: 100%;
  max-width: 120px;
  border-radius: 4px;
  font-size: 1rem;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.2s;
}

.purchase-btn:hover {
  background-color: #e60012;
}

.purchase-file-input {
  display: none;
}

.purchase-area {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  margin-top: 60px;
}

.purchase-group { 
  margin-bottom: 25px; 
}

.purchase-label { 
  font-weight: bold; 
  font-size: 1rem; 
  margin-bottom: 8px; 
  display: flex; 
  justify-content: flex-start;
  align-items: center; 
  gap: 8px; 
}

.purchase-badge { 
  background: #e60012; 
  color: #fff;
  font-size: 0.9rem; 
  padding: 2px 6px; 
  border-radius: 3px; 
}

.purchase-input, .purchase-text {
  width: 100%; 
  padding: 10px; 
  border: 1px solid #ccc; 
  border-radius: 5px; 
  font-size: 1rem; 
  box-sizing: border-box;
}

.purchase-text { 
  height: 100px; 
  resize: vertical; 
}

.purchase-note { 
  font-size: 0.8rem; 
  color: #666; 
  margin-top: 6px; 
  line-height: 1.5; 
}

.purchase-flex { 
  display: flex; 
  align-items: center; 
  gap: 10px; 
}

.purchase-radio-row { 
  display: flex; 
  align-items: center; 
  gap: 15px; 
  flex-wrap: wrap; 
}

.purchase-sub-btn {
  background: #6c757d; 
  color: #fff; 
  padding: 3px 8px; 
  text-decoration: none; 
  border-radius: 3px; 
  font-size: 0.9rem;
}

.purchase-sub-btn:hover {
  background-color: #5a6268;
  color: #fff;
}

.purchase-bottom { 
  text-align: center; 
  margin-top: 40px; 
}

.p-agree-wrap {
  text-align: center;
  margin: 40px 0;
  padding: 20px;
}

.p-agree-title {
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.p-agree-label {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  gap: 15px;
}

.p-agree-label input[type="checkbox"] {
  width: 30px;
  height: 30px;
  cursor: pointer;
  margin: 0;
}

.p-agree-text {
  font-size: 1rem;
  color: #333;
}

.p-link {
  color: #000;
  text-decoration: underline;
  font-weight: bold;
}

.purchase-btn-submit {
  background: #e60012;
  color: #fff;
  border: none;
  padding: 10px 140px;
  font-size: 1.2rem;
  font-weight: bold;
  cursor: pointer;
}

.purchase-btn-submit:hover { 
  opacity: 0.8; 
}

.purchase-input, 
.purchase-text {
  -webkit-appearance: none; 
  -moz-appearance: none;
  appearance: none;
  background-color: #fff !important; 
  opacity: 1; 
}

input[type="month"],
input[type="text"],
input[type="number"],
textarea {
  background-image: none !important;
}

.p-btn-rule {
  display: inline-block;
  background-color: #6c757d;
  color: #fff !important;
  padding: 5px 30px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 0.8rem;
  font-weight: bold;
  transition: background 0.2s;
}

.p-btn-rule:hover {
  background-color: #5a6268;
}

.mo-rule-title {
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  font-size: 16px;
}

.mo-rule-content {
  font-size: 14px;
  line-height: 1.8;
  text-align: left;
  color: #333;
}

.mo-rule-content p {
  margin-bottom: 15px;
}

/* 買取査定 */
.p-mdl-ovl {
  display: none;
  position: fixed; 
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%;
  background: rgba(0,0,0,0.8); 
  z-index: 10000; 
  justify-content: center; 
  align-items: center;
}

.p-mdl-ovl.open { 
  display: flex; 
}

.p-mdl-ct { 
  background: #fff; 
  width: 95%; 
  max-width: 600px; 
  max-height: 85vh; 
  border-radius: 8px; 
  overflow: hidden; 
  display: flex; 
  flex-direction: column; 
}

.p-mdl-hd { 
  padding: 12px 15px; 
  border-bottom: 1px solid #eee; 
  display: flex; 
  justify-content: space-between;
  align-items: center; 
  background: #f9f9f9; 
  font-weight: bold; 
}

.p-mdl-cls { 
  background: none; 
  border: none; 
  font-size: 24px; 
  cursor: pointer; 
  color: #666; 
}

.p-mdl-body { 
  padding: 20px; 
  overflow-y: auto; 
}

.p-mdl-body img { 
  width: 100%; 
  height: auto; 
  margin-bottom: 10px; 
  display: block; 
  border: 1px solid #ddd; 
}

.mo-ovl {
  display: none; 
  position: fixed; 
  top: 0; left: 0; 
  width: 100%; 
  height: 100%;
  background: rgba(0,0,0,0.8); 
  z-index: 10000; 
  justify-content: center; 
  align-items: center;
}

.mo-ovl.open { 
  display: flex; 
}

.mo-ct { 
  background: #fff; 
  width: 95%; 
  max-width: 600px; 
  max-height: 85vh; 
  border-radius: 8px; 
  overflow: hidden; 
  display: flex; 
  flex-direction: column; 
}

.mo-hd { 
  padding: 12px 15px; 
  border-bottom: 1px solid #eee; 
  display: flex; 
  justify-content: space-between; 
  align-items: center; 
  background: #f9f9f9; 
  font-weight: bold; 
}

.mo-cls { 
  background: none; 
  border: none; 
  font-size: 24px; 
  cursor: pointer; 
  color: #666; 
}

.mo-body { 
  padding: 20px; 
  overflow-y: auto; 
}

.mo-txt { 
  font-size: 14px; 
  line-height: 1.6; 
  text-align: left; 
  margin-bottom: 20px; 
  color: #333; 
}

.mo-img-center { 
  width: 100%; 
  max-width: 450px; 
  height: auto; 
  margin: 0 auto 20px; 
  display: block; 
}

.purchase-cfm,
.purchase-tks {
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px;
}

.pcs-cfm-ttl {
  color: #e60012;
  font-size: 1.4em !important;
  border-bottom: 1px solid #ddd;
  margin-bottom: 0;
}

.pcs-cfm-img-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 20px 0;
}

.pcs-cfm-img-item {
  width: calc(20% - 8px);
  text-align: center;
}

.pcs-cfm-img-item p {
  font-size: 14px;
  margin-bottom: 5px;
  font-weight: bold;
}

.pcs-cfm-img-item img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  border: 1px solid #eee;
}

.pcs-cfm-list {
  margin-bottom: 40px;
}

.pcs-cfm-row {
  display: flex;
  border-bottom: 1px solid #eee;
  padding: 15px 5px;
  margin: 0;
}

.pcs-cfm-row dt {
  width: 250px;
  font-weight: bold;
  font-size: 15px;
}

.pcs-cfm-row dt .pcs-cfm-mark {
  color: #e60012;
  margin-left: 3px;
}

.pcs-cfm-row dd {
  flex: 1;
  font-weight: bold;
  font-size: 1rem;
  margin: 0;
}

.pcs-cfm-note {
  color: #e60012;
  text-align: center;
  font-weight: bold;
  font-size: 1rem;
  margin-top: 90px;
  margin-bottom: 20px;
}

.pcs-cfm-btns {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.pcs-cfm-btns button {
  width: 240px;
  padding: 15px;
  border: none;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
  transition: 0.3s;
}

.pcs-btn-back, 
.pcs-btn-submit {
  background-color: #e60012;
}

.pcs-cfm-btns button:hover {
  opacity: 0.8;
}


/* ft-search */
.ft-search{
  background-color: #fafafa;
  padding-bottom: 70px;
  margin-top: 100px;
}

.ft-search-box h3{
  font-size: 20px;
}

.ft-search-box h4{
  font-size: 18px;
  text-align: left;
  padding-left: 0;
  color: #d95546;
}

.ft-search-box{
  width: 100%;
  margin: 0 auto;
  padding: 31px 45px 45px;
  background-color: #fff;
  overflow: hidden;
}

.ft-search-box > div:first-of-type{
  border-bottom: 1px dashed #d95546;
  padding: 20px 0;
  margin-bottom: 10px;
}

.ft-search-box .ft-search-wrap{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.ft-search-box .ft-search-wrap li{
  display: flex;
  align-items: center;
}

.ft-search-box .ft-search-wrap li a{
  padding: 10px 20px;
}


/* lineup */
.btn-wrap .btn-lup p{
  background: linear-gradient(to bottom, #DE7840, #DA5937);
  color: #fff;
  padding: 25px 10px;
  font-size: 25px;

  box-shadow: 0px 5px 0px #9e3d14; 
  transition: all .2s ease;
  cursor: pointer;
}

.btn-wrap .btn-lup:hover p {
  transform: translateY(4px);
  box-shadow: 0px 1px 0px #9e3d14;
}

.btn-wrap .btn-lup p i{
  padding-right: 3px;
}

.btn-wrap .btn-lup p .car-count{
  padding-left: 20px;
  font-weight: bold;
}

.btn-wrap .btn-lup p .car-count span{
  font-size: 16px;
  padding-left: 2px;
  font-weight: bold;
}

.lineup{
  background: #eaeaea;
  margin-top: 80px;
  margin-bottom: 80px;
  margin-top: 80px;
}

.lineup-box .lineup-wrap{
  display: flex;
}

.lineup-box .lineup-wrap li{
  background-color: #fff;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 1em;
  position: relative;
  /* width: calc(100% / 5 - 10px); */
}

.lineup-box .lineup-wrap li .picture img{
  max-width: 200px;
  width: 100%;
  margin: 20px auto;
}

.lineup-box .lineup-wrap li .detail dl{
  display: flex;
  justify-content: center;
}

.search-result-lineup {
  display: inline-block; 
  margin-bottom: 30px;
  padding: 10px 0;
  border-bottom: 4px solid #E60012; 
}

.count-text {
  font-size: 1.1rem;
  font-weight: bold;
  color: #666;
  margin-right: 10px;
  letter-spacing: 0.1em;
}

.count-number {
  font-size: 2.6rem; 
  font-weight: 900;
  color: #333;
  line-height: 1;
}

.count-unit {
  font-size: 1.1rem;
  font-weight: bold;
  color: #333;
  margin-left: 5px;
}


/* 車両一覧 */
.lineup-wrap {
  list-style: none; 
  padding: 0;
  padding-bottom: 70px;
  margin: 0;
  display: flex; 
  flex-wrap: wrap; 
  gap: 20px; 
}

.lineup-wrap li {
  width: calc((100% - 20px * 4) / 5);
  min-width: 200px;
}

.car-card {
  display: block;
  text-decoration: none; 
  color: inherit;
  width: 100%; 
  overflow: hidden;
  position: relative; 
  display: flex;
  flex-direction: column;
}

.lineup-wrap li {
  transform: translateY(0);
  transition: all 0.3s ease;
}

.lineup-wrap li:hover {
  transform: none; 
}

.picture {
  overflow: hidden; 
}

.picture img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease; 
}

.lineup-wrap li:hover .picture img {
  transform: scale(1.1); 
}

.lineup-detail {
  padding: 15px;
  display: flex;
  flex-direction: column; 
  gap: 40px; 
  flex-grow: 1; 
  border-top: dashed 1px #EBEBEB;
}

.maker-type-name {
  margin: 0;
  font-size: 1.1em;
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.maker-name,
.type-name {
  font-weight: bold;
}

.lineup-price-box {
  padding-bottom: 10px;
  display: flex;
  gap: 2px;
}

.monthly-price {
  font-size: 1.7em;
  font-weight: bold;
}

.listup-small {
  font-size: 1em !important;
}

.listup-small-flex {
  display: flex;
  flex-direction: column;
}

.small-small {
  font-size: 0.8em;
}

.corner-triangle {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 60px 60px; 
  border-color: transparent transparent #ec4a3d transparent; 
  display: flex; 
  justify-content: center; 
  align-items: center; 
}

.corner-triangle::after {
 content: '';
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  display: block;
  margin-left: -2px;
  position: absolute;
  bottom: -47px;
  right: 14px;
}

/* 車両詳細 */
.ld-info-section {
  display: flex;
  justify-content: space-between; 
  align-items: center; 
  border-radius: 8px;
  padding: 30px;
}

.ld-maker-badge {
  position: relative;
  padding: 0.5em 0.2em 0.3em 0.2em;
  border-left: 15px solid #ec4a3d;
  border-bottom: 1px solid #ccc;
  margin-bottom: 2em;
}

.ld-maker-badge p {
  font-size: 22px;
  font-weight: bold;
  text-align: left;
}

.ld-maker-name {
  display: block;
  font-size: 0.8em;
}

.ld-model-name {
  display: block;
}

.ld-media-box {
  width: 50%;
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  background-color: #fff;
  padding: 20px;
  gap: 20px;
}

.ld-media-box img {
  width: 100%;
  max-width: 380px;
  height: auto;
  display: block;
  margin: 0 auto;
}

.ld-image-caption {
  font-size: 0.7em;
  margin-top: 5px;
}

.ld-specs-box {
  width: 50%;
  padding-left: 30px;
}

.ld-price-row {
  margin-bottom: 30px;
}

.ld-spec-label {
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 5px;
  margin-top: 10px;
}

.ld-spec-value-group {
  display: flex;
  align-items: flex-end;
}

.ld-spec-column-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.ld-main-price {
  font-size: 3em; 
  font-weight: 900;
  line-height: 1.4;
  margin-right: 10px;
}

.ld-sub-text {
  font-size: 1.1em;
  margin-bottom: 10px;
}

.ld-sateiojump {
  display: inline-block;
  background-color: #F0624D;
  color: #ffffff !important;
  padding: 10px 30px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: bold;
  font-size: 15px;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.ld-sateiojump:hover {
  background-color: #ffffff;
  color: #F0624D !important;
  border-color: #F0624D;
  box-shadow: 0 4px 12px rgba(240, 98, 77, 0.2);
}

.ld-detail-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr); 
  gap: 20px;
  margin-bottom: 20px;
}

.ld-detail-item {
  padding-left: 10px;
  border-left: 3px solid #ccc;
}

.ld-detail-item .ld-spec-value {
  display: block;
  font-size: 1.1em;
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 10px;
}

/* ---------------------------------------------------- */

.option-form-container { 
  width: 100%;
  padding: 30px; 
}

.form-group label { 
  display: block; 
  font-size: 1.1em; 
  font-weight: bold; 
  margin-bottom: 5px; 
}

.form-group {
  display: flex; 
  align-items: center;
  margin-bottom: 20px;
}

.form-group .form-label {
  width: 200px; 
  flex-shrink: 0; 
  margin-bottom: 0; 
  font-weight: bold;
}

.input-wrap {
  flex-grow: 1; 
}

.bodycolor-wrap {
  display: flex; 
  align-items: center;
  gap: 10px;
}

.color-display-box {
  width: 70px; 
  height: 50px;
  border: 1px solid #ccc;
  border-radius: 5px;
  flex-shrink: 0; 
  background-color: #add8e6; 
}

.bodycolor-wrap .select-dropdown {
  flex-grow: 1; 
}

.recommend-options-section { 
  margin-top: 30px; 
  margin-bottom: 30px;
  border: 1px solid #ccc; 
  border-radius: 5px; 
  overflow: hidden; 
}

.recommend-options-section .section-title { 
  background: linear-gradient(to right, #ec4a3d, #ff7e5f); 
  color: #fff; 
  margin: 0; 
  padding: 20px; 
  font-size: 1.1em; 
}

.option-row { 
  display: flex; 
  gap: 20px; 
  padding: 30px 20px;
}

.option-group { 
  flex: 1;   
}

.select-dropdown, .text-info-disabled { 
  width: 100%; 
  padding: 20px 15px; 
  border: 1px solid #eee; 
  border-radius: 5px; 
  background-color: #eee; 

  -webkit-appearance: none; 
  -moz-appearance: none;    
  appearance: none;        

  background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23ec4a3d%22%20d%3D%22M287%2069.4L146.2%20205.9%205.4%2069.4h281.2z%22%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  background-position: right 10px center; 
  background-size: 0.6em auto; 
  padding-right: 30px; 
}

.text-info-disabled { 
  background-color: #eee; 
  color: #888; 
  cursor: not-allowed; 
}

.radio-group { 
  flex: 1; 
}

.radio-buttons-maintenance { 
  display: flex; 
  gap: 10px; 
}

.radio-buttons input[type="radio"],
.radio-buttons-maintenance input[type="radio"] { 
  display: none; 
}

.radio-btn-label { 
  padding: 8px 20px; 
  border: 1px solid #ccc; 
  border-radius: 5px; 
  cursor: pointer; 
  transition: all 0.2s;
}

.radio-buttons input[type="radio"]:checked + .radio-btn-label,
.radio-buttons-maintenance input[type="radio"]:checked + .radio-btn-label { 
  background-color: #ec4a3d; 
  color: #fff; 
  border-color: #ec4a3d; 
}

.small-text-info { 
  font-size: 0.75em; 
  color: #ec4a3d; 
  margin-top: 5px; 
}

.toggle-action-section { 
  max-width: 900px; 
  margin: 20px auto 40px; 
  text-align: center; 
}

.radio-option-section { 
  display: grid;
  grid-template-columns: repeat(3, 1fr); 
  gap: 15px; 
  padding: 20px; 
  border-bottom: 1px solid #eee; 
}

.radio-buttons {
  display: contents;
}

.custom-checkbox {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.option-box {
  padding-bottom: 30px;
}

.option-label {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%; 
  padding: 7px 20px; 
  border-radius: 5px;
  background-color: #eee; 
  border: 1px solid #eee;
  cursor: pointer;
  box-sizing: border-box;
  transition: all 0.2s ease;
}

.option-label::before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  border: 2px solid #ccc; 
  border-radius: 3px;
  margin-right: 15px;
  background-color: #fff;
  flex-shrink: 0;
  transition: all 0.2s ease;
}

.custom-checkbox:checked + .option-label { 
  background-color: #fff; 
  border-color: #ec4a3d; 
  color: #ec4a3d; 
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); 
}

.custom-checkbox:checked + .option-label::before {
  background-color: #ec4a3d; 
  border-color: #ec4a3d;
  content: '✓'; 
  color: #fff;
  font-size: 14px;
  line-height: 1; 
  text-align: center;
}

.maintenance-section {
  font-weight: bold;
  font-size: 1.1em;
  display: flex;
  align-items: center;
  gap: .5rem;
  margin: 0 0 12px;
}

.radio-buttons-maintenance{
  display: grid;
  /* grid-template-columns: repeat(3, 1fr);  */
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px;
}

.radio-buttons-maintenance input[type="radio"]{
  position: absolute;
  opacity: 0;
  inset: 0;
  width: 0; 
  height: 0;
}

.radio-btn-label{
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 18px 20px;
  border-radius: 5px;
  border: 1px solid #eee;
  background: #eee;
  font-weight: 700;
  cursor: pointer;
  position: relative;
  min-height: 64px;
  transition: border-color .2s, box-shadow .2s, background .2s;
}

#maint_no:checked + label,
#maint_yes:checked + label{
  background: #fff;
  border-color: #ec4a3d;
  box-shadow: 0 4px 18px rgba(0,0,0,.12);
  color: #000;
}
#maint_no:checked + label::before,
#maint_yes:checked + label::before{
  border-color: #ec4a3d;
  background: radial-gradient(circle at center, #ec4a3d 0 6px, #fff 7px 100%);
}

.maintenance-section{
  padding: 40px 20px;
  position: relative;
}

.recommend-options-section .option-group .select-dropdown {
  display: none;
}

#show-plans-btn:disabled {
  background-color: #ccc;
  border-color: #ccc;
  cursor: not-allowed;  
  box-shadow: 0 4px #888;  
  opacity: 0.6;
}

.mobi-maintenance-jump {
  text-align: center;
  margin-top: 24px;
  padding-bottom: 10px;
}

.mobi-btn-plan-link {
  display: inline-block;
  background-color: #F0624D; 
  color: #ffffff !important; 
  padding: 14px 48px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 15px;
  transition: all 0.3s ease;
  border: 2px solid transparent;
  line-height: 1.4;
}

.mobi-btn-plan-link:hover {
  background-color: #ffffff;
  color: #F0624D !important;
  border-color: #F0624D;
  box-shadow: 0 4px 12px rgba(240, 98, 77, 0.2);
}

.mobi-icon-arrow {
  margin-left: 8px;
  font-size: 1.1em;
  vertical-align: middle;
}


/* --- モーダル部分 --- */
.picker-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 15px 18px;
  margin-top: 5px;
  background: #eee;
  border: 1px solid #eee;
  border-radius: 5px;
  cursor: pointer;
  font-weight: 600;
  transition: all 0.2s ease;
}

.picker-btn:hover {
  border-color: #ec4a3d;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.picker-btn .current { 
  color: #000; 
}

.picker-btn .caret { 
  color: #ec4a3d; 
  font-weight: bold; 
}

.modal-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.45);
  display: none;
  z-index: 1000;
}

.modal__panel {
  width: min(1000px, 95%);
  max-height: 80vh;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.3);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.modal__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 14px 18px;
  border-bottom: 1px solid #eee;
  font-weight: 700;
}

.modal__body {
  padding: 16px 18px;
  overflow: auto;
}

.modal__foot {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  padding: 12px 18px;
  border-top: 1px solid #eee;
  background: #fafafa;
}

.btn {
  appearance: none;
  border: 1px solid #ccc;
  background: #fff;
  padding: 10px 16px;
  border-radius: 5px;
  cursor: pointer;
  transition: all .15s ease;
}

.btn:hover {
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.btn--primary {
  background: linear-gradient(to right, #ec4a3d, #ff7e5f);
  border-color: #ec4a3d;
  color: #fff;
  font-weight: bold;
}

.btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.choice {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 12px;
  border: 1px solid #eee;
  border-radius: 6px;
  background: #fff;
  margin-bottom: 10px;
  transition: border-color .2s ease;
}

.choice:hover {
  border-color: #ec4a3d;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.choice input[type="radio"] {
  margin-top: 3px;
  transform: scale(1.15);
  accent-color: #ec4a3d;
}

.choice__main { 
  flex: 1; 
}

.choice__title {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  font-weight: 700;
}

.choice__meta {
  margin-top: 6px;
  font-size: 0.9em;
  color: #777;
}

.price {
  font-weight: 800;
  color: #ec4a3d;
}

.selected-price-box {
  margin-top:15px;
  padding:10px;
  background:#fafafa;
  border:1px solid #ddd;
  border-radius:6px;
}

@keyframes fadeInModal {
  from { opacity: 0; transform: translateY(-10px); }
  to { opacity: 1; transform: translateY(0); }
}
.modal[style*="display: flex"] .modal__panel {
  animation: fadeInModal 0.25s ease;
}

.btn-box {
  display: flex;
  justify-content: center;
}
.orange-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 40px;
  background-color: #ff6633; 
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  box-shadow: 0 4px #e05c2d;
  transition: background-color 0.3s;
}

.orange-btn svg {
  width: 100%;
  max-width: 30px;
}

.orange-btn:hover {
  background-color: #e05c2d;
}

.sec.result-container {
  padding: 30px 0;
  background-color: #fafafa;
}

.result-title {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  margin: 60px 0;
}

.plans-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  width: 100%;
  margin: 0 auto;
  padding: 20px 0;
}

.plan-card {
  border: 1px solid #ddd;
  border-radius: 8px;
  padding-bottom: 15px;
  background-color: #fff;
  text-align: center;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
}

.plan-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.15); 
}

.plan-card:has(.btn-select.selected) {
  background-color: #fff5f0; 
  border: 2px solid #ec4a3d;
}

.popular-tag {
  position: absolute;
  top: -28px;
  left: 0;
  background-color: #ff6b7a;
  box-shadow: 0 4px 14px rgba(255, 70, 90, .28);
  color: #fff;
  padding: 10px 20px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: bold;
}

.plan-header {
  color: #fff;
  font-size: 20px;
  padding: 20px 0;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.plan-header img {
  width: 100%;
  max-width: 40px;
}

.plan-header p {
  font-weight: bold;
  margin-left: 5px;
}

.plan-header.eleven { background-color: #94c50e; } 
.plan-header.nine   { background-color: #275daa; } 
.plan-header.seven  { background-color: #ec612b; } 
.plan-header.five   { background-color: #1d2732; }

.plan-price-box {
  margin: 10px 0;
  padding: 20px 15px;
}

.plan-catch-ttl {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  margin: 10px auto 20px;
}

.pink {
  color: #ff6b7a;
  font-weight: bold;
}


.plan-contract {
  font-size: 15px;
  color: #888;
  margin-bottom: 15px;
}

.price-monthly {
  font-size: 16px;
  font-weight: bold;
  margin: 20px 0;
}

.price-monthly span {
  font-size: 25px;
  font-weight: bold;
  color: #ff6633;
  margin-right: 5px;
}

.price-details {
  font-size: 15px;
  color: #555;
  margin: 10px 0;
}

.btn-select {
  display: inline-block;
  padding: 8px 24px;
  border-radius: 50px; 
  border: 2px solid #ec4a3d;
  background-color: #fff;
  color: #ec4a3d;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease; 
  margin-top: 10px;
  outline: none;
}

.btn-select:hover {
  background-color: #fff5f0;
}

.btn-select.selected {
  background-color: #ec4a3d; 
  color: #fff; 
  box-shadow: 0 4px 12px rgba(255, 102, 51, 0.4); 
}

.maint-error {
  color: #ec4a3d; 
  font-size: 15px; 
  font-weight: bold; 
  margin: 10px auto 0 auto;
  text-align: center;
}

.apply-buttons {
  text-align: center;
  margin-top: 40px;
  padding-bottom: 40px;
}

.apply-btn {
  width: 350px;
  padding: 18px 30px;
  font-size: 18px;
  font-weight: bold;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  margin: 5px 10px;
  transition: opacity 0.3s;
}

.apply-btn.orange {
  background-color: #ff6633;
  color: #fff;
  box-shadow: 0 4px #e05c2d;
}

.apply-btn.blue {
  background-color: #4a90e2;
  color: #fff;
  box-shadow: 0 4px #3a75b8;
}

.apply-btn:hover {
  opacity: 0.9;
}

.price-options-container {
 display: block; 
  opacity: 1;
  padding: 40px 20px 20px; 
  border-radius: 8px;
  background-color: #fafafa;
  border: 1px solid #eee;
  position: relative;
  transition: none;
}

.price-options-info {
  font-size: 15px;
  margin-bottom: 15px;
  text-align: center;
}

#price-options {
  display: block !important;    
  opacity: 1 !important;        
  height: auto !important;      
  visibility: visible !important; 
  transition: none !important;   
}

.price-radio-group {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.price-radio-group input[type="radio"] {
  display: none;
}

.price-option-label {
  flex-grow: 1;
  text-align: center;
  padding: 15px 10px;
  border: 1px solid #ec4a3d;
  border-radius: 30px;
  cursor: pointer;
  background-color: white;
  transition: all 0.2s;
}

.price-radio-group input[type="radio"]:checked + .price-option-label {
  border-color: #ff4500; 
  background-color: #fff0e6;
  font-weight: bold;
}

.arrow-up {
  position: absolute;
  top: -10px; 
  left: 15%;
  transform: translateX(-50%) rotate(45deg);
  width: 80px;
  height: 80px;
  background-color: #fafafa; 
  border-top: 1px solid #fafafa;
  border-left: 1px solid #fafafa;
  z-index: -1; 
  display: none; 
  opacity: 0;
  transition: opacity 0.5s ease;
}

.price-options-container.is-open .arrow-up {
  display: block; 
  opacity: 1;
}

.maintenance-plan-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0;
  list-style: none;
}

.plan-card-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
  background-color: white;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  cursor: pointer;
  transition: border-color 0.2s;
  position: relative;
}

.plan-card-item:has(input[type="radio"]:checked) {
  border: 1px solid #E60012;
  background-color: #fffafb;
}

.plan-card-item input[type="radio"]:checked + .plan-info {
  padding-left: 10px;
}

.plan-card-item input[type="radio"] {
  display: none;
}

.plan-card-item input[type="radio"]:checked + .plan-info {
  border-left: 6px solid #E60012; 
  padding-left: 10px;
}

.plan-card-item input[type="radio"]:checked ~ .plan-price {
  color: #E60012; 
}

.plan-info {
  flex-grow: 1;
  padding-right: 15px;
  transition: padding 0.2s, border-left 0.2s;
}

.plan-title {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 5px 0;
}

.plan-description {
  font-size: 16px;
  margin: 5px 0 0;
}

.plan-price {
  white-space: nowrap;
  font-weight: bold;
  font-size: 18px;
  text-align: right;
  line-height: 1;
}

.plan-price .unit {
  font-size: 1px;
  font-weight: normal;
}

.plan-dot {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin-right: 8px;
  margin-bottom: 5px;
}
.plan-dot.blue { background-color: #e6ce62; }
.plan-dot.orange { background-color: #a6a6a6; }
/* .plan-dot.gray { background-color: #999; } */

.popular-tag-one {
  position: absolute;
  top: -20px;
  left: 0;
  padding: 4px 8px;
  font-size: 16px;
  font-weight: bold;
  color: white;
  background-color: #dc3545;
  border-radius: 0 5px 5px 0;
}

.plan-card-item.zero .plan-info {
  display: flex;
  align-items: center;
}

.plan-card-item.zero .plan-description {
  display: none;
}


/* よくある質問*/
.faq-wrap {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex; 
  flex-wrap: wrap; 
  gap: 15px; 
}

.faq-item {
  padding: 0;
  flex-basis: calc(33.333% - 10px); 
  box-sizing: border-box;
}

.faq-item:nth-child(3n + 1) {}

.faq-button {
  width: 100%; 
  display: block; 
  padding: 25px 10px;
  text-align: center;
  text-decoration: none; 
  font-weight: bold;
  font-size: 16px; 
  background-color: #ffc94d; 
  border-radius: 6px;
  box-shadow: 0 3px 0 #cc9900; 
  transition: background-color 0.2s, transform 0.2s;
}

.faq-button:hover {
  background-color: #ffbd00; 
  transform: translateY(-1px); 
  box-shadow: 0 4px 0 #cc9900;
}

/* ----------------------- */
.faq-section-container {    
  margin: 40px auto;
  background-color: #fff;
  padding: 0; 
}

.faq-category-header {
  background-color: #f0f0f0;
  margin: 0;
  margin-bottom: 30px;
}

.faq-question-area {
  display: flex;
  align-items: center;
  padding: 30px 40px; 
  cursor: pointer; 
  transition: background-color 0.2s;
  border-bottom: 1px solid #ddd; 
}

.faq-question-area:hover {
  background-color: #fafafa;
}

.faq-accordion-item.is-open .faq-question-area {
  border-bottom: 1px solid #ddd;
}

.faq-accordion-item:first-child .faq-question-area {
  border-top: none;
}

.faq-q {
  color: #E60012; 
  font-weight: bold;
  font-size: 16px;
  margin: 0 15px 0 0;
  flex-shrink: 0;
}

.faq-q-text {
  flex-grow: 1; 
  font-size: 16px;
  line-height: 1.2;
}

.faq-toggle-icon {
  margin-left: 15px;
  font-size: 16px;
  color: #888;
  flex-shrink: 0;
  width: 20px; 
  text-align: right;
}

.faq-answer-area {
  display: flex;
  padding: 0 40px;
  max-height: 0;
  padding-top: 0; 
  padding-bottom: 0; 
  overflow: hidden;
  transition: max-height 0.4s ease-in-out, 
              padding-top 0.4s ease-in-out, 
              padding-bottom 0.4s ease-in-out;
}

.faq-accordion-item.is-open .faq-answer-area {
  max-height: 1000px; 
  padding-top: 20px; 
  padding-bottom: 20px; 
}

.faq-a {
  color: #008000; 
  font-weight: bold;
  font-size: 16px;
  margin: 0 15px 0 0;
  flex-shrink: 0;
}

.faq-a-content {
  flex-grow: 1;
  font-size: 16px;
  color: #555;
  line-height: 1.6;
}

.faq-a-content a {
  color: #E60012; 
  font-weight: bold;
  text-decoration: underline;
  transition: color 0.3s;
}

.faq-a-content a:hover {
  color: #ff6600; 
  text-decoration: none;
}

.faq-a-content img {
  width: 100%;
  max-width: 300px;
}

.faq-sub-title {
  font-weight: bold;
  margin: 5px 0 5px 0;
}

.faq-a-content ol, .faq-a-content p {
  margin: 5px 0;
  padding: 0;
}

.faq-a-content ol {
  margin-left: 20px;
}

.table-container {
  width: 100%;
}

.lease-plan-table {
  width: 100%;
  border-collapse: collapse;
}

.lease-plan-table th {
  background-color: #e60012; 
  color: #fff;
  padding: 15px 10px;
  border: 1px solid #ccc;
  font-weight: normal;
}

.lease-plan-table td {
  padding: 15px 10px;
  border: 1px solid #ccc;
  text-align: center;
  background-color: #fff;
  vertical-align: middle;
}

.lease-plan-table td.row-label {
  background-color: #F8E0DF; 
  text-align: left;
  width: 25%;
  vertical-align: middle;
  text-align: center;
}

.lease-plan-table tr:last-child td:not(.row-label) {
  text-align: center;
  vertical-align: middle;
}

.color-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); 
  gap: 15px; 
}

.color-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 15px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s ease;
  position: relative; 
  overflow: hidden; 
  height: 60px; 
}

.color-item input[type="radio"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.color-item input[type="radio"]:checked + .color-swatch {
  box-shadow: 0 0 0 2px #e60012; 
}

.color-item input[type="radio"]:checked {
  background-color: #fce4b3; 
  border-color: #fdd835; 
  color: #333; 
}

.color-item:hover {
  border-color: #e60012;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.color-item input[type="radio"]:checked ~ .color-name,
.color-item input[type="radio"]:checked ~ .color-price {
    color: #333;
}
.color-item input[type="radio"]:checked {}

.color-item.is-selected { 
  background-color: #fef8eb; 
  border-color: #fcd56c; 
}

.color-swatch {
  width: 28px; 
  height: 28px;
  border-radius: 50%;
  border: 1px solid rgba(0,0,0,0.1); 
  flex-shrink: 0; 
}

.color-swatch.white { background-color: #fff; }
.color-swatch.skyblue { background-color: #a7d3ed; } 
.color-swatch.blackmica { background-color: #212121; } 
.color-swatch.plum { background-color: #5a2e2a; } 
.color-swatch.brightsilver { background-color: #cccccc; } 
.color-swatch.firered { background-color: #cb2c30; } 
.color-swatch.shiningwhitepearl { 
  background: linear-gradient(to bottom right, #fff, #f0f0f0); 
  border-color: #ccc;
}

.color-name {
  flex-grow: 1; 
  font-weight: 600;
  color: #333; 
  white-space: nowrap; 
  overflow: hidden; 
  text-overflow: ellipsis; 
}

.color-price {
  font-weight: 800;
  color: #ec4a3d;
  flex-shrink: 0; 
  min-width: 60px; 
  text-align: right;
}

.color-item.is-selected .color-name,
.color-item.is-selected .color-price {
  color: #000; 
}

.color-item input[type="radio"]:checked + .color-swatch + .color-name {}


/* モーダル・グレード */
.selection-container {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  max-width: 600px;
  margin: 20px auto;
}

hr {
  border: 0;
  border-top: 1px solid #eee;
  margin: 15px 0;
}

.lease-term {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  font-weight: bold;
}

.period-control {
  display: flex;
  align-items: center;
  border: 1px solid #ccc;
  border-radius: 5px;
  overflow: hidden;
}

.control-btn {
  background: #f9f9f9;
  border: none;
  font-size: 1.5em;
  padding: 5px 15px;
  cursor: pointer;
  height: 40px;
  width: 50px;
  box-sizing: border-box;
  font-weight: 300;
  color: #333;
}

.control-btn[data-action="increment"] {
  border-left: 1px solid #ccc;
}

.control-btn[data-action="decrement"] {
  border-right: 1px solid #ccc;
}

#lease-period {
  text-align: center;
  width: 45px;
  border: none;
  font-size: 1em;
  font-weight: bold;
  pointer-events: none;
  padding-left: 10px;
}

.period-control .unit {
  padding-right: 10px;
  font-weight: normal;
}

.drive-type label {
  font-weight: bold;
}

.drive-options {
  display: flex;
  margin-top: 5px;
}

.radio-option {
  flex-grow: 1;
  text-align: center;
  padding: 15px;
  border: 1px solid #ccc;
  cursor: pointer;
  background: #f9f9f9;
  font-weight: 600;
  transition: all 0.2s;
}

.radio-option:first-child {
  border-radius: 5px 0 0 5px;
}

.radio-option:last-child {
  border-radius: 0 5px 5px 0;
  border-left: none;
}

.radio-option input {
  display: none;
}

.radio-option.selected {
  color: #fff;
  background: linear-gradient(to right, #ec4a3d, #ff7e5f);
  border-color: #ec4a3d;
  font-weight: bold;
}

.grade-selection {
  margin-top: 10px;
}

.grade-selection > label {
  font-weight: bold;
}

.grade-note {
  font-size: 0.9em;
  color: #666;
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
}

.monthly-fee-info {
  text-decoration: underline;
  cursor: pointer;
}

.grade-item {
  display: block;
  margin-bottom: 15px;
  border: 1px solid #eee;
  border-radius: 5px;
  padding: 15px;
  cursor: pointer;
  position: relative;
  transition: all 0.2s;
}

.grade-item:hover {
  border-color: #ec4a3d;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.grade-item input {
  position: absolute;
  opacity: 0;
}

.grade-item.recommended {
  border-color: #ffc457;
  padding-top: 30px;
}

.tag-recommend {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #e60000;
  color: #fff;
  font-size: 0.7em;
  padding: 2px 8px;
  border-radius: 5px 0 5px 0;
  font-weight: bold;
}

.grade-item.selected {
  border-color: #ffc457;
  background-color: #fff8e8;
}

.grade-details {
  padding-left: 30px;
}

.grade-item::before {
  content: '';
  position: absolute;
  left: 15px;
  top: 18px;
  width: 18px;
  height: 18px;
  border: 2px solid #ccc;
  border-radius: 50%;
  box-sizing: border-box;
  background-color: #fff;
}

.grade-item.recommended::before {
  top: 35px;
}

.grade-item input[type="radio"]:checked + .grade-details::before {
  content: '';
  position: absolute;
  left: 15px;
  top: 18px;
  width: 18px;
  height: 18px;
  background-color: #ec4a3d;
  border: 2px solid #ec4a3d;
  border-radius: 50%;
}

.grade-item.recommended input[type="radio"]:checked + .grade-details::before {
  top: 35px;
}

.grade-item input[type="radio"]:checked + .grade-details::after {
  content: '';
  position: absolute;
  left: 20px;
  top: 23px;
  width: 8px;
  height: 8px;
  background: white;
  border-radius: 50%;
}

.grade-item.recommended input[type="radio"]:checked + .grade-details::after {
  top: 40px;
}

.grade-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
}

.grade-name {
  font-weight: bold;
}

.grade-price {
  font-size: 1.3em;
  font-weight: bold;
}

.engine-type {
  font-size: 0.9em;
  color: #666;
  margin-top: 5px;
}

.standard-equipment {
  margin-top: 10px;
  font-size: 0.85em;
  line-height: 1.8;
}

.equipment-label {
  font-weight: bold;
  margin-right: 10px;
  display: inline-block;
}

.equip-tag {
  display: inline-block;
  padding: 4px 8px;
  border-radius: 3px;
  margin-right: 5px;
  margin-bottom: 5px;
  border: 1px solid transparent;
  white-space: nowrap;
}

.equip-tag.selected {
  background-color: #ffe6e6; 
  color: #e60000; 
  border-color: #ffcccc;
  font-weight: 600;
}

.equip-tag.unselected {
  background-color: #f0f0f0;
  color: #888;
  border-color: #f0f0f0;
}

.plan-total {
  margin-top: 20px;
  padding-top: 15px;
  border-top: 1px solid #eee;
}

.total-display {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 15px 0;
  font-size: 1.1em;
}

.total-display .price-monthly {
  color: #e60000;
  font-size: 1.3em;
}

.modal {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  z-index: 1001;
  font-family: sans-serif;
}

.choice.current-selection {
  background-color: #ffe6e6;
  border-color: #ec4a3d;
}

.total-choice {
  padding: 15px 18px;
  display: block;
  margin-bottom: 10px;
}

.total-choice:hover {
  border-color: #ec4a3d;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.choice-margin {
  margin-top: 10px;
}

.total-header {
  display: flex;
  align-items: center;
  padding: 8px 18px;
  background: #eee; 
  border-bottom: 1px solid #ddd;
  font-size: 0.95em;
  font-weight: 700;
  color: #333;
  margin-top: 5px;
}

.total-choice.is-selected .total-header {
  background-color: #fce4b3;
}

.total-number {
  background: #999;
  color: #fff;
  padding: 2px 6px;
  border-radius: 4px;
  margin-right: 10px;
  font-size: 0.85em;
  font-weight: 600;
}

.total-detail {
  display: flex;
  gap: 15px;
  padding: 15px 18px;
}

.total-image {
  flex-shrink: 0;
  width: 150px; 
  text-align: center;
}

.total-img {
  max-width: 100%;
  height: auto;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.total-link {
  display: block;
  margin-top: 5px;
  font-size: 0.85em;
  color: #ec4a3d;
  text-decoration: none;
  font-weight: 600;
}

.total-link:hover {
  text-decoration: underline;
}

.total-link i {
  margin-left: 3px;
}

.total-specs__title {
  font-weight: 600;
  color: #555;
  margin: 0 0 5px;
  padding-left: 10px;
}

.total-specs {
  flex-grow: 1;
}

.total-specs ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.total-specs li {
  font-size: 0.95em;
  color: #333;
  line-height: 1.5;
  padding-left: 10px;
  position: relative;
}

.total-specs li::before {
  content: '・'; 
  color: #ec4a3d; 
  font-weight: bold;
  position: absolute;
  left: -5px;
}

/* お問合せ */
.contact-wrap {
  max-width: 1000px;
  margin: 0 auto;
  padding: 30px 15px;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}

.contact-h2 {
  font-size: 1.5em;
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
  padding-left: 10px;
  border-left: 13px solid #E60012;
}

.contact-h3 {
  font-size: 1.3em;
  font-weight: bold;
  color: #333;
  margin-bottom: 15px;
  padding-left: 15px;
  border-bottom: 2px solid #eee;
}
                
.text-right { 
  text-align: right;
}

.text-center { 
  text-align: center; 
}

.margin-bottom-s {
  margin-bottom: 15px; 
}

.margin-bottom-m { 
  margin-bottom: 20px; 
}

.margin-top-s { 
  margin-top: 10px; 
}

.margin-top-m { 
  margin-top: 20px; 
}

.margin-top-l { 
  margin-top: 40px; 
}

.padding-left-none { 
  padding-left: 0 !important; 
}

.border-red { 
  border-left-color: #E60012 !important; 
}

.border-dashed { 
  border: 0; 
  border-top: 1px dashed #ddd; 
  margin: 40px 0; 
}

.color-corporate { 
  color: #008080; 
}

.color-base { 
  color: #E60012; 
}

.btn-base {
  background-color: #E60012;
  color: #fff;
  padding: 15px 20px;
  text-align: center;
  display: block;
  border-radius: 5px;
  font-size: 1.1em;
  font-weight: bold;
  transition: background-color 0.3s;
  text-decoration: none;             
}
                
.btn-base:hover {
  background-color: #E60012;
  color: #fff;
}
                
.btn-blue-mod {
  background-color: #008080;
}
                
.btn-blue-mod:hover {
  background-color: #006666;
  color: #fff;
}

.contact-nav-link a {
  color: #E60012;
  text-decoration: underline;
  font-size: 0.9em;
}
                
                
.link-text a {
  color: #E60012; 
  text-decoration: underline;
  font-size: 0.9em;
}

.contact-p-wrap {
  display: flex;
  gap: 20px;
  margin-bottom: 40px;
}
                
.contact-p-card {
  flex: 1;
  border: 1px solid #ddd;
  border-radius: 6px;
  overflow: hidden;
  background-color: #fff;
}
                
.contact-p-header {
  background-color: #008080; 
  color: #fff;
  padding: 20px 15px;
  font-weight: bold;
  font-size: 1.3em;
  text-align: center;
}
                
.contact-p-header i { 
  margin-right: 8px; 
}
                
.contact-p-body {
  padding: 20px 15px;
  text-align: center;
}
                
.contact-p-body h4 {
  font-size: 1.2em;
  margin: 0 0 15px 0;
  font-weight: bold;
}

.contact-tel-box {
  background-color: #F8E0DF; 
  padding: 15px;
  border-radius: 4px;
  margin-top: 20px;
  height: 370px;
}

.contact-margin-top {
  margin-top: 35px !important; 
}

.contact-note-height {
  height: 100px;
}

.height-margin {
  margin-top: 20px;
}
                
.contact-tel-num {
  font-size: 1.8em;
  font-weight: bold;
  color: #333;
  margin: 5px 0;
  letter-spacing: 0.5px;            
}
                
.contact-tel-info {
  font-size: 0.9em;
  line-height: 1.5;
  color: #333;
  margin-top: 10px;
  text-align: center;
}
                
.contact-note {
  font-size: 0.8em;
  text-align: left;
  padding: 0 5px;
  margin-top: 20px;
  color: #666;
  line-height: 1.4;
}

.contact-note-black {
  font-size: 1.2em;
  text-align: center;
  padding: 0 5px;
  margin-top: 20px;
  color: #666;
  line-height: 1.4;
  color: #333;
}

.contact-c-wrap {
  padding: 30px 0;
}
              
.contact-c-header {
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 10px;
}

.contact-c-header i { 
  margin-right: 5px; 
}

.contact-emergency {
  margin-bottom: 30px;
}
          
.contact-emergency-num {
  background-color: #fafafa;
  padding: 30px 15px;
  text-align: center;
}
             
.contact-emergency-num h4 {
  font-size: 1.1em;
  margin: 0 0 5px 0;
}
            
.contact-emergency-num .color-base {
  font-size: 2.2em;
  font-weight: bold;
  margin: 0;
}
              
.btn-corporate-list, .btn-general-inquiry {
  max-width: 250px;
  margin: 0 auto;
}
             
.btn-corporate-list {
  margin-top: 20px;
  margin-bottom: 0;
}

               
.contact-call-box {
  background-color: #fafafa;
  padding: 30px;
  text-align: center;
}
               
.contact-call-num {
  font-size: 2.5em;
  font-weight: bold;
  color: #333;
  margin: 5px 0;
}

.contact-flex-tell {
  display: flex;
  align-items: center;
  justify-content: center; 
  gap: 20px;              
  margin-bottom: 15px;    
}

.contact-tell-company {
  width: 180px;            
  text-align: left;
  font-size: 1rem;
  line-height: 1.4;
}

.contact-flex-tell a {
  text-decoration: none;   
  flex: 0 0 150px;        
}

.num-width {
  width: 215px;
}


/* クラリティリースが選ばれる理由 */
.lease-reasons-container {
  display: flex;
  justify-content: space-evenly; 
  flex-wrap: wrap;
  gap: 20px;
  padding: 0;
  margin: 0 0 20px;
  list-style: none;
}

.lease-item-set {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0,0,0,0.05);
  width: calc((100% - 40px) / 3); 
  transition: all 0.3s ease;
  box-sizing: border-box;
}

.is-second-row {
  margin-bottom: 50px;
}

.lease-item-set:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.15);
  cursor: pointer;
}

.lease-icon-box {
  height: 130px;
  padding: 20px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.4rem;
  margin-bottom: 10px;
  clip-path: polygon(0 0, 100% 0, 100% 80%, 80% 100%, 0% 100%);
  position: relative;
  gap: 5px;
}

.lease-icon-clearblue { background-color: #34adeb; }
.lease-icon-blue { background-color: #267acc; }
.lease-icon-green { background-color: #52ab59; }
.lease-icon-orange { background-color: #f96d2d; }
.lease-icon-yellow { background-color: #fab62c; }

.lease-car-overlap {
  position: absolute;
  font-size: 1.8rem;
  transform: translate(10px, -5px);
}

.lease-title {
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  margin-top: 10px;
  min-height: 40px;
}

.lease-text {
  font-size: 1rem;
  color: #333;
  padding: 15px 25px 40px;
  line-height: 1.6;
}

.lease-text a {
  color: #E60012;
  text-decoration: underline; 
  font-weight: bold;
  transition: all 0.3s ease;
}

.lease-text a:hover {
  color: #E60012; 
  text-decoration: none; 
  opacity: 0.8;
}

/* リースプラン */
.tabs-background {
  background-color: #fff; 
} 

.image-layout-buttons {
  display: flex; 
  justify-content: space-between; 
  gap: 15px; 
  margin-bottom: 20px;
  padding: 60px 20px;
  flex-wrap: nowrap;
}

.tab-button {
  display: flex; 
  flex-direction: column; 
  align-items: center; 
  justify-content: center; 
  flex-grow: 1;
  padding: 15px 10px;
  cursor: pointer;
  border: none;
  background-color: #fff;
  color: #333;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.3;
  position: relative;
  text-align: center;
  min-height: 130px; 
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  min-width: 150px;
}

.tab-button h3 {
  font-size: 1.2rem;
  margin-top: 15px; 
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}

.tab-button img {
  width: 40px;
  height: 30px;
  padding-right: 5px;
} 

.tab-button.active {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2); 
  transform: translateY(-2px);
}

.plan-inner {
  padding: 30px 20px;
}

.plan11 { background-color: #93c50e; color: #fff; }
.plan9 { background-color: #275daa; color: #fff; }
.plan7 { background-color: #ec612b; color: #fff; }
.plan5 { background-color: #1d2732; color: #fff; }

.tab-content h2 {
  font-size: 26px;
  font-weight: bold;
  color: #333;
  text-align: center;
  margin-bottom: 20px;
  padding-bottom: 30px;
}

.tab-content p {
  text-align: left;
  font-size: 1rem;
  line-height: 1.6;
  padding: 10px 0 20px 10px;
}

.lease-flow-diagram {
  text-align: center;
  margin: 40px auto;
  max-width: 1000px; 
}

.lease-flow-diagram img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.content-details {
  margin-top: 50px;
  padding: 0 50px; 
}

.content-details ul {
  list-style-type: none;
  padding-left: 20px;
}

.content-details li {
  margin-bottom: 8px;
  line-height: 1.5;
}

.content-details .note {
  text-align: left;
  font-size: 0.9rem;
  margin-top: 20px;
  color: #777;
}

.tab-header-box {
  display: flex;
  align-items: center;
  justify-content: center;
}

.tab-ema-box {
  max-width: 400px;
  width: 100%;
}

.tab-ema-box img {
  width: 100%;
}

.ema-box-center {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin: 0 auto;
}

.tab-ema-box-box {
  max-width: 300px;
  width: 100%;
}

.tab-ema-box-box img {
  width: 100%;
}

/* リースのメリット・デメリット */
.lease-beginner {
  display: flex;
  align-items: center;
}
.ls-container {
  color: #333;
  line-height: 1.6;
}

.ls-lead {
  font-size: 18px;
  margin: 30px 0 0 0;
  font-weight: bold;
  text-align: center;
}

.ls-nav-section {
  background: linear-gradient(to bottom, #fff 60%, #444 60%);
  padding: 40px 0 0 0;
}

.ls-nav {
  display: flex;
  justify-content: center;
  gap: 25px;
  padding-bottom: 20px; 
}

.ls-nav-btn {
  position: relative;
  width: 230px;
  height: 230px;
  border-radius: 50%;
  text-decoration: none;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0,0,0,0.3);
  transition: transform 0.2s;
  border: 4px solid #fff; 
}

.ls-nav-btn:hover {
  transform: scale(1.05);
  color: #fff;
}

.ls-nav-inner {
  background-color: #006acc; 
  width: 100%;
  height: 75%; 
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 20px;
  gap: 10px;
}

.ls-nav-txt {
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  margin-bottom: 5px;
  display: block;
}

.ls-nav-icon {
  font-size: 32px;
}

.ls-nav-more {
  width: 100%;
  height: 30%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: bold;
  position: relative;
  padding-bottom: 15px;
}

.ls-nav-more::after {
  content: ''; 
  position: absolute;
  bottom: 15px; 
  left: 50%;
  width: 8px;  
  height: 8px; 
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateX(-50%) rotate(45deg); 
  display: block;
}

.ls-nav-btn.is-green .ls-nav-more { background-color: #43a047; }
.ls-nav-btn.is-yellow .ls-nav-more { background-color: #fdd835; color: #333; } /* 黄色は文字色を暗く */
.ls-nav-btn.is-red .ls-nav-more { background-color: #e91e63; }

.ls-step-header {
  background-color: #E60012; 
  color: #fff;
  padding: 60px 0 0 0;
  margin-bottom: 70px;
  position: relative;
  overflow: hidden; 
  text-align: center;
}

.ls-step-main {
  position: relative;
  z-index: 2; 
}

.ls-step-title-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-bottom: 5px;
}

.ls-step-tag {
  background-color: #449C4D;
  color: #fff;
  padding: 4px 18px;
  font-size: 18px;
  font-weight: bold;
  border-radius: 4px;
  transform: rotate(-10deg); 
  position: relative;
  white-space: nowrap;
}

.ls-step-ttl {
  font-size: 32px;
  font-weight: bold;
  margin: 0;
}

.ls-card {
  background: #fff;
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 30px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

.ls-q-ttl {
  color: #333;
  font-size: 1.6rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}

.ls-q-ttl i {
  color: #E60012; 
  font-size: 2.2rem;
}

.ls-txt {
  font-size: 16px;
  line-height: 1.8;
  color: #333;
  margin-bottom: 15px;
}

.ls-txt strong {
  font-weight: bold;
}

.ls-txt-pink {
  color: #e6007e;
  font-weight: bold;
}

.ls-sub-blue-ttl {
  display: flex;
  align-items: center;
  color: #333;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 15px;
}

.ls-sub-blue-ttl::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: #E60012;
  margin-right: 10px;
  border-radius: 2px;
}

.ls-fig-area {
  text-align: center;
  margin: 30px 0;
}

.ls-fig-main {
  max-width: 100%;
  height: auto;
  margin-bottom: 15px;
}

.ls-fig-caption {
  font-size: 14px;
  color: #666;
}

.ls-table-wrapper {
  overflow-x: auto;
  margin: 20px 0;
  -webkit-overflow-scrolling: touch;
}

.ls-comp-table {
  width: 100%;
  min-width: 850px; 
  border-collapse: collapse;
  table-layout: fixed; 
}

.ls-comp-table th, .ls-comp-table td {
  border: 1px solid #ddd;
  padding: 12px 10px;
  text-align: center;
  vertical-align: middle;
}

.ls-comp-table thead th {
  color: #fff;
  font-weight: bold;
  font-size: 17px;
}

.ls-cell-flex {
  display: flex;
  align-items: center;      
  justify-content: space-between; 
  min-height: 44px;        
}

.double-circle {
  display: inline-block;
  width: 25px; 
  height: 25px;
  border: 2px solid currentColor; 
  border-radius: 50%;
  position: relative;
  vertical-align: middle;
}

.double-circle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12px;  
  height: 12px;
  background-color: transparent; 
  border: 2px solid currentColor; 
  border-radius: 50%;
}

.ls-comp-table th.is-orix { 
  background-color: #E60012; 
  width: 30%; 
}

.ls-comp-table th.is-general { 
  background-color: #555; 
  width: 25%; 
}

.ls-comp-table th.is-loan { 
  background-color: #999; 
  width: 25%; 
}

.ls-comp-table tbody th { 
  background-color: #f9f9f9; 
  width: 20%; text-align: left; 
}

.ls-comp-table tbody th {
  background-color: #f9f9f9;
  width: 150px;
  font-weight: bold;
  font-size: 16px;
}

.ls-cell-txt {
  flex: 1;                 
  text-align: left;
  font-size: 15px;
  line-height: 1.5;
  padding-right: 8px;
}

.ls-cell-icon {
  flex-shrink: 0;           
  width: 30px;             
  display: flex;
  justify-content: center;
  align-items: center;
  color: #E60012;
}

.ls-icon-double, .ls-icon-single, .ls-icon-x {
  font-size: 1.4rem;
  margin: 0 !important;     
}

.ls-comp-table td:nth-child(2) {
  background-color: #ffcec7; 
}

.ls-table-note {
  font-size: 15px;
  color: #666;
  line-height: 1.5;
  margin-bottom: 60px;
}

.ls-red-banner {
  background-color: #E60012;
  padding: 40px 20px 30px;
  border-radius: 5px;
  position: relative;
  margin-top: 50px; 
}

.ls-blue-arrow-down {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 100px;
  border-left: 100px solid transparent;
  border-right: 100px solid transparent;
  border-top: 60px solid #ffcec7;
  filter: drop-shadow(0 5px 5px rgba(0, 0, 0, 0.2));
}

.ls-diagram-img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto 20px;
}

.ls-blue-txt {
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 1.4rem;
}

.ls-btn-wrap {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
}

.ls-search-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 280px;
  padding: 15px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 18px;
  background: #fff;
  transition: all 0.3s;
}

.ls-search-btn.is-car-new {
  border: 2px solid #E60012;
  color: #E60012;
}

.ls-search-btn:hover {
  opacity: 0.7;
  transform: translateY(-2px);
}

.ls-icon-circle-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.8em;  
  height: 1.8em; 
  margin-right: 8px;
  vertical-align: middle;
}

.ls-icon-blue .fa-stack-2x {
  color: #E60012;
}

.ls-icon-gray .fa-stack-2x {
  color: #444;
}

.ls-sub-blue-ttl {
  display: flex;
  align-items: center;
  padding-left: 0 !important; 
}

.ls-sub-blue-ttl::before {
  display: none !important; 
}

.ls-info-area {
  border: 1px solid #E60012;
  background: #f2f2f2;
  padding: 40px;
  text-align: center;
  margin-top: 40px;
}

.ls-btn-main {
  display: inline-flex;
  align-items: center;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 50px;
  padding: 10px 60px;
  color: #333;
  text-decoration: none;
  font-weight: bold;
  box-shadow: 0 4px 6px rgba(0,0,0,0.1); 
  transition: 0.3s ease; 
}

.ls-btn-main:hover {
  opacity: 0.8;
  box-shadow: 0 2px 4px rgba(0,0,0,0.15);
}

.ls-btn-main i {
  color: #E60012;
  font-size: 1.5em;
  margin-right: 15px;
}

.movi-system-img {
  width: 100%;
  max-width: 800px;
  margin: 20px auto;
}

.movi-system-img img {
  width: 100%;
}

.movi-service-img {
  width: 100%;
  max-width: 600px;
  margin: 0 auto 20px;
}

.movi-service-img img {
  width: 100%;
}

/* デメリット */
.demerit-container {
  padding: 70px 20px 0;
}

.demerit-section {
  padding: 0 20px;
}

.demerit-main-ttl {
  font-size: 24px;
  text-align: center;
  border-bottom: 2px solid #E60012;
  padding-bottom: 15px;
  margin-bottom: 30px;
}

.demerit-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px; 
}

.demerit-body {
  flex: 1;
}

.demerit-text {
  font-size: 16px;
  margin-bottom: 1.5em;
  line-height: 1.5;
  color: #333;
}

.demerit-img-box {
  width: 40%; 
}

.demerit-img {
  width: 100%;
  height: auto;
  display: block;
}

.demerit-chat {
  background: #FBE9E7;
  padding: 20px;
  margin-bottom: 20px;
}

.user {
  color: #E60012;
  font-weight: bold;
}

.adviser {
  color: #333;
  font-weight: bold;
}

.demerit-chat-white {
  margin-bottom: 20px;
}

.demerit-bubble {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 20px;
  align-items: center;
}

.demerit-bubble-sec {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 20px;
  align-items: flex-end;
}

.demerit-avatar {
  width: 100px;
  height: auto;
  margin-right: 15px;
}

.demerit-balloon {
  width: 100%; 
  max-width: 900px;
  min-height: 60px;
  display: flex;
  align-items: center;
  background: #fff;
  padding: 15px;
  border-radius: 16px;
  position: relative;
  font-size: 16px;
  filter: drop-shadow(0 2px 5px rgba(0,0,0,0.1)); 
  border: 1px solid #eee; 
  line-height: 1.4;
}

.demerit-bubble .demerit-balloon::before {
  content: "";
  position: absolute;
  top: 20px;
  left: -20px; 
  border: 10px solid transparent;
  border-right: 10px solid #fff; 
  z-index: 2;
}

.demerit-bubble-sec .demerit-balloon::before {
  content: "";
  position: absolute;
  top: 20px;
  right: -20px; 
  border: 10px solid transparent;
  border-left: 10px solid #fff; 
  z-index: 2;
}

.demerit-bubble-sec {
  flex-direction: row; 
  justify-content: flex-end;
}

.demerit-bubble-sec .demerit-avatar {
  margin-right: 0;
  margin-left: 15px; 
}

.demerit-index-container {
  margin-top: 50px;
  padding: 40px 0;
  border-top: 1px solid #ccc;
}

.demerit-index-flex {
  display: flex;
  align-items: center;
  gap: 30px;
}

.demerit-index-img {
  width: 140px;
  flex-shrink: 0;
}

.demerit-index-img img {
  width: 100%;
  height: auto;
}

.demerit-index-list {
  list-style: none;
  padding: 0;
  max-width: 800px; 
}

.demerit-index-item {
  margin-bottom: 12px;
}

.demerit-index-link {
  display: flex;
  align-items: center;
  padding: 10px 20px;
  background-color: #f9f9f9; 
  border-radius: 8px;
  gap: 15px;
  transition: all 0.3s ease;
  border: 1px solid transparent;
}

.demerit-index-link:hover {
  background-color: #fff;
  border-color: #E60012;
  transform: translateX(5px);
}

.demerit-badge {
  background: none;
  border: 1.5px solid #E60012; 
  color: #E60012;
  font-size: 14px;
  padding: 7px 14px;
  border-radius: 20px; 
  width: auto; 
}

.demerit-link-text {
  font-size: 16px;
  color: #333;
  font-weight: 600;
  text-decoration: none;
}

.demerit-info-flex {
  display: flex;
  align-items: flex-start; 
  gap: 15px; 
  padding: 30px 0;
}

.info-icon-box {
  background-color: #E60012; 
  width: 32px;
  height: 32px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0; 
}

.info-icon-box i {
  color: #fff;
  font-size: 16px;
}

.info-text-content p {
  margin: 0 0 1em 0;
  line-height: 1.6;
}
.info-text-content p:last-child {
  margin-bottom: 0;
}

.demerit-marker {
  color: #eb0050; 
  font-weight: bold;
  text-decoration: underline;
  text-underline-offset: 4px; 
  text-decoration-thickness: 2px;
}

.demerit-sol {
  background: #eef7ff;
  padding: 60px 25px;
  margin-top: 20px;
  text-align: center;
}

.demerit-sol-flex {
  display: flex;
  gap: 30px;
  margin-bottom: 25px;
  justify-content: center;
  align-items: center;
}

.demerit-sol-adviser {
  width: 100px;
  flex-shrink: 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: end;
}

.demerit-sol-adviser img {
  width: 100%;
  height: auto;
}

.demerit-sol-adviser span {
  font-size: 11px;
  color: #666;
  display: block;
}

.demerit-sol-ttl {
  color: #333;
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0 0 40px 0;
  display: inline-block;
  background: linear-gradient(transparent 60%, #ffccbb 60%); 
  padding: 0 5px;
}

.demerit-sol-textbox {
  text-align: left;
  font-weight: bold;
  width: 100%;
  line-height: 1.3;

}

.demerit-plan-label {
  font-weight: bold;
  padding-top: 30px;
  margin-bottom: 15px;
  font-size: 22px;
  color: #E60012;
}

.demerit-plan-label i {
  font-size: 24px;
}

.demerit-plan-list {
  display: flex;
  gap: 10px;
  justify-content: space-between;
}

.demerit-plan-item, 
.demerit-plan-item-green {
  flex: 1;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 15px 5px;
  text-align: center;
  box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.demerit-plan-item-green {
  border: 2px solid #55b52e;
}

.demerit-plan-list img {
  width: 100%;
  max-width: 70px;
  height: auto;
  margin-bottom: 10px;
}

.demerit-plan-list p {
  font-size: 13px;
  font-weight: bold;
  margin: 0;
  line-height: 1.3;
}

.demerit-plan-list p span {
  font-size: 11px;
  font-weight: normal;
}

.demerit-h3 {
  display: flex;
  align-items: center;
  padding: 0 0 0 15px; 
  margin: 40px 0 20px;
  font-size: 18px;
  font-weight: bold;
  color: #333; 
  border-left: 15px solid #E60012;  
  border-radius: 3px;
}

.demerit-blue-line { 
  border-bottom: 1px solid #00a0e9; 
}

.demerit-search-nav {
  display: flex;
  gap: 20px;
  margin-top: 50px;
}

.demerit-search-box {
  flex: 1;
  background: #fff;
  padding: 20px;
  border-top: 2px solid #eee;
}

.demerit-search-ttl {
  color: #00a0e9;
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 16px;
}

.demerit-search-list {
  list-style: none;
  padding: 0;
  font-size: 13px;
  line-height: 2;
}

/* generalお問合せ */
.bg-pink { 
  background-color: #fdeef1 !important; 
  border: 1px solid #767676 !important; }


.error-msg { 
  color: #cc0000; 
  font-size: 12px; 
  display: block; 
  margin-top: 5px; 
  font-weight: bold;
}

.content-wrap { 
  max-width: 1000px; 
  margin: 0 auto; 
  padding: 20px; 
  padding-top: 120px;
}

.content-wrap h2 {
	background: #f2f2f2;
  padding: 10px;
  font-size: 1.4em;
  border-left: 10px solid #e60012;
  margin-bottom: 20px;
  font-weight: bold;
}

.header-notes {
  font-size: 16px;
  margin-bottom: 20px;
  padding-left: 20px; 
}

.header-notes li {
  list-style: disc; 
}

.header-notes a {
  color: #e60012;
  text-decoration: underline;
}

.stepbar { 
  display: flex; 
  list-style: none; 
  padding: 0; 
  margin-bottom: 30px; 
  border: 1px solid #ddd; 
  background: #f9f9f9; 
}

.stepbar li { 
  flex: 1; 
  text-align: 
  center; padding: 18px; 
  position: relative; 
  background: #f2f2f2; 
  color: #999; 
  font-weight: bold; 
}

.stepbar li.on { 
  background: #e60012; 
  color: #fff; 
}

.stepbar li:not(:last-child)::after { 
  content: ""; 
  position: absolute; 
  top: 0; right: -20px; 
  border-top: 26px solid transparent; 
  border-bottom: 26px solid transparent; 
  border-left: 20px solid #f2f2f2; 
  z-index: 2; 
}

.stepbar li.on::after { 
  border-left-color: #e60012;
} 

.stepbar li:not(:last-child)::before { 
  content: ""; 
  position: absolute; 
  top: 0; 
  right: -21px; 
  border-top: 26px solid transparent;
  border-bottom: 26px solid transparent; 
  border-left: 20px solid #ddd; 
  z-index: 1; 
}

.note-kome {
  text-align:right; 
  font-size:13px; 
  margin-bottom:10px;
  font-weight: bold;
}

.note-kome span {
  color:#cc0000; 
  font-weight:bold;
}

table.contact { 
  width: 100%; 
  border-collapse: collapse; 
  border-top: 1px dotted #ccc; 
  margin-bottom: 30px; 
}

table.contact th, table.contact td { 
  padding: 15px; 
  border-bottom: 1px dotted #ccc; 
  text-align: left; 
  vertical-align: top;
  font-size: 15px;
  line-height: 1.4;
}

table.contact th { 
  width: 35%; 
  background: #fff; 
  font-weight: bold; 
}

table.contact td {
  width: 65%;
}

.icon.hissu { 
  color: #cc0000; 
  font-size: 13px; 
  margin-left: 5px; 
  font-weight: bold;
}

.icon.hissu::after { 
  content: "*"; 
}

.input-row { 
  display: flex; 
  align-items: center; 
  gap: 10px; 
  flex-wrap: wrap; 
  margin-bottom: 5px; 
  font-size: 15px;
}

.contract-margintop {
  margin-top:10px;
}

.contract-marginright {
  margin-right:10px;
}

.contract-item {
  align-items: center; 
  flex-direction: row;
}

.input-label { 
  font-size: 15px;
  font-weight: bold; 
  margin-right: 5px; 
}
.w-short { 
  width: 140px;
  padding: 5px; 
}

.w-long { 
  width: 100%; 
  padding: 5px; 
}

.btn-area { 
  text-align: center; 
  margin-top: 30px; 
}

.btn-area p {
  color:#cc0000; 
  font-weight:bold; 
  margin-bottom:30px;
}

.btn-submit { 
  background-color: #e60012; 
  color: #fff; border: none; 
  padding: 15px 80px; 
  font-size: 18px; 
  font-weight: bold;
  cursor: pointer; 
}

.btn-submit:hover { 
  opacity: 0.8;
  color: #fff;
 
}

.confirm-box { 
	border: 1px solid #ddd; 
	border-radius: 4px; 
	margin-bottom: 20px; 
	padding: 20px; 
}

.confirm-label { 
	font-weight: bold; 
	margin-bottom: 10px; 
	display: block; 
}

.confirm-value { 
	white-space: pre-wrap; 
	line-height: 1.6; 
}

.section-title { 
	color: #e60012; 
	font-size: 1.4em; 
	margin-top: 30px; 
	margin-bottom: 10px; 
	border-bottom: 1px solid #ccc; 
	padding-bottom: 5px; 
	font-weight: bold; 
}

#contact-btn { 
	display: flex; 
	justify-content: center; 
	gap: 20px; 
	margin-top: 30px; 
}

.contact-red-kome {
  color: #cc0000;
  margin-left: 2px;
}

.btn-base-general {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e60012; 
  color: #fff;
  border: none;
  padding: 15px 0;
  width: 200px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  text-decoration: none;
  border-radius: 2px;
  transition: opacity 0.3s;
}

.btn-base-general:hover { 
	opacity: 0.8; 
  color: #fff;
}

.caution-msg { 
	color: #cc0000; 
	text-align: center; 
	margin-bottom: 15px; 
	font-weight: bold; 
	font-size: 15px; 
}

.thanks-wrap {
  border: 1px solid #ddd;
  padding: 50px 30px; 
  text-align: center;
  background: #fff;
  margin-top: 30px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.08);
}

.thanks-wrap h3 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 30px;
  color: #e60012; 
}

.thanks-message {
  font-size: 1.1em;
  line-height: 1.8;
  margin-bottom: 40px;
}

.guidance-box {
  text-align: left;
  background: #fdfdfd;
  border: 1px solid #e0e0e0;
  padding: 25px;
  margin: 30px 0;
  border-radius: 4px;
}

.guidance-box h4 {
  color: #e60012;
  border-bottom: 2px solid #eee;
  padding-bottom: 10px;
  margin-top: 0;
  font-size: 1.1em;
}

.guidance-box ul {
  list-style: disc;
  padding-left: 25px;
  font-size: 0.95em;
  line-height: 1.7;
  margin-top: 15px;
}

.guidance-box p {
  font-size: 0.95em;
  margin-top: 20px;
}

.text-center {
  margin-top: 50px;
}

.topback-btn {
  background-color: #e60012; 
  color: #fff;
  padding: 15px 70px;
  text-decoration: none;
  font-weight: bold;
  display: inline-block;
  transition: background-color 0.3s;
}

.topback-btn:hover {
  background-color: #d3392f;
  color: #fff;
}

/* contractのお問合せ */
.floating-indicator {
  position: fixed;
  top: 150px; 
  right: 3%; 
  z-index: 1000;
}

.indicator-box {
  background: #fff;
  border: 2px solid #e60012;
  padding: 15px 20px;
  border-radius: 6px;
  font-size: 16px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.15);
  text-align: center;
  line-height: 1.5;
}

.indicator-box strong {
  font-size: 1.8em;
  color: #e60012;
  display: block;
}

.badge-required {
  background-color: #e60012; 
  color: #fff;
  font-size: 13px;
  padding: 2px 6px;
  border-radius: 2px;
  font-weight: bold;
  margin-right: 5px;
  vertical-align: middle;
}

.bg-pink { 
  background-color: #ffebeb !important; 
  border: 1px solid #ccc; 
}

.page-header {
  background-color: #f6f6f6; 
  padding: 0;
  margin-bottom: 20px;
}

.page-header h2 {
  margin: 0; 
  font-size: 1.4em; 
  color: #333; 
  border-left: 10px solid #e60012; 
  padding: 10px;
}

.header-notes { 
 font-size: 15px;
  margin: 15px 0;
  padding-left: 20px;
  line-height: 1.5;
}

.header-notes li { 
  margin-bottom: 5px; 
}

.header-notes a,
.link-style { 
  color: #e60012; 
  text-decoration: underline; 
}

.legend-required { 
  font-size: 14px; 
  font-weight: bold; 
  margin-bottom: 15px; 
}

.section-bar {
  background-color: #f6f6f6; 
  border-left: 5px solid #e60012; 
  padding: 10px 15px;
  font-weight: bold;
  color: #333;
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 1.2em;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.section-bar span.sub-text { 
  font-size: 14px; 
  font-weight: bold; 
  color: #cc0000; 
  margin-left: 10px; 
}

.date-input-row { 
  display: flex; 
  align-items: center; 
  gap: 10px;
}

.form-table { 
  width: 100%; 
  border-collapse: collapse; 
  margin-bottom: 30px; 
  border-top: 1px dotted #ccc; 
}

.form-table th, .form-table td {
  padding: 15px 10px;
  border-bottom: 1px dotted #ccc;
  text-align: left;
  vertical-align: top;
  font-size: 15px;
}

.form-table td {
  width: 65%;
}

.form-table th { 
  width: 35%; 
  font-weight: normal; 
  background-color: #fff; 
}

.form-table th .label-text { 
  font-weight: bold; 
  display: block; 
  margin-top: 3px; 
}

.form-table th .label-sub { 
  font-size: 13px; 
  color: #cc0000; 
  display: block; 
  margin-top: 3px; 
}

.input-group { 
  width: auto;
  display: inline-flex;
  align-items: center; 
  margin-right: 15px; 
  flex-wrap: wrap;
  gap: 5px;
}

input[type="text"], input[type="email"], input[type="tel"], select, textarea {
  padding: 6px;
  border: 1px solid #ccc; 
  border-radius: 2px; 
  font-size: 15px; 
  box-sizing: border-box;
}

.w-xs { width: 60px; }
.w-sm { width: 100px; }
.w-md { width: 160px; }
.w-lg { width: 300px; }
.w-full { width: 100%; max-width: 600px; }

.radio-select { 
  margin-right: 10px; 
  font-weight: bold; 
}

.or-text { 
  margin: 0 10px; 
  color: #666; 
}

.btn-zip {
  background: #eee; 
  border: 1px solid #ccc; 
  padding: 5px 10px; 
  cursor: pointer; 
  font-size: 12px; 
  margin-left: 5px;
}

.address-note { 
  font-size: 12px; 
  color: #666; 
  margin-top: 5px; }

.check-list { 
  list-style: none; 
  padding: 10px; 
  margin: 0; 
}

.check-list li { 
  margin-bottom: 10px; 
}

.check-item-title { 
  font-weight: bold; 
  display: flex; 
  align-items: center; 
  margin-bottom: 5px; 
}

.check-item-title input { 
  margin-right: 8px; 
  transform: scale(1.2); 
}

.check-item-desc { 
  margin-left: 25px; 
  font-size: 15px; 
  color: #666; 
  line-height: 1.4; 
}

.check-item-desc ul { 
  padding-left: 15px; 
  margin: 5px 0; 
}

.check-item-desc ul {
  margin: 5px 0 5px 0;
  padding-left: 20px;
  list-style: disc; 
}
.check-item-desc li {
  margin-bottom: 2px; 
}

.sub-section-title {
  display: flex;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 16px;
  color: #333;
}
.sub-section-title::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 22px;
  background-color: #e60012; 
  margin-right: 10px;
}

.textarea-box {
  border: 1px solid #e60012; 
  padding: 10px;
  background-color: #fff;
}

.inquiry-textarea {
  width: 100%;
  height: 150px;
  padding: 10px;
  border: none;
  box-sizing: border-box; 
  font-size: 15px;
  resize: vertical;
}

.detail-area {
  display: none; 
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 20px;
  background-color: #f6f6f6; 
  border: 1px solid #e60012; 
}

.cancel-table { 
  width: 100%; 
  border-collapse: collapse;
}

.cancel-table th, .cancel-table td { 
  padding: 10px; 
  border-bottom: 1px dotted #ccc; 
  vertical-align: top; 
  text-align: left;
}

.cancel-table th { 
  width: 160px; 
  font-weight: bold; 
  color: #333; 
}

.cancel-table input[type="text"], .cancel-table textarea { 
  padding: 5px; 
  border: 1px solid #ccc; 
  width: 100%;
  box-sizing: border-box;
}

.date-input-row { 
  display: flex; 
  align-items: center; 
  gap: 5px; 
}

.w-date {
  width: 70px !important; 
  text-align: center; 
}

.mileage-input {
  width: 80% !important;
}

.caution-box { 
  font-size: 14px; 
  color: #333; 
  margin-top: 5px; 
  line-height: 1.4; 
}

.caution-ul { 
  list-style: square; 
  padding-left: 20px; 
  margin-top: 5px; 
}

.blue-bold { 
  color: #e60012; 
  font-weight: bold; 
  margin-bottom: 10px; 
  display: block; 
  border-left: 5px solid #e60012; 
  padding-left: 10px;
}

.number-span {
  font-size:12px; 
  margin-right:5px;
}

.number-list-box {
  display:flex; 
  gap:3px;
}

.call-list-box {
  display:flex; 
  align-items:center;
  gap:5px; 
  margin-top:5px;
}

.change-items-list {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.change-item-label {
  line-height: 1.4;
}

.application-container {
  max-width: 950px;
  margin: 0 auto;
  padding: 30px;
  padding-top: 120px;
}

.app-header {
  margin-bottom: 20px;
}

.app-header h2 {
  background: #f2f2f2;
  padding: 10px;
  font-size: 1.4em;
  border-left: 10px solid #e60012;
  margin-bottom: 20px;
  font-weight: bold;
  text-align: left;
}

.app-header ul {
  padding-left: 18px;
  margin-top: 10px;
}

.app-header ul li {
  font-weight: bold;
}

.app-header a {
  color: #e60012;
  text-decoration: underline;
}

.step-nav {
  display: flex;
  margin: 45px 0;
  font-size: 16px;
  background: transparent;
}

.step-item {
  position: relative;
  flex: 1 1 0;
  background: #e5e5e5;      
  color: #000;
  font-weight: bold;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 56px;             
  padding: 0 40px 0 30px;   
}

.step-item::after {
  content: "";
  position: absolute;
  top: 0;
  right: -28px;             
  width: 0;
  height: 0;
  border-top: 28px solid transparent;
  border-bottom: 28px solid transparent;
  border-left: 28px solid #fff;  
  z-index: 1;
}

.step-item:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 0;
  right: -27px;
  width: 0;
  height: 0;
  border-top: 28px solid transparent;
  border-bottom: 28px solid transparent;
  border-left: 28px solid #e5e5e5;   
  z-index: 2;
}

.step-item:last-child::after,
.step-item:last-child::before {
  display: none;
}

.step-item.active {
  background: #e60012;
  color: #fff;
}

.step-item.active::after {
  border-left-color: #e60012;
  right: -28px;
}

.step-item.active::before {
  border-left-color: #e60012;
}

.confirm-card {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-top: 35px; 
}

.confirm-card-header {
  background: #f8f9fa;
  padding: 12px 18px;
  border-bottom: 1px solid #ddd;
  font-size: 1.2em;
  font-weight: bold;
  color: #e60012;
}

.step-item:last-child::after,
.step-item:last-child::before {
  display: none;
}

.step-item.active::before {
  border-left-color: #e60012;
}


.confirm-table {
  width: 100%;
  border-collapse: collapse;
}

.confirm-table th,
.confirm-table td {
  padding: 15px 20px;
  border-bottom: 1px solid #eee;
  vertical-align: top;
  line-height: 1.5;
}

.confirm-table th {
  width: 30%;
  font-weight: bold;
  text-align: left;
  background-color: #fcfcfc;
}
.confirm-table td ul {
  list-style: disc;
  padding-left: 20px;
  margin: 5px 0;
}
.confirm-table td ul ul {
  list-style: circle;
}

.btn-link-box {
  text-align: center; 
  padding: 30px;
  border-top: 1px solid #eee;
}

.btn-blue {
  background: #e60012;
  color: #fff;
  padding: 10px 35px;
  border: none;
  font-size: 1em;
  font-weight: bold;
  cursor: pointer;
  text-decoration: none;
}

.btn-blue:hover { 
  opacity: 0.8;
  color: #fff; 
}

.btn-final {
  background: #e60012;
  color: #fff;
  padding: 10px 50px;
  font-size: 1.1em;
  border: none;
  cursor: pointer;
  font-weight: bold;
}

.btn-final:hover { 
  opacity: 0.8; 
  color: #fff;
}

.confirm-final {
  margin-top: 40px;
  text-align: center;
}

.next-step {
  color: #e60012; 
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
  font-weight: bold;
}

.thanks-card {
  text-align: center;
  padding: 60px 20px;
  border: 1px solid #ddd;
  background: #fff;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
  margin-top: 30px;
}

.thanks-icon {
  font-size: 40px;
  color: #4CAF50; 
  margin-bottom: 20px;
}

.thanks-main-message {
  font-size: 1.8em;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
}

.thanks-sub-message {
  font-size: 1.2em;
  color: #e60012;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 1.5;
}

.guidance-box {
  margin-top: 40px;
  padding: 25px;
  background: #f8f8f8;
  border: 1px dashed #ccc;
  text-align: left;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.guidance-box h3 {
  color: #e60012;
  border-bottom: 2px solid #eee;
  padding-bottom: 8px;
  margin-top: 0;
}

.guidance-box ul {
  list-style: disc;
  padding-left: 25px;
  font-size: 0.95em;
  line-height: 1.6;
  margin-top: 15px;
}

.btn-home {
  background: #e60012;
  color: #fff;
  padding: 15px 50px;
  font-size: 1.2em;
  border: none;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  margin-top: 30px;
}

.btn-home:hover {
  opacity: 0.85;
  color: #fff;
}

/* 納車までの流れ */
.car-flow-main-ttl {
  font-size: 24px;
  border-left: 5px solid #e60012;
  padding-left: 15px;
  margin-bottom: 20px;
}

.car-flow-lead {
  margin-bottom: 40px;
  background: #f4f4f4;
  padding: 15px;
}

.car-flow p {
  font-size: 1.1rem;
}

.car-flow-step-header {
  background-color: #e9e9e9;
  color: #e60012;
  padding: 10px 20px;
  font-weight: bold;
  font-size: 1.4rem;
}

.car-flow-content {
  padding: 25px 20px;
  line-height: 1.5;
}

.car-flow-btn-wrap {
  text-align: right;
  margin-top: 20px;
}

.car-flow-link-btn {
  display: inline-flex;
  align-items: center;
  padding: 10px 30px;
  border: 1px solid #e60012;
  border-radius: 50px;
  color: #333;
  text-decoration: none;
  font-weight: bold;
  transition: 0.3s;
}

.car-flow-link-btn:hover {
  background-color: #e60012;
  color: #fff;
}

.car-flow-options-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.car-flow-options {
  display: flex;
  gap: 20px;
  margin-top: 30px;
  flex-direction: column;
}

.car-flow-option-box {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.car-flow-option-head {
  background-color: #F8E0DF;
  color: #e60012;
  text-align: center;
  padding: 10px;
  font-weight: bold;
  font-size: 1.2rem;
}

.car-flow-option-body {
  padding: 40px 10px 0;
  text-align: center;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  line-height: 1.5;
  gap: 20px;
}

.car-flow-contact-card {
  width: 100%;
  border: 1px solid #e60012;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 20px;
}

.car-flow-contact-info {
  padding: 15px;
  background: #fff;
  font-weight: bold;
}

.car-flow-option-text {
  font-size: 1rem;
  margin-bottom: 15px;
  color: #333;
}

.car-flow-split-container {
  display: flex;
  gap: 40px;
  margin: 20px 0;
}

.car-flow-route-left, 
.car-flow-route-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 40px 0 0;
}

.car-flow-route-text {
  font-size: 1rem;
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1.4;
}

.car-flow-step-header.is-small {
  width: 100%;
  font-size: 1.3rem;
  padding: 5px;
  margin-bottom: 10px;
}

.car-flow-contact-btn {
  display: inline-block;
  background-color: #e60012; 
  color: #fff;
  text-decoration: none;
  padding: 12px 40px;
  border-radius: 50px;
  font-weight: bold;
  font-size: 15px;
  transition: all 0.3s ease;
  border: 2px solid #e60012;
}

.car-flow-contact-btn:hover {
  background-color: #fff;
  color: #e60012;
}

.car-flow-btn-wrap {
  margin-bottom: 20px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.car-flow-item {
  padding: 0;
}

.car-flow-arrow-long {
  width: 100%;
  margin: 20px auto;
  display: flex;
  align-items: end;
  justify-content: center;
  z-index: -8;
  height: 250px;
  overflow: hidden;
}

.car-flow-arrow-small {
  width: 100%;
  margin: 20px auto;
  display: flex;
  align-items: end;
  justify-content: center;
  z-index: -8;
  height: 80px;
  overflow: hidden;
}

