@charset "utf-8";
main, body, h1, h2, h3, h4, h5, h6, p, span, ul, figure, div{
    margin: 0;
    padding: 0;
}
html{
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
    word-break: normal;
    -moz-tab-size: 4;
    tab-size: 4;
}
body{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    height: 100%;
    min-width: 0;
    overflow-x: hidden;
    overflow-y: auto;
    overflow-wrap: break-word;
    position: relative;
    width: 100%;
    display: block;
}
select, button {
    font-size: inherit;
    font-family: inherit;
    padding: 0;
    margin: 0;
    border: none;
    box-sizing: border-box;
    transition: 0.4s;
    appearance: none;
}
.header{
    text-align: left;
    display: inline-flex;
    background-color: aliceblue;
    width: 100%;
}
.header_container{
    background-color: rgba(0, 0, 0, 0.1);
}
.logo{
    height: 20px;
    width: auto;
    padding: 20px;
}
.main_title{
    font-family: 'Kefa';
    font-weight: bold;
    font-size: 2em;
    padding: 10px 0px;
    width: 75%;
    float: left;
}
.top_contact{
    float: right;
    text-align: center;
    width: 25%;
}
.top_contact span{
    color: #d32727;
    font-size: 2em;
    font-weight: bold;
}
.top_contact p{
    color: #000;
}
.header_image{
    background-color: #3498db;
    height: 650px;
}

@media screen and (max-width: 960px){
    .logo{
        height: 15px;
        padding: 15px;
    }
    .main_title{
        font-size: 1.3em;
        width: inherit;
    }
    .top_contact{
        width: inherit;
        margin-top: 10px;
    }
    .top_contact span{
        font-size: 1.2em;
    }
    .top_contact p{
        font-size: 0.5em;
    }
    .header_image{
        height: 50%;
    }
}

/*-------------------- hp_dtl------------------------------- */

.hp_detailentry{
    max-width: 1000px;
    margin: -150px auto 0;
    background-color: #fdfdfd;
    text-decoration: none;
    text-align: left;
    padding: 50px;
    border-radius: 10px;
    box-shadow: 10%;
    border: 1px solid #e3e3e3;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.hp_detailentry h3{
    font-size: 2em;
}
.rqt_tym{
    font-size: 1.7em;
    color: red;
}
.car_detail{
    border-radius: 15px;
    list-style: none;
    display: inline-flex;
    max-width: 1000px;
}
.text_boxhp{
    width: 240px;
    height: inherit;
    font-size: 0.9em;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #181B2A;
    margin: 0 20px;
    background-color: #fff;
    color: #181B2A;
    cursor: pointer;
    appearance: none; 
    background-image: url(assets/select.svg); /* Custom arrow */
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 15px;
}
.text_boxhp:focus{
    outline: none;
    border-color: #3498db; 
    box-shadow: 0 0 5px rgba(52, 152, 219, 0.5);
}
.text_boxhpshamei{
    width: 230px;
    font-size: 0.9em;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #181B2A;
    margin: 0 20px;
    background-color: #fff;
    color: #181B2A;
    cursor: pointer;
}
.muryo{
    align-items: center;
    border: 1px solid #000;
    border-radius: 100px;
    background-color: #fff;
    padding: 8px 15px;
    font-size: 14px;
    font-weight: 400;
    color: red;
    line-height: 1.5;
    margin: 15px;
    margin-right: 25px;
    justify-content: center;
    width: 100px;
}
#submit_next{
    clear: both;
    text-align: center;
}
#submit_next:hover{
    opacity: 70%;
}
#submit_next button{
    width: 200px;
    text-decoration: none;
    border-radius: 50px;
    height: 60px;
    font-size: 1.2rem;
    box-shadow: 0 5px 15px -5px #00000070; 
    background-color: #323232;
    font-weight: 700;
    color: aliceblue;
    text-align: left;
    line-height: 2;
}
.muryosymble{
    align-items: center;
    border: 1px solid #000;
    border-radius: 100px;
    background-color: #fff;
    padding: 8px 15px;
    font-size: 14px;
    font-weight: 400;
    color: red;
    line-height: 1.5;
    margin: 15px;
    justify-content: center;
    width: 100px;
}
#submit_start{
    margin-top: 20px;
    clear: both;
    text-align: center;
}
#submit_start:hover{
    opacity: 70%;
}
#submit_start button{
    width: 500px;
    padding: 8px 0;
    text-align: center;
    text-decoration: none;
    border-radius: 10px;
    height: 100px;
    font-size: 1.2rem;
    box-shadow: 0 5px 15px -5px #00000070; 
    margin-top: 20px;
    background-color: #323232;
    color: #fff;
}

