.nav_top img {
    /* content: url('/wp-content/uploads/2020/03/logo.png'); */
}

#vita-head-tit {
    background: #ffffff;
}

.entry-title {
    font-size: 24px;
    font-weight: bold;
    color: #1B6A3E;
    text-align: left;
}

.entry-header-inner {
    padding-left: 96px;
    padding-right: 160px;
}

.post-date-wrap {
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    color: #BBBBBB;
    padding-top: 22px;
    padding-bottom: 0px;
    display: block;
}

.top-banner {
    background-image: none;
    height: 149px;
}

.section-inner {
    width: 1170px;
    max-width: 1170px;
}

.singular .featured-media-inner {
    left: auto;
}

.category-wrap {
    width: 100%;
    /* margin-top: -30px; */
}

.category-tit {
    font-size: 24px;
    font-weight: bold;
    color: #1B6A3E;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 1170px;
    margin: auto;
}

article {
    width: 1170px;
    margin: auto;
    background: #ffffff;
    border-radius: 2px;
}

.entry-content {
    padding-left: 96px;
    padding-right: 160px;
    padding-bottom: 83px;
    margin-bottom: 20px;
}

.entry-content p {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 1.8;
}

.singular .featured-media-inner {
    width: 1000px;
}

.pc-subscribe .subscribe-wrap {
    width: 1170px;
    margin: auto;
    padding: 40px 0px 40px 0px;
    margin-bottom: 20px;
}

.pc-subscribe .subscribe-wrap .tit {
    width: 100%;
}

.pc-subscribe .subscribe-wrap .hint {
    width: 595px;
}

.pc-subscribe .subscribe-wrap .tnp-field-privacy {
    width: 595px;
    padding-left: 0px;
    margin: auto;
}

.pc-subscribe .subscribe-wrap .tit {
    font-size: 22px;
    font-weight: 400;
    line-height: 21px;
}

.pc-subscribe .subscribe-wrap .tit br {
    display: none;
}

.pc-subscribe .subscribe-wrap .tnp-email {
    border-radius: 10px;
    font-size: 14px;
    margin-top: 40px;
}

@media only screen and (max-width: 767px) {
    .post-inner {
        padding-top: 0;
    }
    .head-wrap {
        padding: 4.67rem 0 3rem 0;
        margin-bottom: 0rem;
    }
    .head-title .zh {
        font-size: 4rem;
    }
    .subsc {
        font-size: 2.5rem;
        font-weight: bold;
        line-height: 4rem;
        float: right;
        line-height: 5rem;
    }
    #site-content {
        background-color: #f7f7f7;
    }
    #vita-head-tit {
        background-color: #f7f7f7;
        padding: 0 0 4rem 0;
    }
    .post-date-wrap {
        display: block;
    }
    .entry-title {
        font-size: 3.75rem;
    }
    s .section-inner {
        width: auto;
        padding: 0;
    }
    .singular .featured-media-inner {
        width: 100%;
    }
    article {
        width: 100%;
        padding: 0 3rem;
        background-color: #f7f7f7;
    }
    .category-tit {
        padding: 4.67rem 0 3rem 0;
        font-size: 4rem;
    }
    .entry-header-inner {
        padding: 0;
        width: auto;
    }
    .entry-content {
        padding: 0;
    }
    .entry-content p {
        font-size: 3rem;
        line-height: 5rem;
        color: #333333;
    }
    .post-date-wrap {
        font-size: 2rem;
        padding: 1.67rem 0 0 0;
    }
    .back {
        display: none;
    }
}