/*共通＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿*/
html{
  font-family: 'Noto Sans JP', sans-serif;
}
body{
  max-width: 100%;
  padding-top: 128px;
  /*overflow-x: hidden;*/
}

p{
  line-height: 1.5;
}
a{
  text-decoration: none;
  color: inherit;
}
ul,ol{
  list-style: none;
}
img{
  max-width: 100%;
  height: auto;
}
.box{
  padding: 0 0 140px 0;
}
.inner{
  max-width: 1040px;
  padding: 0 20px;
  margin: auto;
}
.sans{
  font-family: 'Open Sans', sans-serif;
}
.breadcrumbs{
  display: flex;
  color: #fff;
  font-weight: bold;
  justify-content: center;
  margin-bottom: 20px;
}
.breadcrumbs li a{
  text-decoration: underline;
}
.breadcrumbs li a:hover{
  text-decoration: none;
}
.breadcrumbs li:last-of-type{
  text-decoration: none;
}
.breadcrumbs li::after{
  content: '>';
  display: inline-block;
  padding: 0 10px; /*左右に余白*/
}
.breadcrumbs li:last-child::after{
  display: none;
}
@media screen and (max-width: 768px){
  body{
  padding-top: 57px;
}
  .box{
  padding: 0 0 40px 0;
}
}
.sec-title{
  padding-top: 50px;
  color: #00255B;
  text-align: center;
  margin-bottom: 50px;
}
.sec-title h2{
  font-size: 36px;
  font-weight: 900;
}
.sec-title small{
  color: #004BB1;
  font-size: 18px;
  font-weight: 
    bold;
}
.cover-title{
  height: 555px;
  background: url("../img/cover01.jpg") no-repeat bottom;
  background-size: cover;
  position: relative;
  padding: 0 20px;
  margin-bottom: 50px;
  max-width: 1260px;
  margin: 0 auto 50px auto;
  border-radius: 10px;
}
.sec-howTo .cover-title{
  background: url("../img/cover02.jpg") no-repeat bottom;
  background-size: cover;
}
.sec-lineup .cover-title{
  height: auto;
  background: none;
  border: solid;
}
.cover-title .sec-title{
  position: absolute;
  bottom: 0;
  background: #fff;
  width: calc(100% - 40px);
  max-width: 1000px;
  margin: 0 auto;
  left: 0;
  right: 0;
  border-radius: 10px 10px 0 0;
}
.first-text{
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  margin-bottom: 70px;
}
.link-btn a{
  background: url("../img/bg-btn@2x.png") no-repeat;
  background-size:contain;
  width: 415px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  margin: auto;
}
.link-btn a:hover{
  opacity: .8;
}
.movie{
  width: 100%;
  max-width: 700px;
  margin: auto;
  margin-bottom: 100px
}
.movie video{
  width: 100%;
}
@media screen and (max-width: 768px){
  .sec-title{
  padding-top: 35px;
}
.sec-title h2{
  font-size: 18px;
}
  .sec-title h2 img{
  width: 90px;
}
.sec-title small{
  font-size: 16px;
  line-height: 2;
}
.cover-title{
  height: 220px;
  position: relative;
  margin-bottom: 80px;
  border-radius: 0;
}
.cover-title .sec-title{
  position: absolute;
  bottom: -60px;
  background: #fff;
  width: calc(100% - 40px);
  margin-bottom: 0;
  border-radius: 10px 10px 0 0;
}
  .first-text{
  font-size: 14px;
}
  .link-btn{
    padding: 0 20px;
  }
  .link-btn a{
  background: url("../img/bg-btn@2x.png") no-repeat center center;
  background-size:cover;
  width: 100%;
  max-width: 342px;
  padding: 20px;
  height: inherit;
  font-size: 15px;
  border-radius: 10px;
}
.link-btn a:hover{
  opacity: .8;
}
}
.flex-contents01{
  display: flex;
  justify-content: center;
}
.flex-contents01 .item{
  width: calc(100% / 3);
  text-align: center;
  color: #00255B;
  font-weight: 900;
  font-size: 18px;
  padding: 32px 20px 45px 20px;
}
.flex-contents01 .item:nth-last-of-type(2){
  border-left: solid 1px #DCDCDC;
  border-right: solid 1px #DCDCDC;
}
.text-link{
  padding-top: 40px;
  display: flex;
  justify-content: center;
  color: #00255B;
}
.text-link a{
  display: block;
  margin: 0 20px; 
}
@media screen and (max-width: 768px){
  .flex-contents01{
  display: block;
    padding: 0 20px;
}
.flex-contents01 .item{
  width: 100%;
  display: flex;
  align-items: center;
  text-align: left;
  font-size: 14px;
  padding: 20px 0;
}
.flex-contents01 .item:nth-last-of-type(2){
  border-left: none;
  border-right: none;
  border-top:  solid 1px #DCDCDC;
  border-bottom: solid 1px #DCDCDC;
}
  .movie{
  width: 100%;
  max-width: 700px;
  margin: auto;
  margin-bottom: 60px
}
  .text-link{
  padding-top: 0;
  display: block;
}
.text-link a{
  margin: 20px 0;
  text-align: center;
}
}
/*pc-nav＿＿＿＿＿＿＿＿＿＿＿＿*/
.pc-nav{
  position: fixed;
  top: 0;
  width: 100%;
  background: rgba(255,255,255,0.90);
  height: 128px;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 1000;
}

