@charset "UTF-8";
.white_bg {
    background: #fff !important;
}.gray_bg {
    background: #ececec !important;
}
.pb60 {
    padding-bottom: 100px !important;
}
/* store */
.topLocation .loc_detail{min-height:274px}
.store .store_wrap {
    width: 800px;
    margin: 20px auto 0;
}
.google_view_wrap {
    width: 1140px;
    margin: 40px auto 0;
    padding-bottom: 70px;
}
#street-view {
    height: 400px;
}
.store .youtube {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.store .youtube  iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.store .gv_map {
    position: relative;
    padding-bottom: 36.84%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.store .gv_map iframe,{
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    width: 100% !important;
}
.store .wrap {
    margin-top: 60px;
    padding-bottom: 0px;
}
.store .wrap p {
    font-size: 1.8rem;
    font-size: 18px;
    line-height: 1.8;
    color: #4d4c53;
    padding: 0 0 50px;
}
.store .wrap p span{
    width: 550px;
    font-size: 1.4rem;
    font-size: 14px;
    color: #000;
    line-height: 2;
    text-align: left;
}
.store h4 {
    font-size: 2.8rem;
    font-size: 28px;
    font-weight: bold;
    padding: 10px 0 40px;
}
.store .container ul {
    letter-spacing: -.40em; /* 文字間を詰めて隙間を削除する */
    margin: 0 auto;
    list-style-type: none;
    text-align: center;
}
.store .container  li {
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal; /* 文字間を通常に戻す */
    background: #ececec;
    width: 230px;
    padding: 0 5px;
    margin: 5px 0;
    text-align: left;
}
.store .container li img { width: 220px; }
.container_box {
    padding-bottom: 40px;
}
.store .container ul li .thumimg {
    background: #fff;
    vertical-align: bottom;
    overflow: hidden;
    margin-top: 0 !important;
    padding-bottom: 10px;
}
.store #news .container ul li {
    background: #ececec;
}
.store #news .container ul li .thumimg,
.store #news .container ul li .thum_detail{
    background: #fff;
}
.store .container ul li a{
    color: #000;
    border-bottom: none;
    line-height: 1.5;
}
.store .detail_more {
    width: 38%;
    margin: 0 auto;
    text-align: center;
    font-size: 1.8rem;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 40px;
}
.store .detail_more a span{
    color: #002e59 !important;
}
.store .wrap p.pb10 {
    font-size: 1.8rem;
    font-size: 18px;
    line-height: 1.8;
    color: #4d4c53;
    padding: 0 0 10px;
}

@media screen and (max-width: 500px) {
    .store_info_sec .tit {
        font-size: 5vw !important;
        padding-bottom: 1.5em !important;
    }
    .store_info_sec .txt {
        font-size: 3.5vw !important;
    }
}

#map_store {
    position: relative;
    /*padding-bottom: 35.71%;*/
    height: 550px;
    overflow: hidden;
    margin-bottom: 40px;
}
#map_store iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
#street-view {
	position: relative;
}
#street-view iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
.store h3 {
    width: 360px;
    font-size: 3.2rem;
    font-size: 32px;
    font-weight: bold;
    padding: 60px 0 15px;
    margin: 0 auto;
    border-bottom: 1px solid #587e96;
}
.store h3 span {
}
.store .title_desc {
    font-size: 1.6rem;
    font-size: 16px;
    margin-top: 15px;
    color: #4d4c53;
}
.store .floor_map {
    width: 100%;
    padding: 25px 10px 80px;
}
@media screen and (max-width: 1140px) {
    .google_view_wrap {
        width: 100%;
    }
}
@media screen and (max-width: 960px) {
    .store .wrap {
        padding: 10px;
    }
    .store .wrap p.head_visual img {
        width: 100%;
    }
    .store .wrap p img {
        width: 45%;
        margin-top: 5px;
    }
    .store .wrap p span {
        width: 53%;
    }
    .store .detail_more {
        width: 100% !important;
    }
}
@media screen and (max-width: 800px) {
    .store .store_wrap {
        width: 100%;
        margin: 10px auto;
    }
    .store .store_wrap img{
        width: 100%;
    }
    .google_view_wrap {
        width: 100%;
    }
}
@media screen and (max-width: 768px) {
    .store h3 {
        font-size: 2.4rem;
        font-size: 24px;
    }
    .store .title_desc {
        font-size: 1.4rem;
        font-size: 14px;
        line-height: 1.4;
    }
    .store .wrap p {
        font-size: 1.4rem;
        font-size: 14px;
        line-height: 1.8;
        color: #4d4c53;
        padding: 0 0 50px;
    }
    .store .wrap p span {
        font-size: 1.2rem;
        font-size: 12px;
    }
    .store h4 {
        font-size: 2.2rem;
        font-size: 22px;
        font-weight: bold;
        padding: 0 0 40px;
    }
}
@media screen and (max-width: 640px) {
    .store .wrap p img{
        width: 100%;
    }
    .store .wrap p span {
        width: 100%;
        margin-top: 10px;
    }
    .store .detail_more {
        width: 80%;
        font-size: 1.4rem;
        font-size: 14px;
        line-height: 1.4;
    }
}
@media screen and (max-width: 460px) {
    .store h3 {
        width: 80%;
    }
    #street-view {
        height: 200px;
    }
    .store .wrap {
        margin-top: 20px;
    }
    .store .wrap p {
        padding: 0 0 20px;
    }
}
.banner div.b_store {
    position: relative;
    width: 100%;
    background: url("../images/store/store_main.jpg") 0 0 no-repeat;
    background-size:contain;
    padding-top: 38.58%;
}
@media screen and (min-width: 1401px) {
    .banner div.b_store {
    }
    .banner div.b_store .store_catch img {
        max-width: 408px;
    }
    .banner div.b_store .store_catch {
        position: absolute;
        top: 30px;
        left: 0;
        right: 0;
    }
}

