@charset "utf-8";

.news-article {
    border-bottom: 1px solid var(--line-color);
    scroll-margin-top: 55px;
    padding-bottom: 64px;
    margin-bottom: 64px;
}

.news-article:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
}

.news-article__imgbox {
    margin-bottom: 32px;
}

.news-article__date {
    font-family: var(--date-font);
    font-size: var(--text_m);
    letter-spacing: 0.02em;
    margin-bottom: 16px;
}

.news-article__title {
    font-size: var(--heading_3);
    font-family: var(--jp-font_1);
    font-weight: 500;
    line-height: 1.7;
    text-align: justify;
    text-align-last: left;
    margin-bottom: 48px;
}

.event-text {
    display: inline-block;
    padding-bottom: 12px;
}

/* ---------------------------- */
/* 800px～ */
@media screen and (min-width:800px) {
    .news-article {
        padding-bottom: 96px;
    }

    .news-article__text {
        line-height: 1.8;
    }

    /*=======min-width:800px=======*/
}