/* ▼ カテゴリー一覧ヒーロー帯 */
.p-postHero__band {
    background-color: #197536;
    width: 100vw;
    position: relative;
    left: 50%;
    margin-left: -50vw;
    padding: 22px 20px;
    text-align: center;
    box-sizing: border-box;
}

.p-postHero__category {
    color: #fff;
    font-size: 1.7rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    font-family: 'Noto Sans JP', sans-serif;
}
/* ▲ カテゴリー一覧ヒーロー帯 */

/* サイドバーを非表示 */
.l-sidebar {
    display: none !important;
}

/* メインコンテンツを全幅に */
.l-mainContent {
    width: 100% !important;
    max-width: 1170px;
    margin: 0 auto;
}

/* .-sidebar-on のflexを解除してサイドバーレイアウトを無効化 */
.-sidebar-on .l-content {
    display: block !important;
}

/* フォント指定 */
.p-postList.-type-simple {
    font-family: 'Noto Sans JP', sans-serif;
}

.p-postList .p-postList__title {
    font-weight: 500;
}

/* hover時の下線を非表示 */
.p-postList.-type-simple a:hover {
    text-decoration: none !important;
}

/* 投稿リスト最初のボーダーを非表示 */
.p-postList.-type-simple:first-child {
    border-top: none !important;
}

/* CTAバナーとの間隔確保 */
.c-pagination {
    margin-bottom: 40px;
}
