@charset "utf-8";

p#privacy_message {
    display: none;
}

div.contact_button_area p {
    display: flex;
    justify-content: space-around;
}

#contact_contents div input.back_button {
    width: 300px;
    height: 80px;
    border-radius: 40px;
    background: #727272;
    color: #ffffff;
    font-family: "Noto Sans JP", serif;
    font-size: 24px;
    font-weight: 800;

}

#contact_contents dl:not(#agreement_box) {
    margin-bottom: 0 !important;
}

#agreement_box dt {
    display: block;
}

dl#agreement_box {
    display: flex;
    min-height: 100px;
    padding: 30px 0 30px 20px;
    flex-wrap: wrap;
    width: 100%;
    border-bottom: 1px #003975 solid;
    margin-bottom: 48px;

}

dl#agreement_box dt {
    width: 40%;
    font-family: "Noto Sans JP", serif;
    font-size: 20px;
    font-weight: 600;
    align-items: center;

}

dl#agreement_box dd {
    width: 60%;
    font-family: "Noto Sans JP", serif;
    font-size: 20px;
    font-weight: 600;
    align-items: center;
}

dt div.hissu,
dt div.ninni {
    display: none;
}


@media screen and (max-width: 750px) {
    div#contact_contents div.mw_wp_form_confirm form dl#agreement_box {
        display: block;
        padding-left: 0;
        padding-right: 0;
    }

    dl#agreement_box dt,
    dl#agreement_box dd {
        width: 100%;
    }

    dl#agreement_box dt {
        margin-bottom: 30px;
    }

    #contact_contents div input.back_button {
        margin-bottom: 25px;
    }
}