/*---New Car Service---*/
/* button */

.btn-gradient {
    color: #fff;
    padding: 24px 12px;
    width: 320px;
    display: inline-block;
    text-align: center;
    border: 0;
    border-radius: 16px;
    font-size: 14px;
    font-weight: 500;
    margin: 12px auto;
    transition: all 0.3s;
    background: #d81903;
    background: -moz-linear-gradient(left, #d81903 0%, #fdb6cb 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #d81903), color-stop(100%, #fdb6cb));
    background: -webkit-linear-gradient(left, #d81903 0%, #fdb6cb 100%);
    background: -o-linear-gradient(left, #d81903 0%, #fdb6cb 100%);
    background: -ms-linear-gradient(left, #d81903 0%, #fdb6cb 100%);
    background: linear-gradient(to right, #d81903 0%, #fdb6cb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d81903', endColorstr='#fdb6cb', GradientType=1);
}

.btn-gradient strong {
    font-size: 20px;
}

.btn-gradient:hover {
    background: #d81903;
    background: -moz-linear-gradient(-45deg, #d81903 0%, #fdb6cb 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, #d81903), color-stop(100%, #fdb6cb));
    background: -webkit-linear-gradient(-45deg, #d81903 0%, #fdb6cb 100%);
    background: -o-linear-gradient(-45deg, #d81903 0%, #fdb6cb 100%);
    background: -ms-linear-gradient(-45deg, #d81903 0%, #fdb6cb 100%);
    background: linear-gradient(135deg, #d81903 0%, #fdb6cb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d81903', endColorstr='#fdb6cb', GradientType=1);
}

/* margin */
.m28TB {
    margin: 28px auto 15px;
    text-shadow: none;
}

.m0-a {
    margin: 0 auto !important;
}

/* padding */
.p24TB {
    padding: 24px 0;
}

/* color text */
.text-pink {
    color: #FF00FF;
}

/* bachground */
.bg-gray {
    background: #E6E6E6;
}

.title-unique {
    background: url(../images/business/newcar/bg-banner-car.jpg) center no-repeat;
    background-size: cover;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 12px;
    color: #fff;
    font-size: 38px;
    font-weight: 700;
    height: 356px;
    text-align: center;
}

.title-unique strong {
    display: block;
    font-size: 42px;
    width: 100%;
}

.title-border-black {
    color: #000;
    padding: 10px 15px;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
}

.title-border-black span {
    border-bottom: 2px solid #000;
}

.bg-banner {
    display: block;
    text-align: center;
    position: relative;
    background: url(../images/business/newcar/banner.jpg);
    background-size: cover;
    padding: 3rem 0 1rem;
}

.bg-banner img {
    width: 100%;
}

.bg-banner .purchase-service {
    position: absolute;
    left: 0;
    top: 12%;
}

.bg-banner .topic-service {
    position: relative;
    width: 442px;
    color: #FFF;
    background: #FF0000;
    z-index: 1;
    padding: 24px 12px;
    line-height: 1.8;
    font-size: 18px;
}

.bg-banner .topic-service::after {
    content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0px;
    z-index: -1;
    background: #FF0000;
    transform-origin: bottom left;
    -ms-transform: skew(-30deg, 0deg);
    -webkit-transform: skew(-30deg, 0deg);
    transform: skew(-30deg, 0deg);
}

.bg-banner .topic-service h2 {
    font-size: 2rem;
    font-weight: 700;
    font-style: italic;
}

.bg-banner .topic-service h3 {
    font-size: 1.5rem;
    font-weight: 700;
    font-style: italic;
}

.bg-banner .topic-banner {
    /* position: absolute; */
    left: 0;
    top: 35%;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-shadow: 0px 0px 6px #000;
}

.bg-banner .topic-banner h1 {
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 18px;
    text-shadow: 0px 0px 6px #000;
}

/* unique */
.unique {
    display: block;
    margin: 24px auto;
}

.content-unique {
    display: flex;
    flex-wrap: wrap;
    margin: 22px -2% 12px 0;
}

.content-unique .thumb-unique {
    display: block;
    width: 31.33%;
    margin: 8px 2% 8px 0;
}

.content-unique .title-circle-blue {
    background: #0099FF;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 8px;
    font-size: 35px;
    color: #fff;
    font-weight: bolder;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    margin: auto;
}

.content-unique ul {
    display: block;
    padding: 18px;
    font-family: kozuka-mincho-pro, serif;
    font-weight: 700;
    font-style: normal;
}

.content-unique ul li {
    margin: 8px 0;
    position: relative;
    padding-left: 24px;
    font-size: 18px;
}

.content-unique ul li::before {
    content: '・';
    font-size: 24px;
    position: absolute;
    top: -6px;
    left: 0;
}

/* solution */
.solution {
    display: block;
    margin: 24px auto;
    background: url(../images/business/newcar/bg-solution.jpg)center no-repeat;
    background-size: cover;
    padding: 100px 20px;
    text-align: center;
}

.title-line-pink {
    color: #000;
    font-size: 45px;
    font-weight: bold;
    display: inline-block;
    text-align: center;
    margin: 12px auto;
}

.title-line-pink span {
    color: #0099FF;
}

.title-line-pink .line-pink {
    display: block;
    /* border: 2px solid #ccc; */
    height: 10px;
    width: 100%;
    background: rgba(255, 0, 255, 0.5);
}

.content-solution {
    display: flex;
    flex-wrap: wrap;
    margin: 60px -2% 20px 0;
}

.content-solution .thumb-solution {
    display: block;
    width: 31.33%;
    margin: 8px 2% 8px 0;
    background: #fff;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 12px;
}

.content-solution .images-human {
    text-align: center;
}

.content-solution .images-human img {
    max-width: 100%;
    margin: 0 auto;
}

.content-solution .title-gray {
    display: block;
    padding: 0 14px;
    font-size: 25px;
    color: #000;
    font-weight: bold;
    text-align: center;
    padding: 9px;
}

.content-solution ul {
    display: block;
    font-family: kozuka-mincho-pro, serif;
    font-weight: 700;
    font-style: normal;
}

.content-solution ul li {
    margin: 7px 0;
    display: block;
    width: 100%;
    text-decoration: underline;
    padding: 12px;
    text-align: left;
    font-size: 18px;
}


/* menufacturer */
.menufacturer {
    display: block;
    margin: 24px auto;
    text-align: center;
}

.content-menufacturer {
    display: block;
    margin: 32px auto;
}

.content-menufacturer ul li {
    margin: 30px auto;
    text-align: center;
    padding: 30px 24px;
    font-weight: bold;
    font-size: 25px;
    border: 2px solid #ccc;
    border-radius: 22px;
    box-shadow: 8px 8px 16px #C6C6C6;
    width: 75%;
    display: block;
    position: relative;
}

.content-menufacturer ul li img {
    max-width: 100%;
}

.content-menufacturer ul li .next {
    position: absolute;
    top: 30px;
    left: -60px;
}

.box-blue {
    display: block;
    width: 85%;
    margin: 53px auto 50px;
    background: #219BFF;
    padding: 29px 18px;
    text-align: center;
    position: relative;
    color: #fff;
    font-size: 25px;
    font-weight: bold;
}

.box-blue::after {
    content: "";
    border-bottom: 31px solid #219bff;
    border-left: 40px solid transparent;
    border-right: 50px solid transparent;
    border-right: 40px solid transparent;
    position: absolute;
    top: -23px;
    left: 45%;
}

.maker_img img {
    max-width: 300px !important;
}

.maker_img {
    padding: 10px 24px !important;
}

/* benefits */
.benefits {
    margin: 24px auto 0;
    display: block;
    background: url(../images/business/newcar/bg-benefits.jpg) center no-repeat;
    background-size: cover;
    padding: 100px 20px;
    text-align: center;
}

.benefits .title-merits {
    font-size: 30px;
    font-weight: bold;
    display: inline-block;
    text-align: left;
}

.benefits .title-merits strong {
    font-size: 42px;
}

.content-benefits ul {
    display: block;
}

.content-benefits ul li {
    display: block;
    width: 75%;
    margin: 45px auto;
    border: 2px dashed #000;
    padding: 20px 12px 20px 100px;
    position: relative;
    background: #fff;
    font-size: 30px;
    font-weight: bold;
}

.content-benefits .number-choice {
    background: #999999;
    color: #fff;
    position: absolute;
    display: inline-block;
    padding: 6px 12px;
    font-size: 28px;
    top: -20px;
    left: -65px;
    font-weight: normal;
}

.content-benefits .choice p {
    text-align: center;
    font-size: 16px;
    display: block;
    padding: 18px 4px;
}

/* discount */
.discount {
    margin: 0 auto 24px;
    display: block;
}

.discount .title-discount {
    background: #0099FF;
    background-size: cover;
    text-align: center;
    color: #fff;
    font-size: 35px;
    font-weight: bold;
    padding: 40px 8px;
    text-shadow: 2px 3px 4px rgba(0, 0, 0, 0.4);
}

.discount .title-discount .highlight-yellow {
    color: #FFF40A;
    font-size: 42px;
}

.title-radius-gray {
    background: #fff;
    border: 2px solid #ccc;
    border-radius: 38px;
    padding: 18px;
    width: 400px;
    margin: 40px auto 0;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: #4D4D4D;
}

/* line_up */
#line_up ul {
    margin: 24px 0;
    display: flex;
    flex-direction: row;
}

/* #line_up p {
    text-align: center
} */
#line_up li {
    border-right: 2px dotted #bdb9b9;
    padding: 1rem;
    position: relative;
    margin: 12px 0;
    flex: 1;
}

#line_up li:last-child {
    border-right: 0;
}

/* #line_up li:nth-child(2) {
    margin: 0 2%;
} */
.car-img {
    /* height: 200px; */
    padding: 15px 0;
}

.grade {
    width: 140px;
    background: #999999;
    color: #fff;
    text-align: center;
    font-size: 18px;
    box-sizing: border-box;
    padding: 4px;
}

.text-right {
    text-align: right !important;
    margin: 15px 0 0
}

.off {
    width: 60px;
    height: 60px;
    background-image: url(../images/off.png);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    text-align: center;
    line-height: 1.0;
    box-sizing: border-box;
    padding: 8px 0 0;
}

.off span {
    font-size: 10px;
}

.more_bt {
    margin: 30px auto 0;
    justify-items: center;
}

.more_bt a {
    display: block;
}

.more_bt img {
    max-width: 100%;
}


.arrow-yen {
    display: block;
    position: relative;
    float: right;
    margin-top: 8px;
}

.datacar {
    display: block;
    font-size: 12px;
    padding: 0 8px;
}

.arrow-yen span {
    position: absolute;
    color: #fff;
    top: 4px;
    text-align: center;
    display: block;
    width: 100%;
}

.arrow-yen span strong {
    display: block;
    font-weight: bold;
    font-size: 20px;
}

.arrow-yen span strong small {
    font-size: 12px;
    font-weight: 400;
}

.car-data {
    margin: 10px auto 0;
    color: #4D4D4D;
    font-size: 18px;
    font-weight: bold;
}

.car-data .type-car {
    display: block;
    font-size: 18px;
    margin-bottom: 8px;
}

.car-data .spec-car {
    font-size: 15px;
}

.car-data .price-yen {
    text-align: center;
    color: #000;
    font-size: 15px;
}

.car-data .price-yen strong {
    font-size: 28px;
}

/* purchase  */
.purchase {
    display: block;
    margin: 24px auto 50px;
    background: #fff;
    padding: 6px;
    width: 75%;
}

.purchase .title-purchase {
    background: #999999;
    color: #FFF;
    font-size: 18px;
    display: block;
    width: 320px;
    margin: 12px auto 10px;
    padding: 13px 0;
    text-align: center;
}

.title-purchase {}

.content-purchase {
    margin-top: 6px;
}

.content-purchase ul {
    display: block !important;
    padding: 18px 18px 18px 100px;
}

.content-purchase ul li {
    margin: 0 !important;
    position: relative;
    padding-left: 24px;
    display: block !important;
    width: 100% !important;
}

.content-purchase ul li::before {
    content: '>';
    font-size: 14px;
    position: absolute;
    top: 0;
    left: 0;
}

/* services */
.services {
    display: block;
    margin: 24px auto;
}

.title-radius-blue {
    background: #fff;
    border: 2px solid #2E3192;
    border-radius: 38px;
    padding: 18px;
    width: 400px;
    margin: 40px auto 0;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: #2E3192;
}

.link-service {
    padding: 50px 0 0;
    display: flex;
    flex-direction: row;
    gap: 1.5rem;
}

.link-service a {
    display: block;
    position: relative;
    flex: 1;
}

.link-service a img {
    width: 100%;
}

.link-service .text-link {
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(225, 225, 225, 0);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-shadow: 2px 3px 4px rgba(0, 0, 0, 0.4);
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    transition: all 0.3s;
}

.link-service a:hover .text-link {
    background: rgba(0, 0, 0, 0.4);
}

.sp_only {
    display: none;
}


/* inquiry */
/* inquiry */
.inquiry {
    margin: 0 auto 24px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background: url(../images/business/newcar/bg-inquiry.jpg) bottom center no-repeat;
    background-size: cover;
    padding: 29px 0px;
    text-align: center;
}

.inquiry a {
    /* display: flex; */
    /* flex-wrap: wrap; */
    /* align-items: center; */
    /* justify-content: center; */
    height: 99px;
    width: 500px;
    font-size: 18px;
    margin: 15px 10px;
    font-weight: bold;
}

.inquiry a.btn-gradient {
    height: 69px;
    background-color: #f03333;
    background-image: url(../../common/images/bt/big-red.jpg);
    background-position: center right;
    background-repeat: no-repeat;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    text-align: left;
    box-sizing: border-box;
    border-bottom: 2px solid #c61010;
    padding: 0px 57px 0 0;
    border-radius: 0;
    width: 41%;
    /* display: flex; */
    line-height: 69px;
    text-align: center;
}


/* FAQ */
.title-faq {
    font-size: 30px;
    text-align: center;
    font-weight: bold;
    padding: 30px 12px;
    border-bottom: 2px solid #ccc;
}

.list-qanda {
    margin: 2rem 0 0;
}

.tab-accordion>p:first-child {
    background: #f6f6f6;
    padding: 10px;
    font-size: 1rem;
}

.tab-accordion {
    position: relative;
    margin-bottom: 1px;
    width: 100%;
    color: #3e3e3e;
    overflow: hidden;
    list-style: none;
}

.tab-accordion .qus {
    color: #0099ff;
    font-size: 24px;
    font-weight: bold;
    margin-right: 12px;
}

.tab-accordion .tab-content p {
    margin: 1em 1em 1em 3em;
    font-size: 0.9rem;
}

.tab-accordion .tab-content .ans {
    color: #2e3192;
    font-size: 24px;
    font-weight: bold;
    margin-right: 12px;
}

/*step*/
.step {}

.title-step {
    font-size: 30px;
    text-align: center;
    font-weight: bold;
    color: #4D4D4D;
    padding: 30px 12px;
}

#step-disp-all ul {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

#step-disp-all li {
    display: block;
    width: 33.33%;
    margin: 12px auto;
}

#step-disp-all li dl {
    width: 100%;
    text-align: center;
}

#step-disp-all li dt {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.3;
}

#step-disp-all li dt strong {
    font-size: 18px;
    display: block;
    /* height: 47px; */
    overflow: hidden;
}

#step-disp-all li dt span {
    font-size: 14px;
}

#step-disp-all li dd {
    padding: 10px 0 0;
    position: relative;
}

#step-disp-all li dd::after {
    content: "";
    display: block;
    width: 15%;
    background: #B3B3B3;
    height: 8px;
    position: absolute;
    right: -7%;
    top: 50%;
}

