.car_detail_title{
    background-color: #ecebcf;
}
.car_detail_title .d-flex{
 align-items: center;
 flex-wrap: wrap;
 justify-content: center;
}
.maker_icon{
    background-color: #FFF;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    text-align: center;
    line-height: 71px;
    border-bottom: 3px solid #d9d8b4;
}
.maker_icon img{
    height: 60%;
    width: auto;
    display: inline-block;
}
.maker_00800 img{
    width: 68% !important;
    height: auto !important;
    
}

.maker_icon2{
    background-color: #FFF;
    width: auto;
    height: 80px;
    border-radius: 10px;
    text-align: center;
    line-height: 1.3;
    font-weight: bold;
    border-bottom: 3px solid #d9d8b4;
    display: flex;
    padding: 0 10px ;
    align-items: center;
    text-align: center;
    justify-content: center;
}
.car_detail_title h1{
    font-size: 28px;
    /*font-weight: bold;*/
    margin: 0 0 0 15px;
    width: calc(100% - 200px);
}
.maker_icon2 +　h1{
    width: calc(100% - 150px) !important;
}
.car_detail_title h1 span{
    display: block;
    font-size: 20px;
    margin: 0 0 0 5px;
}
.car_detail_title h2{
    font-size: 28px;
    font-weight: bold;
    margin: 0 0 0 15px;
    width: calc(100% - 200px);
}
.maker_icon2 +　h2{
    width: calc(100% - 150px) !important;
}
.car_detail_title h2 span{
    display: block;
    font-size: 20px;
    margin: 0 0 0 5px;
}
.title_h1{
    font-size: 33px;
  font-weight: bold;
  margin: 0 0 10px;
}
@media screen and (max-width: 736px) {
    .title_h1{
      font-size: 22px;
    }
  }
.top_slide_data{
    display: flex;
    justify-content: space-between;
}

