
  .rh-fr6 * { box-sizing: border-box; font-family: 'Mont', sans-serif; }
  .rh-fr6 { box-sizing: border-box !important; width: 100%; background: #ffffff; }
  .rh-fr6-wrap { width: 100%; max-width: 1600px; margin: 0 auto; padding: 48px 80px; }
  .rh-fr6 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-fr6 p { font-size: 16px; font-weight: 600; color: #464646; line-height: 1.75; margin: 0 0 24px 0; padding: 0; display: block; }
  .rh-fr6-reasons { display: flex; flex-direction: column; gap: 12px; margin: 0 0 24px 0; }
  .rh-fr6-reason { display: flex; gap: 20px; align-items: flex-start; background: #f7f7f7; border-radius: 14px; padding: 24px 28px; border-left: 3px solid #99AD8F; }
  .rh-fr6-reason-num { width: 40px; height: 40px; min-width: 40px; background: #262626; border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 16px; font-weight: 700; color: #BFD8B3; }
  .rh-fr6-reason-body { flex: 1; }
  .rh-fr6-reason-title { font-size: 15px; font-weight: 700; color: #262626; display: block; margin: 0 0 8px 0; }
  .rh-fr6-reason-text { font-size: 14px; font-weight: 600; color: #585858; line-height: 1.65; display: block; }
  .rh-fr6-closing { background: #DFECD9; border-radius: 16px; padding: 26px 30px; border-left: 4px solid #99AD8F; margin: 0; }
  .rh-fr6-closing p { font-size: 16px; font-weight: 700; color: #1f2a1a; line-height: 1.6; margin: 0; }
  @media (max-width: 1280px) { .rh-fr6-wrap { padding: 40px 60px; } }
  @media (max-width: 600px) {
    .rh-fr6-wrap { padding: 32px 20px; }
    .rh-fr6 p { font-size: 15px; }
    .rh-fr6-reason { padding: 20px 20px; gap: 14px; }
    .rh-fr6-reason-num { width: 34px; height: 34px; min-width: 34px; font-size: 14px; }
    .rh-fr6-reason-title { font-size: 14px; }
    .rh-fr6-reason-text { font-size: 13px; }
    .rh-fr6-closing { padding: 22px 20px; border-radius: 14px; }
    .rh-fr6-closing p { font-size: 15px; }
  }
