.map {
    padding: 70px 0px;
}

.map iframe {
    width: 100%;
}

/* ab */
.ab-1 {
    padding: 70px 0px;
    border-bottom: 1px solid #666666;
}

.ab-1-bd {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    column-gap: 30px;
}

.ab-1-list-1 p:nth-child(1) {
    color: #16273f;
    font-size: 14px;
    letter-spacing: 3px;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 600;
    margin-bottom: 15px;
}

.ab-1-list-1 p:nth-child(2) {
    font-size: 30px;
    margin-bottom: 15px;
}

.ab-1-list-1 p:nth-child(3) {
    color: #666666;
    font-size: 14px;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 600;
    margin-bottom: 15px;
}

.ab-1-list-2 h3 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    font-family: 'myfont';
}

.ab-1-list-2 p {
    font-size: 14 px;
    font-weight: 400;
    font-family: 'Rajdhani', sans-serif;
    color: #666666;
    margin-bottom: 10px;
}

.ab-1-list-2 p span {
    color: #000000;
}

.ab-1-list-3 h3 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    font-family: 'myfont';
}

.ab-1-list-3 p {
    font-size: 14 px;
    font-weight: 400;
    font-family: 'Rajdhani', sans-serif;
    color: #666666;
    margin-bottom: 10px;
}

.ab-1-list-3 h3:nth-child(4) {
    margin-top: 30px;
    margin-bottom: 15px;
}

.ab-1-list-3 i {
    font-size: 15px;
    background-color: #16273f;
    color: #ffffff;
    padding: 15px 20px;
    margin-right: 5px;
}

.ab-1-list-4 img {
    width: 80%;
    display: block;
    margin:  0 auto;
}

/* FORM */

.form {
    padding: 70px 0px;
}

.form_bd {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 30px;
}

.form_content_1 h2 {
    font-size: 48px;
    margin-bottom: 20px;
}

.form_content_1 p {
    font-family: 'Rajdhani', sans-serif;
    color: #666666;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 40px;
}

.form_content_2,
.form_content_1 {
    align-items: center;
}

.form_content_2 img{
    width: 100%;
}

input {
    height: 35px;
    border: 1px solid #16273f;
    margin-bottom: 20px;
    width: 100%;
    border-radius: 3px;
    padding: 0px 10px;
    font-family: 'myfont';
}

textarea {
    height: 80px;
    border: 1px solid #16273f;
    margin-bottom: 20px;
    width: 100%;
    border-radius: 3px;
    padding: 10px 10px;
    font-family: 'myfont';
}

.submit {
    color: #ffffff;
    background-color: #16273f;
    font-family: 'myfont';
}


@media (max-width: 821px) {

    .ab-1-bd {
        display: grid;
        grid-template-columns: 1fr;
        column-gap: 30px;
        row-gap: 30px;
    }

    
    .form_bd {
        display: grid;
        grid-template-columns: 1fr;
        column-gap: 30px;
    }

    .form_content_2 {
        order: 2;
    }

    .form_content_1 h2 {
        font-size: 32px;
        margin-bottom: 20px;
    }

}