
.contact .content{
    margin-top: 71px;
}

.l-contact {
    padding:0px 20px 100px;
}
.l-contact .section-body{
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}
.l-contact-contact{
    font-size: 20px;
    font-weight: 500;
    line-height: 1.95;
    margin-bottom: 20px;
}
.l-contact-note{
    font-size: 12px;
    font-weight: 500;
    line-height: 2;
}
.l-contact-note a{
    color: #03a9f4;
    text-decoration: underline;
}

.form{
   margin-top: 39px; 
}
.form-name{
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 8px;
}
.form-any,
.form-required{
    border-radius: 2px;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    margin-right: 4px;
    padding: 1.5px 1px;
}
.form-required{
    background: #e60000;
}
.form-any{
    background: #03a9f4;
}

input,
textarea,
select{
    background: #fff;
    border: 1px solid #b9b9b9;
    border-radius: 5px;
    font-size: 16px;
    padding: 12px 16px;
    width: 100%;
}

label{
    margin-top: 28px;
    height: 100%;
    display: flex;
    flex-direction: column;
}
label:first-child{
    margin-top: 0px;
}
.form-select{
    width: 350px;
}
input[type="submit"]{
    border: unset;
    background: unset;
    font-size: 18px;
    font-weight: 600;
}
.form-consent{
    font-size: 14px;
    margin: 52px 0 12px;
    text-align: center;
}
.form-consent a{
   color: #03a9f4;
    text-decoration: underline; 
}
.btn-submit.seen-btn{
    margin-top: 0px;
}
@media screen and (max-width: 767px) {
    .contact .content {
        margin-top: 13.8666666667vw;
    }
    p.l-contact-contact {
        font-size: 3.7333333333vw;
        line-height: 1.4285714286;
        margin-bottom: 2.1333333333vw;
    }
    p.l-contact-note {
        font-size: 3.2vw;
        line-height: 1.5;
    }
    .form-select{
        width: 59.7333333333vw;
    }
    p.form-name {
        font-size: 3.7333333333vw;
        margin-bottom: 2.1333333333vw;
    }
    .contact .main_content .form dl dd .select_wrapper select {
        border-radius: .8vw;
        font-size: 3.7333333333vw;
        padding: 3.7333333333vw 3.2vw;
    }
    p.form-consent {
        font-size: 3.2vw;
        margin: 5.3333333333vw 0 8.2666666667vw;
    }
    input.submit {
        font-size: 3.7333333333vw;
    }
    .l-contact {
        padding-bottom: 13.8666666667vw;
        padding-left: 0px;
        padding-right: 0px;
    }
}