@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: 1;
    letter-spacing: 0.08em;
    margin-bottom: 40px;
}

.p-historylist li {
    display: flex;
    background-color: #f2f2f2;
    padding: 10px 0;
}

.p-historylist li:nth-child(even) {
    background-color: #fafafa;
}

.p-historylist-date {
    padding: 0 25px 0 25px;
    border-right: 1px solid #e69c9c;
    font-size: 1.4rem;
    line-height: 1.43;
    letter-spacing: 0.02em;
}

.p-historylist-text {
    padding: 0 25px;
    font-size: 1.4rem;
    line-height: 1.43;
    letter-spacing: 0.12em;
}

.p-historylist-text strong {
    font-weight: 700;
}



/* 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: 6.67vw;
    }

    .p-historylist li {
        padding: 12px 0;
    }

    .p-historylist-date {
        width: 21.47vw;
        padding: 0 3.87vw;
        font-size: 1.4rem;
        line-height: 1.5;
    }

    .p-historylist-text {
        width: 70.53vw;
        padding: 0 3.87vw;
        font-size: 1.4rem;
        line-height: 1.5;
    }

}