/* お知らせ詳細CSS（news/2025-09-01から抽出） */
/* ===== 上部の帯（バナー） ===== */
  .pbanner {
    position: relative; padding: clamp(150px,18vw,230px) 0 clamp(48px,6vw,80px);
    background: linear-gradient(120deg, #2e9e5b 0%, #27884d 60%, #1f7d57 100%);
    color: #fff; overflow: hidden;
  }
  .pbanner::after {
    content: ""; position: absolute; right: -120px; top: -120px; width: 460px; height: 460px;
    border-radius: 50%; background: radial-gradient(circle at 50% 50%, rgba(255,255,255,.14), transparent 70%);
    pointer-events: none;
  }
  .pbanner__inner { width: min(1180px, 100% - 48px); margin-inline: auto; position: relative; z-index: 1; }
  .pbanner__en { font-family: var(--en); font-weight: 300; font-size: clamp(34px,5vw,58px); line-height: 1; letter-spacing: .04em; }
  .pbanner__jp { margin-top: 14px; font-size: clamp(16px,2vw,22px); font-weight: 500; letter-spacing: .06em; }

  /* ===== パンくず ===== */
  .crumb { width: min(1180px, 100% - 48px); margin: 22px auto 0; font-size: 13px; color: #78857e; }
  .crumb ol { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; list-style: none; }
  .crumb a { color: #78857e; transition: color .2s; }
  .crumb a:hover { color: var(--green); }
  .crumb li:not(:last-child)::after { content: "›"; margin-left: 8px; color: #b8c2bc; }
  .crumb [aria-current="page"] { color: var(--ink); }

  /* ===== 記事詳細 ===== */
  .ndetail { width: min(1064px, 100% - 48px); margin: clamp(40px,5vw,64px) auto clamp(80px,10vw,128px); }

  .ndetail__head {
    margin-bottom: clamp(30px, 3.6vw, 46px);
    padding-bottom: clamp(24px, 3vw, 36px);
    border-bottom: 1px solid #e4ece7;
  }
  .ndetail__meta { display: flex; align-items: center; gap: 14px; margin-bottom: 18px; }
  .ndetail__date {
    font-family: var(--en); font-size: 13px; letter-spacing: .04em; color: #6b7280;
  }
  .ndetail__cat {
    font-size: 11.5px; letter-spacing: .06em; color: var(--green);
    padding: 4px 12px; border: 1px solid #bfe0cc; border-radius: 4px; white-space: nowrap;
  }
  .ndetail__cat--new { color: var(--blue); border-color: #bcd9ef; }
  .ndetail__title {
    font-family: var(--jp); font-size: clamp(24px, 2.4vw, 30px); font-weight: 700;
    line-height: 1.5; letter-spacing: .01em; color: var(--ink); margin: 0;
  }
  .ndetail__body {
    max-width: 720px; font-size: 16px; line-height: 2; color: var(--ink);
  }
  .ndetail__body p { margin: 0 0 1.4em; }
  .ndetail__body p:last-child { margin-bottom: 0; }
  .ndetail__body a { color: var(--green); text-decoration: underline; text-underline-offset: 3px; }
  .ndetail__body a:hover { color: var(--green-dark); }
  .ndetail__body h2 {
    font-family: var(--jp); font-size: clamp(18px, 1.6vw, 21px); font-weight: 700; color: var(--ink);
    margin: 2.2em 0 .8em; padding-left: 14px; border-left: 4px solid var(--green); line-height: 1.5;
  }
  .ndetail__body h3 {
    font-family: var(--jp); font-size: clamp(16px, 1.4vw, 18px); font-weight: 700; color: var(--ink);
    margin: 2em 0 .7em; padding-bottom: .5em; border-bottom: 1px solid #dfe8e3; line-height: 1.5;
    display: flex; align-items: center; gap: 10px;
  }
  .ndetail__body h3::before {
    content: ""; flex: 0 0 auto; width: 8px; height: 8px; border-radius: 2px; background: var(--green);
  }
  .ndetail__body strong { font-weight: 700; color: var(--ink); }

  /* 引用 */
  .ndetail__body blockquote {
    margin: 1.6em 0; padding: clamp(16px,2vw,22px) clamp(20px,2.4vw,28px);
    background: #f4f8f5; border-left: 4px solid var(--green); border-radius: 0 8px 8px 0; color: #4a5852;
  }
  .ndetail__body blockquote p { margin: 0; font-size: 15px; line-height: 1.9; }
  .ndetail__body blockquote p + p { margin-top: .8em; }
  .ndetail__body blockquote cite {
    display: block; margin-top: .8em; font-size: 13px; color: #8b968f; font-style: normal;
  }

  /* テーブル */
  .ndetail__table-wrap { margin: 1.6em 0; overflow-x: auto; }
  .ndetail__body table {
    width: 100%; border-collapse: collapse; font-size: 15px; line-height: 1.7; border: 1px solid #e0e8e3;
  }
  .ndetail__body th, .ndetail__body td {
    padding: 12px 16px; border: 1px solid #e0e8e3; text-align: left; vertical-align: top;
  }
  .ndetail__body thead th { background: var(--green); color: #fff; font-weight: 600; white-space: nowrap; }
  .ndetail__body tbody th { background: #f4f8f5; color: var(--ink); font-weight: 600; white-space: nowrap; }
  .ndetail__body tbody tr:nth-child(even) td { background: #fafcfb; }

  /* リスト */
  .ndetail__body ul { list-style: none; margin: 0 0 1.4em; padding-left: 0; }
  .ndetail__body ul li { position: relative; padding-left: 1.4em; margin-bottom: .5em; }
  .ndetail__body ul li::before {
    content: ""; position: absolute; left: 2px; top: .72em; width: 7px; height: 7px;
    border-radius: 50%; background: var(--green);
  }
  .ndetail__body ol { margin: 0 0 1.4em; padding-left: 1.4em; }
  .ndetail__body ol li { margin-bottom: .5em; padding-left: .2em; }
  .ndetail__body ol li::marker { color: var(--green); font-weight: 700; }
  /* ===== 一覧へ戻る ===== */
  .ndetail__nav { margin-top: clamp(48px,6vw,72px); text-align: center; }
  .ndetail__back {
    display: inline-flex; align-items: center; gap: 10px;
    padding: 15px 46px; border: 1px solid var(--green); border-radius: 999px;
    font-size: 14px; letter-spacing: .04em; color: var(--green); background: #fff;
    transition: background .25s, color .25s;
  }
  .ndetail__back:hover { background: var(--green); color: #fff; }
  .ndetail__back-arrow { font-family: var(--en); }
