@charset "utf-8";






.intro{
    margin-top:3rem;
}
.intro p{
/*     font-size: 1.3rem; */
    line-height: 1.3;
}
.intro01-text{
    text-align:center;
    font-size:1.3rem;
}
.intro02-text{
    margin-top:1rem;
    font-size:0.9rem;
}
.intro03-text{
    margin-top:3rem;
    text-align:center;
    font-size:1.3rem;
}
.intro03_text-box{
    margin-top:1rem;
}
.intro03_text-box p{
    font-size:0.9rem;
}
.intro03_text-box p + p{
    margin-top:1rem;
}






dl{
    display:flex;
    flex-wrap:wrap;
}

dt,
.label-box{
    width: 32%;
    color:#fff;
    padding: 1rem 1rem;
    display:flex;
    align-items:center;
    border-bottom:1px solid #fff;
    min-height: 7.5rem;
}
dt .required{
    display:block;
    padding:0.2rem 0.5rem;
    background-color:#fff;
    color:#f00;
    font-size:0.8rem;
    margin-left:auto;
    order:1;
    min-width: 2.8rem;
}
dt div{
    padding:0.2rem 0;
}
dt .optional{
    display:none;
}
dd{
    background-color:#fff;
    width: 68%;
    padding:1rem;overflow: visible;
}
.value-box{
    background-color:#fff;
    width: 68%;
    overflow: visible;
}
.conf-page dd{
    border-bottom:1px solid #f3f3f3;
}
.conf-page .value-box{
    border-bottom:1px solid #f3f3f3;
}

dd .edit-form{
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    height: 100%;
}

dd .edit-form ul{
    display:flex;
}
dd .edit-form ul > li + li{
    margin-left:1rem;
}

dd .conf-form{
    display:flex;
/*  flex-wrap:wrap; */
    flex-direction:column;
    justify-content:center;
    height: 100%;
}
dd .conf-form ul > li{
    margin:0.5rem 0;
}

dd .edit-form .entryclass-list{
    display:block;
}
dd .edit-form .entryclass-list > li + li{
    margin-left:0rem;
    margin-top:0.25rem;
}

dd .error_blank,
dd .error_match,
dd .error_format{
    display:block;
    width:100%;
    color:#f00;
    font-size:0.9rem;position: relative;
}

dd .error_blank:before,
dd .error_match:before,
dd .error_format:before{
    content:"";
    display:inline-block;
    width: 1.2rem;
    height: 1rem;
    margin-bottom:-0.1rem;
    margin-right:0.25rem;
    background-image:url(../img/exclamation.png);
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
}

dd .error_blank:empty,
dd .error_match:empty,
dd .error_format:empty{
    display:none;
}
dd input,
dd textarea,
dd select{
    border: 1px solid #edebeb;
    background: #edecec;
    border-radius:0.25rem;
    padding:0.5rem;
    margin: 0 0.25rem 0 0;
    font-size:16px !important;
}

dd input:focus,
dd textarea:focus,
dd select:focus{
    background-color:#eaf5f7;
    border: 1px solid #cbdde1;
}

.section-split{
    width:100%;
    margin-top:3rem;
    margin-bottom:1.5rem;
    padding:1rem 2rem;
    position:relative;
    min-height:0;
    display: flex;
    align-items: flex-end;
}
.section-text{
    margin-left:1rem;
}
.section-split h3{
    font-size:1.7rem;
    font-weight:bold;
}
.section-split:before{
    content:"";
    display:block;
    position:absolute;
    left:0;
    top:0;
    bottom:0;
    width:1rem;

}
.section-split .optional,
.section-split + dd{
    display:none;
}

@media (max-width:480px){
    .section-split{
        display:block;
    }
    .section-text{
        display:block;
        margin-left:0rem;
        margin-top:0.5rem;
        font-size:0.8rem;
    }
}

