<style>
  .adv-comparison {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans JP", "Hiragino Sans", sans-serif;
    background: #fff; color: #1e293b; padding: 64px 24px;
  }
  .adv-comparison * { box-sizing: border-box; margin: 0; padding: 0; }
  .adv-comparison__inner { max-width: 1040px; margin: 0 auto; }

  .adv-comparison__label {
    font-size: 14px; font-weight: 600; color: #1a56db;
    text-transform: uppercase; letter-spacing: 2px;
    text-align: center; margin-bottom: 12px;
  }
  .adv-comparison__title {
    font-size: clamp(24px, 3.5vw, 36px); font-weight: 700;
    color: #111827; text-align: center; line-height: 1.35; margin-bottom: 14px;
  }
  .adv-comparison__subtitle {
    font-size: 16px; color: #6b7280; text-align: center;
    max-width: 520px; margin: 0 auto 44px; line-height: 1.7;
  }

  .adv-comparison__wrap {
    overflow-x: auto; -webkit-overflow-scrolling: touch;
    border-radius: 12px; border: 1px solid #e5e7eb !important;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
  }
  .adv-comparison__table {
    width: 100%; min-width: 740px; border-collapse: collapse; table-layout: fixed;
    border: none !important;
  }
  .adv-comparison__table col:first-child { width: 22%; }
  .adv-comparison__table col { width: 19.5%; }

  .adv-comparison__table th,
  .adv-comparison__table td {
    border: none !important;
  }

  .adv-comparison__table thead th {
    padding: 18px 12px 14px; text-align: center; vertical-align: bottom;
    border-bottom: 2px solid #e5e7eb !important; background: #f9fafb;
  }
  .adv-comparison__table thead th:first-child { padding: 20px 16px; }
  .adv-comparison__table thead th.is-highlight {
    background: #eff6ff; border-bottom: 3px solid #1a56db !important;
  }
  .adv-th__badge {
    display: inline-block; font-size: 10px; font-weight: 700; color: #fff;
    background: #1a56db; padding: 2px 10px; border-radius: 4px;
    margin-bottom: 7px; letter-spacing: 1px; text-transform: uppercase;
  }
  .adv-th__name {
    font-size: 14px; font-weight: 700; color: #374151;
    white-space: pre-line; line-height: 1.3;
  }
  .adv-th__name.is-highlight { color: #1a56db; }
  .adv-th__tagline { font-size: 11px; color: #9ca3af; margin-top: 3px; font-weight: 400; }

  .adv-comparison__table tbody tr { transition: background 0.12s; }
  .adv-comparison__table tbody tr:hover { background: #fafbfd; }
  .adv-comparison__table tbody td {
    padding: 15px 10px; border-bottom: 1px solid #f1f5f9 !important;
    text-align: center; vertical-align: top;
  }
  .adv-comparison__table tbody tr:last-child td { border-bottom: none !important; }

  .adv-td-label { text-align: left !important; padding-left: 16px !important; padding-right: 16px !important; }
  .adv-td-label__name { font-size: 13px; font-weight: 600; color: #374151; margin-bottom: 2px; }
  .adv-td-label__desc { font-size: 11px; color: #9ca3af; line-height: 1.4; }

  .adv-td--advisio {
    background: #f7faff;
    border-left: 1px solid #dbeafe !important;
    border-right: 1px solid #dbeafe !important;
    border-bottom: 1px solid #f1f5f9 !important;
  }
  .adv-comparison__table tbody tr:hover .adv-td--advisio { background: #eef4ff; }

  .adv-score {
    display: inline-flex; align-items: center; justify-content: center;
    width: 24px; height: 24px; border-radius: 50%; font-weight: 700; margin-bottom: 5px;
  }
  .adv-score--3     { background: #d1fae5; color: #059669; font-size: 13px; }
  .adv-score--3-hl  { background: #1a56db; color: #fff;    font-size: 13px; }
  .adv-score--2     { background: #fef3c7; color: #b45309; font-size: 11px; }
  .adv-score--1     { background: #fee2e2; color: #dc2626; font-size: 11px; }
  .adv-score--0     { background: #f1f5f9; color: #94a3b8; font-size: 12px; }

  .adv-val { font-size: 11.5px; color: #6b7280; line-height: 1.5; }
  .adv-val--advisio { color: #1e40af; font-weight: 500; }

  .adv-legend {
    display: flex; gap: 20px; margin-top: 18px;
    justify-content: center; flex-wrap: wrap;
  }
  .adv-legend__item { display: flex; align-items: center; gap: 6px; font-size: 12px; color: #6b7280; }
  .adv-legend__icon {
    display: inline-flex; align-items: center; justify-content: center;
    width: 18px; height: 18px; border-radius: 50%; font-size: 9px; font-weight: 700;
  }
</style>

