/* 共通 */
::placeholder{
    color: #BEBEBE;
}
::-webkit-input-placeholder{
    color: #BEBEBE;
}
:-ms-input-placeholder{
    color: #BEBEBE;
}
input::-ms-clear {
    visibility:hidden;
}


input,
textarea{
    width: 100%;
    padding: 6px 0;
    border: 0;
    font: 16px/1.6 'Noto Sans JP','ヒラギノ角ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    background: transparent;
}
textarea{
    resize: none;
    overflow: auto;
}
input:focus,
textarea:focus{
    outline: none;
}


/* privacy_check */
.privacy_check{
    margin-bottom: 15px;
    text-align: center;
    font-size: 14px;
}
.privacy_check a{
    text-decoration: underline;
}
/* chk_btn */
.chk_btn{
    text-align: center;
    margin-bottom: 25px;
}
.chk_btn input[type="checkbox"]{
    display: none;
}
.chk_btn label{
    position: relative;
    padding-left: 35px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
}
.chk_btn label:before{
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 5px;
    width: 20px;
    height: 20px;
    border: 1px solid #BEBEBE;
    background: #fff;
}
.chk_btn input:checked + label:after{
    content: "";
    display: inline-block;
    position: absolute;
    top: 7px;
    left: 7px;
    width: 7px;
    height: 12px;
    border-right: 2px solid #333;
    border-bottom: 2px solid #333;
    transform: rotate(45deg);
}
.exp_txt{
    text-align: center;
    margin-bottom: 30px;
}
/* form_area */
#input_form{
    padding-bottom: 60px;
}
.form_area .hissu_txt{
    margin-bottom: 10px;
    text-align: right;
    font-size: 14px;
}
.form_area .hissu_txt b{
    color: #E6001B;
}
.form_area dl{
    padding: 15px 20px 15px;
    margin-bottom: 20px;
    background: #F8F8F8;
}
.form_area dl dt{
    font-weight: bold;
    line-height: 1.6;
}
.form_area dl.hissu dt b{
    color: #E6001B;
}
.form_area dl dd{
    position: relative;
    word-break: break-all;
    /* padding-right: 25px; */
}
.form_area dl dd:before{
    content: "";
    display: inline-block;
    position: absolute;
    top: 15px;
    right: 0;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background: #4A92FF;
    opacity: 0;
    transform: scale(0);
    transition: opacity .3s, transform .3s;
}
.form_area dl dd.rdo_dd:before{
    top: 5px;
}
.form_area dl dd.pass:before{
    opacity: 1;
    transform: scale(1);
}
.form_area dl dd.pass:after{
    content: "";
    display: inline-block;
    position: absolute;
    top: 20px;
    right: 7px;
    width: 6px;
    height: 9px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(45deg);
}
.form_area dl dd.pass.rdo_dd:after{
    top: 10px;
}
.form_area dl dd input{
    width: 100%;
}
.modal_active .form_area dl dd input,
.modal_active .form_area dl dd textarea{
    position: relative;
    z-index: -1;
}
.form_area dl dd .err{
    display: inline-block;
    padding: 3px 8px 5px;
    margin-bottom: 10px;
    line-height: 1.4;
    font-size: 12px;
    color: #fff;
    background: #E90000;
}
.form_area dl .radio{
    margin: 10px 0 0;
}
.form_area dl .radio input[type="radio"]{
    display: none;
}
.form_area dl .radio input + label{
    display: block;
    position: relative;
    flex: 0 0 25%;
    padding-left: 35px;
    margin-bottom: 10px;
    cursor: pointer;
}

.form_area dl .radio input + label:before{
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 3px;
    width: 22px;
    height: 22px;
    border-radius: 22px;
    border: 1px solid #BEBEBE;
    background: #fff;
}
.form_area dl .radio input:checked + label:after{
    content: "";
    display: inline-block;
    position: absolute;
    top: 8px;
    left: 5px;
    width: 12px;
    height: 12px;
    border-radius: 12px;
    background-color: #333;
}
.err_message{
    display: none;
    padding: 18px;
    margin-top: 30px;
    border: 2px solid #E90000;
    color: #E90000;
    text-align: center;
}
.err_message p{
    display: none;
}
/*  btn  */
.al_center{
    margin: 60px 0 100px;
}
.al_center.input_con{
    margin: 60px 0 40px;
}
.bk_btn{
    margin: 0 auto;
}