.termscheck{
    width:100%;
    /* margin-bottom: 4rem; */
    margin-top: 0.5rem;
}
.termscheck > div{
    justify-content: center;
    align-items: center;
}
.termscheck .error_blank{
    text-align:center;
}
.terms-text{
    min-width:100%;
    min-height:200px;
    margin-top:2rem;
    padding: 1rem;
    font-size:0.9rem;
    border: 1px solid #bebebe;
    height: 10rem;
    overflow: auto;
    /*     box-shadow: inset 0px 0px 5px rgba(0,0,0,0.5); */
/*     border-radius: 0.5rem; */
    background-color:#fff;
    resize:auto;
    line-height:1.3;
}
.terms-text p{
    font-size:0.9rem;
}
.terms-text p + p{
    margin-top: 0.5rem;
}
.termscheck input{
    width:1.4rem;
    height:1.4rem;
    margin-right:0.5rem;
}
.termscheck label{
    font-size:1.15rem;
    font-weight:bold;
}

/* .terms-title{
    background-color:transparent;
    color:#333;
    border:none;
    padding:0;
    text-align:center;
    
}
.terms-title h3{
    font-size:1.3rem;
    width:100%;
}
.terms-title:before{
    content:none;
}
@media (max-width:480px){
    .terms-text{
        font-size:0.9rem;
    }
} */



.sample-text{
    font-size:0.8rem;
    display: block;
    width: 100%;
}


.licence-text{
    display:block;
    font-weight:bold;
    color:#f00;
    margin-top:0.3rem;
    line-height: 1.2;
}
.mail-text{
    width:100%;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    font-size: 0.75rem;
    color: #f00;
}


dd .mail-confirm{
    color:#3A8D08;
    font-weight:bold;
}
#scho_1{
    width:100%;
}
#base_name_1{
    width:100%;
}
#base_name_2{
    width:100%;
}
#shop_name{
    width:100%;
}
#mail_address{
    width:100%;
}
#mail_address_confirm{
    width:100%;
    margin: 0.5rem 0;
}
#postal_1{
    /*width:100%;*/
}
#address_1{
    width:100%;
}
#name_1{
    width:100%;
}
#name_2{
    width:100%;
}
#phone_1{
    width:100%;
}
#driver_name{
    width:100%;
}
#car_name{
    width:100%;
}
#cartype{
    width:100%;
}
#postal_2{
    /*width:100%;*/
}
#address_2{
    width:100%;
}
#name_2{
    width:100%;
}
#name_2{
    width:100%;
}
#phone_2{
    width:100%;
}
#other_message{
    width:100%;
}
#entry_tournament{
    width:100%;
}
.entry_tournament_text{
    line-height:1.3;
    margin-top:0.5rem;
    font-size: 0.8rem;
}
#schedule{
    width:100%;
}
#tire_num{
    /*width:100%;*/
    width:4rem;
}
#tire_type_1{
    /*width:100%;*/
    
}
#tire_name_1{
    /*width:100%;*/
}
#tire_num_1{
    width:4rem;

}
#tire_type_2{
    /*width:100%;*/
    
}
#tire_name_2{
    /*width:100%;*/
}
#tire_num_2{
    width:4rem;

}
#tire_type_3{
    /*width:100%;*/
    
}
#tire_name_3{
    /*width:100%;*/
}
#tire_num_3{
    width:4rem;

}
#tire_type_4{
    /*width:100%;*/
    
}
#tire_name_4{
    /*width:100%;*/
}
#tire_num_4{
    width:4rem;

}
#tire_type_5{
    /*width:100%;*/
    
}
#tire_name_5{
    /*width:100%;*/
}
#tire_num_5{
    width:4rem;

}
.edit-form .row .bottom{
    display:flex;
}
.edit-form .row .bottom input{
    margin-top:0.5rem;
}
.edit-form .row .bottom span{
    display:block;
    margin-top:0.5rem;
}
dd .row + .row{
    width:100%;
    margin-top:1.5rem;
    padding-top:1.5rem;
    border-top:1px solid #cbcbcb;
}
.conf-form .bottom{
    display:flex;
    margin-top:0.5rem;
}
.conf-form .bottom div + div{
    margin-left:1rem;
}

.calendar-text{
    color:#f00;
}



.privacy-label{
    width:100%;
}

.privacy-text{
    min-width:100%;
    min-height:200px;
    margin-top:2rem;
    padding: 1rem;
    font-size:0.9rem;
    border: 1px solid #bebebe;
    height: 10rem;
    overflow: auto;
    /*     box-shadow: inset 0px 0px 5px rgba(0,0,0,0.5); */
/*     border-radius: 0.5rem; */
    background-color:#fff;
    resize:auto;
    line-height:1.3;
}
.privacy-text p{
    font-size:0.9rem;
}
.privacy-text p + p{
    margin-top: 0.5rem;
}