#step-disp-all li:last-child dd::after {
    content: "";
    display: none;
}

#step-disp-all li dd div {
    padding: 15px;
    width: 190px;
    height: 190px;
    border: 4px solid #0099FF;
    border-radius: 50%;
    background: #fff;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 14px auto;
}

#step-disp-all li dd div img {
    max-width: 100%;
}



/*==============================
    +ceo-tab
==============================*/
.ceo-tab {
    position: relative;
    padding: 30px 0;
    background: #f3f3f3;
}

.ceo-tab ul {
    text-align: center;
}

.ceo-tab li {
    display: inline-block;
    text-align: center;
    margin: 0 6px;
    transition: 0.3s;
}

.ceo-tab li a {
    font-size: 18px;
    display: block;
    padding: 0 0 10px;
    text-align: center;
    -webkit-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s;
    position: relative;
    background: #fff;
    border: 2px solid #ccc;
    border-radius: 38px;
    padding: 9px 25px;
    text-align: center;
    color: #4D4D4D;
    transition: 0.3s;
}

.ceo-tab li a .fas {
    padding: 0 10px 0 0;
    color: #cf0015
}

.ceo-tab li a:hover {
    border-color: #cf1126;
    color: #cf1126;
}




@media(max-width:1450px) {
    .bg-banner .topic-service {
        padding: 12px 12px;
    }

    .bg-banner .topic-service h2 {
        font-size: 2rem;
        line-height: 2.5rem;
    }

    .bg-banner .topic-service h3 {
        font-size: 20px;
    }

    .inquiry {
        padding: 5px 20px;
    }
}

