
input {box-sizing: border-box;}
body{
    margin: 0;
    font-family: 'Noto Sans JP', sans-serif;
}
span:has([type=radio]:checked){
    background-color: #ffc300 !important;
}
input:focus{
    border: solid 1px #55a6e5 !important;
    background-color: #eaf6ff !important;
}
.nohyphen{
    background-color: gray;
    font-size: 13px;
    color: #fff;
    padding: 2px 6px;
    border-radius: 4px;
    z-index: -99;
    position: absolute;
    right: 0;
    transform: translate(0,-100%);
    top: 1px;
    display: none;
}
label{
    display: flex;
}
.sales{
    width: 15px;
    accent-color: #000;
}
input{
    outline: none;
    width: 100%;
}
div:has( > input.validated)::after {
    content:"";
    position:absolute;
    width: 25px;
    height: 20px;
    top: -11px;
    right: -12px;
    background-image: url("/res/figure/checkmark.svg");
    background-size: cover
}
div:has( > button.validated)::after {
    content:"";
    position:absolute;
    width: 25px;
    height: 20px;
    top: -20px;
    right: -12px;
    background-image: url("/res/figure/checkmark.svg");
    background-size: cover
}
span:has( label ){
    position: relative;
}
span.radio-active label::after{
    content:"";
    position:absolute;
    width: 25px;
    height: 20px;
    top: -11px;
    right: -12px;
    background-image: url("/res/figure/checkmark.svg");
    background-size: cover
}
.button{
    position: relative;
    display: inline;
}
input[name='submitConfirm'] + span {
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    color: #d7d7d7;
    background-color: #BBBBBB;
    border-radius: 39px;
    padding: 0px 0px 2px 2px;
}
input[name='submitConfirm'].send_active + span {
    color: #198EFF !important;
    background-color: #fff !important;
}

div.apply_btn:has(input[name='submitConfirm'].send_active) + p{
    display: none;
}



