.usedcarUnused .storeGenre {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 -10px
}

.usedcarUnused .storeGenre .item {
    margin: 0 10px
}

#car_info {
    position: relative;
    height: auto;
    width: 100%
}

.car_info__step {
    background-color: #e7edf0;
}

.car_info__step ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.selectbox {
    padding-top: 60px;
    padding-bottom: 40px;
}

.selectbox__title {
    font-size: 3.0rem;
    text-align: left;
    width: 300px;
    margin: 0 auto 40px 100px;
}

.step_category {
    position: relative;
    background-color: #fff;
    width: calc(240vw/10);
    max-width: 300px;
    margin: 0 50px 50px 0;
    text-align: center;
    padding: 60px 30px 40px 30px;
    border-radius: 23px;
}

.step_category::after {
    content: "▶";
    font-size: 30px;
    position: absolute;
    right: -40px;
    top: 50%;
    transform: translate(0, -50%);
}

.step_category:last-child {
    margin-right: 0px;
}

.step_category:last-child::after {
    content: none;
}

.step_category__title {
    font-size: 1.8rem;
    margin-inline: auto;
    margin-bottom: 8px;
}

.step_category__title--tag {
    position: relative;
    font-size: 3.2rem;
    margin: 0 auto 14px;
    letter-spacing: 2.0px;
}

.step_category__title--tag::after {
    content: "STEP";
    position: absolute;
    font-size: 1.4rem;
    top: -10px;
    left: 50%;
    transform: translate(-50%, 0);
    letter-spacing: 0;
}

.img-wrapper {
    width: 100%;
    height: 120px;
    overflow: hidden;
    margin: 0 auto 24px;
}

.maker-icon {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.store-icon {
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: 50% 80%;
    transform: scale(1.2);
}

.price-icon {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.step_category__textwrap {
    font-size: 1.5rem;
    margin: 0 auto;

}

.selectbox select {
    display: block;
    /* Safari, Chrome */
    -webkit-appearance: none;
    /* Firefox */
    -moz-appearance: none;
    appearance: none;
    background: url("../assets/select-icon.png") no-repeat center;
    background-position: 85% 50%;
    background-size: 12%;
    position: relative;
    width: 180px;
    height: 40px;
    color: #3B3B3B;
    font-size: 1.4rem;
    border-radius: 20px;
    border: #aaa 1px solid;
    margin: 0 auto;
    padding: 8px 22px;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.selectbox select:focus {
    border-color: #3498db;
    box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.2);
    outline: none;
}

#select-maker {
    margin-bottom: 10px;
}

#select-carname {
    opacity: 0.3;
    pointer-events: none;
}

#select-store {
    margin-bottom: 10px;
}

.selectbox select:focus,
.selectbox select:focus-within {
    outline: none;
}

#range {
    height: 10px;
}

.range-wrapper {
    width: 180px;
    margin: 0 auto 10px;
}

.noUiSlider-wrap .inner-block {
    padding: 50px;
}

.noUiSlider-wrap .text-wrap {
    margin: 30px auto;
}

.noUi-horizontal .noUi-handle {
    width: 24px;
    height: 24px;
    border-radius: 100px;
    top: -6px;
    right: -12px;
}

.noUi-horizontal .noUi-handle::before,
.noUi-horizontal .noUi-handle::after {
    content: none;
}

.noUi-target {
    border: none;
    background: #d0d0d0;
    box-shadow: none;
}

.noUi-connect {
    background: #EF889C;
}

.noUi-handle:focus {
    outline: none;
    box-shadow: 0 0 0 4px #ef889d3a;
}

.price-para {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 80vw;
    max-width: 200px;
    margin-inline: auto;
}

.price-para p {
    font-size: 1.4rem;
    margin: 0;
}

.search-results {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.results-text {
    display: flex;
    flex-direction: row;
    letter-spacing: 1.2px;
    padding-bottom: -18px;
    border-bottom: #000 2px solid;
}

.results-text h3 {
    font-size: 5.0rem;
    line-height: 10px;
    margin: 0 10px;
}

.results-text p {
    font-size: 1.8rem;
    line-height: 36px;
    margin-bottom: 0;
}

.results-text2 {
    display: flex;
    flex-direction: row;
}

.serch-button {
    width: 240px;
    height: 62px;
    font-size: 2.8rem;
    font-weight: 600;
    letter-spacing: 1.8px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border: none;
    border-radius: 60px;
    background-color: #2999A6;
    color: #fff;
    margin-left: 30px;
    margin-bottom: 24px;
    transition: all 0.25s;
}

.serch-button:hover {
    background-color: #ED8032;
}

.serch-button img {
    width: 26px;
    margin-left: 26px;
}

#new-usedcar__contents--wrapper {
    display: none;
    width: 100%;
    margin-bottom: 100px;
    padding: 20px 0;
}

