/* desc_area */
#desc_area{
    max-width: 920px;
    width: 90%;
    margin: 50px auto;
}
#desc_area .flx .desc{
    padding: 0 0 20px 0;
    line-height: 1.8;
}
#desc_area .flx .tel_txt .til{
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
}
#desc_area .flx .tel_txt .tel{
    margin-bottom: 10px;
}
#desc_area .flx .tel_txt .tel a{
    font-size: 32px;
    font-weight: bold;
    color: #31AE4B;
    font-family: Arial;
}
#desc_area .flx .tel_txt .tel span{
    margin-right: 10px;
    font-size: 16px;
    font-weight: normal;
    vertical-align: 2px;
}
#desc_area .flx .tel_txt .time{
    font-size: 14px;
}

/* form_area */
#form_area{
    max-width: 1240px;
    width: 95%;
    margin: 0 auto 120px;
    padding: 10px 10px 20px;
    background: #F5F5F5;
}
#form_area .fa_box{
    max-width: 920px;
    margin: 0 auto;
}
#form_area .fa_box dl{
    padding: 7px 10px 15px;
    border-bottom: 1px solid #DDDDDD;
}
#form_area .fa_box dl dt{
    position: relative;
    flex: 0 0 210px;
    padding-top: 12px;
    margin-bottom: 10px;
    font-weight: bold;
}
#form_area .fa_box dl dt.hissu:after{
    content: "必須";
    margin-left: 10px;
    padding: 1px 6px;
    border: 1px solid #EE2F18;
    color: #EE2F18;
    font-size: 12px;
    vertical-align: middle;
}
#form_area .fa_box dl dd{
    width: 100%;
    line-height: 1.4;
}
#form_area .fa_box dl dd input{
    width: 100%;
    border: 1px solid #CCCCCC;
    background: #fff;
}
#form_area .fa_box dl dd .err{
    position: relative;
    margin: 8px;
    font-size: 14px;
    color: #E6001B;
}
#form_area .fa_box dl dd .err:before{
    content: "!";
    display: inline-block;
    width: 1.3em;
    height: 1.3em;
    margin-right: 6px;
    border-radius: 1.5em;
    background: #E31B13;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.4em;
    color: #FFF;
}

#form_area .fa_box dl .s_box .slct_btn{
    position: relative;
    max-width: 280px;
    width: 100%;
}
#form_area .fa_box dl .s_box .slct_btn:after{
    content: "";
    display: inline-block;
    position: absolute;
    height: 7px;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
    border-width: 7px 4px 0 4px;
    border-style: solid;
    border-color: #333 transparent transparent;
    cursor: pointer;
}
#form_area .fa_box dl .s_box select{
    width: 100%;
    padding: 10px;
    border: 1px solid #CCC;
    background: #fff;
}
#form_area .fa_box dl .ad_box{
    display: flex;
    align-items: center;
}
#form_area .fa_box dl .ad_box input{
    max-width: 255px;
    margin-left: 10px;
}
#form_area .fa_box dl .m_btm{
    margin-bottom: 10px;
}
#form_area .fa_box dl dd textarea{
    width: 100%;
    height: 200px;
    border: 1px solid #CCC;
    font-family: 'ヒラギノ角ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
#form_area .fa_box .atten{
    margin: 40px 0 30px;
    text-align: center;
    line-height: 1.7;
}
#form_area .fa_box .atten #con_privacy{
    display: inline-block;
    color: #31AE4B;
    text-decoration: underline;
    cursor: pointer;
}
#form_area .fa_box .chk_btn{
    text-align: center;
    margin-bottom: 35px;
}
#form_area .fa_box .chk_btn input[type="checkbox"]{
    display: none;
}
#form_area .fa_box .chk_btn input + label{
    position: relative;
    padding-left: 35px;
    font-size: 16px;
    cursor: pointer;
}
#form_area .fa_box .chk_btn input + label:before{
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    border: 1px solid #CCC;
    background: #fff;
}
#form_area .fa_box .chk_btn input:checked + label:after{
    content: "";
    display: inline-block;
    position: absolute;
    top: 4px;
    left: 8px;
    width: 9px;
    height: 16px;
    border-right: 3px solid #31AE4B;
    border-bottom: 3px solid #31AE4B;
    transform: rotate(45deg);
}
#form_area .fa_box .flx_box{
    margin: 40px auto 0;
}
#form_area .fa_box #CON_BTN{
    display: block;
    max-width: 480px;
    width: 100%;
    margin: 0 auto;
    padding: 15px 10px;
    font-size: 18px;
    font-weight: bold;
    background: #31AE4B;
    color: #fff;
    border: 0;
    border-radius: 5px;
    cursor: pointer;
}
#form_area .fa_box #CON_BTN:disabled{
    opacity: 0.3;
    cursor: auto;
}
#confirm #form_area .fa_box #CON_BTN:hover{
    opacity: 0.8;
}

