
  .rh-l9 * { box-sizing: border-box; font-family: 'Mont', sans-serif; }
  .rh-l9 { box-sizing: border-box !important; width: 100%; background: #ffffff; }
  .rh-l9-wrap { width: 100%; max-width: 1600px; margin: 0 auto; padding: 48px 80px; }
  .rh-l9 h2 { font-size: clamp(20px, 2.4vw, 28px); font-weight: 600; color: #262626; line-height: 1.2; border-top: 3px solid #BFD8B3; padding: 20px 0 0 0; margin: 0 0 24px 0; }
  .rh-l9 h2:not(:first-of-type) { margin-top: 44px; }
  .rh-l9 p { font-size: 16px; font-weight: 600; color: #464646; line-height: 1.75; margin: 0 0 20px 0; padding: 0; display: block; }
  .rh-l9 p a { color: #6E8C5E !important; font-weight: 700; text-decoration: underline; text-underline-offset: 3px; text-decoration-thickness: 2px; -webkit-text-decoration-color: #99AD8F; text-decoration-color: #99AD8F; transition: color 0.15s, text-decoration-color 0.15s; }
  .rh-l9 p a:hover { color: #4F6A41 !important; -webkit-text-decoration-color: #6E8C5E; text-decoration-color: #6E8C5E; }
  .rh-l9-abc { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 24px 0 24px 0; }
  .rh-l9-card { background: #f7f7f7; border-radius: 16px; padding: 24px 22px; border-top: 3px solid #BFD8B3; }
  .rh-l9-card-abbr { font-size: clamp(18px, 2vw, 22px); font-weight: 700; color: #262626; line-height: 1; margin: 0 0 4px 0; }
  .rh-l9-card-full { font-size: 10px; font-weight: 600; letter-spacing: 0.04em; text-transform: uppercase; color: #99AD8F; margin: 0 0 12px 0; }
  .rh-l9-card-text { font-size: 13px; font-weight: 600; color: #585858; line-height: 1.6; margin: 0; }
  .rh-l9-tools { display: flex; flex-direction: column; gap: 10px; margin: 24px 0 0 0; }
  .rh-l9-tool { background: #f7f7f7; border-radius: 14px; padding: 22px 24px; border-left: 3px solid #99AD8F; }
  .rh-l9-tool.dark { background: #262626; border-left-color: #BFD8B3; }
  .rh-l9-tool-title { font-size: 15px; font-weight: 700; color: #262626; display: block; margin: 0 0 6px 0; }
  .rh-l9-tool.dark .rh-l9-tool-title { color: #ffffff; }
  .rh-l9-tool-text { font-size: 13px; font-weight: 600; color: #585858; line-height: 1.65; margin: 0; }
  .rh-l9-tool.dark .rh-l9-tool-text { color: #A3A3A3; }
  .rh-l9-warn { background: #f7f7f7; border-left: 4px solid #CB817D; border-radius: 0 16px 16px 0; padding: 24px 28px; margin: 24px 0 0 0; }
  .rh-l9-warn p { font-size: 14px; font-weight: 600; color: #464646; line-height: 1.7; margin: 0; }
  .rh-l9-warn p strong { color: #262626; }
  @media (max-width: 1280px) { .rh-l9-wrap { padding: 40px 60px; } }
  @media (max-width: 900px) { .rh-l9-abc { grid-template-columns: 1fr; } }
  @media (max-width: 600px) {
    .rh-l9-wrap { padding: 32px 20px; }
    .rh-l9 p { font-size: 15px; }
    .rh-l9-tool { padding: 18px 18px; }
    .rh-l9-warn { padding: 20px 20px; }
  }