.wrap{
    margin: 0 10px;
}
.max_wid{
    max-width: 768px;
    margin: 0 auto;
}
.header{
    display: flex;
    justify-content: space-between;
    height: 60px;
}
.header_logo{
    width: 37%;
}
.header_logo img{
    width: 100%;
    margin-top: 10px;
}
.header_left{
    text-align: center;
    display: flex;
    margin-top: 10px;
}
.header_left img{
    width: 41px;
    margin-right: 5px;
}
.header_left .text{
    margin: 0;
    font-size: 8px;
}
.header_left .tel{
    font-size: 16px;
    font-weight: 700;
    color: #003894;
    margin: 0;
}
.formimage{
    display: flex;
    justify-content: space-between;
    margin: 0 30px 52px 30px;
}
.process1,.process2,.process3{
    text-align: center;
    width: 13%;
    position: relative;
}
.process1 span,.process2 span,.process3 span{
    color: #198EFF;
    font-size: 10px;
    width: 84px;
    position: absolute;
    top: 42px;
    left: 50%;
    line-height: 12px;
    transform: translate(-50%,0);
}
.image_icon1,.image_icon2,.image_icon3{
    background-color: #198EFF;
    display: inline-block;
    padding: 7px;
    border-radius: 30px;
    box-sizing: border-box;
    height:40px;
}
.formimage img{
    width: 26px;
    height: 26px;
}
.line{
    position: relative;
    width: 30.5%;
}
.line > div{
    background-color: #198eff;
    height: 4px;
    width: 100%;
    border-radius: 2px;
    position: absolute;
    top: 48%;
}
.page_top{
    margin-top: 20px;
}
.page_top h1{
    font-size: 24px;
    margin: 0;
}
.page_top p{
    font-size: 14px;
    margin: 0 0 20px 0;
}
.car_info{
    margin-bottom: 40px;
}
.title{
    background-color: #FFF0DD;
    height: 50px;
    line-height: 100px;
}
.title h2{
    font-size: 18px;
    line-height: 50px;
}
.rod{
    color: #FFAA3D;
    font-size: 16px;
    border: solid 3px;
    border-radius: 10px;
}
.title .required{
    font-size: 13px;
    color: red;
    border: solid 1.5px;
    padding: 0px 3px 2px;
    border-radius: 7px;
    margin: 0px 10px;
}
.cartype{
    display: block;
}
.item_text_pc{
    display: none;
}
.item_text_sp{
    display: block;
}
.item_text{
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 0;
}
input,button,.mwform-radio-field label{
    cursor: pointer;
}
.open_btn,.close_btn {
    display: inline;
    cursor: pointer;
}
.selectbox{
    background-color: #F2F2F2;
    font-size: 17px;
    padding: 10px;
    border-radius: 3px;
    margin-bottom: 5px;
    text-align: left;
    position: relative;
    border: solid 1.5px #d7d7d7;
    cursor: pointer;
    color: dimgrey;
}
.selectbox::after{
    content: '';
    width: 10px;
    height: 10px;
    border: 0;
    border-bottom: solid 2px #686868;
    border-right: solid 2px #686868;
    position: absolute;
    top: 50%;
    right: 3%;
    margin-top: -6px;
    transform: rotate(315deg);
}
.name .name_input{
    display: flex;
}
.name .name_input input{
    background-color: #F2F2F2;
    font-size: 17px;
    padding: 10px;
    border-radius: 3px;
    color: dimgrey;
    border: solid 1.5px #d7d7d7;
}
.seimei{
    margin-bottom: 40px;
}
.tel_info{
    margin-bottom: 40px;
    margin-top:30px
}
.inputbox input{
    background-color: #F2F2F2;
    font-size: 17px;
    padding: 10px;
    border-radius: 3px;
    color: dimgrey;
    border: solid 1.5px #d7d7d7;
}
.work .inputbox{
    position: relative;
}
.work > div{
    display: inline;
}
.open{
    text-align: right;
    margin-bottom: 40px;
    margin-top: 10px;
}
.open p{
    font-size: 15px;
    margin: 0;
}
.open p span{
    font-weight: 700;
    font-size: 23px;
    margin-right: 11px;
    color: #FFAA3D;
}
.others_info {
    height: auto;
    overflow-x: hidden;
    overflow-y: hidden;
}
.is_open{
    display: block  ;
}
.open_btn.none{
    display: none;
}
.close_btn.none{
    display: none;
}
.optional{
    color:#B3AEA8 !important;
}
.company{
    width: 100%;
    height: 62px;
}
.radiobox input{
    vertical-align: middle;
    width: 20px;
    height: 20px;  
    margin: 0 0 0 14px;
}
.last{
    margin-top: 20px;
    margin-bottom: 30px;
}
.close{
    text-align: right;
    margin-bottom: 40px;
    position: relative;
}
.close p{
    font-size: 15px;
}
.close span{
    width: 15px;
    border: solid 3px;
    position: absolute;
    border-radius: 1px;
    top: 49%;
    transform: translate(-50%,-50%);
    right: 12%;
    color: #FFAA3D;
}
.address_input{
    display: flex;
    justify-content: space-between;
}
.address_input input{
    font-size: 17px;
    padding: 10px;
    border-radius: 3px;
    background-color: #f2f2f2;
    border: solid 1.5px #d7d7d7;
    vertical-align: bottom;
    width: 100%;
}
.address_input .active_postal_btn{
    background-color: #198EFF;
    color: #fff;
    border: none;
    border-radius: 7px;
    position: relative;
    font-weight: 700;
}
.address_input .no_postal_btn{
    background-color: #d7d7d7;
    color: #959595;
    border: none;
    border-radius: 7px;
    position: relative;
    font-weight: 700;
}
button .btn{
    position: absolute;
    transform: translate(-50%,-50%);
    left: 44%;
    top: 50%;
    font-size: 14px;
}
.active_zip_arrow{
    position: absolute;
    transform: translate(-50%,-50%);
    top: 49%;
    right: 3%;
    color: #198EFF;
    background-color: #fff;
    border-radius: 30px;
    height: 16px;
    width: 17px;
    padding: 2px 0px 0 0;
    font-size: 11px;
}
.no_zip_arrow{
    position: absolute;
    transform: translate(-50%,-50%);
    top: 49%;
    right: 3%;
    color: #d7d7d7;
    background-color: #bbbbbb;
    border-radius: 30px;
    height: 16px;
    width: 17px;
    padding: 2px 0px 0 0;
    font-size: 11px;
}
.arrow{
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    color: #d7d7d7;
    background-color: #BBBBBB;
    border-radius: 39px;
    width: 20px;
    height: 20px;
    padding: 0px 0px 2px 2px;
}
.arrow.send_active{
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    color: #198EFF !important;
    background-color: #fff !important;
    border-radius: 39px;
    width: 20px;
    height: 20px;
    padding: 0px 0px 2px 2px;
}
.attention_text.send_active{
    display: none;
}
.address_info .noaddress{
    margin-bottom: 30px;
    margin-top: 10px;
}
.free_area_container{
    margin-top: 40px;
}
.free_area textarea{
    width: 100%;
    height: 100px;
    border: solid 1.5px #d7d7d7;
    border-radius: 3px;
    background-color: #f2f2f2;
    margin-top: 20px;
    margin-bottom: 40px;
}
.apply{
    text-align: center;
    margin-top: 60px;
    margin-bottom: 30px;
}
.apply_text p{
    text-align: left;
    font-size: 15px;
}