#new-usedcar__contents--wrapper.slick-initialized {
    display: block;
}

.new-usedcar__items--wrapper {
    width: 200px;
    margin: 0 10px 0;
    border: 1px solid #e8eaed;
    border-radius: 20px;
    overflow: hidden;
    transition: 0.25s;
}

.new-usedcar__items--wrapper:hover {
    background-color: #3B3B3B;
}

.new-usedcar__img--wrapper {
    margin-bottom: 10px;
    width: 100%;
    height: 120px;
    overflow: hidden;
}

.new-usedcar__img--wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: transform 0.3s ease !important;
    opacity: 1 !important;
    filter: none !important;
}

.new-usedcar__items--wrapper:hover img {
    transform: scale(1.1);
}

.new-usedcar__items--wrapper a {
    display: block;
    color: #3B3B3B;
}

.new-usedcar__items--wrapper:hover a {
    color: #fff;
}

.new-usedcar__text--wrapper {
    margin: 0 12px 12px;
}

.new-usedcar__text--wrapper h4 {
    font-size: 1.2rem;
}

.new-usedcar__text--wrapper p {
    font-size: 1.2rem;
    font-weight: 600;
    margin: 0 auto;
}

.slick-dots {
    bottom: -40px;
}

.slick-dots li button:before {
    font-size: 12px !important;
}

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

    .car_info__step {
        background-color: #fff;
    }

    .car_info__step ul {
        flex-direction: column;
    }

    .selectbox {
        padding-top: 0;
        padding-bottom: 0;
    }

    .selectbox__title {
        font-size: 3.0rem;
        margin: 0 auto 40px;
    }

    .step_category::after {
        content: "▼";
        font-size: 3.0rem;
        position: absolute;
        top: auto;
        right: auto;
        left: 50%;
        bottom: -55px;
        transform: translate(-50%, 0);
        z-index: 99;
    }

    .step_category {
        margin: 0 auto 60px;
        width: calc(500vw/10);
        max-width: inherit;
        min-width: 300px;
        padding: 60px 0 40px 0;
        box-shadow: 9px 9px 32px -7px #777777;
    }

    .step_category:last-child {
        margin-right: auto;
    }

    .img-wrapper {
        height: 150px;
        margin-bottom: 30px;
    }

    .step_category__title {
        font-size: 2.2rem;
        margin-bottom: 10px;
    }

    .step_category select {
        width: calc(300vw/10);
        min-width: 220px;
        height: 46px;
        padding: 10px 30px;
        font-size: 1.6rem;
    }

    #select-maker {
        margin-bottom: 14px;
    }

    #select-store {
        margin-bottom: 14px;
    }

    .range-wrapper {
        width: 200px;
        margin: 0 auto 10px;
    }

    .price-para {
        width: 80vw;
        max-width: 220px;
    }

    .price-para p {
        font-size: 1.6rem;
    }

    .noUi-horizontal .noUi-handle {
        width: 30px;
        height: 30px;
        border-radius: 100px;
        top: -10px;
        right: -14.8px;
    }

    .search-results {
        width: calc(500vw / 10);
        min-width: 300px;
        flex-direction: column;
    }

    .results-text {
        flex-direction: column;
    }

    .results-text h3 {
        font-size: 5.5rem;
        line-height: 0;
        margin: 0 5px 0 0;
    }

    .results-text p {
        font-size: 2.0rem;
        line-height: 40px;
    }

    .results-text p:first-child {
        padding-left: 2px;
        margin-bottom: 22px;
    }

    .serch-button {
        font-size: 2.8rem;
        width: calc(500vw / 10);
        min-width: 300px;
        height: 62px;
        margin: 24px 0 0;
    }

    .serch-button img {
        width: 26px;
        margin-left: 40px;
    }
}

@media screen and (max-width: 600px) {
    .usedcarUnused .storeGenre {
        margin: 0 -5px
    }

    .usedcarUnused .storeGenre .item {
        margin: 0 5px
    }

    #car_info {
        width: auto;
    }
}