/* ================================
   NEWS詳細（和モダンデザイン）
================================ */

.news-detail-wrapper {
    max-width: 900px;
    margin: 160px auto 80px;
    padding: 0 20px 80px;
    line-height: 1.9;
    color: #333;
}

/* カテゴリーバッジ */
.news-cat-badge {
    display: inline-block;
    padding: 6px 14px;
    border-radius: 6px;
    font-size: 14px;
    margin-bottom: 18px;
    font-weight: 600;
}

/* タイトル */
.news-detail-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1.4;
}

/* 日付 */
.news-detail-date {
    font-size: 15px;
    color: #777;
    margin-bottom: 25px;
}

/* サムネイル */
.news-detail-image {
    width: 100%;
    border-radius: 12px;
    margin: 25px 0;
}

/* 本文 */
.news-detail-body {
    margin-top: 30px;
    font-size: 1.1rem;
}

/* 前後リンク */
.news-nav-links {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
    padding-top: 30px;
    border-top: 1px solid #ddd;
}

.news-nav-links a {
    color: #1f4b2c;
    text-decoration: none;
    font-weight: 600;
}

.news-nav-links a:hover {
    text-decoration: underline;
}

/* 一覧へ戻る */
.back-list {
    margin-top: 40px;
    text-align: center;
}

.back-list a {
    color: #444;
    text-decoration: none;
}

.back-list a:hover {
    text-decoration: underline;
}

/* スマホ */
@media (max-width: 600px) {
    .news-detail-title {
        font-size: 26px;
    }
}