@media(max-width:1415px) {
    .bg-banner {
        margin-top: 62px;
    }

    .bg-banner .purchase-service {
        margin-top: -37px;
        top: 0;
    }

    .bg-banner .topic-service {
        width: auto;
    }

    /* .bg-banner .topic-banner { position: relative; color: #000; padding: 18px 0 0; } */
    .bg-banner .topic-banner {
        top: 23%;
    }

    .bg-banner .topic-banner {
        font-size: 16px;
    }

    .bg-banner .topic-banner h1 {
        font-size: 30px;
    }

}

@media(max-width:1020px) {
    .bg-banner {
        padding: 10rem;
        padding: 7rem 0 1rem;
    }

}

@media(max-width:980px) {
    .bg-banner .purchase-service {
        top: 0%;
    }

    .ceo-tab li a {
        font-size: 16px;
        padding: 8px 12px;
    }

    .ceo-tab li {
        margin: 2px 0px;
    }

    .content-unique .title-circle-blue {
        width: 170px;
        height: 170px;
        font-size: 28px;
    }

    .content-unique ul li {
        font-size: 14px;
    }

    .content-solution .thumb-solution {
        width: 100%;
    }



}

/* @media (max-width: 768px) {
    .newcar-cus {
        padding: 0 0px !important;
    }
} */

