.content_area{
    padding-top: 120px;
    background-color: #494b4c;
    padding-bottom: 60px;
}

.modal-content{
    margin: 0 auto;
        margin: auto;
        width: 90%;
        max-width: 600px;
text-align: center;
margin-top: 40px;
overflow-y: scroll;
margin-bottom: 40px;
}
.footer_area{
    margin-top: 0;
}
.modal_icon{
    width: 84px;
    margin: 0 auto;
}
.modal-content > dl{
    color: #fff;
}
.formBox > dl {
    width: 100%;
    text-align: left;
    padding-bottom: 20px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}
.formBox > dl dt {
    width: 100%;
    padding-bottom: 5px;
    color: #fff;
    font-family: var(--font_jp_txt);
}
.formBox > dl.know {
    display: block;
}
.formBox > dl.know dt {
    width: 100%;
}
.formBox > dl dd {
    width: 100%;
    font-family: var(--font_jp_txt);
    border-bottom: solid 1px #fff;
    color: #fff;
}

.formBox > dl.name dd{
    flex-wrap: wrap;
    width: 47%;
    color: #fff;
    border-bottom: solid 1px #fff;
    padding-bottom: 10px;
    background-color: transparent;
    display: flex;
}
.formBox > dl.name .name_en{
    width: 100%;
}
 .formBox > dl dd input {
    background:transparent;
    color: #fff;
    border: none;
    box-sizing: border-box;
    width: 100%;
    outline: none;
}
#email1,#email1_conf,#tel,#how_know{
    width: 100%;
    height: 25px;
}
.notice{
    border-bottom: none !important;
    margin-top: 10px;
    text-align: right;
    font-size: 12px;
    color: #fff;
    font-family: var(--font_jp_txt)
}
.formBox > div textarea {
    width: 90%;
    min-height: 180px;
    padding: 10px 15px;
    background-color: transparent;
    border: #fff 1px solid;
    color: #fff;
}
.formBox > div {
    width: 100%;
    text-align: left;
    padding: 15px 0 0;
}
.conf{
    width: 100%;
    max-width: 180px;
    height: 40px;
    color: #fff;
    border: #fff 1px solid;
    background-color: transparent;
    border-radius: 2px;
}
.btn_back_contact{
    border-radius: 2px;
}
.btnBox{
    margin-top: 30px;
}
.know{
    margin-top: 20px;
}
.radio_area{
    display: flex;
    flex-wrap: wrap;
    row-gap: 15px;
}
.formBox > dl .radio_area input{
    margin: 0;
    width: 20px;
}
.radio_area{
    margin-top: 15px;
    padding-bottom: 15px;
}
.radio_area label{
    margin-right: 30px;
    margin-left: 10px;
    color: #fff;
    font-family: var(--font_jp_txt);
}

.mail{
    color: #fff;
}
.footer_contactform{
    margin: 0;
}
.btn_back_contact{
    width: 180px;
    height: 40px;
    border: #fff 1px solid;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 80px;
}
.back_contact{
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.radio_area div{
    display: flex;
    align-items: center;
    justify-content: center;
}
.err{
    width: 100%;
    margin-bottom: 20px;
    font-size: 16px;
    font-family: var(--font_jp_txt);
}
.modal-content{
    -ms-overflow-style: none;
    /*スクロールバー非表示（Firefox）*/
    scrollbar-width: none;
}
.contact_note_txt{
    font-family: var(--font_jp_txt);
    line-height: 200%;
    margin-top: 30px;
    color: #fff;
}
.contact_note_link{
        font-family: var(--font_jp_txt);
        text-decoration: underline;
    line-height: 200%;
    margin-top: 30px;
    color: #fff;
}
@media screen and (min-width:768px){
    .formBox dt{
        font-size: 14px;
    }
    .formBox > dl{
        padding-bottom: 30px;
    }
    .radio_area label{
        font-size: 14px;
    }
    .formBox > dl dt{
        padding-bottom: 10px;
    }
    .formBox dd{
        font-size: 14px;
    }
    #name_mei{
        font-size: 14px;
    }
    .modal-content{
        max-width:800px;
    }
    .formBox > .name dt{
        width: 180px;
    }
    .formBox > dl.name dd{
        width: 30%;
    }
    .formBox > .name{
        align-items: center;
        margin-top: 30px;
    }
    .formBox > .name dt{
        padding-bottom: 0;
    }
    .formBox > .mail{
        align-items: center;
    }
    .formBox > .mail dt{
        width: 180px;
    }
    .formBox > .mail dd{
        width: 69%;
    }
    .formBox > .tel{
        padding-bottom: 30px;
        margin-top: 40px;
    }
    .formBox > .tel dt{
        width: 180px;
    }
    .formBox > .tel dd{
        width: 69%;
    }
    .formBox > .tel .notice{
        width: 100%;
    }
    .formBox > div textarea{
        width: calc(100% - 32px);
    }
    .massage{
        margin-top: 30px;
    }
    .btnBox{
        margin-top: 60px;
    }
    .contact_note_txt{
        font-size: 12px;
    }
}