@CHARSET "UTF-8";

#gHeader .logo img{
    height: 90px;
}

#gHeader .logo{
    width: 720px;
    margin: 0 auto;
}

.pageTitle {
    background: url(/lp/e-free/assets/img/kv_pc_2.jpg) no-repeat 0px bottom;
    background-size: cover;
}

#main ul.categoryUI {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#main ul.categoryUI li {
    width: 23%;
    margin-right: 0px;
    display: flex;
}

#main ul.categoryUI label {
    width: 100%;
    margin: 0;
    border: 2px solid #fff;
    box-sizing: border-box;
    border-radius: 7px;
    background-color: #fff;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, .1);
    -webkit-transition: background 0.5s ease;
    -moz-transition: background 0.5s ease;
    -ms-transition: background 0.5s ease;
    -o-transition: background 0.5s ease;
    transition: background 0.5s ease;
    text-align: center;
    padding: 10px 0;
}

#main ul.categoryUI input:checked + label, #main ul.categoryUI label:has(input:checked) {
    border: 2px solid #ec1234;
}

.inputError{
    color: #ec1234;
    margin-top: 8px;
    font-weight: 500;
}




/*店舗選択*/
h3.sub-header {
    display: flex;
    align-items: center;
    font-size: 1.5rem;
    margin: 24px 0 12px;
    color: #2b2b2b;
}

h3.sub-header:before, h3.sub-header:after {
    content: "";
    flex-grow: 1;
    height: 1px;
    background: #000;
    margin: 0 2em 0 0;
}

h3.sub-header:after {
    margin: 0 0 0 2em;
}

.comForm .radioUl li {
    margin-right: 36px;
    display: inline-block;
}

.area-wrap{
    display: flex;
    flex-wrap: nowrap;
    padding: 2px 0 8px;
    /*border-bottom: 1px solid #fff;*/
    align-items: flex-start;
}

.area-wrap .area-header {
    width: 100px;
    color: #2b2b2b;
    font-size: 1.1em;
}

.area-wrap ul.radioUl {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.headline01 .must {
    margin: -4px 0 0 4px;
    padding: 1px 4px 2px;
    color: #fff;
    font-weight: normal;
    font-size: 1rem;
    display: inline-block;
    background-color: #ec1234;
    vertical-align: middle;
}

.comForm .inquiryStoreBox .radioUl input[type="radio"] + span, .comForm .possessionTable .radioUl input[type="radio"] + span, .comForm .storeHistoryBox .radioUl input[type="radio"] + span {
    line-height: 20px;
    background: url(/img/common/radio_bg.png) no-repeat top 6px left 8px;
    background-color: #fff;
    padding: 5px 12px 7px 38px;
    background-size: 20px 20px;
    border-radius: 8px;
    margin-bottom: 12px;
    border: 2px solid #fff;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, .1);
    font-size: 1.1em;
}

.comForm .radioUl input[type="radio"] + span {
    letter-spacing: -0.03em;
}

.comForm .radioUl input[type="radio"]:checked + span {
    background-image: url(/img/common/radio_bg_over.png);
}

.comForm select, .comForm input[type="text"], .comForm input[type="password"], .comForm input[type="email"], .comForm input[type="tel"], .comForm textarea {
    padding-left: 9px;
    width: 100%;
    height: 36px;
    font-size: 1.4rem;
    font-weight: 500;
    border: none;
    background-color: #fff;
    appearance: none;
    -webkit-appearance: none;
    line-height: 1.43;
    border-radius: 0;
    box-sizing: border-box;
}

.comTable td input {
    max-width: 320px;
}

.comTable.inquiryStoreBox td{
    margin-bottom: 16px;
}



.footer__copyright{
    margin-top: 110px;
    background: #808080;
    color: #fff;
    padding: 30px 0;
    text-align: center;
    font-size: 12px;
}


.SelectUI{
    max-width: 320px;
}

.cmIptErrorTxt.cmTxtM {
    color: #ec1234;
    font-size: 13px;
}

.comForm .cmIptError select, .comForm .cmIptError input[type="text"], .comForm .cmIptError input[type="tel"], .comForm .cmIptError textarea {
    border: 2px solid #ec1234;
    border-color: rgba(236,18,52,70%);
}


/*index_done page*/
.contact_registration .thanksBox {
    margin-top: 40px;
}






@media (max-width: 896px) {
    #gHeader .logo img {
        height: 72px;
    }

    #gHeader .logo {
        width: 87.33333%;
    }

    .king .pageTitle {
        height: 120px;
        background: url(/lp/e-free/assets/img/kv_sp_2.jpg) no-repeat 0px bottom;
        background-size: cover;
        border-bottom: 0;
    }

    .comForm .headline01.first {
        margin: 0 0 8px;
    }

    h3.sub-header {
        margin: 8px 0 8px;
    }

    .contact .comForm {
        margin-top: 0px;
    }

    #gHeader .hBox {
        margin: 0;
    }
    .pageTitle h2 {
        font-size: 2.4rem;
    }

    .comForm .customerBox .inputUl {
        display: block;
    }

    .contact .comForm .bg {
        padding: 20px 24px 32px;
    }

    .area-wrap {
        flex-wrap: wrap;
    }

    .area-wrap .area-header {
        width: 100%;
        margin-bottom: 4px;
    }

    .comForm .radioUl li {
        margin-right: 16px;
        display: inline-block;
    }

    .comForm .inquiryStoreBox .radioUl input[type="radio"] + span, .comForm .possessionTable .radioUl input[type="radio"] + span, .comForm .storeHistoryBox .radioUl input[type="radio"] + span {
        background: url(/img/common/radio_bg.png) no-repeat top 8px left 8px;
        background-color: #fff;
        padding: 5px 12px 7px 30px;
        background-size: 16px 16px;
        font-size: 1.0em;
        letter-spacing: -1px;
    }

    .comForm .radioUl input[type="radio"]:checked + span {
        background-image: url(/img/common/radio_bg_over.png);
    }

    /*ボディカラー*/
    #main ul.categoryUI li {
        width: 31%;
        margin-right: 0px;
        display: flex;
    }

    .comForm .inputUl.cmlistAddress li {
        margin-bottom: 16px;
    }

    .comForm .inputUl.cmlistAddress li:nth-child(3) {
        width: 100%;
    }




}