@media(max-width:768px) {

    .car-data .price-yen {
        text-align: right;
    }

    .solution {
        background: url(https://corp.ctn-net.jp/wp-content/themes/ctncoporation/assets/images/business/newcar/bg-gray.jpg) top center repeat;
        background-size: cover;
        padding: 20px;
    }

    .content-solution .thumb-solution {
        margin: 8px auto;
        width: 80%;
    }

    .content-solution {
        margin: 15px 0;
    }

    .content-unique ul {
        padding: 8px;
    }

    .title-border-black {
        font-size: 24px;
    }

    .title-line-pink {
        font-size: 35px;
    }

    .title-unique {
        height: 280px;
    }

    .box-blue {
        width: 85%;
        margin: 25px auto;
        padding: 20px;
        font-size: 22px;
    }

    .box-blue::after {
        content: "";
        border-bottom: 30px solid #219BFF;
        border-left: 32px solid transparent;
        border-left: 34px solid transparent;
        border-right: 34px solid transparent;
        position: absolute;
        top: -15px;
        left: 45%;
    }

    .benefits {
        margin: 24px auto 0;
        padding: 20px;
    }

    .content-benefits ul li {
        display: block;
        width: 91%;
        margin: 39px auto;
        border: 2px dashed #000;
        padding: 15px 12px 15px 1px;
        position: relative;
        background: #fff;
        font-size: 23px;
        font-weight: bold;
    }

    .content-benefits .number-choice {
        background: #999999;
        color: #fff;
        position: absolute;
        display: inline-block;
        padding: 6px 12px;
        font-size: 21px;
        top: -20px;
        left: -40px;
        font-weight: normal;
    }

    .content-benefits .choice p {
        text-align: center;
        font-size: 16px;
        display: block;
        padding: 18px 4px;
    }

    .link-service {
        flex-direction: column;
    }

}

@media(max-width:680px) {
    .bg-banner .purchase-service {
        margin-top: -40px;
    }

    .bg-banner .topic-banner .btn-gradient {
        padding: 8px 12px;
    }

    .bg-banner .topic-banner .m28TB {
        margin: 0 auto !important;
    }

    .content-unique .thumb-unique {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    .content-unique ul {
        display: block;
        width: 60%;
    }


    .content-benefits .number-choice {
        font-size: 16px;
        left: -9px;
    }

    .content-benefits ul li {
        padding: 22px 0px;
        font-size: 18px;
        margin: 24px auto;
        width: 94%;
    }

    .discount .title-discount {
        font-size: 18px;
        padding: 21px 9px;
    }

    .discount .title-discount .highlight-yellow {
        font-size: 30px;
    }

    .box-blue::after {
        left: 38%;
    }

    .purchase {
        width: 100%;
    }

    .content-purchase ul {
        padding: 18px;
    }

    .title-step,
    .title-faq {
        padding: 12px;
    }

    #step-disp-all li {
        width: 100%;
    }

    #step-disp-all li dl {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    #step-disp-all li dd {
        display: block;
        width: 35%;
        text-align: center;
    }

    #step-disp-all li dt {
        display: block;
        width: 65%;
    }

    #step-disp-all li dd div {
        width: 150px;
        height: 150px;
        padding: 30px;
    }

    #step-disp-all li dd::after {
        width: 6px;
        top: auto;
        bottom: -22%;
        right: 49%;
        height: 45px;
    }

    .inquiry {
        padding: 10px 0;
    }

    .inquiry a {
        margin: 10px auto;
    }

    .inquiry a.btn-gradient {
        width: 80%
    }

}

