<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";:root{--space-auto: auto;--space-0: 0;--space-px: 1px;--space-0\.5: 2px;--space-1: 4px;--space-1\.5: 6px;--space-2: 8px;--space-2\.5: 10px;--space-3: 12px;--space-4: 16px;--space-5: 20px;--space-6: 24px;--space-7: 28px;--space-8: 32px;--space-9: 36px;--space-10: 40px;--space-12: 48px;--space-14: 56px;--space-16: 64px;--space-20: 80px;--space-24: 96px;--space-28: 112px;--space-32: 128px;--space-36: 144px;--space-40: 160px;--space-44: 176px;--space-48: 192px;--space-52: 208px;--space-56: 224px;--space-60: 240px;--space-64: 256px;--space-72: 288px;--space-80: 320px;--space-96: 384px}:root{--color-main-10: #eff6fc;--color-main-20: #deecf9;--color-main-30: #c7e0f4;--color-main-40: #2b88d8;--color-main-50: #00146e;--color-main-60: #106ebe;--color-main-70: #005a9e;--color-main-80: #004578;--color-main-90: #003055;--color-main: var(--color-main-50);--color-sub-10: #fdf4e3;--color-sub-20: #f6e7c7;--color-sub-30: #f0d396;--color-sub-40: #e39f1a;--color-sub-50: #d48c00;--color-sub-60: #c28000;--color-sub-70: #aa7000;--color-sub-80: #845700;--color-sub-90: #533800;--color-sub: var(--color-sub-50);--color-white: #fff;--color-black: #333333;--color-gray-10: #f5f5f5;--color-gray-20: #ccc;--color-gray-30: #b3b3b3;--color-gray-40: #999;--color-gray-50: #808080;--color-gray-60: #666;--color-gray-70: #4d4d4d;--color-gray-80: #333;--color-gray-90: #1a1a1a;--color-gray: var(--color-gray-50);--color-accent-red: #d91829;--color-border: var(--color-gray-50);--color-border-light: var(--color-gray-30);--color-border-dark: var(--color-gray-70);--color-input-border: var(--color-gray-60);--color-input-border-hover: var(--color-gray-80);--color-type: var(--color-black);--color-link: var(--color-main-70);--color-main-10-rgb: 239, 246, 252;--color-main-20-rgb: 222, 236, 249;--color-main-30-rgb: 199, 224, 244;--color-main-40-rgb: 43, 136, 216;--color-main-50-rgb: 0, 120, 212;--color-main-60-rgb: 16, 110, 190;--color-main-70-rgb: 0, 90, 158;--color-main-80-rgb: 0, 69, 120;--color-main-90-rgb: 0, 48, 85;--color-main-rgb: var(--color-main-50-rgb);--color-sub-10-rgb: 253, 244, 227;--color-sub-20-rgb: 246, 231, 199;--color-sub-30-rgb: 240, 211, 150;--color-sub-40-rgb: 227, 159, 26;--color-sub-50-rgb: 212, 140, 0;--color-sub-60-rgb: 194, 128, 0;--color-sub-70-rgb: 170, 112, 0;--color-sub-80-rgb: 132, 87, 0;--color-sub-90-rgb: 83, 56, 0;--color-sub-rgb: var(--color-sub-50-rgb);--color-white-rgb: 255, 255, 255;--color-black-rgb: 0, 0, 0;--color-gray-10-rgb: 245, 245, 245;--color-gray-20-rgb: 204, 204, 204;--color-gray-30-rgb: 179, 179, 179;--color-gray-40-rgb: 153, 153, 153;--color-gray-50-rgb: 128, 128, 128;--color-gray-60-rgb: 102, 102, 102;--color-gray-70-rgb: 77, 77, 77;--color-gray-80-rgb: 51, 51, 51;--color-gray-90-rgb: 26, 26, 26;--color-gray-rgb: var(--color-gray-50-rgb)}input[type=radio]{accent-color:var(--color-main)}.c-radio{border-radius:0;box-shadow:none;display:inline-block;font-weight:400;line-height:var(--line-height-sm);margin:0}.c-radio .label-text{color:var(--color-type);display:inline-block;line-height:var(--line-height-sm);padding-left:.5em;vertical-align:middle}.c-radio input:focus-visible+span{outline-color:var(--color-main);outline-offset:1px;outline-style:auto}.c-radio [type=radio]{box-sizing:border-box;opacity:0;padding:0;pointer-events:none;position:absolute}.c-radio [type=radio]+span{align-items:center;cursor:pointer;display:flex;line-height:1;min-height:21px;padding-left:21px;position:relative;-webkit-user-select:none;user-select:none}.c-radio [type=radio]+span:before,.c-radio [type=radio]+span:after{background:var(--color-white);border:2px solid var(--color-main);border-radius:50%;content:"";height:20px;left:0;margin:auto;position:absolute;top:50%;transform:translateY(-50%);width:20px;z-index:0}.c-radio [type=radio]:not(:checked)+span:after{display:none}.c-radio [type=radio]:checked+span:after{background-color:var(--color-main);border-radius:50%;content:"";display:block;left:0;margin:auto;position:absolute;top:50%;transform:translateY(-50%) scale(.5);z-index:0}.js-focus-visible .c-radio [type=radio].focus-visible:focus+span:before,.js-focus-visible .c-radio [type=radio].focus-visible:focus:not(:checked)+span:after{border-color:var(--color-type)}.c-radio [type=radio]:disabled+span:before{border-color:var(--color-gray-40)}.c-radio [type=radio]:disabled:not(:checked)+span:before{border-color:var(--color-gray-40)}.c-radio [type=radio]:disabled:not(:checked)+span:after{border-color:var(--color-gray-40)}.c-radio [type=radio]:disabled:checked+span:after{background-color:var(--color-gray-40);border-color:var(--color-gray-40)}.c-radios&gt;.c-radio{margin-bottom:10px;margin-right:1em}.c-radios&gt;.c-radio:last-child{margin-bottom:0;margin-right:0}.c-radios._vertical{display:flex;flex-direction:column}.c-radios._vertical&gt;.c-radio{margin-right:0;width:fit-content}.p-cancel-simulation{max-width:100%;color:#333;border:1px solid #949499;display:flex;flex-direction:column;gap:24px;font-size:14px;font-weight:400;margin-bottom:40px}.p-cancel-simulation form{display:flex;flex-direction:column;gap:24px;padding:0 20px}@media only screen and (width &gt;= 768px){.p-cancel-simulation form{padding:0 40px}}.p-cancel-simulation label,.p-cancel-simulation .select-heading{font-weight:700;font-size:16px;display:flex;align-items:center}.p-cancel-simulation .labe-box{display:flex;flex-direction:column;align-items:end}.p-cancel-simulation .labe-box span{display:flex;align-items:end;font-size:14px;font-weight:400}@media only screen and (width &gt;= 768px){.p-cancel-simulation .labe-box{flex-direction:row}}.p-cancel-simulation select{padding:11px;font-size:14px;border:1px solid #949499;border-radius:4px;height:43px}.p-cancel-simulation .u-sr-only{border-width:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.p-cancel-simulation label a{text-decoration:underline}.p-cancel-simulation input,.p-cancel-simulation select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;color:#333;min-width:269px;max-width:269px;margin-top:8px}@media only screen and (width &gt;= 768px){.p-cancel-simulation input,.p-cancel-simulation select{margin:0}}.p-cancel-simulation input:focus-visible,.p-cancel-simulation select:focus-visible{outline:2px solid var(--color-main)}.p-cancel-simulation .select-group{border:none;display:flex;align-items:center;padding:0;margin:0}.p-cancel-simulation .c-divider{width:100%;background-color:#e5e5e5!important;margin:0;height:1px}.p-cancel-simulation .radios{display:flex;gap:2em}.p-cancel-simulation .inputContainar{display:flex;flex-direction:column;padding:0;margin:0;border:1px solid #e5e5e5}.p-cancel-simulation .inputContainar legend{width:100%;background-color:#f1f1f1;outline:1px solid #e5e5e5;font-size:var(--16px);font-weight:700;padding:.5em 1em}.p-cancel-simulation .inputContainar .wrapper{padding:1em;display:flex;flex-direction:column;gap:24px}.p-cancel-simulation__caution{padding:0 20px}.p-cancel-simulation__caution .red{color:red}.p-cancel-simulation__caution .red a{color:red;text-decoration:underline}@media only screen and (width &gt;= 768px){.p-cancel-simulation__caution{padding:0 40px}}.p-cancel-simulation__row{display:flex}.p-cancel-simulation__row label,.p-cancel-simulation__row .select-heading{text-align:left}.p-cancel-simulation__col{display:flex;flex-direction:column}.p-cancel-simulation__col .select-heading{width:100%;text-align:left}.p-cancel-simulation__header h2{padding:12px 30px;font-size:20px;background:#e4ebf2;border-bottom:1px solid #949494;margin:0}.p-cancel-simulation__row._center{justify-content:center;align-items:center}.p-cancel-simulation__row._between{justify-content:space-between;flex-direction:column;align-items:flex-end}@media only screen and (width &gt;= 768px){.p-cancel-simulation__row._between{flex-direction:row}}.p-cancel-simulation .amount-input{gap:var(--8px)}.p-cancel-simulation .input-wrapper{position:relative;max-width:300px;width:fit-content}.p-cancel-simulation .input-wrapper input{width:100%;padding:12px 40px 12px 12px;font-size:var(--14px);border:1px solid #949499;border-radius:3px;text-align:left;box-sizing:border-box}.p-cancel-simulation .input-wrapper input:focus-visible{outline:2px solid var(--color-main)}.p-cancel-simulation .input-wrapper input::placeholder{color:#333}.p-cancel-simulation .input-wrapper .currency{position:absolute;top:50%;right:16.5px;transform:translateY(-50%);font-size:var(--14px);color:#333}.p-cancel-simulation .error-message{position:absolute;display:flex;justify-content:right;align-items:center;color:red;font-size:14px;line-height:14px;top:-20px;right:0;margin-top:0}@media only screen and (width &gt;= 768px){.p-cancel-simulation .error-message{top:0;right:unset;left:-180px;height:100%}}.p-cancel-simulation .plan-selector{display:flex;flex-direction:column}.p-cancel-simulation .select-group{display:flex;min-width:269px;max-width:269px;gap:8px}.p-cancel-simulation .select-group .select-group__item{position:relative;width:fit-content}.p-cancel-simulation .select-group .select-group__item:after{content:"";position:absolute;top:50%;right:16.5px;transform:translateY(-4px);width:16px;height:16px;background-image:url('data:image/svg+xml,&lt;svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%23333333" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"&gt;&lt;polyline points="6 9 12 15 18 9"/&gt;&lt;/svg&gt;');background-size:contain;background-repeat:no-repeat;pointer-events:none}@media only screen and (width &gt;= 768px){.p-cancel-simulation .select-group .select-group__item:after{transform:translateY(-50%)}}.p-cancel-simulation .select-group .p-cancel-simulation__month,.p-cancel-simulation .select-group .p-cancel-simulation__day{min-width:80px}.p-cancel-simulation .select-group .p-cancel-simulation__year{min-width:94px}.p-cancel-simulation .c-radio [type=radio]+span{padding-left:29px;font-size:var(--14px)}.p-cancel-simulation .c-radio [type=radio]:checked+span:after{background-color:var(--color-main);border-radius:50%;content:"";display:block;left:0;margin:auto;position:absolute;top:50%;transform:translateY(-50%) scale(.6);z-index:0}.p-cancel-simulation .c-radio [type=radio]+span:before,.p-cancel-simulation .c-radio [type=radio]+span:after{background:var(--color-white);border:2px solid var(--color-main);border-radius:50%;content:"";height:22px;left:0;margin:auto;position:absolute;top:50%;transform:translateY(-50%);width:22px;z-index:0}.p-cancel-simulation .c-radio [type=radio]:not(:checked)+span:before{border:2px solid #949499}.p-cancel-simulation .c-radio{width:fit-content}.p-cancel-simulation .p-cancel-simulation__button{transition:background-color .3s;background-color:#d91829;color:#fff;font-size:var(--14px);padding:12px 30px;border:none;border-radius:3px;cursor:pointer;width:100%}.p-cancel-simulation .p-cancel-simulation__button:hover{background-color:#811a23}.p-cancel-simulation .p-cancel-simulation__button:focus-visible{outline:2px solid #811a23}@media only screen and (width &gt;= 768px){.p-cancel-simulation .p-cancel-simulation__button{max-width:288px}}.p-cancel-simulation .p-cancel-simulation__button:disabled{background-color:#929292;cursor:not-allowed}.p-cancel-simulation .total-fee{display:flex;margin:0 20px 32px;padding:24px 20px;flex-direction:row;align-items:center;background-color:#f1f1f1;flex-direction:column}.p-cancel-simulation .total-fee .heading{font-weight:700;font-size:16px;display:flex;align-items:center;white-space:nowrap}.p-cancel-simulation .total-fee .fee{font-size:18px;line-height:38.4px;margin:0;white-space:nowrap}.p-cancel-simulation .total-fee .fee span{font-size:16px;text-align:right;margin-left:1em}@media screen and (min-width: 384px){.p-cancel-simulation .total-fee{flex-direction:row}.p-cancel-simulation .total-fee .heading{font-weight:700;font-size:16px;display:flex;align-items:center;white-space:nowrap}.p-cancel-simulation .total-fee .fee{font-size:18px;line-height:38.4px;margin:0;white-space:nowrap}.p-cancel-simulation .total-fee .fee span{font-size:16px;text-align:right;margin-left:1em}}@media only screen and (width &gt;= 768px){.p-cancel-simulation .total-fee{padding:24px 40px;margin:0 40px 40px}}
</pre></body></html>