/* style_network.css */




/* ===== 主催事業 固有スタイル ===== */

/* ===== ヒーロー ===== */
.page-hero{padding:64px 56px 56px;border-bottom:1px solid var(--paper3);}
.page-hero-en{font-size:11px;letter-spacing:0.2em;color:var(--en);margin-bottom:12px;}
.page-hero-title{font-size:32px;font-weight:600;color:var(--ink);letter-spacing:0.05em;margin-bottom:16px;}
.page-hero-desc{font-size:14px;color:var(--ink-mid);line-height:2;max-width:640px;}

/* ===== 固有 ===== */

  body {
    background: #f7f5f0;
    color: #1a1916;
    line-height: 1.8;
  }

  .BreadCrumb {
    background: #fff;
  }
  
  .container {
    max-width: 860px;
    margin: 0 auto;
    padding: 60px 24px 100px;
  }

  .label {
    font-size: 11px;
    letter-spacing: 0.15em;
    color: #999;
    margin-bottom: 12px;
  }

  h1 {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 32px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e0d8;
  }

  .lead {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 16px;
    line-height: 1.7;
  }

  .body-text {
    font-size: 14px;
    color: #333;
    margin-bottom: 16px;
  }

  .contact-box {
    background: #fff;
    border: 1px solid #e5e0d8;
    border-radius: 4px;
    padding: 16px 20px;
    font-size: 13px;
    color: #444;
    margin: 24px 0 40px;
  }

  .contact-box strong {
    display: block;
    margin-bottom: 4px;
  }

  /* 助成金テーブル */
  .grants-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
    background: #fff;
  }

  .grants-table thead tr {
    background: #7d1a1a;
    color: #fff;
  }

  .grants-table thead th {
    padding: 12px 16px;
    text-align: left;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0.05em;
  }

  .grants-table tbody tr {
    border-bottom: 1px solid #e5e0d8;
  }

  .grants-table tbody tr:last-child {
    border-bottom: none;
  }

  .grants-table tbody td {
    padding: 16px;
    vertical-align: top;
    line-height: 1.7;
  }

  .grants-table tbody tr:nth-child(even) {
    background: #faf8f5;
  }

  .grant-name {
    font-weight: 700;
    font-size: 13px;
  }

  .period-badge {
    display: inline-block;
    background: #f0ede8;
    color: #555;
    font-size: 11px;
    padding: 2px 8px;
    border-radius: 2px;
    white-space: nowrap;
  }

  /* 例セクション */
  .examples-section {
    margin-top: 48px;
  }

  .examples-section h2 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 16px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e0d8;
  }

  .example-box {
    background: #fff;
    border: 1px solid #e5e0d8;
    border-left: 3px solid #1a1916;
    padding: 20px 24px;
    margin-bottom: 16px;
    font-size: 13px;
    color: #333;
  }

      /* ===== レスポンシブ ===== */
      @media screen and (max-width: 767px) {
        /*
        .grants-table thead th:last-child,
        .grants-table tbody td:last-child { display: none; }
        */
        h1 { font-size: 22px; }
      }