@media(max-width:480px) {
    .bg-banner {
        margin-top: 50px;
        padding: 4rem 0 1rem;
    }

    .ceo-tab {
        padding: 15px 0;
    }

    .ceo-tab li a {
        font-size: 14px;
        padding: 9px 10px
    }

    .ceo-tab li {
        margin: 2px 0px;
    }


    .btn-gradient {
        width: 290px;
    }



    .bg-banner .topic-service {
        font-size: 12px;
    }

    .bg-banner .topic-service h2 {
        font-size: 18px;
        line-height: 1.5rem;
    }

    .bg-banner .topic-service h3 {
        font-size: 16px;
    }

    .bg-banner .topic-banner h2 {
        font-size: 18px;
    }

    .title-unique {
        height: 280px;
    }

    .content-unique .title-circle-blue {
        width: 140px;
        height: 140px;
        font-size: 24px;
    }

    .solution {
        padding: 16px 9px;
    }

    .title-border-black {
        font-size: 18px;
    }

    .title-line-pink {
        font-size: 25px;
    }

    .content-solution {
        margin: 12px 0% 20px 0;
    }

    .content-solution .thumb-solution {
        width: 100%;
        padding: 12px 10px;
    }

    .content-solution .title-gray {
        font-size: 18px;
    }

    .content-solution ul li {
        font-size: 14px;
        margin: 3px 0;
        padding: 6px;
    }

    .content-menufacturer ul li {
        width: 94%;
        font-size: 15px;
        padding: 10;
        margin: 10px auto;
    }

    .content-menufacturer ul li .next {
        top: 0;
        left: -3%;
    }

    .maker_img img {
        max-width: 137px !important;
    }

    .maker_img {
        padding: 10px !important;
    }

    .box-blue {
        font-size: 16px;
        padding: 12px;
        width: 100%;
        margin: 20px auto;
    }

    .box-blue::after {
        left: 43%;
        border-bottom: 18px solid #37A1FD;
        border-left: 18px solid transparent;
        border-right: 18px solid transparent;
        top: -15px;
    }


    .benefits {
        padding: 30px 0;
    }

    .benefits .title-merits {
        font-size: 18px;
    }

    .benefits .title-merits strong {
        font-size: 28px;
    }

    .discount .title-discount .highlight-yellow {
        /* display: block; */
        font-size: 23px;
    }

    .title-radius-gray {
        width: 290px;
        font-size: 18px;
    }

    .title-step,
    .title-faq {
        font-size: 22px;
    }

    .purchase .title-purchase {
        width: 100%;
    }

    .inquiry a {
        width: 90%;
        height: 90px;
    }

    .title-radius-blue {
        width: 290px;
        font-size: 18px;
    }

    .link-service a {
        width: 100%;
    }

    #step-disp-all li dd div {
        width: 100px;
        height: 100px;
        padding: 14px;
    }

    #step-disp-all li dd::after {
        bottom: -29%;
    }

    #line_up ul {
        flex-direction: column;
    }

    #line_up li {
        width: 100%;
        border-bottom: 2px dotted #bdb9b9;
        border-right: 0;
    }

    /* #line_up li {
        margin: 5px auto 5px;
        padding: 3px 10px 10px;
    } */

    .inquiry a {
        margin: 5px auto;
    }

    .inquiry a.btn-gradient {
        width: 95%;
        background-size: auto 50px;
        height: 50px;
        line-height: 50px;
        font-size: 1rem;
        padding: 0 18px 0 0;
    }


}