@media screen and (max-width: 1400px) {
    .banner div.b_store {
    }
    .banner div.b_store .store_catch img {
        max-width: 408px;
    }
    .banner div.b_store .store_catch {
        position: absolute;
        top: 30px;
        left: 0;
        right: 0;
    }
}
@media screen and (max-width: 960px) {
    .banner div.b_store .store_catch img {
        width: 90%;
        max-width: 408px;
    }
    .banner div.b_store .store_catch {
        position: absolute;
        background: #2c2c2f;
        padding: 40px 0;
        top: -230px;
        left: 0;
        right: 0;
    }
}
@media screen and (max-width: 768px) {
    .banner div.b_store .store_catch {
        position: absolute;
        background: #2c2c2f;
        padding: 40px 0;
        top: -200px;
        left: 0;
        right: 0;
    }
}
@media screen and (max-width: 460px) {
    .banner div.b_store .store_catch img {
        width: 60%;
    }
    .banner div.b_store .store_catch {
        position: absolute;
        background: #2c2c2f;
        padding: 20px 0;
        top: -150px;
        left: 0;
        right: 0;
    }
}

/* lineup */
.lineup .inner {
    /*padding-top: 10px;*/
    background: #fff;
}
#content .cars_wrap {
    width: 100%;
    background: #ececec !important;
    margin: 20px auto 0;
    padding-bottom: 100px;
    text-align: center;
}
#content .cars_box {
    width: 1159px;
    text-align: center;
    margin: 30px auto 0px;
    padding: 0 0 80px;
}
#content .cars_box ul li .thumimg {
    text-align: center;
    vertical-align: bottom;
    overflow: hidden;
    padding-bottom: 10px;
}
#content .cars_box ul {
    letter-spacing: -.40em; /* 文字間を詰めて隙間を削除する */
    margin: 0 auto;
    list-style-type: none;
/*  padding-left: 0;*/
    text-align: center;
}
#content .cars_box li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal; /* 文字間を通常に戻す */
    width: 570px;
    margin-top: 40px;
    padding: 18px 0 50px;
    text-align: left;
    min-height: 425px;
}
#content .cars_box li a{
    color: #002f58;
}
#content .cars_box li .thumimg {
    text-align: center;
}
#content .cars_box li p.title {
    font-size: 1.6rem;
    font-size: 16px;
        line-height: 1.2;
}
#content .cars_box li p.name {
    margin-top: 12px;
    font-size: 3.8rem;
    font-size: 38px;
    line-height: 1.2;
    font-weight: bold;
}
#content .cars_box li p.car_img {
   /* height: 250px;*/
}
.car_img_v40 {
    padding-top: 36.84%;
    background: url('../images/lineup/v40.jpg') 0 0 no-repeat;
    background-size: contain;
}
#content .cars_box li p.car_img {
    position: absolute;
    bottom: 84px;
    left: 0;
    right: 0;
    /*padding: 0 0 20px;*/
}
/*#content .cars_box li p.car_img img {
    position: absolute;
    bottom: 62px;
    left: 0;
    right: 0;
    padding: 0 0 20px;
}*/
#content .car_more{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 30%;
    margin: 0 auto;
    padding: 12px 0;
    font-size: 1.8rem;
    font-size: 18px;
    text-align: center;
    border: 1px solid #003057;
    /*background: url('../images/lineup/arrow.png') 10px 50% no-repeat;*/
}
#content .car_more span{
    margin-left: 10px;
}
#content .car_more img {
    width: 14px !important;
    padding: 0 !important;
}
@media screen and (max-width: 1160px) {
    #content .cars_wrap {
        padding-bottom: 20vw;
    }
    #content .cars_box {
        width: 100%;
        padding: 0 0 5vw;
    }
    #content .cars_box li {
        margin-top: 40px;
        padding: 18px 0 4vw;
        text-align: left;
        min-height: 45vw;
        width: 48%;
    }
    #content .cars_box li p.car_img {
        bottom: 11vw;
    }
    #content .cars_box li img {
        width: 100%;
    }
    #content .cars_box li p.title {
        font-size:  2vw;
    }
    #content .cars_box li p.name {
        margin-top: 1.8vw;
        font-size:  3.8vw;
        line-height: 1.2;
        font-weight: bold;
    }
    #content .car_more{
        width: 50%;
            position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 1.5vw 0;
    font-size:  2.2vw;
    text-align: center;
    border: 1px solid #003057;
    /*background: url('../images/lineup/arrow.png') 10px 50% no-repeat;*/
}
}
@media screen and (max-width: 768px) {
    #content .cars_box li {
        padding: 0 0 4vw;
    }
/*    #content .cars_box li {
    }
    #content .cars_box li p.car_img {
        height: 180px;
    }
    #content .cars_box li p.car_img img {
        bottom: 64px;
    }
    #content .cars_box li p.title {
        font-size: 1.4rem;
        font-size: 14px;
        line-height: 1.4;
    }
    #content .cars_box li p.name {
        margin-top: 5px;
        font-size: 2.4rem;
        font-size: 24px;
        line-height: 1.2;
        font-weight: bold;
    }
    #content .car_more{
        width: 80%;
        height: 46px;
        margin: 0 auto;
        padding: 8px 0;
        font-size: 1.4rem;
        font-size: 14px;
    }*/
}
@media screen and (max-width: 640px) { 
    #content .car_more img {
        width: 7px  !important;
    }
/*    #content .cars_box li {
        height: 370px;
    }
    #content .cars_box li p.car_img {
        height: 120px;
    }
    #content .cars_box li p.car_img img {
        bottom: 84px;
    }*/
}
@media screen and (max-width: 460px) {  
    #content .car_more span{
        margin-left: 1.5vw;
    }
/*    #content .cars_box li {
        height: 330px;
    }*/
}

