@charset "utf-8";


/* --------------------------------------------


top


---------------------------------------------- */


.top {
    position: relative;
    top: 64px;
    height: 400px;
    background-image: url(../_image/common/contact-top.jpg);
}

.top__title {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.top__title h1 {
    text-align: center;
    font-size: 48px;
    font-size: 4.8rem;
    font-weight: bold;
    color: #fff;
    line-height: 1.2;
}

.top__title h1 span {
    display: block;
    text-align: center;
    font-size: 20px;
    font-size: 2rem;
}


@media only screen and (max-width:640px) {
    .top {
        background-position: center;
    }

    .top__title h1 {
        text-align: center;
        font-size: 36px;
        font-size: 3.6rem;
    }

    .top__title h1 span {
        font-size: 16px;
        font-size: 1.6rem;
    }
}

/* --------------------------------------------


contact


---------------------------------------------- */

.contact {
    margin: 200px 0 120px;
    background-color: rgba(255, 255, 255, 0.9);
}

.contact__wrap {
    width: 90%;
    max-width: 720px;
    margin: 80px auto;
}

.contact__text {
    margin: 40px 0 80px;
    font-size: 16px;
    font-size: 1.6rem;
    text-align: center;
}

.contact__text a {
    font-weight: bold;
    text-decoration: underline;
}

form p {
    margin: 20px 0;
    font-size: 16px;
    font-size: 1.6rem;
}

.form input,
.form textarea {
    margin-top: 4px;
    padding: 0 8px;
}

.form .important {
    margin-left: 10px;
    padding: 0 10px;
    color: #fff;
    background-color: #1F286F;
}

.form-btn {
    margin: 40px 0;
    text-align: center;
}

.form input.linkBtn {
    display: block;
    width: 320px;
    margin: 40px auto 0;
    padding: 10px 20px;
    font-size: 24px;
    font-size: 2.4rem;
    color: #fff;
    text-align: center;
    font-weight: bold;
    background-color: #1F286F;
    border-radius: 20px;
    transition: 0.3s;
    border: none;
}

.linkBtn:hover {
    background-color: #F7B52C;
    transition: 0.3s;
}

.mw_wp_form_complete p {
    text-align: center;
}

.mwform-checkbox-field,
.mwform-radio-field {
    display: block;
}

.mw_wp_form .horizontal-item+.horizontal-item {
    margin: 0;
}


.mw_wp_form_complete h1 {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
}

.mw_wp_form_complete p {
    margin: 20px 0 60px;
    font-size: 16px;
    font-size: 1.6rem;
}


@media only screen and (max-width:640px) {

    .form input[type="text"],
    .form input[type="tel"],
    .form input[type="email"],
    .form textarea {
        width: 100%;
    }

    .form input[name="name-text01"],
    .form input[name="name-text02"],
    .form input[name="name-hiragana01"],
    .form input[name="name-hiragana02"] {
        width: 49%;
    }

    .form input[type="radio"],
    .form input[type="checkbox"] {
        width: 20px;
        height: 20px;
    }

    .form .mwform-zip-field input[type="text"],
    .form .mwform-tel-field input[type="text"] {
        width: 160px;
    }

}