@charset "UTF-8";#damage-calc{padding-bottom:5rem !important}#damage-calc details{font-size:.8rem;margin-bottom:.25rem;padding-left:37.5px;color:var(--bs-text-secondary)}#damage-calc .choices__item--choice[data-no-support=true]{background-color:var(--bs-danger-bg-subtle)}#damage-calc .choices .choices__item[data-group=非対応]{background-color:var(--bs-tertiary-color)}#damage-calc .choices .choices__item[data-group=非対応].is-highlighted{background-color:var(--bs-secondary-color)}#damage-calc #damage-result{cursor:pointer;position:fixed;left:0;bottom:0;right:0;background-color:var(--bs-tertiary-bg);color:var(--bs-body-color);z-index:10;padding:.5rem}#damage-calc #damage-result #damage-avg{font-size:.8rem}#damage-calc #damage-result #damage-result-badge{display:flex;flex-wrap:wrap;gap:.15rem}#damage-calc #modal-damage .monster-info{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}#damage-calc #modal-damage .monster-info .monster{width:45%;border:solid 1px;padding:.75rem;border-radius:.5rem}#damage-calc #modal-damage .monster-info .monster:first-child{border-color:var(--bs-danger);background-color:var(--bs-danger-bg-subtle)}#damage-calc #modal-damage .monster-info .monster:last-child{border-color:var(--bs-primary);background-color:var(--bs-primary-bg-subtle)}#damage-calc #top-btn{font-size:26px;background-color:var(--bs-success);color:#fff;position:fixed;z-index:10;display:flex;align-items:center;justify-content:center;border-radius:.5rem;bottom:5.5rem;right:1rem;width:3rem;height:3rem;cursor:pointer}