
  .rh-b6 * { box-sizing: border-box; margin: 0; padding: 0; font-family: 'Mont', sans-serif; }
  .rh-b6 { box-sizing: border-box !important; width: 100%; background: #f7f7f7; }
  .rh-b6-wrap { width: 100%; max-width: 1600px; margin: 0 auto; padding: 48px 80px; }
  .rh-b6 h2 {
    font-family: 'Mont', sans-serif; font-size: clamp(20px, 2.6vw, 28px);
    font-weight: 600; color: #262626; line-height: 1.2;
    border-top: 3px solid #BFD8B3; padding-top: 20px; margin-bottom: 24px;
  }
  .rh-b6 p {
    font-family: 'Mont', sans-serif; font-size: 16px; font-weight: 600;
    color: #464646; line-height: 1.75; margin-bottom: 20px;
  }
  .rh-b6-compare { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin: 28px 0; }
  .rh-b6-compare-item { background: #ffffff; border-radius: 20px; padding: 28px 26px; }
  .rh-b6-compare-item.left { border-top: 3px solid #CB817D; }
  .rh-b6-compare-item.right { border-top: 3px solid #BFD8B3; }
  .rh-b6-compare-label {
    font-family: 'Mont', sans-serif; font-size: 10px; font-weight: 600;
    letter-spacing: 0.12em; text-transform: uppercase; margin-bottom: 10px;
  }
  .rh-b6-compare-item.left .rh-b6-compare-label { color: #A26764; }
  .rh-b6-compare-item.right .rh-b6-compare-label { color: #606C59; }
  .rh-b6-compare-item h3 {
    font-family: 'Mont', sans-serif; font-size: 15px; font-weight: 600;
    color: #262626; margin-bottom: 10px; line-height: 1.3;
  }
  .rh-b6-compare-item p {
    font-family: 'Mont', sans-serif; font-size: 13px; font-weight: 600;
    color: #585858; line-height: 1.6; margin: 0;
  }
  .rh-b6-conclusion {
    background: #ffffff; border-radius: 20px; padding: 32px 36px; border-left: 4px solid #BFD8B3;
  }
  .rh-b6-conclusion p {
    font-family: 'Mont', sans-serif; font-size: 16px; font-weight: 600;
    color: #464646; line-height: 1.75; margin-bottom: 16px;
  }
  .rh-b6-conclusion p:last-child { margin-bottom: 0; }
  .rh-b6-conclusion strong { color: #262626; }
  @media (max-width: 960px) { .rh-b6-wrap { padding: 40px 60px; } }
  @media (max-width: 600px) {
    .rh-b6-wrap { padding: 32px 24px; }
    .rh-b6-compare { grid-template-columns: 1fr; }
    .rh-b6 p { font-size: 15px; }
    .rh-b6-conclusion { padding: 22px 20px; border-radius: 14px; }
    .rh-b6-conclusion p { font-size: 15px; }
  }
