@charset "utf-8";
.content #productDetailFeaturesBox {
  padding: 0;
}

.kv_main .vitxt {
  text-align: left;
}

#productDetailFeaturesBox .productDetail01 .kv_bg {
  background-position: top center;
  background-size: auto auto;
  background-repeat: no-repeat;
  background-size: 52%;
  background-image: url("/usa/car/caraudio/navigation_multimedia/cax-hl10qi/images/01.Top_Image.png");
}

.spec_table .col01,
.spec_table .col02 {
  width: 20%;
}
.spec_table .col03 {
  width: 60%;
}
.productDetail01 .hMain {
  background-position: top center;
  background-size: auto auto;
  background-repeat: no-repeat;
  background-image: url('/usa/car/images/bg/bg_dbox_top04.jpg');
}
.dbox .dboxn .ft_h2 {
  font-size: 35px;
  padding-top: 10px;
  margin: 0;
}

.hMain03 .detail .dboxn {
  padding: 0;
  width:auto;
}

.dboxn p {
  padding: 0 15px;
}

.flex-mr {
  padding-top: 15px;
  margin-right: 15%;
}

.movie_margin {
  padding-bottom: 40px;
}

.flex_threebox {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  text-align: center
}

.threesettings img {
  width: 100%;
}

.flex_threebox .flex_threecontents {
  width: 33%;
}

.flex_threebox .flex_threecontents img {
  width: 85%;
  height: 85%;
}

.list_title {
  margin-left: 15px;
  font-size: 20px;
}

.detail .dbox .list_item {
  margin: 10px 15px 10px;
  transform: none;
}

#sub_item {
  padding: 0;
}

@media screen and (max-width: 1024px) {
.detail .dbox .info,
.detail .dbox #dbox3 .info {
  width: auto;
}
.productDetail01 .hMain {
  background-position: top left;
  background-size: 130%;
}
.flex_threebox .flex_threecontents img {
  width: 85%;
  height: auto;
}
.movie_margin p img{
  width:100%;
}
}

@media screen and (max-width: 980px) {
  #productDetailFeaturesBox .productDetail01 .kv_bg {
  background-size: 100%;
}

}

/*add*/
#productDetailFeaturesBox .mt20{
  margin-top: 20px;
}
#productDetailFeaturesBox .kv_main{
  justify-content: flex-start;
  flex-direction: column;
}
#productDetailFeaturesBox .tit_point_pc{
  box-sizing: border-box;
  display: block;
  width: 22%;
  max-width: 310px;
  margin-right: 20%;
  margin-top: 3%;
  margin-bottom: 3%;
  padding: 20px 30px;
  background-color:rgba(255,255,255,0.6);
}
#productDetailFeaturesBox .tit_point_sp{
  display:none;
}
#productDetailFeaturesBox .image_txt{
  display: flex;
}
#productDetailFeaturesBox .image_txt_01_txt{
  margin-right: 10px;
  width: 100%;
  font-size: 12px;
}
#productDetailFeaturesBox .image_txt_01_img img{
  width: 40px;
}
#productDetailFeaturesBox .image_txt_02{
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
#productDetailFeaturesBox .image_txt_02_img img{
  margin-top: 10px;
  width: 120px;
}
#productDetailFeaturesBox .image_txt_02_txt{
  align-items: center;
}

@media screen and (max-width: 1100px) {
  #productDetailFeaturesBox .tit_point_pc{
    width: 24%;
    margin-right: 22%;
  }
}

@media screen and (max-width: 980px) {
  #productDetailFeaturesBox .tit_point_pc{
    width: 35%;
    margin-right: 33%
  }
}

@media screen and (max-width: 768px) {
  #productDetailFeaturesBox .kv_main{
    padding-top: 60px;
  }
  #productDetailFeaturesBox .tit_point_pc{
    display:none;
  }
  #productDetailFeaturesBox .tit_point_sp{
    box-sizing: border-box;
    display: block;
    width: 94%;
    margin: 3%;
    border:1px solid #004473;
    padding: 20px;
    background-color:rgba(255,255,255,1);
  }
  #productDetailFeaturesBox .vitxt{
  }
  #productDetailFeaturesBox .image_txt_02{
    flex-direction: column;
  }
}