@charset "utf-8";

.page_mv {
    background: url(../img/common/sand.jpg);
}

.sec1 {
    background: url(../img/common/sand.jpg);
    background-size: cover;
    background-position: center;
}

.sec2 {
    position: relative;
}

.sec3,
.sec4 {
    background: url(../img/common/sand.jpg);
    background-size: cover;
}

.sec3 .inner_wrap {
    position: relative;
}

.inner_wrap.page {
    width: 73.529vw;
    position: relative;
}

.sec1 .p_box {
    margin-bottom: 1.471vw;
}

.p_box p {
    line-height: 2.35;
}

.right_bg {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
    width: 41.176vw;
}

.right_bg_2 {
    position: absolute;
    top: 0;
    right: 2.206vw;
}

.p_box.full {
    width: 100%;
}

.right_bg_3 {
    position: absolute;
    right: 0;
}

.trouble_wrap {
    margin-top: 2.206vw;
    margin-bottom: 2.426vw;
}

.answer p {
    color: #fff;
    display: inline-block;
}

.answer p span {
    background: #333;
    font-size: 1.618vw;
}

span.yellow {
    color: #F4B706;
}

.answer {
    text-align: center;
}

.flex_card {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 2.941vw;
}

.raw_2 {
    width: 48%;
    border: solid 1px #b7b7b7;
    border-radius: 1.397vw;
}

.raw_1 {
    width: 100%;
    border: solid 1px #b7b7b7;
    border-radius: 1.397vw;
    margin-top: 2.941vw;
}

h3.raw_h3 {
    background: #333;
    color: #fff;
    text-align: center;
    padding: 0.735vw 0;
    border-radius: 1.397vw 1.397vw 0 0;
}

.raw_inner {
    padding: 1.618vw 1.838vw;
    background: #fff;
    border-radius: 0 0 1.397vw 1.397vw;
}

.raw_inner p {
    line-height: 2.35;
    margin-bottom: 1.691vw;
    color: #333;
}

article.gray {
    margin: auto;
}

article.white {
    margin: auto;
    padding: 5% 0 5%;
}

h2.blk_nomal {
    font-size: 1.324vw;
    text-align: center;
    font-weight: 400;
    border-bottom: solid 1px #b7b7b7;
    width: 51.470588235294116vw;
    margin: auto;
    padding: 0 0 15px;
}

.contact_head {
    width: 51.471vw;
    margin: auto;
}

table.form_tbl.rec th {
    /* vertical-align: baseline; */
    padding-top: 0;
    width: 40%;
}

@media (max-width: 767px) {

    .inner_wrap.page {
        max-width: unset;
    }

    .answer p span {
        background: #333;
        font-size: 5.128vw;
    }

    .flex_card {
        flex-direction: column;
    }

    .raw_2 {
        width: 95%;
        margin: 0 auto 30px;
        border-radius: 4.8717948717948727vw;
    }

    .raw_1 {
        width: 100%;
        border: solid 1px #b7b7b7;
        margin-top: 2.941vw;
        border-radius: 4.8717948717948727vw;
    }

    .raw_inner {
        padding: 3.618vw 3.838vw;
        background: #fff;
        border-radius: 0 0 4.8717948717948727vw 4.8717948717948727vw;
    }

    h3.raw_h3 {
        background: #333;
        color: #fff;
        text-align: center;
        padding: 3.735vw 0;
        border-radius: 4.8717948717948727vw 4.871794871794872vw 0 0;
    }

    .contact_head {
        width: 90%;
    }

    .p_box p {
        line-height: 10.256410256410255vw;
    }

    .raw_inner p {
        line-height: 10.256410256410255vw;
        margin-bottom: 3.5897435897435894vw;
        color: #333;
    }

    h2.blk_nomal {
        font-size: 4.615384615384616vw;
        padding-bottom: 0 0 2.5vw;
        width: 100%;
    }

    table.form_tbl.rec {
        width: 100%;
    }

    table.form_tbl.rec th {
        vertical-align: baseline;
        padding-top: 0;
        margin-bottom: 10px;
        width: 100%;
    }

    table.form_tbl.rec td {
        margin-left: 0;
    }

}