@charset "UTF-8";.calc{max-width:900px;width:100%}@media screen and (max-width:767px){.calc ._landscape{display:none}}@media screen and (min-width:768px){.calc ._portrait{display:none}}.calc-table{border:1px solid #afafaf;border-spacing:0;margin-left:auto;margin-right:auto;position:relative;width:100%}@media screen and (max-width:767px){.calc-table__thead{display:none}}@media screen and (min-width:768px){.calc-table__th{background:#eee;border:none;border-bottom:1px solid #afafaf;color:currentColor;padding:8px}.calc-table__th:not(:first-child){border-left:1px solid #afafaf}}@media screen and (max-width:767px){.calc-table-row{display:flex;flex-wrap:wrap}}.calc-table-row__cell{border:none;padding:8px 12px}@media screen and (max-width:767px){.calc-table-row:not(:first-child){border-top:1px solid #afafaf}.calc-table-row__cell:first-child{flex:1 1 100%;margin-right:auto;max-width:250px}.calc-table-row__cell:nth-child(2){margin-left:auto}.calc-table-row__cell:nth-child(3){margin-left:auto;padding-left:0}}@media screen and (min-width:768px){.calc-table-row__cell:not(:first-child){border-left:1px solid #afafaf}.calc-table-row:not(:first-child) .calc-table-row__cell{border-top:1px solid #afafaf}.calc-table-row__cell:first-child{width:35%}.calc-table-row__cell:nth-child(2){width:45%}.calc-table-row__cell:nth-child(3){width:20%}}.calc-table-row__title{align-items:center;display:flex}.calc-table-row__formula{padding-right:40px;position:relative}.calc-table-row__formula-row{align-items:center;display:flex;justify-content:space-around}.calc-table-row__unit{flex:0 1 auto;min-width:60px;text-align:right}.calc-table-row__x{flex:0 0 auto;font-size:.8em;margin:0 1em}.calc-table-row__qty{align-items:baseline;display:flex;flex:0 1 auto}.calc-table-row__qty-input{margin:0 8px;padding:4px;text-align:right;width:3.5em}.calc-table-row__required{background:red;border-radius:3px;color:#fff;font-size:.6em;font-weight:700;line-height:1;padding:4px;position:absolute;right:0;top:50%;transform:translateY(-50%)}.calc-table-row__detail{align-items:center;display:flex;flex:0 0 auto;margin-left:1em;position:relative}.calc-table-row__subtotal{align-items:center;display:flex;flex-wrap:wrap;height:100%;justify-content:flex-end;min-width:110px}.calc-table-row__subtotal-title{font-size:.8em;margin-right:4px}.calc-table-row__subtotal-value{white-space:nowrap}.calc-total{align-items:baseline;display:flex;justify-content:flex-end;width:100%}.calc-total__title{font-weight:700}.calc-total__value{color:#c30d23;margin-left:1em}@media screen and (min-width:768px){.calc-total__value{margin-left:4em}}.calc-total__yen{font-size:1.5em}.calc-total__unit{vertical-align:baseline}.calc-feat__button{background:#555;border:none;border-radius:9999px;color:#fff;cursor:pointer;font-weight:700;height:1.5em;overflow:hidden;padding:0;text-align:center;vertical-align:middle;width:1.5em}.calc-feat__popover-container{bottom:100%;left:50%;position:absolute;transform:translateX(-50%);z-index:200}.calc-feat__popover-container--below{bottom:auto;top:100%}.calc-feat__popover-caret{bottom:0;height:10px;left:-10px;overflow:hidden;position:absolute;width:20px;z-index:1}.calc-feat__popover-container--below .calc-feat__popover-caret{bottom:auto;top:0}.calc-feat__popover-caret:before{background:#fff;border:2px solid #c7af87;bottom:3px;content:"";height:11px;left:50%;position:absolute;transform:translateX(-50%) rotate(45deg);transform-origin:center;width:11px}.calc-feat__popover-container--below .calc-feat__popover-caret:before{bottom:auto;top:3px}.calc-feat__popover{bottom:8px;box-sizing:border-box;display:none;left:0;max-width:576px;padding:0 8px;position:absolute}@media screen and (min-width:768px){.calc-feat__popover{padding:0 24px}}.calc-feat__popover-container--below .calc-feat__popover{bottom:auto;top:8px}.calc-feat-content{background:#fff;border:2px solid #c7af87;border-radius:3px;padding:16px}.calc-feat-content__target-block{align-items:center;display:flex}.calc-feat-content__target-title{background:#c30d23;color:#fff;flex:0 0 auto;font-size:.8em;font-weight:700;margin-right:1em;padding:4px 12px}.calc-feat-content__target-list{flex:1 1 auto;font-weight:700;list-style:none;margin:0;padding:0}.calc-feat-content__target-item{display:inline-block}.calc-feat-content__target-item:not(:last-child):after{content:"・"}.calc-feat-content__hr{border:none;border-bottom:1px solid #c30d23;margin:8px 0}.calc-feat-content__description{font-size:.9em;margin:0;white-space:pre-wrap}.calc-feat-content__feature-list{background:#eee;display:flex;flex-wrap:wrap;justify-content:flex-start;list-style:none;margin:8px 0 0;padding:8px}.calc-feat-content__feature-item{font-size:.8em;font-weight:700;margin-right:1em;padding:2px}.calc-feat-content__feature-item:before{border-bottom:2px solid #c30d23;border-left:2px solid #c30d23;color:#c30d23;content:"";display:inline-block;height:3px;margin-right:4px;transform:translateY(-3px) rotate(-45deg);width:8px}.calc-notices{list-style:none;margin:32px 0 0;padding:0}.calc-notices__item{align-items:flex-start;display:flex;font-size:.8em}.calc-notices__text{margin:0}