@charset "utf-8";

/* 詳細ページ用スタイル */
      .news-detail-header {
        border-bottom: 2px solid #227934;
        margin-bottom: 2rem;
        padding-bottom: 1rem;
      }
      .news-detail-date {
        color: #666;
        font-size: 0.9rem;
        margin-bottom: 0.5rem;
      }
      .news-detail-title {
        line-height:150%;
        font-size: 1.8rem;
        font-weight: 700;
        color: #333;
      }
      .news-detail-body {
        line-height: 1.8;
        font-size: 1rem;
        color: #333;
      }
      .detailUpfile {
        margin: 20px 0;
        text-align: center;
      }
      .detailUpfile img {
        max-width: 100%;
        height: auto;
        border: 1px solid #eee;
        border-radius: 8px;
      }
      .detailText {
        margin-bottom: 20px;
        white-space: pre-wrap; /* 改行を反映 */
      }