.pc-nav .nav-lists{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 2;
  max-width: 62%;
  min-width: 700px
}
.pc-nav .nav-list{
  position: relative;
  font-weight: bold;
  color: #00255B;
  text-align: center;
  
}
.pc-nav .nav-list a{
  padding: 10px 10px;
  display: block;
}
.pc-nav .nav-list.under-line:hover{
  opacity: .7;
}
.pc-nav .nav-list.under-line:after{
  content: '';
  display: block;
  border-bottom: solid 3px #D3D3D3;
  width: 35px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  transition: .2s;
}
.pc-nav .nav-list.under-line:hover:after{
  content: '';
  display: inline-block;
  border-bottom: solid 3px #00255B;
  width: 50px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0; 
}
.pc-nav .nav-list.bg-blue{
  background: #004BB1;
  border: solid 3px #004BB1;
  border-radius: 60px;
  color: #fff;
  transition: .35s;
  padding: 0 15px;
}
.pc-nav .nav-list.bg-blue:hover{
  background: #fff;
  border: solid 3px;
  color: #004BB1;
}
@media screen and (max-width: 768px){
  .pc-nav{
    display: none;
  }
}
.mv {
  position: relative;
  background: #fff;
}
.mv::after{
  content: '';
  background: url("../img/sp-image@2x.png") no-repeat;
  background-size: contain;
  width: 100%;
  height: 120%;
  display: block;
  position: absolute;
  top: 0;
}
@media screen and (max-width: 1200px){
  .mv::after{
  width: 80%;
  height: 100%;
}
}
.mv-text{
  max-width: 61.2%;
  margin-left: auto;
  margin-bottom: 45px;
}
.mv-text h2{
  font-weight: 900;
  font-size: 3.5vw;
  color: #004BB1;
  text-align:center
}
.mv-text h2 span{
  font-size: 5.5vw;
}
.mv-text h3{
  font-size: 1.7vw;
}
.mv .bg-image{
  background: url("../img/bg-mv@2x.jpg") no-repeat;
  background-size: cover;
  background-position: center 30%;
  width: 100%;
  height: 389px;
}
.mv .bnrs{
  padding: 18px 0;
  background: #004BB1;
  position: relative;
}
.mv .pick{
  position: absolute;
  background: rgba(255,255,255,0.8);
  box-shadow: 0 0 10px #fff;
  z-index: 99;
  font-weight: 700;
  line-height: 1.7;
  right: 8%;
  top: -300px;
  font-size: 1.5vw;
}
.mv .pick{
  max-width: 450px;
}
.mv .pick img{
  position: relative;
  top: 10px
}
.mv .bnr{
  display: block;
  max-width: 368px;
  margin-left: auto;
  margin-right: 8%;
  margin: 18px 8% 18px auto;
  position: relative;
  z-index: 99;
  transition: .2s;
}
.mv .bnr.point img{
  box-shadow: 0px 0px 15px #fff;
  border-radius: 15px;
}
.mv .bnr2{
  background:url("../img/service__image04@2x.png")no-repeat,#fff;
  background-position: right top 40%;
  background-size: 150px;
  border-radius: 10px;
  border: solid #D1EFFF 5px;
}
.mv .bnr2 p{
  font-weight: bold;
  font-size: 14px;
  text-shadow: 0 0 20px #fff;
  background: rgba(255,255,255,0.40);
  padding: 15px 20px;
}
.mv a:hover{
  opacity: .6;
}
.app-btns{
  max-width: 368px;
  margin-left: auto;
  margin-right: 8%;
  margin: 18px 8% 18px auto;
  position: relative;
  z-index: 99;
  transition: .2s;
  background: rgba(255,255,255,.85);
  padding: 15px;
  border-radius: 10px;
  display:flex;
  align-items: center;
  justify-content: space-between;
}
.app-btns .left{
  width: 70px;
}
.app-btns .right{
  width: calc(100% - 85px);
  font-size: 11px;
  font-weight: bold;
}
.app-btns .btns{
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.app-btns .btns a:first-of-type{
  margin-right: 10px;
}
.flex-bnr{
  display: flex;
  justify-content: space-between;
  padding-top: 140px;
  flex-wrap: wrap;
}
.flex-bnr::after{
  content: "";
  height: 0;
  width: calc((100% - 40px)/3);
}
.flex-bnr_item{
  width: calc((100% - 40px)/3);
  max-width: 500px;
  position: relative;
  z-index: 99;
  margin-bottom: 30px;
}
.flex-bnr_item a{
  display: block;
  border: solid #004BB1 5px;
  height: 100%;
  border-radius: 15px;
  overflow: hidden;
}
.flex-bnr_item a:hover{
  opacity: .7;
}
/*ステーション拡大中＿＿＿＿＿＿＿＿＿＿＿*/
.sec-station .sky{
  background: #D1EFFF;
  padding: 80px 0;
  margin-top: -200px;
}
.station-flow{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  align-items: start;
  background-color: #b8e6ff;
  margin-top: 50px;
}
.station-flow .item{
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
}
.station-flow .item h3{
  background: #2665BC;
  color: #fff;
  text-align: center;
  padding: 20px;
  font-size: 20px;
}
.station-col{
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.station-flow .item .dl{
  border-top: solid 1px #2665BC;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px;
}
.station-flow .item .dl h4{
  width: 100%;
  color: #00255B;
  font-size: 16px;
  margin-bottom: 10px;
}
.station-flow .item .dl .adress{
  padding-left: 16px;
}
.station-flow .item .dl a{
  text-align: center;
}
.station-flow .item .dl a::after{
  content: '地図を表示';
  display: block;
  color: #00255B;
}
.station-flow .item .dl a:hover{
  opacity: .8;
}
.station-flow .item .junbichu{
  padding: 100px 0;
  text-align: center;
}
.station-flow .item .junbichu h4{
  color: #00255B;
}
.remodal{
  height: 90vh;
}
@media screen and (min-width: 769px){
  .station-flow.is-centered{
    grid-template-columns: 1fr;
  }
  .station-flow.is-centered .item{
    width: 100%;
    max-width: none;
  }
}
@media screen and (max-width: 768px){
  .sec-station .sky{
    padding: 60px 0;
    margin-top: -180px;
  }
   .station-col{
    width: 100%;
  }
  .station-flow{
    display: flex;
    flex-direction: column;
  }
  .station-flow .item{
    width: 100%;
    max-width: 342px;
    margin: 0 auto 40px;
  }
  .station-flow .item h3{
    padding: 15px;
  }
  .station-flow .item .dl{
    padding: 10px;
  }
  .station-flow .item .dl h4{
    font-size: 14px;
    margin-bottom: 5px;
  }
  .station-flow .item .dl .adress{
    font-size: 14px;
    padding-left: 0;
  }
  .station-flow .item .dl a::after{
    font-size: 12px;
  }
  .station-flow .item .junbichu{
    padding: 50px 0;
  }
}
/* ===== 検索エリア全体 ===== */
#prefSelect,
#citySelect {
  width: 100%;
  height: 48px;
  padding: 0 44px 0 14px;
  font-size: 16px;
  font-weight: 600;
  color: #003a8f;
  border-radius: 6px;
  border: 1px solid #cfd8e3;
  background-color: #fff;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24'%3E%3Cpath fill='%23003a8f' d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 14px;
}
#citySelect {
  margin-top: 8px;
  font-weight: 500;
  color: #555;
}
/*footer＿＿＿＿＿＿＿＿＿＿＿＿＿＿専用アプリバナー＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿*/
.app-bnr .inner .blue::after{
  content: '';
  background: url("../img/bg-bnr@2x.png") no-repeat;
  background-size: contain;
  width: 504px;
  height: 402px;
  display:block;
  position: absolute;
  top: -20px;
  left: -60px;
}
.app-bnr .inner .blue{
   background: #004BB1;
  border-radius: 10px; 
  padding: 50px 30px 30px 324px;
  color: #fff;
  position: relative;
}
.app-bnr .inner .blue h2{
  font-weight: 900;
  font-size: 32px;
  line-height: 1.2;
  margin-bottom: 10px;
  z-index: 99;
  position: relative;
}
.app-bnr .inner .blue h2+p{
  font-weight: bold;
  margin-bottom: 20px;
  z-index: 99;
  position: relative;
}
.app-bnr .inner .blue a:hover{
  opacity: .8;
}
.app-bnr .app-btns{
  margin: 0;
}
.app-btns .right{
  color: #000;
}
.app-bnr .app-btns.pc-none{
    display: none;
  }
