:root{--ink:#142026;--muted:#4c5b66;--accent:#d96c5b;--accent-dark:#ab4a3b;--surface:#fffdf8;--surface-2:#f3ece1;--line:#e2d6c7;--shadow:0 24px 60px rgba(24,40,51,.18)}*{box-sizing:border-box}.kh-compare{position:relative;font-family:"Zen Kaku Gothic New",sans-serif;color:var(--ink);background:linear-gradient(135deg,#f5efe6 0%,#fdf8f1 55%,#f0e7df 100%)}.kh-compare .page{max-width:1120px;margin:0 auto;padding:64px 24px 80px}.kh-compare .bg-orb{position:absolute}.bg-orb{position:fixed;border-radius:999px;filter:blur(40px);opacity:.45;z-index:0}.orb-a{width:420px;height:420px;background:radial-gradient(circle,#f6b8a7 0%,rgba(246,184,167,0) 70%);top:-120px;right:-80px}.orb-b{width:380px;height:380px;background:radial-gradient(circle,#b7d8d5 0%,rgba(183,216,213,0) 70%);bottom:-160px;left:-60px}.orb-c{width:240px;height:240px;background:radial-gradient(circle,#f0d9a7 0%,rgba(240,217,167,0) 70%);top:35%;left:50%;transform:translateX(-50%)}.kh-compare .page{position:relative;z-index:1;max-width:1120px;margin:0 auto;padding:64px 24px 80px}.hero{display:grid;gap:16px;margin-bottom:32px;animation:fadeUp .8s ease-out}.eyebrow{font-family:"Cormorant Garamond",serif;text-transform:uppercase;letter-spacing:.35em;font-size:12px;color:var(--accent-dark)}.hero h1{font-size:clamp(32px, 4vw, 52px);line-height:1.1;margin:0;font-family:"Cormorant Garamond",serif}.lead{color:var(--muted);font-size:16px;max-width:620px}.filters{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px, 1fr));gap:18px;background:var(--surface);border:1px solid var(--line);border-radius:18px;padding:18px;box-shadow:var(--shadow);margin-bottom:28px;animation:fadeUp .9s ease-out}.kh-compare .filters{background:var(--surface) !important;border:1px solid var(--line) !important;border-radius:18px !important;padding:18px !important;box-shadow:var(--shadow) !important;display:grid !important;grid-template-columns:repeat(auto-fit,minmax(220px, 1fr)) !important;gap:18px !important;width:100% !important;box-sizing:border-box !important;overflow:visible !important}.kh-compare .filters>*{min-width:0 !important}.search-btn{align-self:end;border:none;border-radius:14px;padding:14px 18px;font-size:15px;font-weight:600;color:#fff;background:linear-gradient(135deg,crimson 0%,#b0122a 100%);cursor:pointer;box-shadow:0 14px 30px rgba(220,20,60,.28);transition:transform .2s ease,box-shadow .2s ease}.sort-btn{align-self:end;border:1px solid var(--line);border-radius:6px;padding:4px 10px;font-size:12px;font-weight:600;background:#fff;color:var(--ink);cursor:pointer;box-shadow:0 10px 24px rgba(20,32,38,.08);white-space:nowrap;min-width:210px}.sort-btn:hover{border-color:var(--accent);color:var(--accent-dark)}.sort-btn.is-active{background:#ffe3b5;border-color:#f1c27b;color:#7a4a00}.search-btn:hover{transform:translateY(-1px);box-shadow:0 18px 36px rgba(217,108,91,.32)}.search-btn:active{transform:translateY(0);box-shadow:0 10px 24px rgba(217,108,91,.22)}.filter{display:grid;gap:10px}.kh-compare label{font-size:13px;text-transform:uppercase;letter-spacing:.2em;color:var(--muted)}.kh-compare select{appearance:none;-webkit-appearance:none;-moz-appearance:none;background:var(--surface-2);border:1px solid var(--line);border-radius:12px;padding:12px 14px;font-size:15px;font-weight:500;color:var(--ink);background-image:linear-gradient(45deg,transparent 50%,crimson 50%),linear-gradient(135deg,crimson 50%,transparent 50%);background-position:calc(100% - 20px) calc(50% - 4px),
    calc(100% - 12px) calc(50% - 4px);background-size:8px 8px,8px 8px;background-repeat:no-repeat}.kh-compare .filters select{appearance:none !important;-webkit-appearance:none !important;-moz-appearance:none !important;background:var(--surface-2) !important;border:1px solid var(--line) !important;border-radius:12px !important;padding:12px 14px !important;font-size:15px !important;font-weight:500 !important;color:var(--ink) !important;background-image:linear-gradient(45deg,transparent 50%,crimson 50%),linear-gradient(135deg,crimson 50%,transparent 50%) !important;background-position:calc(100% - 20px) calc(50% - 4px),
    calc(100% - 12px) calc(50% - 4px) !important;background-size:8px 8px,8px 8px !important;background-repeat:no-repeat !important}.kh-compare .search-btn{background:linear-gradient(135deg,crimson 0%,#b0122a 100%) !important;box-shadow:0 14px 30px rgba(220,20,60,.28) !important;color:#fff !important;display:inline-flex !important;align-items:center !important;justify-content:center !important;width:100% !important;max-width:100% !important}.cards-section{position:relative}.cards{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(240px, 1fr);gap:18px;overflow-x:auto;scroll-snap-type:x mandatory;padding:6px 2px 8px}.cards{scrollbar-width:none}.cards::-webkit-scrollbar{display:none}.card{background:var(--surface);border-radius:18px;padding:18px;border:1px solid var(--line);box-shadow:var(--shadow);display:grid;gap:12px;animation:fadeUp 1s ease-out;scroll-snap-align:start}.card h3{margin:0;font-size:18px}.card .company-badge{font-size:12px;color:var(--muted)}.card .price{font-size:30px;font-weight:700;color:var(--accent-dark);letter-spacing:.02em}.card .price small{font-size:14px;color:var(--muted)}.card select{background:#fff}.card .meta{display:grid;gap:6px;font-size:12px;color:var(--muted)}.notes{margin-top:32px;background:rgba(255,255,255,.75);border-radius:14px;padding:16px;border:1px dashed var(--line);color:var(--muted);font-size:14px}.coverage-section{margin-top:40px}.coverage-section h2{font-size:18px;margin-bottom:4px}.coverage-header{display:flex;flex-direction:column;align-items:flex-end;margin-bottom:0;position:relative;z-index:2}.coverage-header h2{align-self:flex-start}.sort-group{display:flex;gap:8px;max-width:100%;flex-wrap:wrap;justify-content:flex-end;margin-left:auto;padding-right:40px;padding-bottom:20px;margin-top:6px}.coverage-table-shell{width:100%;max-width:1120px;margin:0 auto}.coverage-table-wrap{width:100%}.coverage-table-wrap{border:1px solid var(--line);border-radius:16px;overflow:auto;background:#fff;box-shadow:var(--shadow)}.coverage-table-shell{position:relative}.coverage-table-wrap{scrollbar-width:none}.coverage-table-wrap::-webkit-scrollbar{display:none}.coverage-table-shell .scroll-btn{position:absolute;top:50%;transform:translateY(-50%)}.coverage-table-shell .scroll-btn.left{left:-44px;opacity:0;pointer-events:none}.coverage-table-shell .scroll-btn.left.is-visible{opacity:1;pointer-events:auto}.coverage-table-shell .scroll-btn.right{right:-44px}.coverage-table-shell .scroll-btn.right.is-hidden{opacity:0;pointer-events:none}.coverage-table{width:100%;border-collapse:collapse;min-width:760px}.coverage-table th,.coverage-table td{padding:12px 14px;border-bottom:1px solid var(--line);border-right:1px solid var(--line);font-size:13px}.coverage-table th:last-child,.coverage-table td:last-child{border-right:none}.coverage-table thead th{background:var(--surface-2);font-weight:600;text-align:center}.coverage-table thead th:first-child{text-align:left}.coverage-table thead tr.company-row th{background:#fff;padding-top:30px}.coverage-table thead tr.plan-row th small{font-size:10px}.coverage-table thead tr.rank-row th{background:#fffdf9}.coverage-table thead tr.rank-row.is-active th{background:#fff7ea}.rank-badge{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:999px;background:#d9d9d9;color:#222;font-weight:700;font-size:13px}.rank-badge.top-1{background:#f7c948;color:#5b4200}.rank-badge.top-2{background:#c0c8d6;color:#3e4654}.rank-badge.top-3{background:#d39a6a;color:#4d2f12}.company-logo{max-height:36px;max-width:120px;display:block;margin:20px auto;object-fit:contain}.company-name{margin-top:0;font-size:14px;font-weight:600;color:var(--ink)}.coverage-table tbody th{background:#f8f4ed;text-align:left;font-weight:600;position:sticky;left:0;z-index:1}.coverage-table tbody td{text-align:center}.coverage-table .price-row td{font-size:28px;font-weight:700;color:#d10f3a}.coverage-table .price-row td .yen{font-size:10px}.apply-row td{text-align:center}.apply-btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 22px;border-radius:10px;background:#0a8fdd;color:#fff !important;font-weight:600;text-decoration:none;font-size:15px;white-space:nowrap;min-width:210px;min-width:96px;text-align:center}.apply-btn:hover{background:#0679bc}.coverage-table .group-row th{background:#efe7db;font-size:12px;text-transform:uppercase;letter-spacing:.12em;color:var(--muted)}.scroll-btn{position:absolute;top:50%;transform:translateY(-50%);border:none;border-radius:999px;padding:8px 10px;background:rgba(20,32,38,.85);color:#fff;font-size:12px;cursor:pointer;box-shadow:0 12px 30px rgba(20,32,38,.25);z-index:5}.scroll-btn.right{right:-6px}.scroll-btn.left{left:-6px;opacity:0;pointer-events:none;transition:opacity .2s ease}.scroll-btn:hover{background:rgba(20,32,38,.95)}@media (max-width:720px){.scroll-btn.right{right:4px}.scroll-btn.left{left:4px}}.notes h2{font-size:14px;text-transform:uppercase;letter-spacing:.2em;margin-top:0}@keyframes fadeUp{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:640px){.kh-compare{width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);padding:0 !important}.kh-compare .page{margin:0 !important;padding:0 10px !important}.filters{padding:14px}.filters{grid-template-columns:1fr}.search-btn,.sort-btn{width:100%}.coverage-table-shell{grid-template-columns:1fr}.coverage-table-shell .scroll-btn{display:none}.sort-group{padding-right:0}.coverage-header{flex-wrap:nowrap;margin-bottom:6px}.sort-group{flex-wrap:nowrap;justify-content:flex-end;margin-top:6px}.coverage-table-wrap{border-radius:12px}.coverage-table{min-width:auto;table-layout:fixed;width:100%}.coverage-table th,.coverage-table td{padding:10px 8px}.coverage-table th:first-child,.coverage-table td:first-child{width:80px;min-width:80px;position:sticky;left:0;background:#f8f4ed;z-index:2}.coverage-table th:not(:first-child),.coverage-table td:not(:first-child){width:100px;min-width:100px}.coverage-table th,.coverage-table td{font-size:12px}.company-logo{max-height:22px;max-width:72px;margin:12px auto}.company-name{font-size:13px}.coverage-table .price-row td{font-size:20px}.apply-btn{padding:10px 4px;font-size:10px;min-width:0;width:100%;max-width:100%;box-sizing:border-box}.notes{font-size:13px}}.scroll-btn.left.is-visible{opacity:1;pointer-events:auto}.coverage-detail-btn{background:0 0;border:none;color:inherit;font:inherit;cursor:pointer;text-align:left;padding:0;text-decoration:underline}.coverage-detail-modal{position:fixed;inset:0;display:none;align-items:center;justify-content:center;z-index:9999}.coverage-detail-modal.is-visible{display:flex}.coverage-detail-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.45)}.coverage-detail-panel{position:relative;background:#fff;border-radius:12px;max-width:720px;width:min(92vw, 720px);max-height:80vh;overflow:auto;padding:24px 24px 28px;box-shadow:0 24px 60px rgba(0,0,0,.25);z-index:1}.coverage-detail-title{font-size:20px;font-weight:700;margin:0 0 12px}.coverage-detail-body{font-size:14px;line-height:1.7;white-space:pre-wrap}.coverage-detail-close{position:absolute;top:10px;right:12px;border:none;background:0 0;font-size:24px;cursor:pointer;line-height:1}.coverage-table tr.option-section-start>th,.coverage-table tr.option-section-start>td{border-top:2px solid #cdbda6 !important}.option-fee-section{margin-top:60px}.option-fee-wrap{overflow-x:auto}.option-fee-table{width:100%;border-collapse:collapse;min-width:760px;background:#fff}.option-fee-table th,.option-fee-table td{border:1px solid #d9d0c2;padding:10px 12px;text-align:center;font-size:14px}.option-fee-table thead th{background:#eae3d7;font-weight:700}.option-fee-table .option-period-label{writing-mode:vertical-rl;text-orientation:upright;letter-spacing:.15em;width:28px;min-width:28px;background:#f7f2e9;font-weight:700}.option-fee-table .option-period-value{width:70px;min-width:70px;background:#f7f2e9;font-weight:700;white-space:nowrap;padding-left:4px;padding-right:4px}.line-consult{margin-top:28px;margin-bottom:8px}.line-consult-inner{position:relative;overflow:hidden;display:grid;grid-template-columns:1fr auto;gap:8px 16px;align-items:center;padding:18px 20px;border:2px solid #14a431;border-radius:14px;background:linear-gradient(135deg,#09b81d 0%,#06a51a 55%,#068e16 100%);box-shadow:0 12px 24px rgba(8,120,20,.3)}.line-consult-inner:before,.line-consult-inner:after{content:'';position:absolute;border-radius:999px;pointer-events:none}.line-consult-inner:before{width:180px;height:180px;right:-70px;top:-90px;background:rgba(255,255,255,.12)}.line-consult-inner:after{width:120px;height:120px;left:-35px;bottom:-60px;background:rgba(255,255,255,.08)}.line-consult-badge,.line-consult-text,.line-consult-sub{position:relative;z-index:1;margin:0;color:#fff}.line-consult-badge{font-size:13px;font-weight:700;letter-spacing:.02em}.line-consult-text{font-size:36px;font-weight:900;line-height:1.1}.line-consult-highlight{display:inline-flex;align-items:center;justify-content:center;padding:0 6px;margin:0 2px;border-radius:4px;background:#f2ff4b;color:#118325}.line-consult-sub{font-size:15px;font-weight:700;opacity:.95}.line-consult-btn{position:relative;z-index:1;grid-column:2;grid-row:1/span 3;align-self:center;display:inline-flex;align-items:center;justify-content:center;padding:13px 28px;border-radius:999px;background:#fff;color:#0e9f22 !important;font-size:15px;font-weight:900;text-decoration:none;white-space:nowrap;min-width:210px;box-shadow:0 8px 18px rgba(0,0,0,.2)}.line-consult-btn:hover{opacity:.92}@media (max-width:767px){.line-consult-inner{grid-template-columns:1fr;gap:10px;padding:16px}.line-consult-text{font-size:28px}.line-consult-sub{font-size:14px}.line-consult-btn{grid-column:1;grid-row:auto;text-align:center}}.nc-header{background:#fff;border-bottom:1px solid #ece5da}.nc-header-inner{max-width:1120px;margin:0 auto;padding:14px 20px}.nc-logo img{display:block;width:auto;max-width:280px;height:auto}.nc-footer{margin-top:28px;background:#fff;border-top:1px solid #ece5da}.nc-footer-inner{max-width:1120px;margin:0 auto;padding:14px 20px 18px}.nc-footer-copy{margin:0;color:#667085;font-size:12px}@media (max-width:767px){body.page-template-page-wh-compare-new .kh-compare,body.page-template-page-wh-compare-new-php .kh-compare{padding-top:36px !important}body.page-template-page-wh-compare-new .nc-header-inner,body.page-template-page-wh-compare-new-php .nc-header-inner{padding:10px 14px !important}body.page-template-page-wh-compare-new .nc-logo img,body.page-template-page-wh-compare-new-php .nc-logo img{max-width:190px !important}body.page-template-page-wh-compare-new .hero h1,body.page-template-page-wh-compare-new-php .hero h1{font-size:26px !important}}@media (max-width:767px){body.page-template-page-wh-compare-new .coverage-header,body.page-template-page-wh-compare-new-php .coverage-header{align-items:stretch}body.page-template-page-wh-compare-new .sort-group,body.page-template-page-wh-compare-new-php .sort-group{width:100%;margin-left:0;justify-content:flex-end;gap:6px;padding-right:0;overflow:hidden}body.page-template-page-wh-compare-new .sort-group .sort-btn,body.page-template-page-wh-compare-new-php .sort-group .sort-btn{width:auto;flex:0 0 auto;max-width:48%}}@media (max-width:767px){body.page-template-page-wh-compare-new .coverage-table thead tr.plan-row th small,body.page-template-page-wh-compare-new-php .coverage-table thead tr.plan-row th small{font-size:9px !important}body.page-template-page-wh-compare-new .coverage-table .price-row td,body.page-template-page-wh-compare-new-php .coverage-table .price-row td{font-size:14px !important}body.page-template-page-wh-compare-new .coverage-table .price-row td .yen,body.page-template-page-wh-compare-new-php .coverage-table .price-row td .yen{font-size:9px !important}}@media (max-width:767px){body.page-template-page-wh-compare-new .coverage-header,body.page-template-page-wh-compare-new-php .coverage-header{flex-wrap:nowrap;margin-bottom:6px}body.page-template-page-wh-compare-new .sort-group,body.page-template-page-wh-compare-new-php .sort-group{flex-wrap:nowrap;justify-content:flex-end;margin-top:6px;padding-right:0;width:auto;margin-left:auto;gap:8px;overflow:visible}body.page-template-page-wh-compare-new .sort-group .sort-btn,body.page-template-page-wh-compare-new-php .sort-group .sort-btn{width:auto;max-width:none;flex:0 0 auto}}@media (max-width:767px){body.page-template-page-wh-compare-new .coverage-header,body.page-template-page-wh-compare-new-php .coverage-header{display:flex !important;flex-direction:column !important;align-items:flex-end !important;margin-bottom:6px !important}body.page-template-page-wh-compare-new .coverage-header h2,body.page-template-page-wh-compare-new-php .coverage-header h2{align-self:flex-start !important}body.page-template-page-wh-compare-new .sort-group,body.page-template-page-wh-compare-new-php .sort-group{display:flex !important;flex-wrap:nowrap !important;justify-content:flex-end !important;gap:8px !important;margin-left:auto !important;margin-top:6px !important;padding-right:0 !important;width:auto !important;max-width:100% !important;overflow:visible !important}body.page-template-page-wh-compare-new .sort-group .sort-btn,body.page-template-page-wh-compare-new-php .sort-group .sort-btn{width:auto !important;max-width:none !important;min-width:0 !important;flex:0 0 auto !important;padding:4px 10px !important;font-size:12px !important;line-height:1.2 !important}}body.page-template-page-wh-compare-new .option-fee-wrap,body.page-template-page-wh-compare-new-php .option-fee-wrap{overflow-x:visible !important}body.page-template-page-wh-compare-new .option-fee-table,body.page-template-page-wh-compare-new-php .option-fee-table{min-width:0 !important;width:100% !important;table-layout:fixed}body.page-template-page-wh-compare-new .coverage-table .price-row td .yen,body.page-template-page-wh-compare-new-php .coverage-table .price-row td .yen{font-size:9px !important}body.page-template-page-wh-compare-new .option-fee-table .option-period-label,body.page-template-page-wh-compare-new-php .option-fee-table .option-period-label,body.page-template-page-wh-compare-new .option-fee-table .option-period-value,body.page-template-page-wh-compare-new-php .option-fee-table .option-period-value{padding:0 !important}body.page-template-page-wh-compare-new .option-fee-table .option-period-label,body.page-template-page-wh-compare-new-php .option-fee-table .option-period-label{width:22px !important;min-width:22px !important}body.page-template-page-wh-compare-new .option-fee-table .option-period-value,body.page-template-page-wh-compare-new-php .option-fee-table .option-period-value{width:46px !important;min-width:46px !important;font-size:10px}body.page-template-page-wh-compare-new .option-fee-table tbody td,body.page-template-page-wh-compare-new-php .option-fee-table tbody td{font-size:12px !important;padding-left:1px !important;padding-right:1px !important}body.page-template-page-wh-compare-new .option-fee-table thead th,body.page-template-page-wh-compare-new-php .option-fee-table thead th{font-size:12px !important;padding-left:2px !important;padding-right:2px !important}body.page-template-page-wh-compare-new .hero h1,body.page-template-page-wh-compare-new-php .hero h1{font-size:22px !important}body.page-template-page-wh-compare-new .hero .lead,body.page-template-page-wh-compare-new-php .hero .lead{font-size:14px !important}body.page-template-page-wh-compare-new .option-fee-table .option-period-label,body.page-template-page-wh-compare-new-php .option-fee-table .option-period-label{width:18px !important;min-width:18px !important;letter-spacing:0}body.page-template-page-wh-compare-new .option-fee-table .option-period-value,body.page-template-page-wh-compare-new-php .option-fee-table .option-period-value{width:58px !important;min-width:58px !important;padding-left:0 !important;padding-right:0 !important}body.page-template-page-wh-compare-new .option-fee-table th:first-child,body.page-template-page-wh-compare-new-php .option-fee-table th:first-child,body.page-template-page-wh-compare-new .option-fee-table td:first-child,body.page-template-page-wh-compare-new-php .option-fee-table td:first-child,body.page-template-page-wh-compare-new .option-fee-table th:nth-child(2),body.page-template-page-wh-compare-new-php .option-fee-table th:nth-child(2),body.page-template-page-wh-compare-new .option-fee-table td:nth-child(2),body.page-template-page-wh-compare-new-php .option-fee-table td:nth-child(2){padding-left:0 !important;padding-right:0 !important}body.page-template-page-wh-compare-new .option-fee-table,body.page-template-page-wh-compare-new-php .option-fee-table{font-size:10px}body.page-template-page-wh-compare-new .option-fee-table th,body.page-template-page-wh-compare-new-php .option-fee-table th,body.page-template-page-wh-compare-new .option-fee-table td,body.page-template-page-wh-compare-new-php .option-fee-table td{font-size:10px !important;line-height:1.25}.coverage-table tr.option-row td:first-child{background:#fff !important}@media (max-width:767px){.coverage-table tr.option-row td:first-child{position:static !important;left:auto !important;z-index:auto !important}}body.page-template-page-wh-compare-new .option-fee-table tbody td,body.page-template-page-wh-compare-new-php .option-fee-table tbody td{font-size:9px !important}body.page-template-page-wh-compare-new .option-fee-table .option-period-label,body.page-template-page-wh-compare-new-php .option-fee-table .option-period-label,body.page-template-page-wh-compare-new .option-fee-table .option-period-value,body.page-template-page-wh-compare-new-php .option-fee-table .option-period-value{padding-left:2px !important;padding-right:2px !important}body.page-template-page-wh-compare-new .kh-compare .page,body.page-template-page-wh-compare-new-php .kh-compare .page{margin:0 auto !important;padding:0 10px 30px !important}body.page-template-page-wh-compare-new .option-fee-table th.option-period-label,body.page-template-page-wh-compare-new-php .option-fee-table th.option-period-label,body.page-template-page-wh-compare-new .option-fee-table td.option-period-value,body.page-template-page-wh-compare-new-php .option-fee-table td.option-period-value{padding-left:2px !important;padding-right:2px !important}@media (max-width:767px){body.page-template-page-wh-compare-new .kh-compare,body.page-template-page-wh-compare-new-php .kh-compare{padding-top:36px !important}body.page-template-page-wh-compare-new .kh-compare .page,body.page-template-page-wh-compare-new-php .kh-compare .page{margin:0 !important;padding:0 10px 30px !important}body.page-template-page-wh-compare-new .hero h1,body.page-template-page-wh-compare-new-php .hero h1{font-size:22px !important}body.page-template-page-wh-compare-new .hero .lead,body.page-template-page-wh-compare-new-php .hero .lead{font-size:14px !important}body.page-template-page-wh-compare-new .coverage-header,body.page-template-page-wh-compare-new-php .coverage-header{display:flex !important;flex-direction:column !important;align-items:flex-end !important;margin-bottom:6px !important}body.page-template-page-wh-compare-new .coverage-header h2,body.page-template-page-wh-compare-new-php .coverage-header h2{align-self:flex-start !important}body.page-template-page-wh-compare-new .sort-group,body.page-template-page-wh-compare-new-php .sort-group{display:flex !important;flex-wrap:nowrap !important;justify-content:flex-end !important;gap:8px !important;margin-left:auto !important;margin-top:6px !important;padding-right:0 !important;width:auto !important;max-width:100% !important;overflow:visible !important}body.page-template-page-wh-compare-new .sort-group .sort-btn,body.page-template-page-wh-compare-new-php .sort-group .sort-btn{width:auto !important;max-width:none !important;min-width:0 !important;flex:0 0 auto !important;padding:4px 10px !important;font-size:12px !important;line-height:1.2 !important}body.page-template-page-wh-compare-new .coverage-table thead tr.plan-row th small,body.page-template-page-wh-compare-new-php .coverage-table thead tr.plan-row th small{font-size:9px !important}body.page-template-page-wh-compare-new .coverage-table .price-row td,body.page-template-page-wh-compare-new-php .coverage-table .price-row td{font-size:14px !important}body.page-template-page-wh-compare-new .coverage-table .price-row td .yen,body.page-template-page-wh-compare-new-php .coverage-table .price-row td .yen{font-size:9px !important}}body.page-template-page-wh-compare-new .option-fee-wrap,body.page-template-page-wh-compare-new-php .option-fee-wrap{overflow-x:visible !important}body.page-template-page-wh-compare-new .option-fee-table,body.page-template-page-wh-compare-new-php .option-fee-table{min-width:0 !important;width:100% !important;table-layout:fixed !important}body.page-template-page-wh-compare-new .option-fee-table th,body.page-template-page-wh-compare-new-php .option-fee-table th{font-size:12px !important;padding-left:2px !important;padding-right:2px !important}body.page-template-page-wh-compare-new .option-fee-table tbody td,body.page-template-page-wh-compare-new-php .option-fee-table tbody td{font-size:9px !important;padding-left:1px !important;padding-right:1px !important}body.page-template-page-wh-compare-new .option-fee-table th.option-period-label,body.page-template-page-wh-compare-new-php .option-fee-table th.option-period-label{width:18px !important;min-width:18px !important;padding-left:2px !important;padding-right:2px !important;letter-spacing:0 !important}body.page-template-page-wh-compare-new .option-fee-table td.option-period-value,body.page-template-page-wh-compare-new-php .option-fee-table td.option-period-value{width:58px !important;min-width:58px !important;padding-left:2px !important;padding-right:2px !important;white-space:nowrap !important;overflow:hidden !important}.coverage-table tr.option-row td:first-child{background:#fff !important}@media (max-width:767px){.coverage-table tr.option-row td:first-child{position:static !important;left:auto !important;z-index:auto !important}}body.page-template-page-wh-compare-new .kh-compare,body.page-template-page-wh-compare-new-php .kh-compare{padding-top:36px !important}@media (max-width:767px){body.page-template-page-wh-compare-new .coverage-table,body.page-template-page-wh-compare-new-php .coverage-table{width:max-content !important;min-width:100% !important;table-layout:auto !important}body.page-template-page-wh-compare-new .coverage-table th,body.page-template-page-wh-compare-new .coverage-table td,body.page-template-page-wh-compare-new-php .coverage-table th,body.page-template-page-wh-compare-new-php .coverage-table td{padding-left:4px !important;padding-right:4px !important}body.page-template-page-wh-compare-new .company-name,body.page-template-page-wh-compare-new-php .company-name{font-size:12px !important}body.page-template-page-wh-compare-new .coverage-table th:not(:first-child),body.page-template-page-wh-compare-new .coverage-table td:not(:first-child),body.page-template-page-wh-compare-new-php .coverage-table th:not(:first-child),body.page-template-page-wh-compare-new-php .coverage-table td:not(:first-child){width:90px;min-width:90px}}@media (max-width:767px){body.page-template-page-wh-compare-new .coverage-table tr:not(.price-row) th,body.page-template-page-wh-compare-new .coverage-table tr:not(.price-row) td,body.page-template-page-wh-compare-new-php .coverage-table tr:not(.price-row) th,body.page-template-page-wh-compare-new-php .coverage-table tr:not(.price-row) td{letter-spacing:normal !important}body.page-template-page-wh-compare-new .coverage-table .price-row td,body.page-template-page-wh-compare-new-php .coverage-table .price-row td{letter-spacing:-.06em !important}body.page-template-page-wh-compare-new .coverage-table .price-row td .yen,body.page-template-page-wh-compare-new-php .coverage-table .price-row td .yen{letter-spacing:0 !important}}