html{
  font-family: 'Noto Sans JP', sans-serif;
}
body{
  max-width: 100%;
  padding-top: 128px;
}
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;
}
.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;
}
.cover-title{
  width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  padding:0;
}
.cover-title img{
  display:block;
  width:100vw;
  max-width:none;
  height:auto;
}
.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;
}
.cars-filter-box{
  background:#fff;
  border:1px solid #dce4f0;
  border-radius:16px;
  padding:14px;

  width:fit-content;
  margin:20px auto 24px;

  display:flex;
  justify-content:center;
  align-items:center;
  gap:12px;
  flex-wrap:wrap;
}
.filter-group{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  flex-wrap:wrap;
  text-align:center;
}
.filter-title{
  font-weight:700;
  color:#143070;
  margin:0;
  white-space:nowrap;
}
.body-type-buttons{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:8px;
}
.body-btn{
  border:1px solid #dce4f0;
  background:#fff;
  color:#143070;
  border-radius:10px;
  padding: 8px 16px;
  cursor:pointer;
  font-weight:700;
  transition:.2s;
}
.body-btn:hover{
  border-color:#22418D;
}
.body-btn.active{
  background:#22418D;
  border-color:#22418D;
  color:#fff;
}
.reset-btn{
  margin-top:20px;
  background:#f5f7fb;
  border:none;
  border-radius:30px;
  padding:10px 20px;
  color:#22418D;
  font-weight:700;
  cursor:pointer;
    margin:0;
  white-space:nowrap;
}
.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;
}
.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;
}
.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: 40px 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;
}
.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;
}
@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;
  }
}
.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.forPC{
  display:flex;
}

.app-bnr .app-btns.pc-none{
  display:none;
}
.app-bnr .app-btns a:hover{
  opacity: .8;
}
.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;
}
/*お問い合わせ窓口*/
.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;
}
.inner .sec-title{
  padding-top: 50px;
  color: #00255B;
  text-align: center;
  margin-bottom: 50px;
}
.inner .sec-title h2{
  font-size: 36px;
  font-weight: 900;
}
.inner .sec-title small{
  color: #004BB1;
  font-size: 18px;
  font-weight: 
    bold;
}
.copy{
  background: #004BB1;
  color: #fff;
  text-align: center;
  padding: 50px 0 120px 0;
  font-size: 14px;
}
.text-link{
  padding-top: 40px;
  display: flex;
  justify-content: center;
  color: #00255B;
}
.text-link a{
  display: block;
  margin: 0 20px; 
}
.footer-links {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-bottom: 12px;
  flex-wrap: wrap;
}
.footer-links a {
  color: #fff;
  font-size: 12px;
  text-decoration: none;
  opacity: 0.9;
  transition: 0.3s;
}
.footer-links a:hover {
  opacity: 1;
  text-decoration: underline;
}
@media screen and (max-width: 768px){
  body{
  padding-top: 57px;
}
  .box{
  padding: 0 0 40px 0;
}
  .pc-nav{
    display: none;
  }
  #car-type-select,
  #car-name-select,
  #keyword-input {
    width: 100%;
  }
  .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;
}
.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;
  height: 170px;
}
.link-btns{
  display: block;
  margin-top: 40px;
}
.link-btns a{
  display: block;
  margin: 20px auto;
}
.link-btns a:hover{
  background-color: #ADADAD;
}
.copy{
  padding: 40px 0;
  font-size: 10px;
}
.copy h2 img{
  width: 90px;
  height: 29px;
  margin: auto;
}
.text-link{
  padding-top: 0;
  display: block;
}
.text-link a{
  margin: 20px 0;
  text-align: center;
}
.cars-filter-box{
  width:calc(100% - 20px);
  margin:15px auto 20px;
  padding:12px;
  flex-direction:column;
  gap:10px;
}
.filter-group{
  width:100%;
  flex-direction:column;
  gap:10px;
}
.filter-title{
  font-size:14px;
}
.body-type-buttons{
  width:100%;
  justify-content:center;
  gap:6px;
}
.body-btn{
  padding:8px 12px;
  font-size:13px;
  border-radius:8px;
}
.reset-btn{
  width:100%;
  max-width:220px;
  padding:10px;
  font-size:13px;
}
.result-count{
  font-size:14px;
}
.result-count span{
  font-size:17px;
}
  .body-btn{
  min-width:90px;
}
  .app-bnr .app-btns.forPC{
    display:none;
  }
  .app-bnr .inner .blue{
    background:#004BB1;
    border-radius:10px;
    position:relative;
    overflow:hidden;
    padding:40px 20px 80px;
    color:#fff;
    text-align:center;
    margin-bottom:20px;
    height: 510px;
  }
  .app-bnr .inner .blue::after{
    content:'';
    background:url("../img/spspsp.png") no-repeat center bottom;
    background-size:500px;
    width:100%;
    height:500px;
    display:block;
    position:absolute;
    left:0;
    right:0;
    bottom:-20px;
    margin:auto;
  }
  .app-bnr .inner .blue h2 img{
    width:90px;
    height:29px;
    display:block;
    margin:0 auto -10px;
  }
.app-bnr .inner .blue h2{
    font-size:20px;
    line-height:1.5;
    margin-bottom:280px;
    position:relative;
    z-index:2;
}
  .app-bnr .inner .blue h2::after{
    content:'App Download';
    display:block;
    font-size:14px;
    font-weight:400;
  }
  .app-bnr .inner .blue h2 + p{
    margin-bottom:0;
    font-size:14px;
    position:relative;
    z-index:2;
  }

.app-bnr .app-btns.pc-none{
    display:flex;
    position:relative;
    z-index:10;
    max-width:340px;
    margin:20px auto 0;
}
  .app-bnr .app-btns{
    margin:0 auto;
  }
   .sec-contact .sec-title h2 img{
    width:100px;
  }
  .sec-contact .sec-title h2{
    font-size:18px;
    line-height:1.3;
  }
.app-bnr .app-btns.pc-none{
    display:flex;
    align-items:center;
    background:#fff;
    border:1px solid #BDBDBD;
    border-radius:12px;
    padding:18px;
    max-width:360px;
    margin:20px auto 0;
    box-sizing:border-box;
}
.app-bnr .app-btns.pc-none .left{
    width:60px;
    flex-shrink:0;
}
.app-bnr .app-btns.pc-none .right{
    width:calc(100% - 75px);
}
.app-bnr .app-btns.pc-none .right p{
    margin:0 0 8px;
    color:#000;
    font-size:13px;
    font-weight:700;
}
  .app-bnr .app-btns.pc-none .right p{
    font-size:10px;
    line-height:1.4;
  }
}