.app-bnr .app-btns a:hover{
  opacity: .8;
}
@media screen and (max-width: 768px){
.app-bnr .inner .blue::after{
  content: '';
  background: url("../img/spspsp.png") no-repeat center center;
  background-size: 500px;
  width: 100%;
  margin: auto;
  height: 500px;
  display: block;
  position: absolute;
  top: inherit;
  left: 0;
  right: 0;
  bottom: 20px;
}
.app-bnr .inner .blue{
   background: #004BB1;
  border-radius: 10px; 
  padding: 40px 20px;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}
.app-bnr .inner .blue h2 img{
    width: 90px;
    height: 29px;
    margin: auto;
  }
.app-bnr .inner .blue h2{
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 300px;
  position: relative;
}
  .app-bnr .inner .blue h2::after{
    content: 'App Download';
    display: block;
    font-family: 'Open Sans', sans-serif;
  }
.app-bnr .inner .blue h2+p{
  margin-bottom: 0px;
  font-size: 14px;
}
  .app-bnr .app-btns.pc-none{
    display: flex;
  }
  .app-bnr .app-btns{
  margin: 0 auto;
}
}
/*お問い合わせ窓口＿＿＿＿*/
.sec-contact{
  background: #EDEDED;
  padding: 70px 0;
}
.sec-contact .tell-03{
  display: flex;
  justify-content: space-between;
}
.sec-contact .tell-03 .item{
  width: calc((100% - 30px) / 3);
  background: #fff;
  border-radius: 10px;
  text-align: center;
  padding: 15px;
  margin-bottom: 60px;
}
.sec-contact .tell-03 .item h3{
  font-size: 18px;
  color: #00255B;
}
.sec-contact .tell-03 .item h3+p{
  font-size: 11px;
  color: #747474;
  margin-bottom: 20px;
}
.sec-contact .tell-03 .item a{
  display: block;
  font-size: 24px;
  font-weight: 900;
  color: #00255B;
  margin-bottom: 10px;
}
.sec-contact .tell-03 .item a::before{
  content: '';
  background: url("../img/icon-tel.svg") no-repeat;
  display: inline-block;
  width: 26px;
  height: 26px;
  position: relative;
  top: 3px;
  margin-right: 5px;
}
.sec-contact .tell-03 .item a+p{
  font-size: 11px;
}
.link-btns{
  display: flex;
  justify-content: center;
}
.link-btns a{
  border: solid 2px #ADADAD;
  border-radius: 50px;
  padding: 15px;
  width: 266px;
  text-align: center;
  margin: 0 10px;
  background: url("../img/icon-arow.svg") no-repeat;
  background-position: center right 20px;
  transition: .2s;
  font-size: 14px;
}
.link-btns a:hover{
  background-color: #ADADAD;
}
@media screen and (max-width: 768px){
  .sec-contact{
  padding: 40px 0;
}
.sec-contact .tell-03{
  display: block;
}
.sec-contact .tell-03 .item{
  width: 100%;
  max-width: 342px;
  margin: auto;
  margin-bottom: 20px;
}
.link-btns{
  display: block;
  margin-top: 40px;
}
.link-btns a{
  display: block;
  margin: 20px auto;
}
.link-btns a:hover{
  background-color: #ADADAD;
}
}
/*COPY＿＿＿＿＿＿*/
.copy{
  background: #004BB1;
  color: #fff;
  text-align: center;
  padding: 50px 0 120px 0;
  font-size: 14px;
}
@media screen and (max-width: 768px){
  .copy{
  padding: 40px 0;
  font-size: 10px;
}
  .copy h2 img{
    width: 90px;
    height: 29px;
    margin: auto;
  }
}
/*セカンドページMV＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿*/
.page-howto .cover-title{
  background: url("../img/howto/mv__howto.png") no-repeat right 30% bottom;
  background-size: cover;
}
.page-faq .cover-title{
  background: url("../img/faq/faq-mv.jpg") no-repeat right 30% bottom;
  background-size: cover;
}
.page-manual .cover-title{
  background: url("../img/manual/manual-mv.jpg") no-repeat right 30% center;
  background-size: cover;
}
.page-price .cover-title{
  background: url("../img/price/price-mv.jpg") no-repeat right 30% top;
  background-size: cover;
}
.page-contact .cover-title{
  background: url("../img/contact/mv__contact.png") no-repeat right 30% top;
  background-size: cover;
}
.page-cars .cover-title{
  background: url("../img/cars/cars-mv.jpg") no-repeat right 30% bottom;
  background-size: cover;
}
.sub-section{
  margin-bottom: 140px;
}
.sub-section:last-of-type{
  margin-bottom: 0;
}
.sub-section-title{
  margin-bottom: 60px;
}
.sub-section-title h3{
  font-size: 24px;
  text-align: center;
  background: #004BB1;
  padding: 10px;
  color: #fff;
  border-radius: 50px;
  width: 100%;
  max-width: 342px;
  margin: auto;
}
.sub-section .accordion-content{
  padding: 20px;
  border-top: dashed 1px #DCDCDC ;
}
.text-link{
  text-decoration: underline;
}
.text-link:hover{
  opacity: .8;
}
.list-text li{
  display: flex;
  margin-bottom: 20px;
}
.list-dotted li{
  display: flex;
}
.list-text li::before{
  content: '①'
}
.list-text li:nth-of-type(2):before{
  content: '②'
}
.list-text li:nth-of-type(3):before{
  content: '③'
}
.list-dotted li::before{
  content: '・'
}
small.comment{
  font-size: 14px;
  display: flex;
}
.page-top-section{
  margin-bottom: 140px;
}
.page-top-section-title{
  color: #00255B;
  text-align: center;
  margin-bottom: 80px;
}
.page-top-section-title h3{
  font-size: 30px;
  font-weight: 900;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-top-section-title h3::before{
  content: '';
  display: block;
  border-bottom: 2px solid;
  width: 100px;
}
.page-top-section-title h3::after{
  content: '';
  display: block;
  border-bottom: 2px solid;
  width: 100px;
}
.page-top-section-title h3 span{
  margin: 0 20px;
}
.page-top-section-title h4{
  color: #000;
}
@media screen and (max-width: 768px){
  .sub-section{
  margin-bottom: 80px;
}
  .sub-section:last-of-type{
    margin-bottom: 0;
  }
.sub-section-title{
  margin-bottom: 30px;
}
.sub-section-title h3{
  font-size: 18px;
  padding: 10px;
}
  .page-top-section{
  margin-bottom: 80px;
}
.page-top-section-title{
  margin-bottom: 50px;
}
.page-top-section-title h3{
  font-size: 20px;
}
.page-top-section-title h3::before{
  width: 50px;
}
.page-top-section-title h3::after{
  width: 50px;
}
.page-top-section-title h4{
  font-size: 14px;
}
}
/*ステーション上部の地図＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿*/
.map-wrap {
  width: 100%;
  height: 420px;
  margin-bottom: 20px;
}
#map {
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .map-wrap {
    height: 400px;
  }
}