@media screen and (max-width: 960px){
    .hp_detailentry{
        max-width: 70%;
        margin: -70px auto 0;
        padding: 30px;
    }
    .point_image{
        height: 200px;
    }
    .hp_detailentry h3{
        font-size: 1.5em;
    }
    .rqt_tym{
        font-size: 1.3em;
    }
    .car_detail{
        width: 100%;
        display: inline-table;
    }
    .car_detail li{
        display: block;
        margin: 5px 0;
        font-size: 1em;
    }
    .text_boxhp{
        width: 100%;
        padding: 20px;
        box-sizing: border-box;
        margin: 0;
    }
    .text_boxhpshamei{
        width: 100%;
        padding: 20px;
        box-sizing: border-box;
        margin: 0;
    }
    .muryosymble{
        margin: 50px 0;
    }
    .sateistart{
        margin: 15px;
        padding: 0;
        align-items: center;
        justify-content: center;
    }
    #submit_next button{
        width: 100%;
        max-width: 250px;
        margin-top: 20px;
    }
    #submit_start{
        margin-top: 10px;
    }
    #submit_start button{
        width: 90%;
        max-width: 500px;
        height: 70px;
        font-size: 0.9rem;
        display: inline-table;
    }
}
/*-----------------------reasontoselect---------------------*/
.reasontoselect{
    padding: 10px;
    max-width: 1000px;
    vertical-align: middle;
    margin: 0px auto;
    text-align: center;
}
.reasontoselect h2{
    font-size: 2.5em;
    padding: 50px; 
}
.reasontoselect h6{
    text-align: left;
    font-size: 1.3em;
}
.reasontoselect p{
    font-weight: 700;
    font-size: 1.3em;
}
.reason_steps{
    display: inline-block;
    width: 300px;
    padding: inherit;
}
.point_image{
    display: inline-block;
}
@media screen and (max-width: 960px){
    .reasontoselect{
        width: 100%;
    }
    .reasontoselect h2{
        font-size: 2em;
        padding: 35px; 
    }
    .reasontoselect h6{
        font-size: 1em;
    }
    .reasontoselect p{
        font-weight: 600;
        font-size: 1em;
    }
    .reason_steps{
        display: inline-block;
        position: relative;
        width: 250px;
        padding: inherit;
    }
    
}

/*-----------------------navitosubmit------------------*/
.navitosubmit{
    clear: both;
    text-align: center;
    margin: 80px auto;
    position: inherit;
}
.navitosubmit p{
    border: 2px solid #323232;
    width: 300px;
    border-radius: 50px;
    margin: auto;
    padding: 20px;
    background-color: #f4f6f6;
}
.navitosubmit p span{
    color: red;
    font-size: 1.3em;
}

@media screen and (max-width: 960px){
    .navitosubmit{
        margin: 40px auto;
    }
    .navitosubmit p{
        width: 200px;
    }
    .navitosubmit p span{
        color: red;
        font-size: 1.2em;
    }
}

/*-----------------------kaitori_nagare------------------*/
.kaitori_nagare{
    padding: 10px;
    margin: 80px auto;
    text-align: center;
    background-color: #3498db;
    height: auto;
    color: #fff;
    text-align: center;
}
.kaitori_nagare h2{
    font-size: 2.5em;
    padding: 50px 50px 10px;
}
.kaitori_nagare_container{
    display: inline-flex;
    flex-wrap: wrap;
    grid-gap: 10px;
    margin: inherit;
    width: 250px;
    text-align: center;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: inherit;
}
.kaitori_nagare_container p{
    font-weight: 600;
    font-size: 1em;
    padding: 10px;
}
.kaitori_nagare_container h5{
    font-size: 0.9em;
    padding: inherit;
    width: 60px;
    border: 2px solid #fff;
    margin: auto;
}
.kaitori_nagare_container:after{
    clear: both;
}
.kaitori_nagare:last-child{
    clear: both;
}
@media screen and (max-width: 960px){
    .kaitori_nagare{
        padding: 10px;
        margin: 50px auto;
        text-align: center;
        background-color: #3498db;
        height: auto;
        color: #fff;
    }
    .kaitori_nagare h2{
        font-size: 2em;
        padding: 50px 50px 10px;
    }
    .kaitori_nagare_container{
        display: inline-flex;
        margin: 20px;
        width: 250px;
    }
    .kaitori_nagare_container p{
        font-weight: 600;
        font-size: 1em;
        padding: 10px;
    }
    .kaitori_nagare_container h5{
        font-size: 0.9em;
        padding-bottom: 15px;
    }
    .kaitori_nagare_container:after{
        clear: both;
    }
    .kaitori_nagare:last-child{
        clear: both;
    }
}