#form_area .fa_box #BACK_BTN{
    display: block;
    position: relative;
    height: 30px;
    margin-top: 15px;
    padding: 0 0 0 30px;
    border: none;
    font-weight: bold;
    background: transparent;
    cursor: pointer;
}
#form_area .fa_box #BACK_BTN:hover{
    opacity: 0.8;
}
#form_area .fa_box #BACK_BTN:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 3px;
    left: 0;
    width: 24px;
    height: 24px;
    background: #31AE4B;
    border-radius: 100%;
}
#form_area .fa_box #BACK_BTN:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 9px;
    width: 10px;
    height: 10px;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    transform: rotate(135deg);
    z-index: 1;
}
/* confirm */
#confirm h3.top_til,
#thanks h3.top_til{
    margin: 60px 0 30px;
    font-size: 24px;
}

/* thanks */
#thanks .thanks_messa{
    max-width: 1240px;
    width: 90%;
    margin: 0 auto 100px;
    padding: 50px 30px;
    border: 1px solid #ccc;
    text-align: center;
}
#thanks.not_404 .thanks_messa{
    margin: 100px auto;
}
#thanks .thanks_messa .til{
    margin-bottom: 25px;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4;
}
#thanks .thanks_messa .txt{
    margin-bottom: 30px;
    line-height: 2;
}
#thanks .thanks_messa a{
    color: #31AE4B;
    text-decoration: underline;
}

@media screen and (min-width: 560px){

    /* desc_area */
    #desc_area{
        margin: 60px auto;
    }
    /* form_area */
    #form_area .fa_box dl{
        display: flex;
        padding: 20px 10px;
    }
    #form_area .fa_box dl dt{
        margin-bottom: 0;
    }
    #form_area .fa_box dl .m_box input{
        max-width: 420px;
    }
    #form_area .fa_box .chk_btn input + label{
        padding-left: 45px;
        font-size: 20px;
    }
    #form_area .fa_box .chk_btn input + label:before{
        top: 2px;
    }
    #form_area .fa_box .chk_btn input + label:after{
        top: 4px;
    }
    #form_area .fa_box .flx_box{
        margin: 40px auto 0;
    }
    #form_area .fa_box #CON_BTN{
        padding: 25px 10px;
        font-size: 20px;
    }
    #form_area .fa_box #BACK_BTN{
        padding: 0 0 0 35px;
        margin-top: 30px;
        font-size: 16px;
    }
    /* confirm */
    #confirm #form_area .fa_box dl dt{
        padding-top: 0;
    }
    /* thanks */
    #thanks .thanks_messa{
        padding: 50px 60px;
    }
    #thanks .thanks_messa .til{
        font-size: 30px;
    }
}
@media screen and (min-width: 960px){
    /* desc_area */
    #desc_area .flx{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    #desc_area .flx .desc,
    #desc_area .flx .tel_txt{
        flex: 0 0 50%;
    }
    #desc_area .flx .desc{
        max-width: 420px;
        padding: 0 0 0 20px;
    }
    #desc_area .flx .tel_txt{
        padding: 20px 40px;
        border-left: 1px solid #CCC;
        border-right: 1px solid #CCC;
    }

    /* form_area */
    #form_area{
        padding: 50px 60px;
    }
}
