
  .rh-a7b3 * { box-sizing: border-box; font-family: 'Mont', sans-serif; }
  .rh-a7b3 { box-sizing: border-box !important; width: 100%; background: #f7f7f7; }
  .rh-a7b3-wrap { width: 100%; max-width: 1600px; margin: 0 auto; padding: 48px 80px; }
  .rh-a7b3 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-a7b3 p { font-size: 16px; font-weight: 600; color: #464646; line-height: 1.75; margin: 0 0 28px 0; padding: 0; display: block; }
  .rh-a7b3-rungs { display: flex; flex-direction: column; gap: 10px; }
  .rh-a7b3-rung { background: #ffffff; border-radius: 16px; padding: 24px 28px; display: grid; grid-template-columns: 56px 1fr 200px; gap: 24px; align-items: center; border-left: 4px solid #E6E6E6; }
  .rh-a7b3-rung:nth-child(1) { border-left-color: #BFD8B3; }
  .rh-a7b3-rung:nth-child(2) { border-left-color: #99AD8F; }
  .rh-a7b3-rung:nth-child(3) { border-left-color: #E6C87A; }
  .rh-a7b3-rung:nth-child(4) { border-left-color: #D99B97; }
  .rh-a7b3-rung:nth-child(5) { border-left-color: #CB817D; background: #2a2424; }
  .rh-a7b3-rung:nth-child(5) .rh-a7b3-rung-title,
  .rh-a7b3-rung:nth-child(5) .rh-a7b3-rung-text { color: #E6E6E6; }
  .rh-a7b3-rung:nth-child(5) .rh-a7b3-rung-num { background: #CB817D; color: #262626; }
  .rh-a7b3-rung-num { width: 56px; height: 56px; border-radius: 14px; background: #f0f0f0; color: #262626; font-size: 20px; font-weight: 600; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
  .rh-a7b3-rung-body { min-width: 0; }
  .rh-a7b3-rung-title { font-size: 16px; font-weight: 600; color: #262626; display: block; margin: 0 0 6px 0; }
  .rh-a7b3-rung-text { font-size: 13px; font-weight: 600; color: #808080; line-height: 1.6; display: block; }
  .rh-a7b3-rung-cost { text-align: right; flex-shrink: 0; }
  .rh-a7b3-rung-cost-label { font-size: 10px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: #A3A3A3; display: block; margin: 0 0 4px 0; }
  .rh-a7b3-rung:nth-child(5) .rh-a7b3-rung-cost-label { color: #585858; }
  .rh-a7b3-rung-cost-val { font-size: 18px; font-weight: 600; color: #262626; display: block; }
  .rh-a7b3-rung:nth-child(5) .rh-a7b3-rung-cost-val { color: #CB817D; }
  @media (max-width: 1280px) { .rh-a7b3-wrap { padding: 40px 60px; } }
  @media (max-width: 900px) {
    .rh-a7b3-rung { grid-template-columns: 48px 1fr; }
    .rh-a7b3-rung-cost { grid-column: 1 / -1; text-align: left; padding-top: 8px; border-top: 1px solid #f0f0f0; }
    .rh-a7b3-rung:nth-child(5) .rh-a7b3-rung-cost { border-top-color: rgba(255,255,255,0.08); }
  }
  @media (max-width: 600px) {
    .rh-a7b3-wrap { padding: 32px 20px; }
    .rh-a7b3 p { font-size: 15px; }
    .rh-a7b3-rung { padding: 18px 18px; gap: 14px; }
    .rh-a7b3-rung-num { width: 40px; height: 40px; font-size: 15px; border-radius: 10px; }
  }
