:root{--amt-green:var(--brand);--amt-green-soft:#e8f6ee;--amt-green-btn:var(--brand);--amt-red:var(--danger);--amt-orange:#ff6e00;--amt-border:var(--border);--amt-gray-bg:#f7f7f7;--amt-fs-base:var(
    --fs-base,
    clamp(var(--fs-base-min, 1.7rem), 1.6rem + 0.3vw, var(--fs-base-max, 1.9rem))
  );--amt-fs-lead:var(
    --fs-base,
    clamp(var(--fs-base-min, 1.7rem), 1.5rem + 0.4vw, var(--fs-base-max, 1.9rem))
  );--amt-radius:var(--radius, .5rem);--amt-gap:1.6rem}.amount-section{margin-block-start:0;padding-top:2rem;background:var(--clr-bg-section,var(--flow-bg))}#amount-valuation{margin-block-start:0}.amount-section>.container{margin-inline:auto;margin-block-end:1rem}.amount-lead{font-size:var(--amt-fs-lead);line-height:1.6;font-weight:700;margin:0 0 1.6rem;white-space:normal}.caution{color:var(--amt-orange);font-size:var(--amt-fs-base);margin:0 0 1.2rem}.note-list{margin:0 0 1.6rem;padding-left:1.4em;font-size:var(--amt-fs-base);line-height:1.6}.note-list li{list-style:disc}.amount-terms-paragraphs{counter-reset:note;font-size:var(--amt-fs-base);line-height:1.4}.amount-terms-paragraphs p{counter-increment:note;padding-left:2.4em;text-indent:-2.4em;margin:0 0 1rem}.amount-terms-paragraphs p::before{content:"※" counter(note) "　";color:var(--amt-red)}.amount-img-right{float:right;margin:0 0 1rem 1.6rem;width:220px;max-width:45%;height:auto}@media (max-width:600px){.amount-img-right{display:block;float:none;margin:0 auto 1.6rem;width:180px;max-width:70%}}@media (max-width:600px){.amount-intro .amount-img-right{float:right;display:block;margin:.2rem 0 .8rem 1rem;width:clamp(120px,42vw,180px);max-width:48%;shape-outside:margin-box}}.deductible-box{display:grid;grid-template-columns:auto 1fr;gap:1rem;align-items:center;border:1px solid var(--amt-border);padding:1rem;background:#fff}@media (max-width:600px){.deductible-box{grid-template-columns:1fr}}.deductible-label{font-weight:700}.deductible-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(90px,1fr));gap:.8rem;width:100%}.deductible-chip{display:block;width:100%;text-align:center;padding:.8rem 0;font-size:var(--amt-fs-base);font-weight:700;background:var(--amt-green-btn);color:#fff;border-radius:var(--amt-radius);border:none;box-shadow:none;cursor:default;user-select:text;appearance:none}.deductible-chip:active,.deductible-chip:focus,.deductible-chip:hover{opacity:1;outline:0}.deductible-inline{display:inline-block;background:var(--amt-green-btn);color:#fff;font-weight:700;padding:.2rem .8rem;border-radius:var(--amt-radius);margin-right:.4rem;line-height:1.6;white-space:nowrap}.triangle-note{display:flex;gap:.8rem;align-items:flex-start;margin:1.4rem 0;background:var(--amt-green-soft);border-left:6px solid var(--amt-green);padding:.8rem 1rem;border-radius:0 var(--amt-radius) var(--amt-radius) 0}.triangle-icon{color:#ffc105;font-size:clamp(1.8rem, 1.6rem + .6vw, 2.2rem);line-height:1.2;margin:.2rem .4rem 0 0}.triangle-text{margin:0;font-size:var(--amt-fs-base);line-height:1.6}.valuation-table{border-collapse:collapse;width:100%;min-width:520px;font-size:var(--amt-fs-base);text-align:center;table-layout:fixed;border:1px solid var(--amt-border);background:#fff}.valuation-table td,.valuation-table th{border:1px solid var(--amt-border);padding:.6rem}.valuation-table thead th{background:var(--amt-green);color:#fff;font-weight:500}.valuation-table thead th:not(:last-child){border-right:1px solid #fff}.valuation-table tbody tr:nth-child(2n){background:#f0fffa}.valuation-table th img{height:60px;width:auto;display:block;margin:0 auto .4rem}@media (max-width:600px){.valuation-table th img{height:50px}}.corner-cell .corner-top{display:inline-block}.head-blue{background:#2974dd!important}.head-green{background:#a56824!important}.head-pink{background:#bc4f8b!important}.flex-two-column{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(320px,100%),1fr));gap:var(--amt-gap);margin-top:2rem}.flex-two-column.uneven{grid-template-columns:1fr 1.5fr}@media (max-width:600px){.flex-two-column.uneven{grid-template-columns:1fr}}.card{padding:1.2rem;border:1px solid var(--amt-border);border-radius:var(--amt-radius);background:#fefefe;display:flex;flex-direction:column;gap:2rem}.card.good{background:#fdeee9}.card.bad{background:#fff6fb}.card-ttl{font-size:var(--amt-fs-base);margin:0;font-weight:700;text-align:center}.card.good .card-ttl{background:#b15e53;color:#fff;padding:1rem;border-radius:var(--amt-radius) var(--amt-radius) 0 0}.card.bad .card-ttl{background:#565656;color:#fff;padding:1rem;border-radius:var(--amt-radius) var(--amt-radius) 0 0}.card ul{display:flex;flex-wrap:wrap;gap:.8rem;justify-content:center;margin:0;padding:0;list-style:none}.card li{flex:0 1 120px;text-align:center;font-size:var(--amt-fs-base)}.card img{width:64px;height:auto;margin:0 auto .2rem}.no-pay{margin:1.6rem 0;background:var(--amt-gray-bg);padding:1rem;border-left:8px solid #f57b63;font-size:var(--amt-fs-base);line-height:1.6}.reference-notes{margin-top:1rem}.annotation-paragraphs p{margin:.2rem 0}@media (max-width:600px){.amount-lead,.deductible-chip{font-size:var(--amt-fs-base)}.deductible-chip{padding:.5rem 0;line-height:1.25}}