.lineupbtn li{display:inline-block;width:45%;position:relative}
.lineupbtn img{max-width:100%}
.lineupbtn p{display:block;position:absolute;bottom:20px;left:50px;color:#FFF;font-size:4rem}
.lineupbtn a{display:block;border-bottom:0}
@media screen and (max-width: 460px) {  
    .lineupbtn p{left:10px;bottom:10px;font-size:180%}
}
.store_btn li{display:inline-block;width:30%;position:relative}
.store_btn img{max-width:100%}
.store_btn p{display:block;position:absolute;bottom:20px;left:50px;color:#FFF;font-size:2.5rem;text-align:left;line-height:100%}
.store_btn a{display:block;border-bottom:0}
@media screen and (max-width: 1100px) {  
    .store_btn p{left:10px;bottom:10px;font-size:140%}
}
@media screen and (max-width: 690px) {  
    .store_btn p{left:10px;bottom:10px;font-size:120%}
}
@media screen and (max-width: 460px) {  
    .store_btn p{left:5px;bottom:10px;font-size:100%;}
}


/* lineup detail */
.lineup_detail .white_bg {
    background: #fff !important;
}
.lineup_detail .gray_bg {
    background: #ececec !important;
}
.lineup_detail .inner {
    padding-top: 0;
    background: #fff;
}
.lineup_detail #news {
    width: 100%;
    margin: 0 auto;
    padding-top: 20px;
    background: #ececec;
}
.lineup_detail h1 {
    font-size: 3.6rem;
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    background: #2c2c2f;
    margin-top: 0 !important;
    padding: 20px 0 !important;
}
.banner div.m_lineup {
    position: relative;
    width: 100%;
    padding-top: 38.58%;
}
.banner div.m_v40 { background: url("../images/lineup/v40_main.jpg") 0 0 no-repeat; background-size:contain; }
.banner div.m_v40cc { background: url("../images/lineup/v40cc_main.jpg") 0 0 no-repeat; background-size:contain; }
.banner div.m_s60 { background: url("../images/lineup/s60_main.jpg") 0 0 no-repeat; background-size:contain; }
.banner div.m_s60_1 { background: url("../images/lineup/s60_main_1.jpg") 0 0 no-repeat; background-size:contain; }
.banner div.m_v60 { background: url("../images/lineup/v60_main.jpg") 0 0 no-repeat; background-size:contain; }
.banner div.m_v60cc { background: url("../images/lineup/v60cc_main.jpg") 0 0 no-repeat; background-size:contain; }
.banner div.m_xc60 { background: url("../images/lineup/xc60_main.jpg") 0 0 no-repeat; background-size:contain; }
.banner div.m_v60cc_1 { background: url("../images/lineup/v60cc_main_1.jpg") 0 0 no-repeat; background-size:contain; }
.banner div.m_xc40 { background: url("../images/lineup/xc40_main.jpg") 0 0 no-repeat; background-size:contain; }
.banner div.m_v70 { background: url("../images/lineup/v70_main.jpg") 0 0 no-repeat; background-size:contain; }
.banner div.m_xc70 { background: url("../images/lineup/xc70_main.jpg") 0 0 no-repeat; background-size:contain; }
.banner div.m_s80 { background: url("../images/lineup/s80_main.jpg") 0 0 no-repeat; background-size:contain; }
.banner div.m_xc90 { background: url("../images/lineup/xc90_main.jpg") 0 0 no-repeat; background-size:contain; }
.banner div.m_s90 { background: url("../images/lineup/s90_main.jpg") 0 0 no-repeat; background-size:contain; }
.banner div.m_v90 { background: url("../images/lineup/v90_main.jpg") 0 0 no-repeat; background-size:contain; }
.banner div.m_v90cc { background: url("../images/lineup/v90cc_main.jpg") 0 0 no-repeat; background-size:contain; }
.banner div.m_c40 { background: url("../images/lineup/c40_main.jpg") 0 0 no-repeat; background-size:contain; }


.banner div.m_lineup .lineup_catch {
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
}
div.b_lineup {
    width: 100%;
    padding-top: 20.01%;
}
div.b_v40 { background: url("../images/lineup/v40_body.jpg") 0 0 no-repeat; background-size:contain; }
div.b_v40cc { background: url("../images/lineup/v40cc_body.jpg") 0 0 no-repeat; background-size:contain; }
div.b_s60 { background: url("../images/lineup/s60_body.jpg") 0 0 no-repeat; background-size:contain; }
div.b_s60_1 { background: url("../images/lineup/s60_body_1.jpg") 0 0 no-repeat; background-size:contain; }
div.b_v60 { background: url("../images/lineup/v60_body.jpg") 0 0 no-repeat; background-size:contain; }
div.b_v60cc { background: url("../images/lineup/v60cc_body.jpg") 0 0 no-repeat; background-size:contain; }
div.b_v60cc_1 { background: url("../images/lineup/v60cc_body_1.jpg") 0 0 no-repeat; background-size:contain; }
div.b_xc60 { background: url("../images/lineup/xc60_body.jpg") 0 0 no-repeat; background-size:contain; }
div.b_v70 { background: url("../images/lineup/v70_body.jpg") 0 0 no-repeat; background-size:contain; }
div.b_xc70 { background: url("../images/lineup/xc70_body.jpg") 0 0 no-repeat; background-size:contain; }
div.b_s80 { background: url("../images/lineup/s80_body.jpg") 0 0 no-repeat; background-size:contain; }
div.b_xc40 { background: url("../images/lineup/xc40_body.jpg") 0 0 no-repeat; background-size:contain; }
div.b_xc90 { background: url("../images/lineup/xc90_body.jpg") 0 0 no-repeat; background-size:contain; }
div.b_s90 { background: url("../images/lineup/s90_body.jpg") 0 0 no-repeat; background-size:contain; }
div.b_v90 { background: url("../images/lineup/v90_body.jpg") 0 0 no-repeat; background-size:contain; }
div.b_v90cc { background: url("../images/lineup/v90cc_body.jpg") 0 0 no-repeat; background-size:contain; }
div.b_c40 { background: url("../images/lineup/c40_body.jpg") 0 0 no-repeat; background-size:contain; }

.lineup_detail .wrap {
    color: #333;
    margin-top: 70px;
    text-align: left;
}
.lineup_detail .detail_lead {
    font-size: 2.0rem;
    font-size: 20px;
    color: #002f58;
    line-height: 1.4;
    font-weight: normal;
    margin: 30px 0 35px;
}
#content .detail_catch {
    font-size: 3.6rem;
    font-size: 36px;
    color: #002f58;
    line-height: 1.4;
    font-weight: normal;
    margin: 30px 0 10px;
    padding-bottom: 0;
}
.lineup_detail .detail_comment {
    /*width: 36%;*/
    text-align: center;
    font-size: 1.8rem;
    font-size: 18px;
}
.lineup_detail .detail_body {
    padding: 40px 0;
    font-size: 1.6rem;
    font-size: 16px;
    line-height: 2;
}
.lineup_detail .detail_body p{
    text-align: justify;
    padding-bottom: 32px;
}
.lineup_detail .detail_body p a{
    font-size: 1.8rem;
    font-size: 18px;
    color: #587e96;
    margin-top: 4px;
    border-bottom: 1px solid #587e96;
}
.lineup_detail .detail_more {
    width: 36%;
    margin: 0 auto;
    text-align: center;
    font-size: 1.8rem;
    font-size: 18px;
    padding-bottom: 100px;
} 
#content .car_detail_more span{
    width: 100%;
    display: block;
    margin: 30px auto 0;
    padding: 12px 0;
    font-size: 1.8rem;
    font-size: 18px;
    text-align: center;
    border: 1px solid #003057;
    background: url('../images/lineup/arrow.png') 10px 50% no-repeat;
}
#content .button_note {
    font-size: 1.6rem;
    font-size: 16px;
    text-align: center;
}
#content .car_detail_more a {
    font-size: 1.8rem;
    font-size: 18px;
    color: #002e59;
    margin-top: 4px;
    border-bottom: none;
}
.container_box {
    padding-bottom: 40px;
}