/*cars検索フォーム＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿*/
.cars-filter-box {
  background: #F1F7FF;
  border: 1px solid #C8DFFF;
  padding: 15px;
  margin: 5px auto 20px;
  margin-top: 5px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  max-width: 600px; 
}
.filter-row {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: center;
}
.filter-item {
  display: flex;
  flex-direction: column;
}
.filter-item label {
  font-size: 14px;
  margin-bottom: 5px;
  color: #004BB1;
  font-weight: bold;
}
#car-type-select,
#car-name-select,
#keyword-input {
  padding: 8px;
  width: 180px;
  font-size: 15px;
  border: 1px solid #AFC7E8;
  border-radius: 6px;
}
#filter-button {
  background: #004BB1;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-size: 15px;
}

#filter-button:hover {
  opacity: 0.9;
}
.reset-btn {
  display: block;  
  margin-top: 10px;
  padding: 6px 14px;
  border: 1px solid #C8DFFF;
  border-radius: 20px;
  background: #fff;
  color: #2665BC;
  font-size: 13px;
}
/* 検索結果 件数表示 */
.result-count {
  text-align: center;
  font-weight: bold;
  margin-bottom: 5px;
  color: #004BB1;
  font-size: 15px;
}
.result-count span {
  font-size: 18px;
  margin: 0 4px;
}
@media (max-width: 600px) {
  #car-type-select,
  #car-name-select,
  #keyword-input {
    width: 100%;
  }
}
.class-toggle-wrap {
  margin: 30px auto;
  max-width: 1000px;
}
.class-toggle-btn {
  width: 100%;
  background: #f5f7fa;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 14px 18px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.class-toggle-btn .arrow {
  transition: transform 0.3s ease;
}
.class-toggle-btn.is-open .arrow {
  transform: rotate(180deg);
}
.class-toggle-content {
  display: none;
  margin-top: 16px;
}
.class-toggle-content.is-open {
  display: block;
}
.filter-row {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: 20px;
  align-items: end;
}
/*cars＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿*/
.page-cars .first-text{
  margin: 0;
}
.page-cars .page-links{
  display: block;
  justify-content: space-between;
}
.page-cars .page-links a{
color: #fff;
 background-color: #004BB1;
  padding: 8px 18px;
  font-weight: bold;
  border-radius: 50px;
  padding-left: 20px;
  border: solid 2px;
  transition: .2s;
  display: block;
  width: 100%;
  max-width: 342px;
  margin: 0 auto 10px;
  text-align: center;
  white-space: nowrap; 
}
.page-cars .page-links a:hover{
  color: #004BB1;
 background-color: #fff;
  border: solid 2px;
}
.page-cars .sub-section-title h3+P{
  text-align: center;
  color: #004BB1;
  font-weight: 900;
  font-size: 24px;
}
.page-cars .sub-section{
  background: #EFEFEF;
  padding: 80px 0;
}
.car-list .item{
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 40px
}
.car-list .item:last-of-type{
  margin-bottom: 0;
}
.car-list .item .car-title{
  width: 100%;
  text-align: center;
  color: #919191;
  font-weight: bold;
  margin-bottom: 20px;
}
.car-list .item .car-title h4{
  color: #00255B;
  font-weight: bold;
  font-size: 24px;
}
.car-list .item .car-title h4+small{
  color: #000;
  font-weight: bold;
}
.car-image{
  width: 400px;
}
 .mainImg{
   margin-bottom: 10px;
   width: 100%;
        }
        .subImg{
            display: flex;
            justify-content: space-between;
        }
        .subImg li{
            width: calc((100% - 20px) / 3);
          background: #fff;
        }
        .subImg li.current img{
            opacity: .4;
        }
