.contact {
    padding: 1rem 0;
    box-sizing: border-box;
}

.contact .l,
.contact .r {
    width: 45%;
}

.contact .l dt {
    font-weight: bold;
}

.contact .l dl dd {
    line-height: .5rem;
}

.contact .l dt::after {
    content: " ";
    display: block;
    margin: .5rem 0 .75rem 0;
    width: 50px;
    height: 4px;
    background: #009DDD;
}

.contact .r img {
    display: block;
    width: 100%;
}

.form_box {
    padding: 1rem 0;
    box-sizing: border-box;
    background-color: rgba(240, 249, 253);
}

form .l {
    width: 25%;
}

form .l {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

form .l button {
    padding: .375rem 0;
    box-sizing: border-box;
    background: #009DDD;
    color: #fff;
    border: none;
    border-radius: 10px;
    width: 80%;
}

form .r {
    display: flex;
    flex-direction: column;
    width: 75%;
}

form .r input {
    margin: 0 0 .375rem 0;
}

form .r input,
form .r textarea {
    border: none;
    outline: none;
    padding: .375rem .5rem;
    box-sizing: border-box;
    border-radius: 10px;
    resize: none;
}

.map_box {
    padding: 1rem 0 1.5rem 0;
    box-sizing: border-box;
}

@media screen and (max-width: 1680px) {}

@media screen and (max-width: 1600px) {}

@media screen and (max-width: 1440px) {}

@media screen and (max-width: 1366px) {}

@media screen and (max-width: 1280px) {}

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 980px) {
    .contact .l,
    .contact .r {
        width: 100%;
    }
    .contact {
        flex-wrap: wrap;
    }
    .contact .r {
        margin: 20px 0 0 0;
    }
    .contact .l dl dd {
        line-height: 1.5;
    }
    #map {
        height: 300px !important;
    }
    .BMap_omOutFrame,
    .BMap_omCtrl {
        display: none;
    }
}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 640px) {}

@media screen and (max-width: 375px) {}