.lineup_detail #news .container ul li {
    background: #ececec;
}
.lineup_detail #news .container ul li .thumimg,
.lineup_detail #news .container ul li .thum_detail{
    background: #fff;
}
/*.lineup_detail .container ul li:last-child {
    display: none;
}*/
@media screen and (max-width: 1400px) {
    .banner div.m_lineup .lineup_catch img {
        width: 50%;
    }
    .banner div.m_lineup .lineup_catch img { max-width: 678px; }
    .banner div.m_lineup .lineup_catch {
        position: absolute;
        top: 30px;
        left: 0;
        right: 0;
    }
}
@media screen and (max-width: 960px) {
    .lineup_detail .catch_bg {
        background: #000 !important;
    }
    .lineup_detail .wrap {
        width: 100%;
        padding: 0 20px;
        margin-top: 40px;
    }
    .lineup_detail .detail_more {
        width: 80%;
    }
    .banner div.m_lineup .lineup_catch img {
        width: 90%;
    }
    .banner div.m_lineup .lineup_catch {
        position: absolute;
        background: #fff;
        padding: 40px 0;
        top: -180px;
        left: 0;
        right: 0;
    }
}
@media screen and (max-width: 768px) {
    .banner div.m_lineup .lineup_catch {
        position: absolute;
        background: #fff;
        padding: 40px 0;
        top: -150px;
        left: 0;
        right: 0;
    }
    .lineup_detail .container ul li .thum_detail .thum_body {
        margin-top: 10px;
        height: 11.6rem;
        overflow : hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 5;
    }
}
@media screen and (min-width: 641px) {
    .contact .wrap div.tel_contact_box:nth-of-type(3n+1){border: none;}
	#content .car_detail_more span {
        width: 360px;
    }
}
@media screen and (max-width: 640px) {
    .lineup_detail .detail_body {
        padding: 20px 0;
    }
    #content .car_detail_more span {
        width: 100%;
    }
    .lineup_detail .container li {
        width: 50%;
        margin: 5px 0;
        padding: 0 5px;
    }
    .lineup_detail .container li img {
        width: 100%;
    }
    .lineup_detail .detail_more {
        width: 80%;
        font-size: 1.4rem;
        font-size: 14px;
        line-height: 1.4;
        padding-bottom: 40px;
    }
    .lineup_detail .detail_lead {
        font-size: 1.6rem;
        font-size: 16px;
        color: #002f58;
        line-height: 1.4;
        font-weight: normal;
        margin: 30px 0 35px;
    }
    .lineup_detail .detail_comment {
        font-size: 1.4rem;
        font-size: 14px;
        line-height: 1.4;
    }
    .lineup_detail .detail_body{
        font-size: 1.4rem;
        font-size: 14px;
        padding-bottom: 30px; 
    }
    #content .detail_catch {
        font-size: 2.4rem;
        font-size: 24px;
        color: #002f58;
        line-height: 1.4;
        font-weight: normal;
        margin: 30px 0 10px;
        padding-bottom: 0;
    }
    #content .car_detail_more span {
        font-size: 1.4rem;
        font-size: 14px;
    }
    .lineup_detail .detail_body p {
        padding-bottom: 10px;
    }
    .lineup_detail .detail_body p a {
        font-size: 1.4rem;
        font-size: 14px;
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 460px) {
    .banner {
        margin-top: 0;
    }
    .banner div.m_lineup .lineup_catch img {
        width: 96%;
    }
    .banner div.m_lineup .lineup_catch {
        position: absolute;
        background: #fff;
        padding: 32px 0;
        top: -120px;
        left: 0;
        right: 0;
    }
    #content h2 {
        margin-top: 30px;
    }
    .lineup_detail .detail_lead {
        font-size: 1.4rem;
        font-size: 14px;
        line-height: 1.4;
        margin: 20px 0 20px;
    }
    #content .detail_catch {
        font-size: 2.0rem !important;
        font-size: 20px !important;
        margin: 20px 0 0 !important;
    }
    #content .button_note {
        font-size: 1.4rem;
        font-size: 14px;
        line-height: 1.4;
    }
}
.banner div.b_model {
    position: relative;
    width: 100%;
    background: url("../images/lineup/model_main.jpg") 0 0 no-repeat;
    background-size:contain;
    padding-top: 38.58%;
}
@media screen and (min-width: 1401px) {
    .banner div.b_model {
    }
    .banner div.b_model .model_catch img {
        max-width: 408px;
    }
    .banner div.b_model .model_catch {
        position: absolute;
        top: 0px;
        left: 0;
        right: 0;
    }
}

@media screen and (max-width: 1400px) {
    .banner div.b_model {
    }
    .banner div.b_model .model_catch img {
        max-width: 408px;
    }
    .banner div.b_model .model_catch {
        position: absolute;
        top: 0px;
        left: 0;
        right: 0;
    }
}
@media screen and (max-width: 960px) {
    .banner div.b_model .model_catch img {
        width: 90%;
        max-width: 408px;
    }
    .banner div.b_model .model_catch {
        position: absolute;
        background: #2c2c2f;
        padding: 40px 0;
        top: -230px;
        left: 0;
        right: 0;
    }
}
@media screen and (max-width: 768px) {
    .banner div.b_model .model_catch {
        position: absolute;
        background: #2c2c2f;
        padding: 20px 0;
        top: -200px;
        left: 0;
        right: 0;
    }
}
@media screen and (max-width: 460px) {
    .banner div.b_model .model_catch img {
        width: 60%;
    }
    .banner div.b_model .model_catch {
        position: absolute;
        background: #2c2c2f;
        padding: 20px 0;
        top: -150px;
        left: 0;
        right: 0;
    }
}