.car-text dl{
  border-bottom: solid 1px #DCDCDC;
  padding: 10px 0;
}
.car-text dl dt{
  font-weight: bold;
  width: 100px;
}
.car-text dl dd{
  width: calc(100% - 100px);
  line-height: 1.5;
}
.car-description{
  padding-top: 20px;
}
@media screen and (min-width: 769px){
  .car-list .item{
    margin-bottom: 40px;
  }
  .car-body{
    display: flex;
    gap: 40px;
    align-items: flex-start;
    flex-wrap: nowrap;
  }
  .car-image{
    width: 400px;
    flex-shrink: 0;
  }
  .car-text{
    flex: 1;
    width: auto;
  }
  .mainImg{
    position: static;
    height: auto;
  }
  .page-cars .page-links{
    display: flex;
  }
}
@media screen and (max-width: 768px){
  .car-body{
    display: block;
  }
  .car-image,
  .car-text{
    width: 100%;
  }
  .mainImg{
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }
  .page-cars .page-links{
    display: block;
  }
  .car-list .item .car-title h4{
  font-size: 19px;
}
.car-text{
  font-size: 14px;
}
}
.mailform input[type="submit"]:hover { opacity: .7; }
.mailform input[type="submit"]:active { top: 1px; }

#formWrap {
  padding: 40px 0 140px;
}
#formWrap .error,
#formWrap .check,
.thanks {
  margin: 0 auto;
  width: 80%;
}
.thanks {
  padding: 0 0 140px 0;
  text-align: center;
}
#formWrap .error_messe {
  color: #de1320;
}
#formWrap .formTable {
  margin-top: 40px;
}
#formWrap .formTable {
  border-collapse: collapse;
  margin: 20px auto 0 auto;
  padding: 0;
  width: 100%;
}
#formWrap .formTable tr {
  background-color: #EFEFEF;
  padding: 20px;
  border-bottom: 3px solid #fff;
}
#formWrap .formTable th,
#formWrap .formTable td {
  padding: 20px;
  border-right: 3px solid #fff;
}
#formWrap .formTable th {
  font-size: 16px;
}
#formWrap .formTable th{
  background-color: #004BB1;
  color:#fff;
}
#formWrap .formTable th,
#formWrap .formTable td {
  padding: 5px;
}
#formWrap .formTable th {
  font-weight: bold;
  text-align: left;
}

