.contact_form form{
    width: 80%;
    margin: 0 auto;
}
.contact_form .h2_ttl_img::after{
    top:2.5em;
}
.contact_form .phone_area{
    margin: 2em auto;
    text-align: center;
    width: 50%;
}
.contact_form .phone_area .tel_area::before{
    content: '';
    position: absolute;
    top: 0.1em;
    left: -1.5em;
}
.contact_form form .mailform-flex{
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 3em;
}
.contact_form form .contact_area{
    align-items: flex-start;
}
form .mailform-flex .must{
    margin-right: 4em;
    font-size: 0.7em;
    padding: 0.2em 0.5em 0;
    color: #fff;
    border: 1px solid rgba(15,54,117,1.0);
    background-color: rgba(15,54,117,1.0);
    box-sizing: border-box;
}
form .contact_content .must{
    height: 42px;
}
.contact_form form dt{
    width: 50%;
    height: auto;
    font-family: 'Noto Sans JP', sans-serif;
    color:rgba(12,12,12,1.0);
    display: flex;
    justify-content: space-between;
    font-size: 1.26em;
}
.contact_form form dd{
    width: 50%;
    height: auto;
}
.contact_form form input{
    width: 100%;
    height: auto;
    padding: 0.5em;
    background-color: white;
    color: #212121;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 2;
}
.contact_form form textarea{
    width: 100%;
    height: 20vw;
    padding: 0.5vw;
    background-color: white;
    font-family: 'Noto Sans JP', sans-serif;
    color: #212121;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 2;
}
.contact_form form .check_area{
    margin: auto;
}
form .check_area label{
    display: flex;
    align-items: center;
}
.contact_form form input[type='checkbox']{
    width: 2.5vw;
    height: 2.5vh;
    margin-right: 1em;
}
.contact_form form .check_font{
    font-size: 0.85em;
}
form .mfp_buttons{
    text-align: center;
}
.mfp_buttons .contact_icon{
    padding: 1em 0;
}
.mfp_buttons .contact_icon::before{
    top: 25%;
    right: 3em;
}
.mfp_buttons .contact_icon::after{
    top: 37%;
    right: 3.6em;
}
.contact_form .agreement{
    font-size: 0.8em;
    width: 80%;
    height: 250px;
    padding: 1em;
    background: #eee;
    overflow: auto;
    margin:0 auto 2em;
}
.contact_form .agreement p{
    margin-top: 1em;
    font-size: 0.9em;
}
.contact_form .send .mfp{
    justify-content: flex-end;
}
.contact_form .send_check{
    margin-right: 2em;
}
@media (max-width:1280px){
}
@media (max-width:960px){
    form .contact_content .must{
        height: 37px;
    }
}
@media (max-width:768px){
    form .mailform-flex dt{
        width: 100%;
    }
    form .mailform-flex dd{
        width: 100%;
    }
    .contact_form .phone_area {
        width: 80%;
    }
    .contact_form .mailform .must{
        margin-right: auto;
        margin-left: 2em;
    }
    form .contact_content .must{
        height: 31px;
    }
    .contact_form form .check_font{
        font-size: 1em;
    }
    .contact_form .agreement{
        width: 100%;
    }
    .contact_form .send_check{
        margin-right: 0;
    }
}
@media (max-width:600px){
    .mfp_buttons .contact_icon::before{
        right: 1.5em;
        top: 25%;
    }
    .mfp_buttons .contact_icon::after{
        right: 2.2em;
        top: 37%;
    }
    .contact_form form input[type='checkbox']{
        width: 3.5vw;
        height: 3.5vw;
    }
    .contact_form .agreement{
        height: 200px;
    }
}
@media (max-width:480px){
    .mfp_buttons .contact_icon::before{
        right: 2em;
    }
    .mfp_buttons .contact_icon::after{
        right: 2.7em;
    }
    .contact_form .phone_area .tel_area::before {
        top: 0em;
        left: -1em;
    }
    .contact_form .contact_icon::before,
    .contact_form .contact_icon::after{
        display: none;
    }
    .contact_form .agreement{
        height: 180px;
    }
}
@media (max-width:380px){
}