.footer{
    margin-top:50px;
    background-color: #FAFAFC;
}
.footer .wrap{
    margin-bottom: 0;
}
.footer .breadcrumb{
    display: flex;
    justify-content: left;
    padding-top: 20px;
    padding-bottom: 5px;
    font-size: 13px;
}
.footer .breadcrumb_arrow{
    border-bottom: solid 1.5px #686868;
    border-right: solid 1.5px #686868;
    width: 7px;
    height: 7px;
    transform: rotate(315deg);
    margin: 6px 20px;
}
.footer .breadcrumb p{
    margin: 0;
}
.footer .footer_img{
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
}
.footer .footer_img .footer_left img{
    width: 120px;
}
.footer .footer_img .footer_right .img1{
    width: 60px;
}
.footer .footer_img .footer_right .img2{
    width: 88px;
    margin-left: 5px;
}

.footer .footer_text1{
    font-size: 17px;
    margin: 0;
}
.footer .footer_text2{
    font-size: 14px;
    margin-top: 10px;
}
.footer .footer_text table td{
    font-size: 12px;
} 
.footer .footer_text table .index{
    font-weight: 700;
    width: 12%;
    vertical-align: top;
}
.footer .privacy h2{
    font-size: 15px;
}
.footer .privacy p{
    font-size: 11px;
}
.footer .privacy img{
    float: right;
    width: 14%;
    max-width: 46px;
}
.footer .company_link > a{
    font-size: 13px;
    margin-right: 12px;
    color: #003894;
}
a{
    color: #003894;
}
.footer .company_link{
    padding-bottom: 30px;
}