h3 {
    margin:30px 0 10px 0;
    text-align: center;
    font-size: 23px;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media screen and (max-width: 992px) {
    h3 {
        margin:20px 0 10px 0;

        font-size: 18px;
    }
}

h2 {
    margin:30px 0 10px 0;
    text-align: center;
    font-size: 23px;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media screen and (max-width: 992px) {
    h2 {
        margin:20px 0 10px 0;

        font-size: 18px;
    }
  }

/*----IMAGE---*/
.slider-for{
    width: 600px;
    height: 450px;
    border-radius: 15px;
    overflow: hidden;
}
.thumbnail-slide{
    background: #000;
    border-radius: 8px;
    padding: 5px 50px;
}
/*----PRICE---*/
.top_data{
    width: calc(100% - 620px);
}
.top_price{
    display: flex;
    justify-content: space-around;
}
.car-price p:first-child{
    font-size: 18px;

}

.car-price p:last-child{
    display: flex;
    font-weight: bold;
    align-items: flex-end;
    margin: 16px 0 0;
}
.car-price p:last-child span:first-child{
    font-size: 61px;
    line-height: 49px;
}
.car-price p:last-child span:last-child{
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 0 5px;
    text-align: center;
}
.car-price p:last-child span:last-child small{
    font-size: 13px;
}
.car-price p:last-child small{
    font-weight: bold;
}
.hontai-price p:first-child span{
    padding: 0 3px;
    display: inline-block;
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 60%, rgba(236,235,207,1) 60%, rgba(236,235,207,1) 100%);
}
.sougaku-price p:first-child span{
    padding: 0 3px;
    display: inline-block;
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 60%, #fff000 60%, #fff000 100%);
}
.sougaku-price.car-price p:last-child span:first-child{
    color: #f00000;
}

/*----TOP DATA 1---*/
.top_data_1{
    background: #ecebcf;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    /* padding: 5px; */
}
.top_data_1 li{
    background-color: #FFF;
    margin: 7px 2px;
    width: 22%;
    padding: 15px 6px;
    text-align: center;
}

.top_data_1 li p:first-child{
    font-size: 15px;
    border-bottom: 2px solid #000;
    font-weight: 600;
    padding: 7px 0 7px;
}
.top_data_1 li p:last-child{
    display: table;
    width: 100%;
}
.top_data_1 li p:last-child span{
    display: table-cell;
    vertical-align: middle;
    height: 53px;
    width: 100%;
    text-align: center;
    font-size: 14px;
}
/*----TOP DATA 2---*/
.top_data_2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.top_data_2 li{
    width: 49%;
    margin: 0 0 5px;
    display: flex;
    border-bottom: 2px solid #c7c696;
}
.top_data_2 li span:first-child{
    width: 145px;
    background-color: #ecebcf;
    padding: 5px 10px;
}
.top_data_2 li span:last-child{
    margin: 0 0 0 10px;
}
.top_data .top_data_2 li span:first-child{
    width: 120px;
    background-color: #ecebcf;
    padding: 5px 10px;
}

/*---- BOOTOM DATA ---*/
.bottom_data{
    justify-content: space-around;
}
.bottom_data li{
    width: 48.5%;
    margin: 0 0 10px;
}

/*---- SOUBI ---*/
.soubi{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.soubi li{
    width: auto;
    border: 4px solid #ecebcf;
    padding: 10px 20px;
    border-radius: 13px;
    margin: 0 0.5% 10px 0;
    text-align: center;
}
.soubi li:nth-child(4n){
    /* margin: 0 0 10px 0; */
}




@media screen and (max-width: 1199px) {

  .top_data .top_data_2 li {
    width: 100%;
    margin: 0 0 3px;
    }
    .slider-for {
        width: 550px;
        height: 415px;
        border-radius: 15px;
        overflow: hidden;
    }
    .top_data {
        width: calc(100% - 570px);
    }
    .car-price p:last-child {
        margin: 10px 0 0;
    }
    .car-price p:last-child span:first-child{
        font-size: 39px;
        line-height: 41px;
    }
    .top_data_1 li{
        width: 22%;
        padding: 5px 6px;
    }
    

}
@media screen and (max-width: 991px) {
    .top_data .top_data_2 li {
        width: 49%;
        margin: 0 0 5px;
    }    
    .slider-for {
        width: 550px;
        margin:auto;
    }
    .top_slide_data {
        flex-wrap:wrap;
        justify-content:center;
    }
    .top_data {
        width:100%;
    }
    .thumbnail-wrap { display:none;}
    .soubi li{
        margin: 0 0.5% 10px 0;
        border: 3px solid #ecebcf;
        padding: 5px 15px;
    }
    .soubi li:nth-child(4n){
        margin: 0 0.5% 10px 0;
    }

    .top_data_2 li span:first-child {
        width: 125px;
        padding: 5px 5px;
    }
    .car-price p:last-child span:last-child{
        font-size: 14px;
        line-height: 14px;
    }
    .car-price p:last-child span:last-child small{
        font-size: 10px;
    }

}


@media screen and (max-width: 959px) {



}

@media screen and (max-width: 767px) {

    .slider-for {
        width: 380px;
        height: 285px;
        /* border-radius:0; */
        overflow: hidden;
    }    
    .top_data_2 li {
        width: 100% !important;
        margin: 0 0 3px;
    }
    .top_data_2 li span:first-child {
        width: 135px;
        padding: 5px 5px;
    }    

    .soubi li {
        margin: 0 0.5% 10px 0;
        border: 3px solid #ecebcf;
        padding: 5px 5px;
    }
}
@media screen and (max-width: 539px) {

    .car_detail_title h2 {
        font-size: 22px;
        margin: 0 0 0 0px;
        width: 100%;
    }
    .car_detail_title h2 span {
        font-size: 18px;
        margin: 0 0 0 0px;
    }
    .maker_icon2 {
        height: auto;
        padding:15px;
    }
    .car_detail_title h1 {
        font-size: 22px;
        margin: 0 0 0 0px;
        width: 100%;
    }
    .car_detail_title h1 span {
        font-size: 18px;
        margin: 0 0 0 0px;
    }
    

}
@media screen and (max-width: 424px) {

    .slider-for {
        width: 350px;
        height: 263px;
        /* border-radius: 0; */
        overflow: hidden;
    }
    .car-price p:last-child span:first-child {
        font-size: 39px;
        line-height: 31px;
    }
    .top_data_1{
        flex-wrap:wrap;
    }
    .top_data_1{
        padding: 0 0 6px !important;
    }
    .top_data_1 li {
        width: 48%;
        padding: 0px 6px;
        margin:5px 2px 0;
    }    
    .top_data_1 li p:last-child span {
        height: auto;
        width: 100%;
        padding:5px 0;
    }
    
}
@media screen and (max-width: 374px) {
    .slider-for {
        width: 300px;
        height: 225px;
        /* border-radius: 0; */
        overflow: hidden;
    }

}

.cmt{
    width:600px;
}
.mt-55{
    margin: 10px 0 0 0;
}
@media screen and (max-width: 450px) {
    .cmt{
        width:100%;
    }
    .mt-55{
        margin: 10px 0 5px 0;
    }
}
.slider-text4 {
    margin: 10px 5px 10px 5px;
    padding: 0px 10px 10px 10px;
    color:#FFF;
    font-size: 11px;
  }