#formWrap input[type="submit"] {
  background: url("../img/bg-submit.png") no-repeat center;
  display: block;
  background-size: cover;
  width: 100%;
  max-width: 342px;
  height: 70px;
  line-height: 70px;
  border-radius: 10px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  position: relative;
  -webkit-appearance: none;
  transition: .3s;
  margin: 50px auto 0;
}
#formWrap input[type="button"] {
  background: #ccc;
  display: block;
  background-size: cover;
  width: 100%;
  max-width: 342px;
  height: 70px;
  line-height: 70px;
  border-radius: 10px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  position: relative;
  -webkit-appearance: none;
  transition: .3s;
  margin: 50px auto 0;
}
/*mv*/
.top-h2{
  background: #00255B;
  color: #fff;
  text-align: center;
  font-size: 4vw;
  padding: 20px;
  font-family: 'Noto Serif JP', serif;
}
.imp a{
  border: solid #e50000 5px!important;
}
.btn--orange,
a.btn--orange {
  color: #fff;
  background-image: radial-gradient( circle 808px at 15.8% 37%,  rgba(234,178,93,1) 0%, rgba(40,39,39,1) 50.7% );
  font-size: xx-large;
  padding: 10px;
}
.btn--orange:hover,
a.btn--orange:hover {
  color: #fff;
background-image: radial-gradient( circle 886px at 10% 33.8%,  rgba(87,39,6,1) 0%, rgba(44,20,9,1) 90% );
}
a.btn--radius {
   border-radius: 10px;
}