.select_bar{
    border-bottom: #d7d7d7d7 solid 1.5px;
    height: 50px;
    background: linear-gradient(0deg, #f4f4f4, transparent);
}
.select_title{
    display: flex;
    justify-content: space-between;
    line-height: 50px;
}
.select_title h2{
    font-size: 21px;
    margin: 0;
}
.select_title .select_title_left{
    position: relative;
}
.select_title .back_btn{
    margin: 0;
    font-size: 16px;
    margin-left: 10px;
}
.arrow_left{
    border-bottom: solid 2px #686868;
    border-left: solid 2px #686868;
    width: 8px;
    height: 8px;
    transform: rotate(45deg);
    position: absolute;
    top: 42%;
    border-radius: 2px
}
.select_title .delete_btn{
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 20px;
}
.select_list ul{
    padding: 0;
    margin: 0;
}
.select_list ul li{
    list-style: none;
    font-size: 16px;
    font-weight: 700;
    border-bottom: 1px solid #d7d7d7d7;
    padding: 10px 10px;
    position: relative;
}
.select_list ul li::after{
    content: '';
    width: 8px;
    height: 8px;
    border: 0;
    border-top: solid 2px #686868;
    border-right: solid 2px #686868;
    position: absolute;
    top: 41%;
    right: 4%;
    transform: rotate(45deg);
    border-radius: 2px;
}

.select_content{
    margin-bottom:50px;
}
.item_title h2{
    font-size: 18px;
}
.item_title span{
    margin-right: 4px;
}
.select_content .select_list{
    border-top: 1px solid #d7d7d7;
}
.last_content{
    margin-bottom: 150px;
}


.maker_selected,.cartype_selected,.modelyear_selected,.mileage_selected{
    cursor: pointer;
}

.idx_container{
    background-color: #FFF0DD;
    margin: 15px 0;
}
.idx_btn_container{
    display: flex;
    flex-wrap: wrap;
    padding: 15px 0;
}
.idx_btn{
    width: 20%;
    text-align: center;

}
.idx_btn button{
    width: 80%;
    width: 90%;
    background-color: #FFF;
    border: solid 1.5px #d7d7d7;
    border-radius: 5px;
    box-shadow: 2px 2px #C4B8AA;
    font-size: 13px;
    font-weight: 700;
    margin: 5px 0;
    color: #000;
    padding: 3px 0;
}
.is-active{
    background-color: #d7d7d7 !important;
    box-shadow: none !important;
}
.is-disabled{
    background-color: #C4B8AA !important;
    border: solid 1.5px #C4B8AA !important;
    box-shadow: none !important;
}


.input-display-none{
    display: none;
}



.mw_wp_form_preview .selectbox{
    display: none;
}
.mw_wp_form_preview .postal_search{
    display: none;
}
.mw_wp_form_preview .address_info .noaddress{
    display: none;
}
.mw_wp_form_preview .button{
    display: none;
}
.send_btn.send_active{
    background-color: #198EFF !important;
    font-size: 17px;
    font-weight: 700;
    color: #fff !important;
    border: none;
    border-radius: 7px;
}
.send_btn{
    background-color: #D7D7D7;
    font-size: 17px;
    font-weight: 700;
    color: #959595;
    border: none;
    border-radius: 7px;
}
.apply_button{
    width: 70%;
    height: 62px;
    background-color: #198EFF;
    font-size: 17px;
    font-weight: 700;
    color: #fff;
    border: none;
    border-radius: 7px;
}
.mw_wp_form_preview .send_btn{
    display: none;
}
.mw_wp_form_preview .no_arrow{
    display: none;
}
.mw_wp_form_preview .active_arrow{
    display: block;
}
.mw_wp_form_preview .apply_arrow{
    display: block;
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    right: 0%;
    color: #198EFF;
    background-color: #fff;
    border-radius: 39px;
    width: 20px;
    height: 20px;
    padding: 0px 0px 2px 2px;
    font-size: 13px;
}
.mw_wp_form_input .apply_arrow{
    display: none;
}
.apply_btn{
    position: relative;
}

.is-error{
    background-color: #FFD3D4 !important;
    border: solid 2px red !important;
}

.complete_text p{
    font-size: 24px;
    text-align: center;
    font-weight: 700;
    
}
.complete_text {
    margin: 45px 20px;
    color: #686868;
    background-color: #FAFAFC;
    border-radius: 20px;
    font-size:19px;
    line-height:49px;
    padding:1.5rem;
}
.send_button{
    position: relative;
    display: flex;
    justify-content: space-between;
}
.send_button .arrow{
    position: absolute;
    top: 36%;
    right: 4%;
}

.horizontal-item {
    display: block;
    background-color: #F2F2F2;
    height: 62px;
    line-height: 62px;
    font-size: 17px;
    border-radius: 3px;
    border: solid 1.5px #d7d7d7;
    margin-bottom: 15px;
    margin-left: 0 !important;
    }
.mwform-radio-field label{
    display: block;
    width: 100%;
}
.attention_text{
    text-align: left;
    font-size: 14px;
    color: red;
}
.mw_wp_form_preview .attention_text{
    display: none;
}
.form_back_btn{
    width: 25%;
    height: 62px;
    background-color: #bbbbbb;
    font-size: 17px;
    font-weight: 700;
    color: #fff;
    border: none;
    border-radius: 7px;
}
.mw_wp_form_preview .arrow{
    display: none;
}
.input_area{
    position: relative;
}
.set_check{
    border-bottom: 2.5px solid #24b39b;
    border-left: 2.5px solid #24b39b;
    width: 12px;
    height: 7px;
    position: absolute;
    transform: rotate(-45deg);
    top: 31%;
    right: 4%;
}
.input_active{
    border: solid 1.5px #24b39b !important;
}
.input_error{
    border: solid 1.5px red !important;
}
.error_message{
    display: block;
    font-size: 14px;
    color: red;
}
.input_delete{
    position: absolute;
    top: 50%;
    right: 0%;
    background-color: #fff;
    transform: translate(-50%,-50%);
    width: 15px;
    height: 15px;
    border-radius: 10px;
    font-size: 12px;
    padding: 0px 0px 4px 4px;
    display: none;
    cursor: pointer;
}
.mail_error_message2,.zip_error_message2,.tel_error_message2{
    font-size: 14px;
    color: red;
    display: none;
}
.tel{
    position: relative;
}

@media screen and (max-width:768px){
    .selectbox_sp{
        width: 100%;
        height: 62px;
    }
    .name_input_sp{
        justify-content: space-between;
    }
    .name_input > div{
        width: 47%;
    }
    .sei_text_sp{
        width: 100%;
        height: 62px;
    }
    .mei_text_sp{
        width: 100%;
        height: 62px;
    }
    .tel_text_sp{
        width: 100%;
        height: 62px;
    }
    .mail_text_sp{
        width: 100%;
        height: 62px;
    }
    .zip_text_sp{
        width: 60%;
        height: 62px;
    }
    .address_text_sp{
        width: 100%;
        height: 62px;
    }
    .postal_search_sp{ 
        width: 30%;
        height: 62px;
    }
    .send_btn_sp{
        width: 100%;
        height: 62px;
    }
    .arrow_sp{
        right: 0%;
        font-size: 13px;
    }
    .models_label{
        display: none;
    }
    .address_input > div{
        width: 60%;
    }
    .select_list ul li{
        padding: 15px 10px;
    }
    .item_mileage_name,.item_year_name,.item_models_name{
        padding-left: 34px;
    }
    .select_name{
        line-height: 15px;
    }
    .models_item,.year_item,.mileage_item{
        z-index: 99;
        position: relative;
        font-size: 12px;
        padding-left: 28px;
    }
    .maker_item{
        z-index: 99;
        position: relative;
        font-size: 12px;
    }
    .modal {
        font-family: -apple-system,BlinkMacSystemFont,avenir next,avenir,helvetica neue,helvetica,ubuntu,roboto,noto,segoe ui,arial,sans-serif;
      }
      
      .modal__overlay {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 2;
        background: rgba(0,0,0,0.6);
        display: flex;
        justify-content: center;
        align-items: center;
      }
      
      .modal__container {
        background-color: #fff;
        padding: 38px 5px;
        max-width: 768px;
        width: 100%;
        box-sizing: border-box;
        position: relative;
        height: 100%;
        overflow-y: auto;
        height:100%;
      }
      .modal_close{
        position: absolute;
        background-color: #fff;
        border-radius: 3px;
        color: #959595;
        padding: 0 4px 4px 5px;
        top: -14px;
        right: 8px;
        font-weight: 700;
        cursor: pointer;
        font-size: 18px;
        z-index: 99;
        border: solid 1px #d7d7d7;
        width: 19px;
      }
      div:has( > button.validated)::after {
        content:"";
        position:absolute;
        width: 25px;
        height: 20px;
        top: -27px;
        right: -12px;
        background-image: url("/res/figure/checkmark.svg");
        background-size: cover
    }

}
@media screen and (min-width:768px){
    .cartype .button{
        display: none;
    }
    .tel .inputbox{
        width: 50%;
    }
    .mail .inputbox{
        width: 70%;
    }
    .selectbox::after{
        width: 8px;
        height: 8px;
    }
    .height_pc{
        height: 50px;
    }
    .mw_wp_form_preview .item_text_pc{
        display: none;
    }
    .mw_wp_form_preview .maker .item_text{
        display: block;
    }
    .item_text_pc{
        display: block;
        margin-bottom: 0;
        margin-top: 10px;
    }
    .maker .item_text{
        display: none;
    }
    .maker_select_pc{
        width: 60%;
    }
    .modelyear_select_pc{
        width: 40%;
    }
    .mileage_select_pc{
        width: 40%;
    }
    .name_input_area{
        margin-right: 30px;
    }
    .sei_text_pc{
        width: 100% ;
        margin-right: 30px;
    }
    .mei_text_pc{
        width: 100%;
    }
    .name_input_pc{
        justify-content:left;
    }
    .open {
        text-align: left;
    }
    .postal_search_pc{
        width: 15%;
        margin-left: 30px;
    }
    .address_input > div{
        width: 40%;
    }
    .address_input_pc{
        justify-content: left;
    }
    .addressbox{
        width: 70%;
    }
    
    .free_area textarea{
        width: 70%;
    }
    .send_btn_pc{
        width: 70%;
        height: 70px;
    }
    .arrow_pc{
        font-size: 20px;
        right: 16%;
    }
    .attention_text{
        text-align: center;
    }
    .header_pc{
        border-bottom: 1px solid #d7d7d7;
        box-shadow: 0px 2px 4px #d7d7d7;
        margin-bottom: 30px;
    }
    .header_logo {
        width: 168px;
    }
    .work .inputbox{
        width: 70%;
    }
    .horizontal-item{
        height: 50px;
        width: 50%;
    }
    .close span{
        right: 6%;
    }
    .cartype .item_text,.car_select {
        display: none;
    }
    .mw_wp_form_preview .cartype .item_text{
        display: block;
    }
    .no_arrow{
        width: 30px;
        height: 30px;
    }
    .active_arrow{
        width: 30px;
        height: 30px;
    }
    .select_name{
        padding-left: 1rem;
    }
    .mwform-radio-field label{
        line-height: 48px;
    }
    .models_label{
        display: inline;
    }
      .modal {
    font-family: -apple-system,BlinkMacSystemFont,avenir next,avenir,helvetica neue,helvetica,ubuntu,roboto,noto,segoe ui,arial,sans-serif;
  }
  
  .modal__overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background: rgba(0,0,0,0.6);
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .modal__container {
    background-color: #fff;
    padding: 27px 15px;
    margin-right: 20px;
    margin-left: 20px;
    max-width: 768px;
    width: 100%;
    border-radius: 4px;
    box-sizing: border-box;
    position: relative;
    height:70%;
  }
  .modal_close{
    position: absolute;
    background-color: #fff;
    border-radius: 3px;
    color: #959595;
    padding: 1px 6px;
    top: -50px;
    right: 0px;
    font-weight: 700;
    cursor: pointer;
    font-size: 17px;
    width: 16px;
    height: 27px;
}
#swiper-pc{
    max-height: 100%;
    }
.year_container_pc .select_list ul li{
    padding: 15px 10px;
}
.mileage_container_pc .select_list ul li{
    padding: 15px 10px;
}
}


