
  .rh-a18b13 * { box-sizing: border-box; font-family: 'Mont', sans-serif; }
  .rh-a18b13 { box-sizing: border-box !important; width: 100%; background: #ffffff; }
  .rh-a18b13-wrap { width: 100%; max-width: 1600px; margin: 0 auto; padding: 48px 80px 64px; }
  .rh-a18b13 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-a18b13 p { font-size: 16px; font-weight: 600; color: #464646; line-height: 1.75; margin: 0 0 28px 0; display: block; }
  .rh-a18b13-summary { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 0 0 36px 0; }
  .rh-a18b13-point { background: #f7f7f7; border-radius: 14px; padding: 20px 22px; display: flex; gap: 14px; align-items: flex-start; }
  .rh-a18b13-point-dot { width: 8px; height: 8px; min-width: 8px; background: #BFD8B3; border-radius: 50%; margin-top: 6px; flex-shrink: 0; }
  .rh-a18b13-point-text { font-size: 13px; font-weight: 600; color: #464646; line-height: 1.6; margin: 0; }
  .rh-a18b13-point-text strong { color: #262626; }
  .rh-a18b13-steps { display: flex; flex-direction: column; gap: 0; position: relative; }
  .rh-a18b13-steps::before { content: ''; position: absolute; left: 19px; top: 20px; bottom: 20px; width: 2px; background: #E6E6E6; z-index: 0; }
  .rh-a18b13-step { display: flex; gap: 18px; align-items: flex-start; padding: 0 0 22px 0; position: relative; z-index: 1; }
  .rh-a18b13-step:last-child { padding-bottom: 0; }
  .rh-a18b13-step-num { width: 40px; height: 40px; background: #262626; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 15px; font-weight: 600; color: #BFD8B3; flex-shrink: 0; }
  .rh-a18b13-step-body { flex: 1; padding-top: 6px; }
  .rh-a18b13-step-title { font-size: 15px; font-weight: 600; color: #262626; margin: 0 0 4px 0; display: block; }
  .rh-a18b13-step-text { font-size: 13px; font-weight: 600; color: #808080; line-height: 1.6; margin: 0; display: block; }
  .rh-a18b13-step-text a { color: #99AD8F !important; font-weight: 600; text-decoration: underline !important; }
  @media (max-width: 1280px) { .rh-a18b13-wrap { padding: 40px 60px 52px; } }
  @media (max-width: 768px) { .rh-a18b13-summary { grid-template-columns: 1fr; } }
  @media (max-width: 600px) {
    .rh-a18b13-wrap { padding: 32px 20px 40px; }
    .rh-a18b13 p { font-size: 15px; }
    .rh-a18b13-step { gap: 12px; }
    .rh-a18b13-step-num { width: 32px; height: 32px; font-size: 13px; }
    .rh-a18b13-steps::before { left: 15px; }
  }