/* CON_BTN */
#CON_BTN{
    border: 0;
}
#CON_BTN:disabled{
    opacity: 0.3;
    cursor: auto;
}
#CON_BTN:disabled:hover:after{
    right: 20px;
}

/* confirm */
.input_con_txt{
    margin-bottom: 15px;
    padding: 15px;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    border: 2px solid #333;
}
.r_btn{
    margin: 40px auto 20px;
}
.w_btn{
    margin: 0 auto 60px;
}
/* thanks */
.thanks_messa{
    padding: 40px 5%;
    margin-bottom: 50px;
    text-align: center;
    border: 1px solid #000;
    background: #fff;
}
.thanks_messa .til{
    margin-bottom: 10px;
    font-weight: bold;
}
.thanks_messa .txt{
    line-height: 2;
}
.thanks_messa .txt span{
    display: inline-block;
}
.thanks_messa a{
    text-decoration: underline;
}
.thanks .bk_btn{
    margin-bottom: 100px;
}

/* modal */
.modal_active {
    overflow: hidden;
}
.modal_active #header{
    z-index: 0;
}
.modal_active #footer .menu li a{
    z-index: -1;
}
/* #modal_area .mdl_in{
    display: none;
}
.modal_active #modal_area .mdl_in{
    display: block;
} */
.modal_active #modal_area .mdl_in{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 1240px;
    width: 90%;
    height: 78%;
    margin: auto;
    z-index: 1010;
}
.modal_active #modal_area .mdl_close{
    position: absolute;
    top: -30px;
    right: 0;
    width: 25px;
    height: 25px;
    cursor: pointer;
}
.modal_active #modal_area .mdl_close:before {
    content: "";
    display: inline-block;
    position: absolute;
    right: -3px;
    top: 12px;
    width: 31px;
    height: 2px;
    background: #fff;
    transform: rotate(45deg);
}
.modal_active #modal_area .mdl_close:after {
    content: "";
    display: inline-block;
    position: absolute;
    right: -3px;
    top: 12px;
    width: 31px;
    height: 2px;
    background: #fff;
    transform: rotate(-45deg);
}
.modal_active #modal_area .mdl_display{
    overflow: auto;
    height: 100%;
    padding: 40px 5% 0;
    background: #fff;
}
.modal_active #modal_area .bk{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.7);
    z-index: 1000;
}
.modal_active .content_area{
    margin-bottom: 80px;
}


@media screen and (min-width:750px){
    /* 共通 */
    input,
    textarea{
        padding: 10px 27px 10px 0;
    }
    /* privacy_check */
    .privacy_check{
        margin: 60px 0 40px;
        font-size: 16px;
    }
    /* chk_btn */
    .chk_btn{
        margin-bottom: 25px;
    }
    .chk_btn label{
        padding-left: 50px;
        font-size: 20px;
    }
    .chk_btn label:before{
        top: 2px;
        width: 30px;
        height: 30px;
    }
    .chk_btn input:checked + label:after{
        top: 7px;
        left: 11px;
        width: 9px;
        height: 16px;
    }
    .exp_txt{
        margin-bottom: 120px;
    }
    /* form_area */
    #input_form{
        padding-bottom: 100px;
    }
    .form_area .hissu_txt{
        margin-bottom: 20px;
    }
    .form_area dl{
        padding: 30px 40px 20px;
    }
    .form_area dl .radio{
        display: flex;
        flex-wrap: wrap;
    }
    .form_area dl .radio input + label.mgn_rig{
        margin-right: 85px;
    }
    .input_con{
        margin: 80px 0 0;
    }
    .err_message{
        padding: 36px;
        margin-top: 60px;
    }
    .err_message .input_err{
        margin-bottom: 5px;
    }

    /* confirm */
    .input_con_txt{
        margin-bottom: 45px;
        padding: 32px;
        font-size: 16px;
    }
    .confirm .form_area dl{
        padding: 30px 40px 30px;
    }
    .confirm .form_area dl dt{
        margin-bottom: 10px;
    }
    .r_btn{
        margin: 60px auto 40px;
    }
    .w_btn{
        margin: 0 auto 100px;
    }

    /* thanks */
    .thanks_messa{
        padding: 60px 5% 70px;
        margin-bottom: 100px;
    }
    .thanks_messa .til {
        margin-bottom: 60px;
    }
    .thanks_messa .txt{
        line-height: 3.75;
    }

    /* modal */
    .modal_active #modal_area .mdl_display{
        padding: 80px 10% 0;
    }
    .modal_active .content_area{
        margin-bottom: 100px;
    }
    
}