.privacycheck{
    width:100%;
    margin-top: 0.5rem;
    /* text-align: center; */
}
.privacycheck input{
    width:1.4rem;
    height:1.4rem;
    margin-right:0.5rem;
}
.privacycheck label{
    font-size:1.15rem;
    font-weight:bold;
}
.privacycheck > div{
    justify-content: center;
    align-items: center;
}
.privacycheck .error_blank{
    text-align:center;
}
@media (max-width:480px){
    .privacy-text{
        font-size: 1rem;
    }
}



#form_submit{
    margin-top:2rem;
    text-align:center;
}
label{
    display:flex;
    align-items:center;
}

@media (max-width:480px){
    dt,
    .label-box{
        width:100%;
        padding:1rem 1rem;
        font-size: 1.1rem;
        min-height: 0;
    }
    dd{
        width:100%;
        padding:2rem 1rem;
    }
    .value-box{
        width:100%;
    }
    .sample-text{
        margin-top:0.5rem;  
    }
    .mail-confirm{
        margin-bottom:0.5rem;   
    }
    #age + span{
        font-size:1.1rem;
    }
    dd .error_blank,
    dd .error_match,
    dd .error_format{
        margin-top:0.5rem
    }
}


/*.tire-table{
    width:100%;
    background-color:#fff;
}
.tire-table > .row{
    display:flex;
}
.tire-table > .row > .left{
    width:50%;
    display:flex;
    align-items:center;
}
.tire-table > .row > .left .item{
    padding:1rem;
}
.tire-table > .row > .right{
    width:50%;
}
.tire-table > .row > .right .item{
    padding:1rem;
}
.tire-table > .row > .left,
.tire-table > .row:first-child > .right{
    color:#fff;
}

.tire-table{
    border-style:solid;
    border-width:1px;
}
.tire-table > .row + .row{
    border-top-style:solid;
    border-top-width:1px;
}
.tire-table > .row > div + div{
    border-left-style:solid;
    border-left-width:1px;
}
.tire-table > .row > .right .item + .item{
    border-top-style:solid;
    border-top-width:1px;
}

.tire-table,
.tire-table > .row + .row,
.tire-table > .row > div + div,
.tire-table > .row > .right .item + .item{
    border-color: #bebebe;
}
@media (max-width:480px){
    .tire-table{
        font-size:0.95rem;
    }
    .tire-table > .row > .left .item{
        padding:0.5rem;
    }
    .tire-table > .row > .right .item{
        padding:0.5rem;
    }
}*/
.tire-table{
    width:100%;
}
.tire-table table{
    width:100%;
    background-color:#fff;
    border:1px solid #bebebe;
}
.tire-table table th,
.tire-table table td{
    padding:1rem;
    border:1px solid #bebebe;
    text-align:center;
}
.tire-table table td[rowspan]{
    text-align:center;
    vertical-align:middle;
}
.tire-table table td[rowspan],
.tire-table table th{
    color:#fff;
    font-weight:normal
}




.btn-def{
    display:inline-block;
    border-radius:0.5rem;
    box-shadow:0px 1px 1px rgba(0,0,0,0.3);
    padding:0.75rem 1rem;
    font-size:0.9rem;
    line-height:1;
    background-color:#555;
    color:#fff;
    cursor:pointer;
}
.btn-def:hover{
    opacity:0.7;
}

.btn-address_search{
    background-color:#6A7986;
    color:#fff;
}
.btn-age_parent{
    background-color:#6A7986;
    color:#fff;
}
.btn-form_conf,
.btn-form_send{
    padding:1.2rem 2rem;
    background-color:#25b08e;
    font-size:1.3rem;
    margin:1rem;
}

.btn-form_edit{
    padding:1.2rem 2rem;
    /* background-color:#25b08e; */
    font-size:1.3rem;
    margin:1rem;
}

.edit-page .conf-after{
    display:none;
}
.conf-page .conf-before{
    display:none;
}


.form_button-wrap{
    text-align:center;
}




/*conf*/
.edit-page .conf-form,
.conf-page .edit-form,
.conf-page dt span.required,
.conf-page .privacycheck,
.conf-page .privacy-label,
.conf-page .termscheck,
.conf-page .intro{
    display:none !important;
}

.conf-page .privacy-text{
    margin-top:0;
}