@media(max-width:460px) {
    .bg-banner .topic-service {
        font-size: 10px;
        padding: 4px 12px;
    }

    .bg-banner .topic-service h2 {
        font-size: 14px;
        line-height: 1.5rem;
    }

    .bg-banner .topic-service h3 {
        font-size: 12px;
    }

    .bg-banner .topic-banner h2 {
        font-size: 20px;
        margin-bottom: 4px;
    }

    .bg-banner .topic-banner {
        font-size: 14px;
        top: 19%;
    }

    .btn-gradient strong {
        font-size: 14px;
    }

    #step-disp-all li dt strong {
        font-size: 16px;
        display: block;
        /* height: 47px; */
        /* overflow: hidden; */
    }
}

@media(max-width:380px) {
    .bg-banner {
        margin-top: 50px;
        padding: 3rem 0 1rem;
    }

    .content-unique .title-circle-blue {
        width: 100px;
        height: 100px;
        font-size: 16px;
    }
}

#newcar_disp {
    margin: 40px auto 0
}

#newcar_disp li {
    width: 32%;
    text-align: center;
    float: left;
    border: 1px solid #bdb9b9;
    position: relative;
    box-sizing: border-box;
    padding: 10px;
    margin: 0 1% 30px 0
}

#newcar_disp li:nth-child(3n) {
    margin: 0 0 30px;
}