/*-----------------------qanda------------------*/
.qanda h2{
    margin: 50px 0;
    text-align: center;
    font-size: 2.5em;
}
.qanda_cont{
    text-align: left;
    max-width: 1000px;
    margin: auto;
    padding: 20px;
    
}
.qanda_cont a{
    color: #d32727;
    font-size: 2em;
    padding: 10px;
    font-weight: bold;
}
.qanda_cont p{
    font-size: 0.9em;
}
.qa{
    background-color: #f6f9f9;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
    border-radius: 10px;
    padding: 10px;
    margin: 20px auto;
}
.qa span{
    font-size: 1.3em;
    font-weight: bold;
}
.qa aside{
    font-weight: bold;
}
@media screen and (max-width: 960px){
    .qanda h2{
        margin: 30px 0;
        text-align: center;
        font-size: 1.6em;
    }
    .qanda_cont{
        max-width: 960px;
    }
}

/* ------------<form>-------------------*/
.form_message{
    clear: both;
    max-width: 700px;
    margin: 100px auto;
    border-radius: 10px;
    box-shadow: 0 10px 20px -10px #00000070;
}
.legend_head{
    font-weight: bold;
    font-size: 2em;
    margin-bottom: 30px;
}
.text_box{
    padding: 15px;
    margin: 10px;
    font-size: 1em;
    width: 700px;
    border-radius: 10px;
    border: 1px solid #181B2A;
    margin: 10px 0 15px;
    box-sizing: border-box;
}
.text_boxname{
    padding: 15px;
    font-size: 1em;
    width: 310px;
    border-radius: 10px;
    border: 1px solid #181B2A;
    margin: 10px 0 15px;
    box-sizing: border-box;
}
.form_name label{
    margin: 3px;
}
.form_label{
    padding: 10px;
    font-size: 0.95em;
}
.form_label li{
    list-style: none;
    font-weight: bold;
}
.form_label label{
    padding-right: 15px;
}
#submit_con input[type="submit"]{
    width: 300px;
    padding: 8px 0;
    text-align: center;
    text-decoration: none;
    border-radius: 50px;
    font-size: 1.2rem;
    box-shadow: 0 5px 15px -5px #00000070; 
    margin: 30px 0;
    background-color: #181B2A;
    color: #fff;
}
input[type="submit"]:hover{
    opacity: 70%;
}

@media screen and (max-width: 960px){
    .form_message{
        max-width: 80%;
        margin: 70px auto;
    }
    .form_name label{
        display: inherit;
        margin: 0;
    }
    .legend_head{
        font-size: 1.5em;
        margin-bottom: 20px;
    }
    .text_box{
        font-size: 1em;
        width: 100%;
        max-width: 700px;
        box-sizing: border-box;
    }
    .text_boxname{
        padding: 15px;
        font-size: 1em;
        width: 100%;
        max-width: 700px;
        box-sizing: border-box;
    }
    .form_label{
        font-size: 0.85em;
    }
    .form_label label{
        padding-right: 15px;
    }
    #submit_con input[type="submit"]{
        width: 100%;
        max-width: 300px;
    }
}

/* ------------<Cntct_dtl>-------------------*/
.cntct_dtl{
    text-align: center;
    position: relative;
    width: 100%;
    max-width: 800px;
    margin: auto;
    margin-bottom: 50px;
}
.cntct_dtl a{
    text-decoration: underline;
    color: #181B2A;
}
.cntct_dtl a:hover{
    color: #3498db;
}
.cntct_dtl img{
    height: 145px;
}
.cntct_dtl .text-overlay{
    position: absolute;
    top: 3%;
    left: 46%;
    transform: translate(0, 0);
    color: white;
    font-size: 4em;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}
#contact_img1{
    display: block;
}
#contact_img2{
    display: none;
}

@media screen and (max-width: 960px){
    .cntct_dtl{
        max-width: 500px;
    }
    .cntct_dtl .text-overlay{
        top: 30%;
        left: 25%;
        font-size: 3em;
    }
    #contact_img1{
        display: none;
    }
    #contact_img2{
        display: flex;
    }
}
@media screen and (max-width: 420px){
    .cntct_dtl .text-overlay{
        top: 33%;
        left: 22%;
        font-size: 2.3em;
    }
}

