
  .rh-a2b7 * { box-sizing: border-box; font-family: 'Mont', sans-serif; }
  .rh-a2b7 { box-sizing: border-box !important; width: 100%; background: #ffffff; }
  .rh-a2b7-wrap { width: 100%; max-width: 1600px; margin: 0 auto; padding: 48px 80px; }

  .rh-a2b7 h2 {
    font-family: 'Mont', sans-serif; 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 28px 0;
  }

  .rh-a2b7-list { display: flex; flex-direction: column; gap: 12px; margin: 0; padding: 0; }

  .rh-a2b7-item {
    background: #f7f7f7; border-radius: 16px; overflow: hidden;
  }

  .rh-a2b7-q {
    font-family: 'Mont', sans-serif; font-size: 15px; font-weight: 600;
    color: #262626; line-height: 1.4; padding: 20px 24px;
    display: flex; align-items: flex-start; justify-content: space-between; gap: 16px;
    cursor: pointer; margin: 0;
  }

  .rh-a2b7-q::after {
    content: '+'; font-size: 20px; font-weight: 600; color: #99AD8F;
    flex-shrink: 0; line-height: 1;
  }

  .rh-a2b7-a {
    font-family: 'Mont', sans-serif; font-size: 14px; font-weight: 600;
    color: #585858; line-height: 1.7; padding: 0 24px 20px; margin: 0;
    border-top: 1px solid #E6E6E6; display: block;
  }

  @media (max-width: 1280px) { .rh-a2b7-wrap { padding: 40px 60px; } }
  @media (max-width: 768px) { .rh-a2b7-wrap { padding: 36px 32px; } }
  @media (max-width: 600px) {
    .rh-a2b7-wrap { padding: 32px 20px; }
    .rh-a2b7-q { font-size: 14px; padding: 16px 18px; }
    .rh-a2b7-a { font-size: 13px; padding: 0 18px 16px; }
  }
