/*---Newcar Lineup---*/

.car-shop { display: flex; flex-wrap: wrap; align-items: center; }
.car-shop .shop { display: block; width: 45%; text-align: center; border: 1px solid #bdb9b9; }
.car-shop .arrow-shop { display: block; width: 10%; text-align: center;  }
.car-shop .text-shop { background: #cf0015; color: #fff; font-size: 18px; font-weight: bold; padding: 12px; margin-bottom: 18px; }
.car-shop .shop img { width: 100%; padding: 14px; }


/* line_up */
#line_up-new ul{ margin: 24px -2% 24px 0; display: flex; flex-wrap: wrap; }

#line_up-new li {
    width: 31.33%;
    margin: 12px 2% 12px 0;
    background-color: #fff; 
    border: 1px solid #bdb9b9;
    padding: 30px 10px 20px;
    position: relative; 
}

.car-img {
    /* height: 200px; */
    padding: 15px 0;
}
.grade-lineup {
    width: 138px;
    height: 31px;
    background-image: url(../images/business/newcar/grade.png);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 10px;
    left: -6px;
    color: #fff;
    text-align: center;
    line-height: 28px;
    box-sizing: border-box;
    padding: 0px 0 0;
}
.car-data {
    margin: 10px auto 0;
    font-size: 18px;
    font-weight: 400;
    position: relative;
}
.car-data span {
    font-size: 12px;
    font-weight: 300;
}
.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;
    text-align: center
}
.more_bt img { max-width: 100%; }

.type-car { display: block; text-align: center; font-size: 18px; margin-bottom: 8px; }
.price { display: table; width: 100%; text-align: center; }
.price .arrow-yen { display: table-cell; width: 65px; position: relative; vertical-align: top; }
.price .datacar { display: table-cell; vertical-align: middle; font-size: 12px; padding: 0 8px; }
.price .arrow-yen span { position: absolute; color: #fff; top: 4px; text-align: center; display: block; width: 100%; }
.price .arrow-yen span strong { display: block; font-weight: bold; font-size: 14px; }
.price .arrow-yen span strong small { font-size: 12px; font-weight: 400; }

.price .spec-car { text-align: center; }
.price .price-yen { text-align: right; }
.price .price-yen strong { font-size: 18px; }



.sp_only{ display: none;}


@media (max-width:680px) {
    #line_up-new li { width: 100%; }
    .type-car { text-align: left; }
    .price .spec-car { text-align: right; }

    
    .car-shop .shop { width: 100%; }
    .car-shop .arrow-shop { width: 100%; }
    .car-shop .arrow-shop img{ transform: rotate(90deg); }
 

}

@media(max-width:420px){

/*step*/
.step {
}
.title-step {
    font-size: 22px;
    text-align: center;
    font-weight: bold;
    color: #cf0015;
}
#step-disp ul{
    margin: 24px 0 24px 0;
    /*display: flex;
    flex-wrap: wrap;*/
    position: relative;
    min-height: 300px;
}
#step-disp li {
    width: 36%;
    background-image: url(../images/business/newcar/step_bk.png);
    background-repeat: no-repeat; 
    position: absolute;
    min-height: 300px;
    background-color: transparent;
    background-size:  100% auto;
    box-sizing: border-box;
    padding: 30px 0 20px;
    vertical-align: top
}
#step-disp li:first-child {
    left: 0;
    top: 0;
    z-index: 7;
}
#step-disp li:nth-child(2) {
    left: 50%;
    top: 0;
    margin: auto 0  auto -18%;
    z-index: 6;
}
#step-disp li:last-child {
    right: 0;
    top: 0;
    z-index: 5;
}
#step-disp li  dl {
    width: 75%;
    text-align: center;
}
#step-disp li  dt {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.3;
}
#step-disp li  dt span {
    font-size: 14px;
    color: #cf0015;
}
#step-disp li  dd {
    padding: 10px 0 0;
} 
#step-disp li  dd  div {
    padding: 0 0 20px;
}

@media(max-width:980px){
    #step-disp ul{
        margin: 24px 0 24px 0;
        /*display: flex;
        flex-wrap: wrap;*/
        position: relative;
        min-height: 300px;
    }
    #step-disp li {
        width: 36%;
        background-image: url(../images/business/newcar/step_bk.png);
        background-repeat: no-repeat; 
        position: absolute;
        min-height: 250px;
        background-color: transparent;
        background-size:  100% auto;
        box-sizing: border-box;
        padding: 15px 0 15px;
        vertical-align: top
    }
    #step-disp li  dl {
        width: 75%;
        text-align: center;
    }
    #step-disp li  dt {
        font-size: 20px;
        font-weight: bold;
        line-height: 1.3;
    }
    #step-disp li  dt span {
        font-size: 14px;
        color: #cf0015;
    }
    #step-disp li  dd {
        padding: 10px 0 0;
    } 
    #step-disp li  dd  div img {
        width: 30%;
    }
    #step-disp li  dd  div {
        padding: 0 0 10px;
    }
  
}

@media (max-width:680px) {
    #step-disp ul{
        min-height:auto;
    }
    #step-disp li {
        width: 100%;
        margin:   0 auto 20px;
        background-image: url(../images/business/newcar/step_bk.png);
        background-repeat: no-repeat; 
        position: relative;
        min-height: 350px;
        background-color: transparent;
        background-size:  100% auto;
        box-sizing: border-box;
        padding: 25px 0 20px;
        vertical-align: top
    }
    #step-disp li:first-child {
        left: auto;
        top: auto;
        z-index: 7;
    }
    #step-disp li:nth-child(2) {
        left: auto;
        top: auto;
        margin: auto 0  auto 0;
        z-index: 6;
    }
    #step-disp li:last-child {
        right: auto;
        top: auto;
        z-index: 5;
    }
    #step-disp li  dl {
        width: 75%;
        text-align: center;
    }
    #step-disp li  dt {
        font-size: 20px;
        font-weight: bold;
        line-height: 1.3;
    }
    #step-disp li  dt span {
        font-size: 14px;
        color: #cf0015;
    }
    #step-disp li  dd {
        padding: 20px 0 0;
    } 
    #step-disp li  dd  div img {
        width: auto;
    }
    #step-disp li  dd  div {
        padding: 0 0 20px;
    }
   
}

/*---End Newcar Lineup---*/