.section{
    max-width: 576px;
    margin-right: auto;
    margin-left: auto;
}
.contact_h1 {
    font-size: 22px;
    font-weight: 300;
    line-height: 30.8px;
}
.text_required{
    font-size: 11px;
    font-weight: 300;
    line-height: 15.4px;
    color: #EE0000;
}
.form_label{
    font-size: 20px;
    font-weight: 300;
    line-height: 28px;
    display: flex;
    align-items: center;
}
.form_block{
    display: grid;
}
.form_label.-required::after{
    content: "※";
    margin-left: 7.5px;
    color: #EE0000;
    font-size: 11px;
    font-weight: 300;
    line-height: 15.4px;
    display: flex;
    align-items: center;
}
.referrer_text{
    font-size: 13px;
    font-weight: 300;
    line-height: 19.5px;
    color: #6A6A6A;
}
.form_error_text{
    font-size: 11px;
    font-weight: 300;
    line-height: 15.4px;
    color: #EE0000;
    display: none;
}
.form_field {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 0.5em 1em;
}
.form_radio-wrapper{
    display: grid;
}
.form_radio{
    color: #949494;
    margin: 0px;
}
.radio_span{
    font-size: 14px;
    font-weight: 300;
    line-height: 21px;
}
.label_radio{
    padding-top: 12px;
    padding-bottom: 12px;
}
.label_radio:nth-child(3n){
    padding-bottom: 0px;
}
.label_radio.-last .form_field{
    margin-top: 24px;
}
.form_field{
    font-family: Hiragino Kaku Gothic ProN;
    font-size: 14px;
    font-weight: 300;
    line-height: 21px;
    color: #6A6A6A;
}
.form_field.--textfield {
    height: 88px;
}
.form-btn{
    font-size: 16px;
    font-weight: 300;
    line-height: 19.2px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000000;
    border-radius: 999px;
    color: #fff;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding: 12px 15px;
}
.thanks_h1{
    font-size: 22px;
    font-weight: 300;
    line-height: 30.8px;
}
.thanks_txt{
    font-size: 14px;
    font-weight: 300;
    line-height: 21px;
}
.thanks_link_txt{
    font-size: 13px;
    font-weight: 300;
    line-height: 19.5px;
    text-decoration: underline;
}
.thanks_link_txt:hover{
    text-decoration: none;
}
/* SP */
@media screen and (max-width: 812px) {
    .form-btn{
        max-width: 345px;
    }
}
/* PC */
@media screen and (min-width: 813px) {
    .contact_h1 {
        font-size: 32px;
        line-height: 44.8px;
    }
    .text_required{
        font-size: 13px;
        line-height: 19.5px;
    }
    .form_label{
        font-size: 26px;
        line-height: 36.4px;
    }
    .referrer_text{
        font-size: 15px;
        line-height: 22.5px;
    }
    .form_error_text{
        font-size: 13px;
        line-height: 19.5px;
    }
    .form-required {
        margin-left: 12px;
        font-size: 13px;
        line-height: 19.5px;
    }
    .thanks_h1{
        font-size: 32px;
        line-height: 44.8px;
    }
    .thanks_txt{
        font-size: 15px;
        line-height: 22.5px;
    }
    .thanks_link_txt{
        font-size: 14px;
        line-height: 21px;
    }
}