@charset "utf-8";
.productDetail01 .bg_img02{
  background-image: url('/ca/car/images/bg/bg_desert.jpg');
  background-position: bottom;
  background-size: auto;
}

.productDetail01 .hMain {
  background-position: top center;
  background-size: auto auto;
  background-repeat: no-repeat;
  background-image: url('/ca/car/images/bg/bg_vehicle.jpg');
  background-size: contain;
}
.tableType.tableType01.spec {
  overflow: auto;
}

#Specs .tableType.tableType01 {
  overflow: auto;
}

.vitxt{
  color: #000;
}

.vitxt p.cat_title{
  text-shadow: none;
}

h2.bg_gray{
  background-color: #F5F5F5;
  padding: 30px 0;
}

.info.num_txt{
  justify-content: space-evenly;
}

@media screen and (max-width: 1024px) {
  .dbox .info {
    width: auto;
  }
  .productDetail01 .hMain {
    background-position: top left;
    background-size: 130%;
  }
}

@media screen and (max-width: 480px){
  .productDetailBox h2{
    width: 100%
  }
  .productDetail01 .bg_img02{
    background-size: cover;
  }
}

/*carousel*/
.contents h2{
  font-family: 'FrutigerNextW01-Medium', sans-serif;
}

.contents p{
  font-family: 'Frutiger Next W01 Light', sans-serif;
  font-weight: bold;
}

.product-carousel_wrapper{
  margin-bottom: 1em;
}
.standcut img{
  width: auto;
}

.standcut .product-carousel{
  width: 100%;
}

/*feature*/
div#feat01 {
  background: url(../images/bg_feat01.jpg) no-repeat;
  background-size: cover;
  background-position: top;
}

div#feat01 div.img {
  width: 45%;
  margin: 0 auto 125px auto;
  padding-top: 30%;
}

.content:not(#nr_news):not(.top_content) .inner980 #feat01.dbox p.read {
  color: #fff;
  font-weight: bold;
  text-align: center;
  position: relative;
  font-family: 'FrutigerNextW01-Medium', sans-serif;
  font-size: 1.6em !important;
}

div#feat02 {
  background: url(../images/bg_feat02.jpg) no-repeat;
  background-size: 100%;
  background-position: top;
  min-height: 500px;
}

div#performance {
  margin-top:30px;
}

div#performance h3 {
  font-size:1.6em;
  font-family: 'FrutigerNextW01-Medium', sans-serif;
}

div#performance div.pbox {
  display:flex;
  justify-content:space-between;
  align-items:center;
  background:#eee;
  margin-bottom:2px;
}

div#performance div.pbox:last-of-type {
  margin-bottom:0;
}

div#performance div.pbox:nth-of-type(2n) {
  flex-flow:row-reverse;
}

div#performance div.pbox:nth-of-type(odd) {
  background:#cddced;
}

div#performance div.pbox div.img {
  width:50%;
}

div#performance div.pbox div.text {
  width:45%;padding:0 60px;
}

div#performance div.pbox:last-of-type div.img {
  padding-top:40px;
}


div#performance div.pbox div.img {
  width:60%;
  margin:0 auto 10px auto;
  padding-top:20px!important;
}

.on_p {
  display:inline-block;
}

.on_m {
  display:none;
}

div#feat04{
  text-align: center;
}

div#feat05 {
  background: url(../images/bg_feat05.jpg) no-repeat;
  background-size: 100%;
  background-position: top;
  text-align: center;
}

.content:not(#nr_news):not(.top_content) .inner980 #feat05.dbox p.read {
  color: #fff;
  font-weight: bold;
  text-align: center;
  position: relative;
  font-family: 'FrutigerNextW01-Medium', sans-serif;
  font-size: 1.6em !important;
}

div#feat06 .disp-flex{
  display: flex;
  justify-content: center;
}

div#feat06 .disp-flex .left{
  width: 40%;
}

div#feat06 .remo-list{
  font-size: 20px;
  flex-flow: column;
}

div#feat06 .remo-list li{
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

div#feat06 .remo-list li .remo_icn{
  margin-right: 20px;
}

div#feat07 .disp-flex{
  display: flex;
}

div#feat08 .disp-flex{
  display: flex;
}

@media only screen and (max-width: 768px){
  .target_respo .inner980 h2{
    padding: 0;
    border: none;
    color: #212121;
    font-size: 28px;
  }

  div#feat02{
    min-height: 300px;
  }

  .on_p {
    display:none;
  }

  .on_m {
    display:inline-block;
  }

  div#performance div.pbox {
    display:inherit;
    padding:10px;
  }

  div#performance div.pbox div.text {
    width:90%;
    margin:0 auto 30px auto;
    padding:0;
  }

  div#performance div.pbox div.img.on_m {
    display:block;
  }

  div#performance div.pbox div.img.on_m img{
    width: 100%;
  }

  div#performance div.pbox div.img {
    width:60%;
    margin:0 auto 10px auto;
    padding-top:20px!important;
  }

  div#feat05.dbox div.img img{
    margin-bottom: 0;
  }

  div#feat06 .disp-flex{
    display: block;
  }

  div#feat06 .disp-flex .left{
    margin: auto;
  }

  div#feat06 .disp-flex .right{
    margin-top: 20px;
  }

}