/*contact*/
.contact {
    padding-bottom: 50px;
}

.contact_form > div:nth-child(1) > input {
    width: 100%;
    border-radius: 4px;
    border: 1px solid #CCCCCC;
    padding: 16px;
    margin: 0 0 20px;
    font-size: 18px;
    font-family: ArialMT;
    line-height: 23px;
}

.contact_form > div:nth-child(1) > input::-webkit-input-placeholder {
    color: #999999;
}

.contact_form > div:nth-child(1) > input:nth-last-child(1) {
    margin: 0;
}

.contact_form > div > textarea {
    width: 100%;
    height: 125%;
    border-radius: 4px;
    border: 1px solid #CCCCCC;
    padding: 16px;
    resize: none;
    font-size: 18px;
    font-family: ArialMT;
    line-height: 23px;
}

.contact_form > div > textarea::-webkit-input-placeholder {
    color: #999999;
}

.contact_form > .content_test > input {
    width: 250px;
    border-radius: 4px;
    border: 1px solid #CCCCCC;
    padding: 16px;
    margin: 20px 10px 0 0;
    font-size: 18px;
    font-family: ArialMT;
    line-height: 23px;
}

.contact_form > .content_test > input::-webkit-input-placeholder {
    color: #999999;
}

.contact_form > div > button {
    display: block;
    width: 250px;
    padding: 19px 0;
    margin: 20px 0 0;
    border-radius: 4px;
    font-size: 16px;
    font-family: Arial-BoldMT, Arial;
    font-weight: normal;
    color: #FFFFFF;
    line-height: 18px;
    text-align: center;
}

/*content_map*/
.content_map {
    padding: 50px 0;
    background: #F2F2F2;
}

.content_map_text > div {
    margin: 20px 0 0;
    border-bottom: 1px solid #CCCCCC;
}

.content_map_text > div:nth-child(1) {
    margin: 0;
}

.content_map_text > div > h4 {
    font-size: 22px;
    font-family: Arial-BoldMT, Arial;
    font-weight: normal;
    color: #333333;
    line-height: 26px;
    margin: 0;
}

.content_map_text > div > div {
    font-size: 18px;
    font-family: ArialMT;
    color: #333333;
    line-height: 23px;
    margin: 10px 0 20px;
}

.content_map_img > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 1279px) {
    /*contact*/
    .contact {
        padding-bottom: 20px;
    }

    .contact_form > div:nth-child(1) > input {
        padding: 12px 15px;
        margin: 0 0 12px;
        font-size: 13px;
        line-height: 15px;
    }

    .contact_form > div:nth-child(1) > input:nth-last-child(1) {
        margin: 0 0 12px;
    }

    .contact_form > div > textarea {
        height: auto;
        padding: 12px 15px;
        font-size: 13px;
        line-height: 15px;
    }

    .contact_form > .content_test > input {
        width: 150px;
        padding: 12px 15px;
        margin: 12px 10px 0 0;
        font-size: 13px;
        line-height: 15px;
    }

    .contact_form > div > button {
        width: 150px;
        padding: 12px 0;
        margin: 20px 0 0;
        font-size: 13px;
        line-height: 15px;
    }

    /*content_map*/
    .content_map {
        padding: 20px 0;
    }

    .content_map_text > div {
        margin: 15px 0 0;
    }

    .content_map_text > div > h4 {
        font-size: 16px;
        line-height: 18px;
        margin: 0;
    }

    .content_map_text > div > div {
        font-size: 14px;
        line-height: 19px;
        margin: 5px 0 15px;
    }
}
