.buynow_btn,
.registernow_btn{
  text-align: center;
  margin-bottom: 10px;
}
.registernow_btn a{
  display: inline-block;
  width: 200px;
  height: 35px;
  text-align: center;
  text-decoration: none;
  outline: none;
  position: relative;
  background-color: #004272;
  border-radius: 20px;
  font-size: 16px;
  color: #fff;
  line-height: 35px;
  -webkit-transition: none;
  transition: none;
}
.registernow a:hover{
  background-color: #125f96;
}
/*20240527追記*/
.detail.layout_type_v2 .dbox:nth-of-type(even) .info .hBox   {
  order: 0;
  padding-right: 30px;
  padding-left: 0;
}
.detail.layout_type_v2 .dbox:nth-of-type(odd) .info .hBox {
  order: 2;
  padding-right: 0;
  padding-left: 30px;
}
.detail.layout_type_v2 .dbox:nth-of-type(6) .info .hBox{
  order: 2;
  padding-right: 0;
  padding-left: 30px;
}
.imgbox {
  padding-top: 30px;
}
/*carousel*/
.product-carousel_wrapper{
  margin-bottom: 1em;
}
.standcut img{
  width: auto;
}
.standcut .product-carousel{
  width: 100%;
}
.product_detail li{
  width: 50%!important;
}
.product-carousel_wrapper .product-carousel .product_main{
  margin: 0 auto 5em;
}

/*cat_title修正*/
.vitxt{
  color: #000;
}
.kv_main .vitxt p.cat_title{
  text-shadow: 1px 2px 3px #fff;
}
.kv_main .vitxt p.cat_title span{
  font-weight: bold;
}

.productDetail01 .bg_img02 {
  background-image: url('/usa/car/images/bg/bg_top_2022_07.png');
  background-size: cover;
}
.productDetail01 .bg_key_featuers02{
  background-image: url(/usa/car/images/bg/bg_key_featuers_2022_07.jpg);
}
.hMain {
  background-position: top center;
  background-size: auto auto;
  background-repeat: no-repeat;
  background-image: url(/usa/car/images/bg/bg_dbox_top05.jpg);
}
.detail .dbox {
  background: none;
}

.detail .dbox.imgS .info .imgbox img {
  width: 300px;
}

.detail .dbox .txtCenter1 {
  display: block;
  text-align: center;
  margin-right: -250px;
}
.detail .dbox .txtCenter2 {
  display: block;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .productDetail01 .hMain, .productDetail01 .hMain03 {
    background-position: top left;
  }
}
@media screen and (max-width: 768px){
  .kv_main .vitxt p.cat_title{
    margin-bottom: 70px;
  }
  .flex-row {
    gap: 0;
    flex-wrap: wrap;
  }
  .flex-row li img {
    height: 60px;
  }
  .flex-row li {
    margin-right: 10px;
    margin-bottom: 10px;
  } 
    li:last-child {
      margin-right: 0;
  }
  .product_detail li {
    width: 20% !important;
  }
}
@media screen and (max-width: 480px){
  .registernow_btn , .buynow{
    text-align: center;
    margin-top: 20px;
    display: block;
    position: static;
  }
  .flex-row {
    flex-wrap: wrap;
    justify-content: center;
  }
  .flex-row li img {
    max-width: 100%;
    object-fit: contain;
  }
  .flex-row li a img {
    height: 33px;
  }
  .detail .dbox.imgS .info .imgbox {
    width: 238px;
    margin: 0 auto;
  }
  .detail .dbox div.img img, .detail .dbox.imgS .info .imgbox img {
    margin-top: 10px;
    margin-bottom: 10px;
    max-width: 100%;
    width: auto;
  }
  .detail .dbox .info {
    display: inherit;
    margin: 0;
    width: 100%;
  }
  .detail .dbox .info .imgbox {
    width: 100%;
  }
  .detail .dbox .txtCenter1 {
    margin-right: -80px;
  }
}
@media screen and (min-width: 768px) {
  .secondimage {
    padding-top: 30px;
  }
}