/* スマホ改行 */

@media screen and (min-width: 768px) {
    .br-sp {
        display: none;
    }
}

/*  この記事書いた人非表示 */
.wp-profile-box {
    display: none;
}


/* 次の投稿隠す */

.c-prev-next-nav {
    display: none;
}

/* お知らせタイトル　*/
.c-entries--text2 .c-entry-summary__title {
    --_font-size-level: 0;
    font-size: var(--_font-size);
    font-weight: 600;
    line-height: var(--_line-height)
}

/* 一覧ページ投稿者名を非表示 */
.c-entry-summary__content,
.c-entry-summary__meta .c-meta__item--author {
    display: none;
}

/* 一覧ページの投稿日の書式 ・上部マージンと文字色*/
.c-entry-summary__body .c-entry-summary__meta {
    margin-top: 1px;
    color: gray;
}

/* 一覧ページの投稿日の書式・左寄せ寄せ */
.c-entry-summary__meta {
    justify-content: flex-start;
}
/* フッターBGカラー */

.l-footer-widget-area {
    background-color: #001539;
}
/* フッターBGカラー */

.l-footer--footer-1 .l-footer__footer {
    background-color: #000000;
    padding-bottom: var(--_padding1);
    padding-top: var(--_padding1)
}
/* aタグ色 */


/* グローバルナビ文字の大きさ */

.c-drawer__inner {
    font-size: 20px;
    text-align: center;
    }

    /* ジャスティファイ*/
.c-entry__content {
  text-align: justify;
}