.svg-inline--fa {
vertical-align: -0.200em;
}
.rounded-social-buttons {
text-align: center;
}
.rounded-social-buttons .social-button {
display: inline-block;
position: relative;
cursor: pointer;
width: 3.125rem;
height: 3.125rem;
border: 0.125rem solid transparent;
padding: 0;
text-decoration: none;
text-align: center;
color: #fefefe;
font-size: 1.5625rem;
font-weight: normal;
line-height: 2em;
border-radius: 1.6875rem;
transition: all 0.5s ease;
margin-right: 0.25rem;
margin-bottom: 0.25rem;
}
.rounded-social-buttons .social-button:hover, .rounded-social-buttons .social-button:focus {
-webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
        transform: rotate(360deg);
}
.rounded-social-buttons .fa-twitter, .fa-facebook-f, .fa-linkedin, .fa-tiktok, .fa-youtube, .fa-instagram {
font-size: 25px;
}
.rounded-social-buttons .social-button.facebook {
background: #004BB1;
}
.rounded-social-buttons .social-button.facebook:hover, .rounded-social-buttons .social-button.facebook:focus {
color: #004BB1;
background: #fefefe;
border-color: #004BB1;
}
.rounded-social-buttons .social-button.instagram {
background: #004BB1;
}
.rounded-social-buttons .social-button.instagram:hover, .rounded-social-buttons .social-button.instagram:focus {
color: #004BB1;
background: #fefefe;
border-color: #004BB1;
}
:root {
  --button-background: #2665BC;
  --button-color: white;
  --dropdown-highlight: #2665BC;
  --dropdown-width: 160px;
  --dropdown-background: white;
  --dropdown-color: black;
  --header-height: 90px;
}
/* Boring button styles */
a.button {
  /* Frame */
  display: block;
  padding: 20px 28px;
  border-radius: 50px;
  box-sizing: border-box;
  /* Style */
  border: none;
  background: var(--button-background);
  color: var(--button-color);
  font-size: 24px;
  cursor: pointer;
}
a.button:active {
  filter: brightness(75%);
}
/* ▼ ドロップダウンをヘッダー直下に固定 */
.fixed-dropdown {
  position: fixed;
  top: 190px;
  left: 0;
  width: 100%;
  z-index: 900;
  padding: 0;
}
@media (max-width: 768px){
  .fixed-dropdown{
    top: 130px;
}}
/* ▼ ドロップダウンの中の details を中央に */
.fixed-dropdown details {
  max-width: 450px;
  margin: auto;
}
/* ▼ スクロールエリア */
.scroll-area {
  position: relative;
  margin-top: calc var(50 + 60px);/* header(約80px) + dropdown(約70px)*/
}
.dropdown ul li a {
  display: block;
  padding: 10px;
  border-bottom: 1px solid #eee;
  text-decoration: none;
  color: #333;
}
.sec-title {
  text-align: center;
  margin-top: 130px;
}
.pref > summary {
  text-align: left !important;
  padding: 8px;
  cursor: pointer;
  margin-bottom: 5px;
}
/* 市区リスト */
.city-list li,
.city-list li a {
  display: block;
  text-align: left !important;
  border-bottom: 1px solid #eee;
}
/* ▼ ドロップダウンの中のリスト */
.dropdown ul {
  list-style: none;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 0;
  margin: 10px 0 0;
  max-height: 320px; /*ドロップダウン内の長さ */
  border: 1px solid #ccc;
  position: absolute;
  text-align: left;
  margin: 20px 0 0 0;
  padding: 20px 0;
  width: var(--dropdown-width);
  left: 50%;
  margin-left: calc((var(--dropdown-width) / 2)  * -1);
  box-sizing: border-box;
  z-index: 2;
  background: var(--dropdown-background);
  border-radius: 6px;
  list-style: none;
}
.dropdown {
  position: relative;
  padding: 0;
  margin-right: 1em;
  border: none;
}
.dropdown summary {
  text-align: left;
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  list-style-type: none;
}
.dropdown > summary::-webkit-details-marker {
  text-align: left;
  display: none;
}
.dropdown summary:focus {
  text-align: left;
  outline: none;
}
.dropdown summary:focus a.button {
  text-align: left;
  border: 5px solid white;
}
.dropdown summary:focus {
  text-align: left;
  outline: none;
}
.dropdown ul li {
  text-align: left;
  padding: 0;
  margin: 0;
}
.dropdown ul li a:hover {
  background-color: var(--dropdown-highlight);
  color: var(--dropdown-background);
}
/* ▼ アコーディオン（都道府県）のスタイル */
.dropdown details.pref {
  text-align: left;
  padding: 0 1rem;
  border-bottom: 1px solid #eee;
}
.dropdown details.pref summary::-webkit-details-marker {
  display: none;
}
.dropdown details.pref ul {
  text-align: left;
  margin: 5px 0 10px 1rem;
  padding: 0;
  max-height: none; /* ← 市区町村リストを制限なく表示 */
  border: none;
  position: static; /* ← 既存のドロップダウンの absolute を打ち消す */
}
.dropdown details.pref ul li a {
  text-align: left;
  padding: 8px 0.5rem;
}
/* ドロップダウンの外枠をクリックすると閉じる */
.dropdown > summary::before {
  text-align: left;
  display: none;
}
.dropdown[open] > summary::before {
    text-align: left;
    content: ' ';
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
}
#buttonback {
  display: inline-block;
  background-color: #2665BC;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#buttonback::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#buttonback:hover {
  cursor: pointer;
  background-color: #333;
}
#buttonback:active {
  background-color: #555;
}
#buttonback.show {
  opacity: 1;
  visibility: visible;
}
#buttonback {
  margin: 30px;
}
.bnr-owner {
  height: 455px;
  background: url(../img/cover01.jpg) no-repeat bottom;
  background-size: cover;
  position: relative;
  padding: 0 20px;
  max-width: 1260px;
  margin: 100px auto 0 auto;
  border-radius: 10px;
}
.bnr-owner .txt {
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
  position: absolute;
  right: 8%;
  bottom: 8%;
  width: 55%;
  margin: 0 auto;
  border-radius: 10px;
  padding-bottom: 40px;
}
.bnr-owner .txt h2 {
  padding: 20px 20px 0 20px;
  color: #00255b;
  text-align: center;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 900;
}
.bnr-owner .txt small {
  color: #004bb1;
  font-size: 18px;
  font-weight: bold;
}
.bnr-owner .txt a {
  background: url(../img/bg-btn@2x.png) no-repeat;
  background-size: contain;
  width: 415px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  margin: 20px auto 0;
}
.bnr-owner .txt a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .sec-owner1 {
    padding-bottom: 50px;
  }
  .sec-owner1 .point-3 {
    display: block;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .sec-owner1 .point-3 .item {
    width: 100%;
    max-width: 342px;
    margin: auto;
    margin-bottom: 50px;
  }
  .sec-owner1 .point-3 .item:last-of-type {
    margin-bottom: 0;
  }
  .sec-owner1 .please {
    margin-top: 50px;
  }
  .sec-owner1 .please h5 {
    font-size: 18px;
  }
  .sec-owner2 {
    padding-bottom: 50px;
  }
  .sec-owner2 .step6 {
    margin-bottom: 50px;
  }
  .sec-owner2 .step6 li {
    flex-flow: column nowrap;
    flex-basis: auto;
    align-items: start;
    border-bottom: none;
    padding: 0;
    text-align: center;
    margin-bottom: 50px;
  }
  .sec-owner2 .step6 li::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #004bb1;
    position: absolute;
    left: calc(50% - 5px);
    bottom: -30px;
  }
  .sec-owner2 .step6 .sans {
    font-size: 18px;
    font-weight: 900;
    color: #fff;
    text-align: center;
    background-color: #00255b;
    margin-right: 0;
    padding: 10px 10px 10px 10px;
    border-radius: 10px;
    width: 100%;
    margin-bottom: 20px;
  }
  .sec-owner2 .step6 .sans span {
    font-size: 16px;
    padding-right: 0.5rem;
  }
  .sec-owner2 .step6 .image {
    margin-right: 0;
    margin: auto;
    text-align: center;
  }
  .sec-owner2 .step6 .image img {
    max-width: 100%;
    width: 100%;
  }
  .sec-owner2 .step6 .txt {
    width: 100%;
    text-align: left;
  }
  .sec-owner2 .step6 .txt h4 {
    padding-top: 10px;
  }
  .bnr-owner {
    height: 370px;
    background: url(../img/cover01.jpg) no-repeat bottom;
    background-size: cover;
    position: relative;
    padding: 0 20px;
    max-width: 1260px;
    margin: 50px auto 20px auto;
    border-radius: 0;
  }
  .bnr-owner .txt {
    background: rgba(255, 255, 255, 0.8);
    text-align: center;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 30px;
    width: 90%;
    margin: 0 auto 0;
    border-radius: 10px;
    padding-bottom: 20px;
  }
  .bnr-owner .txt h2 {
    padding: 20px 20px 0 20px;
    color: #00255b;
    text-align: center;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 900;
  }
  .bnr-owner .txt small {
    color: #004bb1;
    font-size: 16px;
    font-weight: bold;
  }
  .bnr-owner .txt a {
    background: url("../img/bg-btn@2x.png") no-repeat center center;
    background-size: cover;
    width: calc(100% - 40px);
    max-width: 342px;
    padding: 20px;
    height: inherit;
    font-size: 15px;
    border-radius: 10px;
    margin: 20px auto 0;
  }
}
.container {
  width: 90%;   
}
.footer-links {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-bottom: 12px;
  flex-wrap: wrap;
}
.footer-links a {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  opacity: 0.9;
  transition: 0.3s;
}
.footer-links a:hover {
  opacity: 1;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
    .footer-links a {
  font-size: 12px;
  }
}