/* ------------<footer>-------------- */
#footer_container{
    margin-top: 10px;
    color: #181B2A;
    background-color: rgba(237, 238, 240, 0.4);
}
#footer_container2{
    max-width: 1000px;
    margin: auto;
}
.add{
    clear: both;
    float: left;
    margin: 50px;
    width: 500px;
}
.add a{
    color: #181B2A;
    text-decoration: none;
}
.add a:hover{
    color: #3498db;
}
.shortcut_menu{
    margin: 50px 0;
    float: left;
    width: 300px;
    list-style: none;
}
.shortcut_menu a{
    text-decoration: none;
    color: #181B2A;
    margin: 0 10px;
}
.shortcut_menu a:hover{
    color: #3498db;
}
.add img{
    width: 20px;
    vertical-align: middle;
    margin: 0 10px;
}
.copyrights{
    vertical-align: middle;
    clear: both;
    padding: 10px;
    text-align: left;
    width: 100%;
}
@media screen and (max-width: 960px){
    #footer_container2{
        width: 100%;
        margin: auto;
    }
    .add{
        clear: both;
        margin: 10px;
        width: inherit;
    }
    .shortcut_menu{
        margin: 10px;
        width: inherit;
    }
    .add img{
        width: 15px;
    }
    .copyrights_cmp{
        font-size: 0.8em;
    }
}

/* ------------<detailentryform>-------------------*/
.detailentryform{
    max-width: 900px;
    margin: 50px auto;
    background-color: #fdfdfd;
    text-decoration: none;
    text-align: left;
    padding: 50px;
    border-radius: 10px;
    box-shadow: 10%;
    border: 1px solid #e3e3e3;
    box-shadow: rgba(0, 0, 0, 0.110) 0px 5px 15px;
    display: flex;
    flex-direction: column;
}
.detailentryform h2{
    font-size: 2.5em;
    margin: 30px 0;
    font-weight: bold;
    display: block;
}
.detailentryform h4{
    font-size: 1.3em;
    margin: 10px 0;
    font-weight: bold;
    display: block;
}
.car_detailform{
    list-style: none;
}
.car_detailform li{
    vertical-align: middle;
    font-weight: bold;
    font-size: 0.9em;
    align-items: center;
    display: flex;
    line-height: 150%;
}
#postal_search{
    font-size: 0.7em;
    text-decoration: none;
}
#postal_search:hover{
    text-decoration: underline;
}
.text_box_form, .text_box_new{
    padding: 15px;
    width: 730px;
    font-size: 0.9em;
    border-radius: 10px;
    border: 1px solid #181B2A;
    margin: 10px 0 15px;
    height: inherit;
    box-sizing: border-box;
    background-color: #fff;
    color: #181B2A;
    cursor: pointer;
}
.text_box_new{
    background-image: url(assets/select.svg); /* Custom arrow */
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 15px;
}
.text_box_new:focus{
    outline: none;
    border-color: #3498db; 
    box-shadow: 0 0 5px rgba(52, 152, 219, 0.5);
}
.required{
    font-size: 0.75em;
    border: 1px solid red;
    border-radius: 10px;
    padding: 5px;
}
.form-container{
    max-width: 400px;
    padding: 20px;
    border: 1px solid #181B2A;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.form-container h1{
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 20px;
}
.repair_history{
    display: flex;
    flex-direction: row;
    gap: 10px;
    max-width: 730px;
    justify-content: stretch;
    box-sizing: border-box;
    text-align: -webkit-match-parent;
    margin: 15px 0;
}
.repair_history label{
    width: 200px;
    font-weight: 600;
    display: block;
    padding: 20px;
    border: 0;
    border-radius: 10px;
    text-align: center;
    cursor: pointer;
    background-color: #e3e3e3;
    color: #000;
    transition: background-color 0.3s ease, color 0.3s ease;
}
.repair_history input[name="repair-history"] + label:hover{
    background-color: #181B2A;
    color: #fff;
}
.repair_history input[type="radio"]{
    display: none;
}
.repair_history input[name="repair-history"]:checked + label{
    content: "";
    background-color: #181B2A;
    color: #fff;
}
#submit_next input[type="submit"]{
    width: 350px;
    text-decoration: none;
    border-radius: 50px;
    height: 60px;
    font-size: 1.2rem;
    box-shadow: 0 5px 15px -5px #00000070; 
    background-color: #323232;
    font-weight: 700;
    color: aliceblue;
    text-align: center;
    line-height: 2;
    margin-top: 16px;
}

@media screen and (max-width: 960px){
    .detailentryform{
        margin: 30px auto;
        padding: 30px 20px;
        border-radius: 0;
        border: 1px solid #e3e3e3;
    }
    .detailentryform h2{
        font-size: 1.6em;
        margin: 0;
    }
    .detailentryform h4{
        margin-top: 24px;
    }
    .text_box_form{
        width: 100%;
    }
    .text_box_new{
        width: 100%;
    }
    .repair_history{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        max-width: 100%;
    }
    .repair_history label{
        width: inherit;
        padding: 15px;
        border: 0;
    }
    #submit_next input[type="submit"]{
        width: 100%;
        max-width: 350px;
    }
}