
  /* ========================================
     高齢者スマホ対応版 - ユニバーサルデザイン
     基準: WCAG 2.1 AA / 文字最小20px
     【最終確定版】不要コード削除・最適化済み
  ======================================== */

  /* ベース */
  .guide-wrapper {
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    color: #111;
    width: 100%;
    box-sizing: border-box;
    line-height: 2.1;
    background-color: #fff;
    font-size: 20px;
    word-break: break-all;
    -webkit-text-size-adjust: 100%;
  }

  /* 大見出し */
  .guide-midashi {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    background-color: #9b0034;
    padding: 16px 18px;
    margin: 40px 0 24px;
    border-radius: 6px;
  }

  /* 中見出し */
  .sub-title {
    font-size: 22px;
    font-weight: bold;
    color: #111;
    border-bottom: 2px solid #eee;
    padding-bottom: 8px;
    margin: 32px 0 16px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
  }

  /* 項目ごとのブロック */
  .info-box {
    border-bottom: 2px dotted #ccc;
    padding: 12px 0 32px 0;
    margin: 0 0 32px 0;
  }
  .info-box:last-of-type {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }


  /* テーブル */
  .table-scroll {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 24px;
  }
  .guide-table {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
    border: 1px solid #bbb;
    font-size: 20px;
  }
  .guide-table th {
    padding: 14px 8px;
    border: 1px solid #bbb;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
  }
  .guide-table td {
    padding: 18px 8px;
    border: 1px solid #bbb;
    font-size: 20px;
    font-weight: bold;
    vertical-align: middle;
  }
  .bg-blue  { background-color: #3a6a8a; }
  .bg-green { background-color: #4a7a38; }
  .bg-red   { background-color: #c03030; }

  /* 文字強調（ダブりを1つに合体） */
  .text-red, .text-highlight { color: #b00020; font-weight: bold; }
  .bg-yellow { background-color: #fff176; padding: 2px 6px; border-radius: 3px; }

  /* 注意ボックス（赤） */
  .alert-box {
    border: 2px solid #b00020;
    padding: 22px 20px;
    margin: 24px 0;
    background: #fffafa;
    border-radius: 8px;
  }

  .caution-msg {
    color: #b00020;
    font-weight: bold;
    font-size: 22px;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
  }

  /* リスト */
  .guide-list {
    margin: 12px 0;
    padding-left: 26px;
  }
  .guide-list li {
    margin-bottom: 14px;
    line-height: 1.9;
  }

  /* ステップ */
  .step-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 16px;
    gap: 14px;
  }
  .step-num {
    background: #9b0034;
    color: #fff;
    border-radius: 50%;
    min-width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    font-weight: bold;
    flex-shrink: 0;
    margin-top: 4px;
  }

  /* ボタン・リンク */
  .link-btn {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 18px 16px;
    background: #9b0034;
    color: #fff !important;
    text-decoration: none;
    border-radius: 8px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-top: 16px;
    line-height: 1.4;
  }

  .pay-title-text {
    font-size: 22px;
    font-weight: bold;
    vertical-align: middle;
  }
  .pay-header-icon {
    width: 40px;
    height: auto;
    vertical-align: middle;
    flex-shrink: 0;
    margin-right: 6px;
  }
  .note-sm {
    font-size: 18px;
    color: #555;
    line-height: 1.8;
  }


  /* ▼ よくある質問バナー用CSS ▼ */
  .cross-link-banner {
    margin: 44px 0 10px;
    border: 2px solid #9b0034;
    border-radius: 10px;
    overflow: hidden;
    font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  }
  .cross-link-banner__header {
    background: #9b0034;
    color: #fff;
    text-align: center;
    padding: 12px 15px;
    font-size: 18px;
    letter-spacing: 0.08em;
    font-weight: bold;
  }
  .cross-link-banner__body {
    background: #fff9f9;
    padding: 22px 20px 24px;
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
  }
  .cross-link-banner__text { flex: 1; min-width: 180px; }
  .cross-link-banner__text strong {
    display: block;
    font-size: 21px;
    color: #9b0034;
    margin-bottom: 6px;
  }
  .cross-link-banner__text p {
    font-size: 18px;
    color: #444;
    margin: 0;
    line-height: 1.9;
  }
  .cross-link-banner__btn {
    display: block;
    width: 100%;
    box-sizing: border-box;
    background: #9b0034;
    color: #fff !important;
    text-decoration: none;
    padding: 18px 16px;
    border-radius: 8px;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    margin-top: 14px;
  }
  .cross-link-banner__btn:hover { background: #7a0028; }

  /* スマホ専用調整 */
  @media screen and (max-width: 600px) {
    .guide-wrapper   { font-size: 20px; }
    .guide-midashi   { font-size: 22px; margin: 32px 0 20px; }
    .sub-title       { font-size: 21px; }
    .pay-title-text  { font-size: 20px; display: block; margin-top: 8px; }
    .guide-table th, .guide-table td { font-size: 18px; padding: 12px 6px; }
    .caution-msg     { font-size: 20px; }
    .alert-box, .soft-panel { padding: 16px 14px; }
    
    /* バナー用スマホ調整 */
    .cross-link-banner__body { flex-direction: column; padding: 18px; }
    .cross-link-banner__text strong { font-size: 20px; }
  }
