
  .rh-br5 * { box-sizing: border-box; font-family: 'Mont', sans-serif; }
  .rh-br5 { box-sizing: border-box !important; width: 100%; background: #ffffff; }
  .rh-br5-wrap { width: 100%; max-width: 1600px; margin: 0 auto; padding: 48px 80px; }
  .rh-br5 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-br5 p { font-size: 16px; font-weight: 600; color: #464646; line-height: 1.75; margin: 0 0 20px 0; padding: 0; display: block; }
  .rh-br5 p a { color: #606C59 !important; text-decoration: underline; text-underline-offset: 3px; text-decoration-color: #BFD8B3; }
  .rh-br5-items { display: flex; flex-direction: column; gap: 8px; margin: 24px 0 28px 0; }
  .rh-br5-item { display: flex; gap: 16px; align-items: flex-start; background: #f7f7f7; border-radius: 12px; padding: 20px 22px; }
  .rh-br5-item-num { width: 30px; height: 30px; min-width: 30px; background: #BFD8B3; border-radius: 8px; display: flex; align-items: center; justify-content: center; font-size: 13px; font-weight: 700; color: #262626; margin-top: 2px; }
  .rh-br5-item-body { flex: 1; }
  .rh-br5-item-title { font-size: 15px; font-weight: 700; color: #262626; display: block; margin: 0 0 5px 0; }
  .rh-br5-item-text { font-size: 13px; font-weight: 600; color: #585858; line-height: 1.6; margin: 0; }
  .rh-br5-fact { background: #262626; border-radius: 20px; padding: 38px 42px; margin: 28px 0; position: relative; overflow: hidden; }
  .rh-br5-fact::after { content: ''; position: absolute; right: -30px; bottom: -30px; width: 140px; height: 140px; border-radius: 50%; background: #BFD8B3; opacity: 0.06; }
  .rh-br5-fact-num { font-size: clamp(34px, 4vw, 48px); font-weight: 600; color: #BFD8B3; line-height: 1; display: block; margin: 0 0 14px 0; }
  .rh-br5-fact p { font-size: 15px; font-weight: 600; color: #E6E6E6; line-height: 1.7; margin: 0; position: relative; z-index: 1; }
  .rh-br5-fact p strong { color: #BFD8B3; }
  .rh-br5-closing { font-size: 16px; font-weight: 600; color: #464646; line-height: 1.75; margin: 0; }
  .rh-br5-closing strong { color: #262626; }
  @media (max-width: 1280px) { .rh-br5-wrap { padding: 40px 60px; } }
  @media (max-width: 600px) {
    .rh-br5-wrap { padding: 32px 20px; }
    .rh-br5 p { font-size: 15px; }
    .rh-br5-fact { padding: 26px 22px; border-radius: 14px; }
    .rh-br5-fact p { font-size: 14px; }
    .rh-br5-closing { font-size: 15px; }
  }