/* service */
.service .pt1 {
    padding-top: 1px !important;
}
.service .gray_bg {
    background: #ececec !important;
}
.service .inner {
    padding-top: 0;
    background: #fff;
}
.service .container {
    width: 100%;
    margin: 0 auto;
    padding-top: 20px;
    background: #ececec;
}
.service h1 {
    margin-top: 0 !important;
}
.service .wrap {
    color: #333;
    margin-top: 70px;
    text-align: left;
}
.service .btn_wrap {
    color: #333;
    margin-top: 0;
    text-align: left;
}
.service .detail_lead {
    font-size: 2.0rem;
    font-size: 20px;
    color: #002f58;
    line-height: 1.4;
    font-weight: normal;
    margin: 30px 0 35px;
}
.service .detail_catch {
    text-align: center;
}
.service .detail_body {
    padding: 40px 0;
    font-size: 1.6rem;
    font-size: 16px;
    line-height: 2;
}
.service .detail_body p{
    padding-bottom: 32px;
}
.service .detail_more {
    width: 45%;
    margin: 0 auto;
    text-align: center;
    font-size: 1.8rem;
    font-size: 18px;
    padding-bottom: 100px;
} 
.service .car_detail_more span{
    width: 100%;
    display: block;
    margin: 30px auto 0;
    padding: 12px 0;
    font-size: 1.8rem;
    font-size: 18px;
    text-align: center;
    border: 1px solid #003057;
    background: none;
}
.service .container_box .detail_more {
    /*width: 50% !important;*/
    width: 100% !important;
}
.banner div.b_service {
    position: relative;
    width: 100%;
    background: url("../images/service/service_main.jpg") 0 0 no-repeat;
    background-size:contain;
    padding-top: 38.58%;
}
.banner div.b_service .service_catch {
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
}
/*div.b_service_body1 {
    width: 100%;
    background: url("../images/lineup/v40_body1.jpg") 0 0 no-repeat;
    background-size:contain;
    padding-top: 20%;
}*/
.service .container_box {
    width: 100%;
    text-align: center;
}
.service .container_box .detail_more {
    padding-bottom: 40px !important;
}
.service .container_box ul {
    letter-spacing: -.40em; /* 文字間を詰めて隙間を削除する */
    margin: 0 auto;
    list-style-type: none;
    text-align: center;
}
.service .container_box li {
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal; /* 文字間を通常に戻す */
    background: #ececec;
    width: 450px;
    padding: 0 25px;
    margin: 5px 0;
    text-align: left;
}
.service .container_box li .thum_desc {
    margin: 0 auto;
    width: 70%;
    font-size: 1.8rem;
    font-size: 18px;
    line-height: 1.8;
    margin-top: 20px;
    text-align: center;
}
@media screen and (max-width: 1400px) {
    .banner div.b_service {
    }
    .banner div.b_service .service_catch img {
        max-width: 408px;
    }
    .banner div.b_service .service_catch {
        position: absolute;
        top: 30px;
        left: 0;
        right: 0;
    }
}
@media screen and (max-width: 960px) {
    .service .wrap {
        width: 100%;
        padding: 0 20px;
        margin-top: 40px;
    }
    .service .detail_more {
        width: 100%;
    }
    .banner div.b_service .service_catch img {
        width: 90%;
        max-width: 408px;
    }
    .banner div.b_service .service_catch {
        position: absolute;
        background: #2c2c2f;
        padding: 40px 0;
        top: -180px;
        left: 0;
        right: 0;
    }
    .service .container_box li {
        width: 49%;
    }
    .service .container_box li img {
        width: 100%;
    }
    .service .container_box .detail_more {
        width: 100% !important;
    }
}
@media screen and (max-width: 768px) {
    .banner{padding-top: 124px;padding-bottom:0;}
    .lineup_detail .banner{padding-top: 0;}
    .banner div.b_service .service_catch {
        position: absolute;
        background: #2c2c2f;
        padding: 40px 0;
        top: -150px;
        left: 0;
        right: 0;
    }
    .service .container_box li .thum_desc {
        font-size: 1.4rem;
        font-size: 14px;
        line-height: 1.8;
        margin-top: 10px;
        width: 90%;
    }
    .service .container_box li  {
        padding: 5px;
    }
    .service .car_detail_more span {
        font-size: 1.4rem !important;
        font-size: 14px !important;
    }
}
@media screen and (max-width: 640px) {
    .service .wrap {
        width: 100%;
        padding: 0 10px;
    }
    .service .detail_body {
        padding: 20px 0 0;
        font-size: 1.4rem;
        font-size: 14px;
    }
    #content .car_detail_more span {
        width: 100%;
    }
    .service .detail_more {
        width: 100%;
        font-size: 1.4rem;
        font-size: 14px;
        line-height: 1.4;
    }
    .service .detail_lead {
        font-size: 1.6rem;
        font-size: 16px;
        color: #002f58;
        line-height: 1.4;
        font-weight: normal;
        margin: 30px 0 35px;
    }
    #content .detail_catch {
        font-size: 2.4rem;
        font-size: 24px;
        color: #002f58;
        line-height: 1.4;
        font-weight: normal;
        margin: 30px 0 10px;
        padding-bottom: 0;
    }
    .service .container_box .thum_detail {
        min-height: 0 !important;
    }
    #content .car_detail_more span {
        width: 80%;
        display: block;
        margin: 1.5em auto 0;
        padding: 12px 0;
        font-size: 1.4rem;
        font-size: 14px;
    }
}