#newcar_disp li div:first-child {
    min-height: 175px;
}

figure {
    margin: 0 0 0em !important;
}

.grade span {
    padding: 2px 10px 2px 20px;
    background-color: #000;
    color: #fff;
    line-height: 24px;
}

.grade span:before {
    content: "";
    position: absolute;
    left: 0px;
    bottom: -10px;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #616161 transparent transparent transparent;
    border-width: 5px 0px 5px 5px;
}

.grade span:after {
    content: "";
    position: absolute;
    right: -24px;
    bottom: -22px;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #000 transparent transparent transparent;
    border-width: 24px 24px 22px 0px;
}

#newcar_disp li p {
    font-size: 20px;
    line-height: 1.2;
    margin: 15px auto 0
}

#newcar_disp li p span {
    font-size: 12px;
}

.newcar_price {
    margin: 10px auto 0 !important
}

.off {
    width: 60px;
    height: 60px;
    background-image: url("../../index/images/sample/off.png");
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    bottom: 10px;
    left: 10px;
    color: #fff;
    text-align: center;
    line-height: 0.9;
    box-sizing: border-box;
    padding: 8px 0 0;
    font-weight: bold;
    font-size: 20px;
}

.off span {
    font-size: 10px;
    font-weight: normal;
}

@media (max-width:768px) {
    #newcar_disp li {
        width: 100%;
        float: none;
        padding: 15px;
        margin: 0 0% 30px 0
    }
}

/*---End New Car---*/