.cta__txt{
    font-size: 30px;
}
.topFeature__ttl{
    font-size: 27px;
}
.flowNavi{
    padding-top: 67px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.flowNavi__item{
    padding: 0 100px 28px;
    border-right: 1px solid #EA5514;
    font-family: Roboto,sans-serif;
    text-align: center;
    margin-bottom: 30px;
}
.flowNavi__item.wrap{
    border-right: none;
}
.flowNavi__item a{
    color: #EA5514;
    font-size: 32px;
    font-family: Roboto,sans-serif;
    font-weight: 900;
    line-height: 1;
    position: relative;
}
.flowNavi__item a::after{
    background-image: url(../img/flow/flow_naviBtn.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 13px;
    height: 6px;
    content: "";
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.kudamatsu_history{
    text-align: center;
}
.kudamatsu_history h2{
    font-size: 23px;
    margin-bottom: 30px;
}
.kudamatsu_history p{
    font-size: 17px;
}
.headerTel__main {
    justify-content: center;
}
.headerTel__img {
    width: 22px;
    margin: 0 6px 0 0;
}
.ctaTel__img {
    width: 32px;
}
.footerTel__img {
    width: 18px;
}
.pointSec__block {
    position: relative;
}
.point_back{
    position: absolute;
    bottom: 38px;
    right: 25px;
    width: 83px;
}
.flowCardTel__img {
    width: 24px;
}
.topKvSlider__img:before {
    padding-top: 25.434%;
}
.topKvSlider__item.logo:after{
    display: none;
}
.contactLeadTel__icon {
    margin-left: 14px;
    width: 34px;
}
.formCar__icon-02 {
    left: 19%;
    top: 25%;
}
.formCar__icon-03 {
    left: 31%;
    top: -15%;
}
.formCar__icon-04 {
    left: 53%;
    top: -7%;
}
.priceBox{
    display: block;
}
.priceslider{
    position: relative;
}
.priceBox{
    position: relative;
}
.priceNav__item{
    width: 186.6666px;
    height: 200px;
    margin: 0 7px 0;
}
.priceNav__list {
    display: block;
}

.price-thumbnail .slick-track {
transform:unset!important;
}
/*レスポンシブ用*/
@media screen and (max-width: 599px){

.price-thumbnail .slick-track {
transform:unset!important;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.priceNav__item {
    width: 124px!important;
    height: 135px!important;
    margin: 0 0px 2vw;
}
.slick-track:before, .slick-track:after{
    display: none!important;
}
    .drawerTel__img {
        width: 4.133333vw;
    }
    .footer__right {
        margin-bottom: 20vw;
    }
    .point {
        border-radius: 1.6vw;
        padding: 4vw 4vw 8vw 4vw;
    }
    .point_back {
        position: absolute;
        bottom: 3vw;
        right: 5vw;
        width: 15vw;
    }
    .topFeature__ttl {
        font-size: 5.0666666667vw;
    }
    .contactLeadTel__icon {
        margin-left: 0;
        width: 5.4vw;
    }
    .topKvSlider__img:before {
        padding-top: 153%;
    }
    .flowCardTel__img {
        width: 4.866667vw;
    }
    .ctaTel__img {
        width: 4.333333vw;
    }
    .topFeature__ttl-sm{
        font-size: 4.8vw;
    }
    .cta__txt {
        font-size: 4vw;
    }
    .flowNavi__item{
        padding: 0 4vw 2vw;
        margin-bottom: 5vw;
    }
    .flowNavi__item a{
        font-size: 5.33vw;
    }
    .flowNavi__item a::after {
        width: 11px;
        height: 4px;
        bottom: -2vw;
    }
    .kudamatsu_history h2 {
        font-size: 23px;
        margin-bottom: 3vw;
    }
    .kudamatsu_history p {
        font-size: 17px;
        text-align: left;
    }
    .footerTel__img {
        width: 4.1vw;
    }
}