@media screen and (max-width: 500px) {
    .service .container_box li .thum_desc {
        height:5.5em !important;
        font-size: 3.5vw !important;
        text-align: left !important;
    }
}
@media screen and (max-width: 460px) {
    .banner div.b_service .service_catch img {
        width: 60%;
    }
    .service .container_box .thum_detail {
        min-height: 0 !important;
    }
    .service .container_box li .thum_desc {
        font-size: 1.3rem;
        font-size: 13px;
        width: 100%;
    }
    .banner div.b_service .service_catch {
        position: absolute;
        background: #2c2c2f;
        padding: 30px 0;
        top: -100px;
        left: 0;
        right: 0;
    }
    .service .car_detail_more span {
        font-size: 1.2rem !important;
        font-size: 12px !important;
    }
    .service .container_box .detail_more {
        padding-bottom: 20px !important;
    }
}
/* contact */
.contact .inner {
    margin-top: 20px !important;
}
.contact .wrap {
    margin-top: 20px;
    padding: 5px 0 50px;
}
.contact h2 {
    font-weight: normal !important;
    padding-bottom: 20px !important;
}
#focus h2.mt60 {
    margin-top: 0 !important;
	padding-top: 0;
}
#focus {
    margin-top: 0 !important;
	padding-top: 60px;
}
.contact div.tel_contact_box{display:inline-block;width:30%;padding:15px;}
.contact div.tel_contact_box+div.tel_contact_box{border-left:1px solid #999}
.contact .contact_shop {
    font-size: 2rem;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
}
.contact .contact_tel {
    font-size: 3rem;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.5;
}
.contact .contact_detail {
    font-size: 1.8rem;
    font-size: 18px;
    line-height: 1.5;
    margin-top: 14px;
}
.contact .contact_detail span {
    font-size: 1.4rem;
    font-size: 14px;
}
#form { padding-top: 40px; }
@media screen and (max-width: 460px){
#focus {
    margin-top: 0 !important;
	padding-top: 30px;
}
}
.contact_box {
    width: 100%;
    margin: 40px auto 0;
    padding: 0 0 140px;
}
.contact_wrap {
    width: 570px;
    margin: 0 auto;
    padding-bottom: 25px;
}
.contact_box p {
    color: #ec0934;
    padding-bottom: 10px;
}
.contact_box .contact_note {
    font-size: 1.4rem;
    font-size: 14px;
    line-height: 1.8;
    color: #4d4c53;
    padding-bottom: 70px;
}
    .contact .contact_box .coution-text {
      margin-top: 8px; }
    .contact .contact_box .form_container {
      margin-top: 40px; }
    .contact .contact_box .faq-link {
      padding: 10px;
      margin: 20px 0;
      border: 1px dashed #d3dbe0; }
    .contact .contact_box input, .contact .contact_box textarea {
      border: 1px solid #b0b0b0;
      width: 100%;
      margin: 0 auto;
      padding: 10px 5px;
      font-size: 1.6rem;
      font-size: 16px;
      line-height: 1.5; }
      .contact .contact_box input[type="submit"], .contact .contact_box textarea[type="submit"], .contact .contact_box .returntotop {
        width: 360px;
        display: block;
        margin: 0 auto;
        cursor: pointer;
        background: url('../images/arrow.png') 10px 50% no-repeat,#002e59;
        font-size: 1.8rem;
        font-size: 18px;
        padding: 22px 0;
        color: #fff;
        border: 0; }
      .contact .contact_box input[type="submit"]:hover, .contact .contact_box textarea[type="submit"]:hover {
        filter:alpha(opacity=70);
        -moz-opacity: 0.7;
        opacity: 0.7;
      }
.contact .contact_box h3 { padding-bottom: 50px; }
.contact .contact_box .returntotop a { color: #fff; margin-top: 40px; }
      .reset{
        background: url('../images/arrow.png') 10px 50% no-repeat,#ccc !important;
        color: #5a5a5a !important; }
    .contact .contact_box textarea {
      height: 180px; }
    .contact .contact_box .error {
      color: #ec0934;
      font-size: 1.4rem;
      display: none; }
    .contact .contact_box .confirm {
      margin-bottom: 20px; }
      .contact .contact_box .confirm li {
        margin-bottom: 20px;
        font-size: 1.4rem;
        text-align: left;
        margin-bottom: 12px;
        border-bottom: 1px dashed #e4ecf1;
        padding-bottom: 10px; }
    .contact .contact_box .contact_flist li {
      margin-bottom: 20px; }
    .contact dl {
        text-align: left;
        margin-bottom: 45px;
        color: #4d4c531;
    }
    .contact dl dt {
        margin-bottom: 18px;
        font-size: 2.0rem;
        font-size: 20px;
    }
    .contact dl dd {
        font-size: 1.6rem;
        font-size: 16px;
        color: #4d4c53;
        overflow-wrap: anywhere;
    }
.contact select {
  border: 2px solid #e4ecf1; }
.caution {
    padding: 2px 20px;
    margin-left: 20px;
    font-size: 1.4rem;
    font-size: 14px;
    color: #fff;
    background: #d1761a;
}
input[type=radio], input[type=checkbox] {
  display: none;
}
.radio, .checkbox {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  margin: 0 20px 8px 0;
  padding: 12px 10px 12px 36px;
  vertical-align: middle;
  cursor: pointer;
}
.radio:hover, .checkbox:hover {
  background-color: #ececec;
}
.radio:hover:after, .checkbox:hover:after {
  border-color: #002e59;
}
.radio:after, .checkbox:after {
    position: absolute;
    top: 50%;
    left: 6px;
    display: block;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    border: 1px solid #b0b0b0;
    content: '';
}
.radio:after {
    border-radius: 20px;
}
.checkbox:after {
    border-radius: 0px;
}
.radio:before {
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    position: absolute;
    top: 50%;
    left: 12px;
    display: block;
    margin-top: -4px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #fff;
    content: '';
    opacity: 0;
}
input[type=radio]:checked + .radio:before {
  opacity: 1;
  z-index: 1;
}
input[type=radio]:checked + .radio:after {
    background-color: #002e59;
    border: 1px solid #002e59;
}
.checkbox:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 14px;
  display: block;
  margin-top: -5px;
  width: 5px;
  height: 9px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  content: '';
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
input[type=checkbox]:checked + .checkbox:before {
  opacity: 1;
  z-index: 1;
}
input[type=checkbox]:checked + .checkbox:after {
    background-color: #002e59;
    border: 1px solid #002e59;
}
@media screen and (max-width: 768px) {
.contact div.tel_contact_box{display:block;margin:auto;width:100%}
.contact div.tel_contact_box+div.tel_contact_box{border-top:1px solid #999;border-left:none}
    .contact .contact_tel {
        font-size: 2.4rem;
        font-size: 24px;
        font-weight: bold;
        line-height: 1.5;
    }
    .contact .contact_detail {
        font-size: 1.4rem;
        font-size: 14px;
        line-height: 1.5;
        margin-top: 14px;
    }
    .contact .contact_detail span {
        font-size: 1.2rem;
        font-size: 12px;
    }
    .contact h2 {
        line-height: 1.4 !important;
    }
    .contact h2.mt60 {
        margin-top: 40px !important;
    }
    .contact_box {
        width: 100%;
        margin: 40px auto 0;
        padding: 0 0 80px;
    }
    .contact dl {
      text-align: left;
      margin-bottom: 45px;
      color: #4d4c531; }
      .contact dl dt {
        margin-bottom: 18px;
        font-size: 1.6rem;
        font-size: 16px; }
        .contact dl dd {
            font-size: 1.4rem;
            font-size: 14px;
        }
        .contact_box .contact_note {
		text-align: left;
        font-size: 1.2rem;
        font-size: 12px;
    }
}
@media screen and (max-width: 640px) {
    .contact .inner {
        padding-left: 10px;
        padding-right: 10px;
    }
    .contact .contact_wrap {
        width: 100%;
        margin: 0 auto;
        padding-bottom: 25px;
    }
    .radio, .checkbox {
      margin: 0 8px 8px 0;
      padding: 12px 6px 12px 30px;
    }.caution {
        padding: 2px 10px;
        margin-left: 10px;
        font-size: 1.2rem;
        font-size: 12px;
    }
    .contact .contact_box input[type="submit"], .contact .contact_box textarea[type="submit"], .contact .contact_box .returntotop  {
        width: 100%;
    }
}
/* car */
.car .inner {
    margin-top: 20px;
}
.car .container {
    width: 1158px;
    margin: 0 auto;
    padding-bottom: 100px;
}
.car h3 {
    width: 360px;
    font-size: 3.2rem;
    font-size: 32px;
    font-weight: bold;
    padding: 60px 0 15px;
    margin: 0 auto;
    border-bottom: 1px solid #587e96;
}
.car .title_desc {
    font-size: 1.6rem;
    font-size: 16px;
    margin-top: 15px;
    color: #4d4c53;
}
.car .container_box {
    margin-top: 40px !important;
}
.car .container ul {
    letter-spacing: -.40em;
    margin: 0 auto;
    list-style-type: none;
    text-align: left;
}
.car .container li {
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal;
    background: #ececec;
    width: 370px;
    padding: 0 8px;
    margin: 5px 0;
    text-align: left;
}
.car ul li .thumimg {
    text-align: center;
    vertical-align: bottom;
    overflow: hidden;
    margin-top: 5px;
    padding-bottom: 10px;
    background: #fff;
}
.car .container li img {
    width: 100%;
}
.car .container ul li .thum_detail .thum_date {
    font-size: 1.2rem;
    font-size: 12px;
    color: #4d4c53;
    margin-bottom: 10px;
}
.car .container ul li .thum_detail p.thum_tag span {
    padding: 2px 8px;
    margin-right: 4px;
    margin-bottom: 4%;
    font-size: 1.2rem;
    font-size: 12px;
    color: #fff;
    background: #587e96;
}
.car .container ul li .thum_detail .thum_title {
    font-size: 1.5rem;
    font-size: 15px;
    line-height: 1.4;
    min-height: 50px;
    font-weight: bold;
    margin: 15px 0 0px;
    word-wrap: break-word;
    color: #002f58;
}
.car .container ul li .thum_detail {
    padding: 2% 4% 4%;
    background: #fff;
    line-height: 1.6;
    color: #000;
}
.car .detail_more {
    width: 370px;
    margin: 0 auto;
}
.car .container ul li .thum_body {
    min-height: 100px;
}
.car  .car_detail_more span {
    border: 0 !important;
}
@media screen and (max-width: 1158px) {
.car .container {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 100px;
}
}
@media screen and (max-width: 768px) {
    .car .container {
        width: 100%;
        margin: 0 auto;
        padding: 0 8px 50px;
    }.car .container li {
        width: 50%;
    }
    .car .container ul li .thum_body {
        min-height: 130px;
    }
}
@media screen and (max-width: 460px) {
.car h3 {
    font-size: 2.4rem;
    font-size: 24px;
    width: 80%;
}
.car .container {
    width: 100%;
    margin: 0 auto;
    padding: 0 0 50px;
}
.car .container ul li {
    padding: 0 5px;
}
.car .container ul li .thum_detail .thum_title {
    font-size: 3.2vw;
    min-height: 11vw;
}
.car .container ul li .thum_detail .thum_body {
    font-size: 2.9vw;
    min-height: 35vw;
}
.car .detail_more {
    width: 100%;
    margin: 0 auto;
}
}
/* display car*/
.displaycar_navi li{display:inline-block;width:30%}
.displaycar_navi img{max-width:100%}
.displaycar_navi a{display:block}
.banner div.b_displaycar {
    position: relative;
    width: 100%;
    background: url("../images/displaycar/displaycar_main.jpg") 0 0 no-repeat;
    background-size:contain;
    padding-top: 38.58%;
}
@media screen and (min-width: 1401px) {
    .banner div.b_displaycar {
    }
    .banner div.b_displaycar .displaycar_catch img {
        max-width: 408px;
    }
    .banner div.b_displaycar .displaycar_catch {
        position: absolute;
        top: 30px;
        left: 0;
        right: 0;
    }
}
@media screen and (max-width: 1400px) {
    .banner div.b_displaycar {
    }
    .banner div.b_displaycar .displaycar_catch img {
        max-width: 408px;
    }
    .banner div.b_displaycar .displaycar_catch {
        position: absolute;
        top: 30px;
        left: 0;
        right: 0;
    }
}
@media screen and (max-width: 960px) {
    .banner div.b_displaycar .displaycar_catch img {
        max-width: 408px;
    }
    .banner div.b_displaycar .displaycar_catch {
        position: absolute;
        background: #2c2c2f;
        padding: 40px 0;
        top: -230px;
        left: 0;
        right: 0;
    }
}
@media screen and (max-width: 768px) {
    .banner div.b_displaycar .displaycar_catch img {
        width: 60%;
    }
    .banner div.b_displaycar .displaycar_catch {
        position: absolute;
        background: #2c2c2f;
        padding: 42px 0;
        top: -200px;
        left: 0;
        right: 0;
    }
}
@media screen and (max-width: 460px) {
    .banner div.b_displaycar .displaycar_catch img {
        width: 60%;
    }
    .banner div.b_displaycar .displaycar_catch {
        position: absolute;
        background: #2c2c2f;
        padding: 27px 0;
        top: -150px;
        left: 0;
        right: 0;
    }
}
/* test car */
.banner div.b_testcar {
    position: relative;
    width: 100%;
    background: url("../images/testcar/testcar_main.jpg") 0 0 no-repeat;
    background-size:contain;
    padding-top: 38.58%;
}
@media screen and (min-width: 1401px) {
    .banner div.b_testcar {
    }
    .banner div.b_testcar .testcar_catch img {
        max-width: 358px;
    }
    .banner div.b_testcar .testcar_catch {
        position: absolute;
        top: 30px;
        left: 0;
        right: 0;
    }
}

@media screen and (max-width: 1400px) {
    .banner div.b_testcar {
    }
    .banner div.b_testcar .testcar_catch img {
        max-width: 358px;
    }
    .banner div.b_testcar .testcar_catch {
        position: absolute;
        top: 30px;
        left: 0;
        right: 0;
    }
}
@media screen and (max-width: 960px) {
    .banner div.b_testcar .testcar_catch img {
        width: 90%;
        max-width: 408px;
    }
    .banner div.b_testcar .testcar_catch {
        position: absolute;
        background: #2c2c2f;
        padding: 40px 0;
        top: -230px;
        left: 0;
        right: 0;
    }
}
@media screen and (max-width: 768px) {
    .banner div.b_testcar .testcar_catch img {
        width: 60%;
    }
    .banner div.b_testcar .testcar_catch {
        position: absolute;
        background: #2c2c2f;
        padding: 30px 0;
        top: -200px;
        left: 0;
        right: 0;
    }
}
@media screen and (max-width: 460px) {
    .banner div.b_testcar .testcar_catch img {
        width: 60%;
    }
    .banner div.b_testcar .testcar_catch {
        position: absolute;
        background: #2c2c2f;
        padding: 20px 0;
        top: -150px;
        left: 0;
        right: 0;
    }
}
/* selekt car */
.banner div.b_selekt {
    position: relative;
    width: 100%;
    background: url("../images/selekt/selekt_main.jpg") 0 0 no-repeat;
    background-size:contain;
    padding-top: 38.58%;
}
@media screen and (min-width: 1401px) {
    .banner div.b_selekt {
    }
    .banner div.b_selekt .selekt_catch img {
        max-width: 358px;
    }
    .banner div.b_selekt .selekt_catch {
        position: absolute;
        top: 30px;
        left: 0;
        right: 0;
    }
}

@media screen and (max-width: 1400px) {
    .banner div.b_selekt {
    }
    .banner div.b_selekt .selekt_catch img {
        max-width: 358px;
    }
    .banner div.b_selekt .selekt_catch {
        position: absolute;
        top: 30px;
        left: 0;
        right: 0;
    }
}
@media screen and (max-width: 960px) {
    .banner div.b_selekt .selekt_catch img {
        width: 80%;
        /*max-width: 408px;*/
    }
    .banner div.b_selekt .selekt_catch {
        position: absolute;
        background: #2c2c2f;
        padding: 40px 0;
        top: -230px;
        left: 0;
        right: 0;
    }
}
@media screen and (max-width: 768px) {
    .banner div.b_selekt .selekt_catch img {
        width: 60%;
    }
    .banner div.b_selekt .selekt_catch {
        position: absolute;
        background: #2c2c2f;
        padding: 30px 0;
        top: -200px;
        left: 0;
        right: 0;
    }
}
@media screen and (max-width: 460px) {
    .banner div.b_selekt .selekt_catch img {
        width: 60%;
    }
    .banner div.b_selekt .selekt_catch {
        position: absolute;
        background: #2c2c2f;
        padding: 20px 0;
        top: -150px;
        left: 0;
        right: 0;
    }
}


/* channel */
.vc_channel .inner {
    padding-top: 0;
    background: #fff;
}
.vc_channel .container {
    width: 100%;
    margin: 0 auto;
    padding-top: 20px;
    background: #ececec;
}
.vc_channel h1 {
    margin-top: 0 !important;
}
.vc_channel .wrap {
    color: #333;
    margin-top: 70px;
    text-align: left;
}

.vc_channel .detail_catch {
    text-align: center;
}
.vc_channel .detail_body {
    padding: 40px 0;
    font-size: 1.6rem;
    font-size: 16px;
    line-height: 2;
    margin-bottom: 30px;
}
.vc_channel .detail_body p{
    padding-bottom: 32px;
}
.vc_channel .detail_more {
    width: 45%;
    margin: 0 auto;
    text-align: center;
    font-size: 1.8rem;
    font-size: 18px;
    padding-bottom: 100px;
} 
.vc_channel .car_detail_more span{
    width: 100%;
    display: block;
    margin: 30px auto 0;
    padding: 12px 0;
    font-size: 1.8rem;
    font-size: 18px;
    text-align: center;
    border: 1px solid #003057;
    background: none;
}

.banner div.b_vc_channel {
    position: relative;
    width: 100%;
    background: url("../images/channel/channel_main.jpg") 0 0 no-repeat;
    background-size:contain;
    padding-top: 38.58%;
}
.banner div.b_vc_channel .vc_channel_catch {
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
}
.banner>div>div{
    position: relative!important;
    width: 100%!important;
    background-size:contain!important;
    padding-top: 38.58%!important;
}
.banner div h1{
    position: absolute!important;
    top: 60px!important;
    margin-top:0!important;
    left: 0!important;
    right: 0!important;
}

@media screen and (max-width: 960px) {
    .vc_channel .wrap {
        width: 100%;
        padding: 0 20px;
        margin-top: 40px;
    }
    .vc_channel .detail_more {
        width: 100%;
    }
    .banner div.b_vc_channel .vc_channel_catch img {
        width: 272px;
    }
    .banner div.b_vc_channel .vc_channel_catch {
        position: absolute;
        background: #2c2c2f;
        padding: 20px 0;
        top: -124px;
        left: 0;
        right: 0;
    }
    .banner h1 img {
        width: 272px!important;
    }
    .banner div h1 {
        position: absolute!important;
        background: #2c2c2f!important;
        padding: 20px 0!important;
        top: -124px!important;
        left: 0!important;
        right: 0!important;
    }
}
