@charset "UTF-8";

#l-gNav li#l-gNav3 a:before {
    left: 0;
    right: 0;
}

.l-content {
    width: 840px;
    float: left;
    margin-left: 140px;
}

.m-contact {
    border: 1px solid #eaeaea;
    padding: 38px 0 39px;
}

.p-block01 {
    margin-bottom: 100px;
}

.p-block-mh {
    margin: 70px 0 55px;
    font-size: 2.6rem;
    line-height: 1;
    letter-spacing: 0.12em;
    font-weight: 500;
}

.p-block-text {
    font-size: 1.4rem;
    line-height: 2.29;
    letter-spacing: 0.08em;
    margin-bottom: 30px;
}

.p-plan-block {
    padding: 40px;
    background-color: #fafafa;
    text-align: center;
}

.p-plan-mh {
    font-size: 1.6rem;
    line-height: 1;
    letter-spacing: 0.08em;
    font-weight: 700;
    margin-bottom: 40px;
}

.p-plan-schedule {
    font-size: 1.4rem;
    line-height: 1;
    letter-spacing: 0.08em;
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}

.p-plan-schedule dt {
    margin-right: 3em;
}

.p-plan-table {
    border-top: 1px solid #e1aaaa;
    border-left: 1px solid #e1aaaa;
    width: 100%;
    margin-bottom: 40px;
}

.p-plan-table:last-child {
    margin-bottom: 0;
}

.p-plan-table-target,
.p-plan-table-target-text,
.p-plan-table-plan,
.p-plan-table-plan-text {
    border-right: 1px solid #e1aaaa;
    border-bottom: 1px solid #e1aaaa;
    font-size: 1.4rem;
    line-height: 2.29;
    letter-spacing: 0.08em;
    background-color: #fff;
    padding: 10px 16px;
}

.p-plan-table-plan-text {
    text-align: left;
}

.p-plan-table th {
    width: 80px;
    text-align: left;
}

.p-plan-table-target-text {
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 2;
    text-align: left;
}



/* Smartphone Styles
============================================================================ */
@media screen and (max-width: 768px) {

    .l-content {
        width: 100%;
        float: none;
        margin-left: 0;
    }

    .m-contact {
        border: 1px solid #eaeaea;
        padding: 8vw 0;
        margin: 0 6vw 16vw;
    }

    .m-contact-btn {
        width: 80vw;
    }

    .m-contact-btn a {
        width: 80vw;
        padding-left: 23.47vw;
    }

    .p-block01 {
        padding: 0 6vw;
        margin-bottom: 12vw;
    }

    .p-block-mh {
        margin: 0 0 7.33vw;
        font-size: 2.0rem;
        letter-spacing: 0.05em;
    }

    .p-block-text {
        line-height: 1.71;
        margin-bottom: 6vw;
    }

    .p-plan-block {
        padding: 10.67vw 4vw;
        text-align: left;
    }

    .p-plan-mh {
        line-height: 1.5;
        margin-bottom: 4vw;
    }

    .p-plan-mh span {
        display: inline-block;
        margin-bottom: 2.67vw;
    }

    .p-plan-schedule {
        line-height: 1.5;
        display: block;
        margin-bottom: 4vw;
    }

    .p-plan-schedule dt {
        margin-right: 0;
    }

    .p-plan-table {
        margin-bottom: 4vw;
    }

    .p-plan-table:last-child {
        margin-bottom: 0;
    }

    .p-plan-table-target,
    .p-plan-table-target-text,
    .p-plan-table-plan,
    .p-plan-table-plan-text {
        font-size: 1.4rem;
        line-height: 1.64;
        padding: 3vw 2.93vw;
    }

    .p-plan-table th {
        width: 17.73vw;
    }

    .p-plan-table-target-text {
        font-size: 1.5rem;
        line-height: 1.53;
    }

    .p-plan-table-plan-text li {
        margin-bottom: 2.67vw;
    }

}