#select-pc {
    display: none;
  }
  
  #select-pc.is-open {
    display: block;
  }
  


#swiper-pc{
overflow-y: auto;
}

@keyframes fadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  @keyframes fadeOut {
    from {
      opacity: 1;
    }
    to {
      opacity: 0;
    }
  }
  
  #Modal {
    &.is-open {
      display: block;
    }
    &[aria-hidden='false'] {
      animation: fadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
    }
    &[aria-hidden='true'] {
      animation: fadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
    }
  }

.max_wid{
    max-width: 768px;
    margin: 0 auto;
}
.wrap{
    margin: 0 10px;
}
.items{
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    margin-right: 22px;
    
}
.item{
    width: 23.8%;
    text-align: center;
    font-weight: 700;
    position: relative;
    background-color: #f2f2f2;
    color: #959595;
    height: 56px;
}

.item::after {
    content:"";
    position:absolute;
    width:39px;
    height:39px;
    transform: rotate(315deg);
    background-color: #f2f2f2;
    top:8px;
    right:-19px;
}
.item.active::after {
    background-color: #ffaa3d;
}
.item:nth-child(n+1).first::before{
    display: none;
}
.item.active{
    background-color: #ffaa3d;
    color: #fff;
}
.item:nth-child(n+1)::before {
    content:"";
    position:absolute;
    width:39px;
    height:39px;
    transform: rotate(315deg);
    background-color: #fff;
    top:8px;
    left:-19px;
}

