/* ============================================
   News Pages Styles
   ============================================ */

/* カテゴリーヘッダー */
.category-header {
    margin-bottom: 40px;
    padding-bottom: 20px;
}

.category-header .category-title {
    font-size: clamp(20px, 1.8vw, 26px);
    font-weight: bold;
    color: #333;
    margin: 0 0 10px 0;
    text-align: center;
}

.category-header .category-description {
    font-size: 14px;
    color: #666;
    margin: 0;
    line-height: 1.6;
    text-align: center;
}

h2 {
    font-size: 22px;;
}