#news .c-entries__item .c-meta__item.c-meta__item--author {
    display: none;
}

#news .c-entries__item .c-entry-summary__meta .c-meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
}

#news .c-entries__item .c-entry-summary__meta .c-meta .c-entry-summary__term {
    border-radius: 7px;
    padding: 1px 10px 2px;
}

#news .c-entries__item .c-meta__item.c-meta__item--published {
    font-size: 16px;
    color: #777;
}

#news .c-entry-summary .c-entry-summary__body {
    display: flex;
    flex-direction: column-reverse;
    gap: 10px;
}

#news .c-entry-summary .c-entry-summary__body .c-entry-summary__title {
    font-size: 28px;
    font-weight: 500;
    line-height: 1.5;
    font-family: var(--s-font-Urbanist);
}

/* -----------------------------------------------------------------------------------------------------------------------
 
 
  お知らせ記事個別ページ
 
 
 ------------------------------------------------------------------------------------------------------------------------ */
body.single-post .c-entry__title {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 10px;
}

body.single-post .c-meta__item.c-meta__item--author,
body.single-post .c-meta__term--category-slug-news {
    display: none;
}

body.single-post .c-entry__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 70px 0;
}

body.single-post .c-entry__header .c-meta__term {
    background-color: var(--accent-color);
    color: #fff;
    padding: 3px 10px 2px;
    border-radius: 7px;
    font-size: 12px;
}

@media (max-width: 1023px) {
    body.single-post .c-entry__title {
        font-size: 20px;
    }
}