.is_set{
    margin-top: 5px;
    font-size: 12px;
    margin-bottom: 0;
    font-weight: 100;
}
.select_name{
    margin: 0;
    font-size: 13px;
    position: absolute;
    left: 50%;
    transform: translate(-50%,0);
    width: 100%;
    z-index: 99;
}

.rod_pc{
    color: #FFAA3D;
    font-size: 16px;
    border: solid 3px;
    border-radius: 10px;
    margin-right: 7px;
}


.mileage_container_pc h2{
    border-bottom: solid 1px #d7d7d7;
    padding-bottom: 25px;
    margin-bottom: 0;
}


.year_container_pc h2{
    border-bottom: solid 1px #d7d7d7;
    padding-bottom: 25px;
    margin-bottom: 0;
}


@media screen and (min-width:768px){
    .idx_btn{
        width: 10%;
    }
    .idx_btn button{
        width: 90%;
        font-size: 13px;
    }
    .select_list ul li::after{
        display: none;
    }
    .select_content_pc .select_list ul li{
        font-weight: 100;
        border-bottom: none;
        position: unset;
        padding: 13px 16px;
    }
    .select_content_pc .select_list ul{
        display: flex;
        flex-wrap: wrap;
    }
    h2{
        font-size: 18px;
    }
    .select_content .select_list{
        border-top:none ;
        border-bottom:1px solid #d7d7d7;;
    }
    }

/* confirm view css */
.mw_wp_form_confirm p.item_text {
    font-weight: bold;
    position: relative;
    left: -10px;
}
.mw_wp_form_confirm .car_info > div.wrap,
.mw_wp_form_confirm .name > div.wrap.seimei,
.mw_wp_form_confirm .mail_info > .mail.wrap,
.mw_wp_form_confirm .others_info > .wrap,
.mw_wp_form_confirm .tel_info > .tel.wrap,
.mw_wp_form_confirm .address_info > .address.wrap {
    padding-left:10px;
}
.swiper-wrapper{
    height: auto !important;
}

/* complete view css */
.swiper-wrapper:has(.mw_wp_form_complete) {
    height:auto;
}
.swiper-wrapper:has(.mw_wp_form_complete) .swiper-slide:nth-child(n+2) {
    display:none;
}


@keyframes fadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  @keyframes fadeOut {
    from {
      opacity: 1;
    }
    to {
      opacity: 0;
    }
  }
  
  #Modal {
    &.is-open {
      display: block;
    }
    &[aria-hidden='false'] {
      animation: fadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
    }
    &[aria-hidden='true'] {
      animation: fadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
    }
  }