*:where(:not(html,iframe,canvas,img,svg,video,audio):not(svg *,symbol *)){all:unset;display:revert}*,*::before,*::after{box-sizing:border-box}html{-moz-text-size-adjust:none;-webkit-text-size-adjust:none;text-size-adjust:none}a,button{cursor:revert}ol,ul,menu,summary{list-style:none}ol{counter-reset:revert}img{max-inline-size:100%;max-block-size:100%}table{border-collapse:collapse}input,textarea{-webkit-user-select:auto}textarea{white-space:revert}meter{-webkit-appearance:revert;-moz-appearance:revert;appearance:revert}:where(pre){all:revert;box-sizing:border-box}::-moz-placeholder{color:unset}::placeholder{color:unset}:where([hidden]){display:none}:where([contenteditable]:not([contenteditable=false])){-moz-user-modify:read-write;-webkit-user-modify:read-write;overflow-wrap:break-word;-webkit-line-break:after-white-space;-webkit-user-select:auto}:where([draggable=true]){-webkit-user-drag:element}:where(dialog:modal){all:revert;box-sizing:border-box}::-webkit-details-marker{display:none}:root{--wh: #fff;--bk: #333}:root{font-family:"Zen Kaku Gothic New",sans-serif;font-weight:500;line-height:1;color:var(--bk);word-break:normal;overflow-wrap:anywhere;color-scheme:light dark;background:#fff;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%;line-break:strict;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html{scroll-behavior:smooth;scroll-padding-top:14.6666666667vw}@media all and (min-width: 1025px){html{scroll-padding-top:79px}}body{display:flex;flex-direction:column;font-size:1rem}@media all and (min-width: 1025px){body{font-size:1rem}}body>*{flex-shrink:0}body.is-fixed{position:fixed;width:100%;height:100%}a,button{cursor:pointer;outline:none;transition:opacity .3s}@media all and (min-width: 1025px){a:hover,button:hover{opacity:.7}}a{color:var(--bk);text-decoration:none}@media all and (min-width: 1025px){a[href^=tel]{pointer-events:none;cursor:default}}figure{margin-bottom:0}picture{display:block}img{vertical-align:top;width:100%;height:auto}svg{display:inline-block}table{width:100%;border-spacing:0}[role=button],[type=button],[type=reset],[type=submit],button{cursor:pointer}[disabled]{pointer-events:none;cursor:default}[type=number]{width:auto}[type=search]{-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none;appearance:none}textarea{overflow:auto;vertical-align:top;resize:vertical;border-radius:0}optgroup{font-weight:700}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:0}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button:-moz-focusring{outline:1px dotted ButtonText}button,input,select,textarea{color:inherit;background-color:rgba(0,0,0,0);border-style:none}legend{display:table;max-width:100%;color:inherit;white-space:normal;border:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button;appearance:button}input,textarea,select{display:inline-block;width:100%;padding:0;background:#fff;border:none}:-moz-placeholder{color:var(--GR3)}:placeholder-shown{color:var(--GR3)}::-moz-placeholder{color:var(--GR3)}::placeholder{color:var(--GR3)}.remodal-bg.remodal-is-opening,.remodal-bg.remodal-is-opened{filter:blur(3px)}.remodal-overlay{background:rgba(43,46,56,.9)}.remodal-overlay.remodal-is-opening,.remodal-overlay.remodal-is-closing{animation-duration:.3s;animation-fill-mode:forwards}.remodal-overlay.remodal-is-opening{animation-name:remodal-overlay-opening-keyframes}.remodal-overlay.remodal-is-closing{animation-name:remodal-overlay-closing-keyframes}.remodal-wrapper{padding:10px 10px 0}.remodal{box-sizing:border-box;width:100%;margin-bottom:10px;padding:35px;transform:translate3d(0, 0, 0);color:#2b2e38;background:#fff}.remodal.remodal-is-opening,.remodal.remodal-is-closing{animation-duration:.3s;animation-fill-mode:forwards}.remodal.remodal-is-opening{animation-name:remodal-opening-keyframes}.remodal.remodal-is-closing{animation-name:remodal-closing-keyframes}.remodal,.remodal-wrapper:after{vertical-align:middle}.remodal-close{position:absolute;top:0;left:0;display:block;overflow:visible;width:35px;height:35px;margin:0;padding:0;cursor:pointer;transition:color .2s;text-decoration:none;color:#95979c;border:0;outline:0;background:rgba(0,0,0,0)}.remodal-close:hover,.remodal-close:focus{color:#2b2e38}.remodal-close:before{font-family:Arial,"Helvetica CY","Nimbus Sans L",sans-serif !important;font-size:25px;line-height:35px;position:absolute;top:0;left:0;display:block;width:35px;content:"×";text-align:center}.remodal-confirm,.remodal-cancel{font:inherit;display:inline-block;overflow:visible;min-width:110px;margin:0;padding:12px 0;cursor:pointer;transition:background .2s;text-align:center;vertical-align:middle;text-decoration:none;border:0;outline:0}.remodal-confirm{color:#fff;background:#81c784}.remodal-confirm:hover,.remodal-confirm:focus{background:#66bb6a}.remodal-cancel{color:#fff;background:#e57373}.remodal-cancel:hover,.remodal-cancel:focus{background:#ef5350}.remodal-confirm::-moz-focus-inner,.remodal-cancel::-moz-focus-inner,.remodal-close::-moz-focus-inner{padding:0;border:0}@keyframes remodal-opening-keyframes{from{transform:scale(1.05);opacity:0}to{transform:none;opacity:1;filter:blur(0)}}@keyframes remodal-closing-keyframes{from{transform:scale(1);opacity:1}to{transform:scale(0.95);opacity:0;filter:blur(0)}}@keyframes remodal-overlay-opening-keyframes{from{opacity:0}to{opacity:1}}@keyframes remodal-overlay-closing-keyframes{from{opacity:1}to{opacity:0}}@media only screen and (min-width: 641px){.remodal{max-width:700px}}.lt-ie9 .remodal-overlay{background:#2b2e38}.lt-ie9 .remodal{width:700px}html.remodal-is-locked{overflow:hidden;touch-action:none}.remodal,[data-remodal-id]{display:none}.remodal-overlay{position:fixed;z-index:9999;top:-5000px;right:-5000px;bottom:-5000px;left:-5000px;display:none}.remodal-wrapper{position:fixed;z-index:10000;top:0;right:0;bottom:0;left:0;display:none;overflow:auto;text-align:center;-webkit-overflow-scrolling:touch}.remodal-wrapper:after{display:inline-block;height:100%;margin-left:-0.05em;content:""}.remodal-overlay,.remodal-wrapper{backface-visibility:hidden}.remodal{position:relative;outline:none;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%}.remodal-is-initialized{display:inline-block}.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;touch-action:pan-y;-webkit-tap-highlight-color:rgba(0,0,0,0)}.slick-list{position:relative;overflow:hidden;display:block;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{transform:translate3d(0, 0, 0)}.slick-track{position:relative;left:0;top:0;display:block;margin-left:auto;margin-right:auto}.slick-track:before,.slick-track:after{content:"";display:table}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{float:left;height:100%;min-height:1px;display:none}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid rgba(0,0,0,0)}.slick-arrow.slick-hidden{display:none}@media all and (max-width: 767px){.u-dn-sp--down{display:none !important}}@media all and (max-width: 1024px){.u-dn-md--down{display:none !important}}@media all and (max-width: 1199px){.u-dn-tb--down{display:none !important}}@media all and (max-width: 767px){.u-db-sp--down{display:block !important}}@media all and (max-width: 1024px){.u-db-md--down{display:block !important}}@media all and (max-width: 1199px){.u-db-tb--down{display:block !important}}@media all and (max-width: 767px){.u-di-sp--down{display:inline !important}}@media all and (max-width: 1024px){.u-di-md--down{display:inline !important}}@media all and (max-width: 1199px){.u-di-tb--down{display:inline !important}}@media all and (max-width: 767px){.u-dib-sp--down{display:inline-block !important}}@media all and (max-width: 1024px){.u-dib-md--down{display:inline-block !important}}@media all and (max-width: 1199px){.u-dib-tb--down{display:inline-block !important}}.u-dn{display:none !important}@media all and (min-width: 768px){.u-dn-sp{display:none !important}}@media all and (min-width: 1025px){.u-dn-md{display:none !important}}@media all and (min-width: 1200px){.u-dn-tb{display:none !important}}.u-db{display:block !important}@media all and (min-width: 768px){.u-db-sp{display:block !important}}@media all and (min-width: 1025px){.u-db-md{display:block !important}}@media all and (min-width: 1200px){.u-db-tb{display:block !important}}.u-di{display:inline !important}@media all and (min-width: 768px){.u-di-sp{display:inline !important}}@media all and (min-width: 1025px){.u-di-md{display:inline !important}}@media all and (min-width: 1200px){.u-di-tb{display:inline !important}}.u-dib{display:inline-block !important}@media all and (min-width: 768px){.u-dib-sp{display:inline-block !important}}@media all and (min-width: 1025px){.u-dib-md{display:inline-block !important}}@media all and (min-width: 1200px){.u-dib-tb{display:inline-block !important}}.u-num{font-family:"Anta",sans-serif}.u-font-kaku{font-family:"Zen Kaku Gothic New",serif}.c-heading-02,.c-heading-03,.c-heading-04,.c-heading-05{font-weight:700;line-height:1.5}.c-heading-02{font-size:7.4666666667cqw}.c-heading-03{font-size:6.4cqw}.c-heading-04{font-size:5.3333333333cqw}.c-heading-05{font-size:4.2666666667cqw}.js-toggle-content{display:none}.js-switch-content{display:none}.js-switch-content.is-active{display:block}.js-inview{opacity:0;transform:translateY(20px);transition:all 1s ease 0s}.js-inview.is-active{transform:translateY(0);opacity:1}@keyframes price-zoom{0%{transform:scale(0.5)}100%{transform:scale(1)}}@keyframes fadeIn{0%{display:none;opacity:0}100%{display:block;opacity:1}}@keyframes fadeOut{0%{display:block;opacity:1}100%{display:none;opacity:0}}.c-list{font-size:3.7333333333cqw;line-height:1.5;counter-reset:order order-p}.c-list+.c-list{margin-top:5.3333333333cqw}.c-list__item,.c-list__item--porder,.c-list__item--order,.c-list__item--note,.c-list__item--dot{display:table}.c-list__item::before,.c-list__item--porder::before,.c-list__item--order::before,.c-list__item--note::before,.c-list__item--dot::before{display:table-cell;white-space:nowrap}.c-list__item--dot{font-weight:bold}.c-list__item--dot::before{width:5.6cqw;content:"・";text-align:center}@media all and (max-width: 1024px){.c-list__item--dot:not(:first-child){margin-top:2.6666666667cqw}}.c-list__item--note{font-size:2.6666666667cqw}@media all and (max-width: 1024px){.p-feature-details-detail .c-list__item--note{padding:0 4cqw 0 2.6666666667cqw}}.c-list__item--note::before{content:"※"}.p-feature-details-detail .c-list__item--note::before{padding-right:0.8cqw}.p-feature-details-detail .c-list__item--note:not(:first-child){margin-top:5.3333333333cqw}.c-list__item--note a{text-decoration:underline}.p-feature__section .c-list__item--note a,.p-feature-details-detail .c-list__item--note a{color:#ff6c00}@media(hover: hover)and (pointer: fine){.c-list__item--note a:hover{opacity:1;text-decoration:none}}.c-list__item--order{counter-increment:order}.c-list__item--order::before{width:4.8cqw;content:counter(order) "."}.c-list__item--porder{counter-increment:order-p}.c-list__item--porder::before{width:5.0666666667cqw;content:counter(order-p) ")"}@media all and (min-width: 1025px){.c-list__item--porder::before{width:20px}}.c-text,.c-text-short{font-size:4.2666666667cqw;line-height:1.8}.c-text-short{line-height:1.5}.c-note{font-size:2.6666666667cqw;line-height:1.5}.c-note a{text-decoration:underline}@media(hover: hover)and (pointer: fine){.c-note a:hover{opacity:1;text-decoration:none}}.l-wrapper{position:relative}.l-main{background-color:#fdd000}@media all and (min-width: 1025px){.l-main{display:flex;justify-content:center;background-color:#fff0a9}}.l-main__inner{container-type:inline-size}@media all and (min-width: 1025px){.l-main__inner{width:500px;background-color:#fdd000}}footer{padding:0;position:relative}footer a{color:#fff}footer a.txtLink{text-decoration:none !important}.footerLinkContents{margin:0 auto;width:100%;position:relative}.footerLink{width:100%;background:#000;border-bottom:2px solid #262626}.footerLinkIn{max-width:1000px;margin:0 auto;text-align:center;padding:20px 10px;box-sizing:border-box;display:flex;align-items:center;flex-flow:row wrap;gap:20px 30px}@media all and (max-width: 1024px){.footerLinkIn{padding:40px 20px;gap:30px;flex-flow:column wrap}}@media all and (max-width: 767px){.footerLinkIn{padding:5.22vw 2.61vw;gap:3.91vw;flex-flow:column wrap}}.footerLinkIn>li{font-size:.88rem;line-height:1}@media all and (max-width: 1024px){.footerLinkIn>li{font-size:1.5rem}}@media all and (max-width: 767px){.footerLinkIn>li{font-size:3.13vw}}.footerLinkIn>li .logo{display:block;width:293px;margin-right:10px}@media all and (max-width: 767px){.footerLinkIn>li .logo{width:38.2vw}}.footerLinkIn>li .logo.-denki{width:176px}@media all and (max-width: 767px){.footerLinkIn>li .logo.-denki{width:22.95vw}}.footerLinkIn>li .logo.-gas{width:204px}@media all and (max-width: 767px){.footerLinkIn>li .logo.-gas{width:26.6vw}}.footerLinkIn+.footerLinkIn{border-top:1px solid #262626}.footerPageTop{display:none}@media all and (max-width: 1024px){.footerPageTop{display:block !important;background:#89857c;color:#fff;text-align:center;padding:20px 0;width:100%;box-sizing:border-box;font-size:1.75rem;position:relative;line-height:2}}@media all and (max-width: 767px){.footerPageTop{padding:2.61vw 0;font-size:3.65vw}}.footerPageTop:before{content:"";width:20px;height:20px;position:absolute;right:20px;top:50%;transform:translateY(-50%);background:url(https://www.eneos-power.co.jp/denkigas/cmn/img/ico_pnav-up.svg) no-repeat center/contain}@media all and (max-width: 767px){.footerPageTop:before{width:2.61vw;height:2.61vw;right:2.61vw}}#globalFooter{width:100%;box-sizing:border-box;padding:30px;text-align:left;background:#000;position:relative}@media all and (max-width: 1024px){#globalFooter{padding:40px 0}}@media all and (max-width: 767px){#globalFooter{padding:23px 0}}#globalFooter .footerGroup{display:flex;justify-content:left;align-items:stretch;flex-wrap:wrap;gap:0 25px;width:100%;margin:0 auto 30px;padding:0}@media all and (max-width: 1024px){#globalFooter .footerGroup{display:block;margin:0 auto 30px}}@media all and (max-width: 767px){#globalFooter .footerGroup{display:block;margin:0 auto 15px}}#globalFooter .groupLogo{border-right:2px solid #262626;padding-right:25px;display:flex;align-items:center}@media all and (max-width: 1024px){#globalFooter .groupLogo{border-right:none;padding-right:0;display:block}}@media all and (max-width: 767px){#globalFooter .groupLogo{border-right:none;padding-right:0;display:block}}#globalFooter .groupLogo .logo{width:196px}@media all and (max-width: 1024px){#globalFooter .groupLogo .logo{width:222px;margin:0 auto}}@media all and (max-width: 767px){#globalFooter .groupLogo .logo{width:167px;margin:0 auto}}@media all and (max-width: 767px){#globalFooter .groupLink{padding:0 15px}}#globalFooter .groupLinkCol{display:flex;justify-content:start;align-items:center;flex-wrap:wrap;gap:0 30px}@media all and (max-width: 1024px){#globalFooter .groupLinkCol{display:block;width:100%}}@media all and (max-width: 767px){#globalFooter .groupLinkCol{display:block}}#globalFooter .groupLinkCol:not(:first-child){margin-top:16px}#globalFooter .groupLinkCol a{display:block;position:relative;width:100%;box-sizing:content-box}@media all and (max-width: 1024px){#globalFooter .groupLinkCol a{margin-left:auto;margin-right:auto;margin-top:16px;width:100%}}@media all and (max-width: 767px){#globalFooter .groupLinkCol a{margin-left:auto;margin-right:auto;margin-top:16px;width:100%}}#globalFooter .groupLinkCol a:hover{opacity:1 !important}#globalFooter .groupLinkCol a.blank{padding-right:22px}@media all and (max-width: 1024px){#globalFooter .groupLinkCol a.blank{padding-right:36px}}@media all and (max-width: 767px){#globalFooter .groupLinkCol a.blank{padding-right:27px}}#globalFooter .groupLinkCol a::before{content:"";display:block;width:10px;height:10px;background:url(https://www.eneos-power.co.jp/denkigas/cmn/img/footer_ico_blank.svg) no-repeat left top;background-size:contain;position:absolute;right:6px;top:calc(50% - 5px)}@media all and (max-width: 1024px){#globalFooter .groupLinkCol a::before{width:20px;height:20px;right:8px;top:calc(50% - 10px)}}@media all and (max-width: 767px){#globalFooter .groupLinkCol a::before{width:14px;height:14px;right:6px;top:calc(50% - 7px)}}#globalFooter .groupLinkCol .hd{max-width:208px}@media all and (max-width: 1024px){#globalFooter .groupLinkCol .hd{max-width:245px}}@media all and (max-width: 767px){#globalFooter .groupLinkCol .hd{max-width:184px}}#globalFooter .groupLinkCol .eneos{max-width:78px}@media all and (max-width: 1024px){#globalFooter .groupLinkCol .eneos{max-width:92px}}@media all and (max-width: 767px){#globalFooter .groupLinkCol .eneos{max-width:69px}}#globalFooter .groupLinkCol .oil{max-width:146px}@media all and (max-width: 1024px){#globalFooter .groupLinkCol .oil{max-width:184px}}@media all and (max-width: 767px){#globalFooter .groupLinkCol .oil{max-width:138px}}#globalFooter .groupLinkCol .materials{max-width:158px}@media all and (max-width: 1024px){#globalFooter .groupLinkCol .materials{max-width:186px}}@media all and (max-width: 767px){#globalFooter .groupLinkCol .materials{max-width:140px}}#globalFooter .groupLinkCol .renewwable{max-width:264px}@media all and (max-width: 1024px){#globalFooter .groupLinkCol .renewwable{max-width:312px}}@media all and (max-width: 767px){#globalFooter .groupLinkCol .renewwable{max-width:234px}}#globalFooter .copyright{color:#fff;font-size:1rem;color:#cbcbcb;letter-spacing:0;line-height:1.4;text-align:right}@media all and (max-width: 1024px){#globalFooter .copyright{font-size:1.25rem;text-align:center}}@media all and (max-width: 767px){#globalFooter .copyright{font-size:.63rem;text-align:center}}.imgOuter{font-size:1px;line-height:.1;vertical-align:top}.imgOuter img{width:100%;height:auto}.txtLink{text-indent:0;padding:0;word-wrap:break-word;white-space:normal;margin-right:5px;text-decoration:underline !important}@media all and (max-width: 767px){.txtLink{margin-right:.65vw}}.txtLink.-blank{background:url(https://www.eneos-power.co.jp/denki/cmn/img/ico_blank_g.svg) no-repeat right center;background-size:12px;padding-right:15px}@media all and (max-width: 1024px){.txtLink.-blank{background-size:24px;padding-right:30px}}@media all and (max-width: 767px){.txtLink.-blank{background-size:3.13vw;padding-right:3.91vw}}.p-campaign{background-color:#f0f0f0;padding:16cqw 5.3333333333cqw}.p-campaign__summary{position:relative;display:flex;align-items:center;justify-content:center;height:19.7333333333cqw;border-radius:2.6666666667cqw;background-color:#363636;color:#fff;font-size:4.8cqw;font-weight:bold;line-height:1.4;text-align:center}.p-campaign__summary span::before,.p-campaign__summary span::after{position:absolute;content:"";background-color:#fff;top:50%;transform:translateY(-50%)}.p-campaign__summary span::before{right:5.3333333333cqw;width:3.7333333333cqw;height:0.5333333333cqw}.p-campaign__summary span::after{right:6.9333333333cqw;width:0.5333333333cqw;height:3.7333333333cqw}.is-opened .p-campaign__summary span::after{display:none}.p-campaign__table{display:block;margin-top:5.3333333333cqw;border-bottom:0.5333333333cqw solid #363636}.p-campaign__table tbody,.p-campaign__table th,.p-campaign__table td{display:block}.p-campaign__table th{padding:5.0666666667cqw 5.3333333333cqw 4.2666666667cqw;background-color:#363636;color:#fff;font-size:3.7333333333cqw;font-weight:bold;line-height:1.2}.p-campaign__table td{padding:10px 20px 14px;background-color:#fff;font-size:3.7333333333cqw;line-height:1.8}.p-campaign__table td p:not([class])>span{font-size:2.6666666667cqw}.p-campaign__table td p:not([class])+p:not([class]){margin-top:2.1333333333cqw}.p-campaign__table td p:not([class]) sup{font-size:.7em;vertical-align:top}.p-campaign__table td strong{font-weight:bold}.p-campaign__table td:has(table){padding:0}.p-campaign__table td table{display:table;width:100%;table-layout:fixed}.p-campaign__table td table:nth-of-type(2){border-bottom:2px solid #333}.p-campaign__table td table:nth-of-type(2) tbody td{border-bottom:none}.p-campaign__table td table:nth-of-type(2) tbody td:nth-child(2){width:36.1194029851%}.p-campaign__table td table:nth-of-type(2) tbody td:nth-child(3){width:39.4029850746%}.p-campaign__table td table thead{display:table-header-group}.p-campaign__table td table thead th{padding:1.6cqw 0;background-color:#ebeef0;font-size:3.2cqw;font-weight:700;line-height:1.8;color:#333;text-align:center;vertical-align:middle;border-bottom:2px solid #333}.p-campaign__table td table thead th:nth-child(2){width:32.2666666667cqw;border-left:1px solid #333}.p-campaign__table td table thead th:nth-child(3){width:35.2cqw;border-left:1px solid #333}.p-campaign__table td table tbody{display:table-row-group}.p-campaign__table td table tbody tr:not(:nth-child(3n)) td:not(:first-child){border-bottom:1px solid #333}.p-campaign__table td table tbody tr:not(:nth-child(3n)) td:first-child:last-child{border-bottom:1px solid #333}.p-campaign__table td table tbody tr:nth-child(3n+2) td{border-bottom:1px solid #333}.p-campaign__table td table tbody tr:nth-child(3n),.p-campaign__table td table tbody tr:nth-child(4){border-bottom:2px solid #333}.p-campaign__table td table tbody td{padding:2.6666666667cqw 2.1333333333cqw;font-size:3.4666666667cqw;font-weight:500;line-height:1.8;vertical-align:middle}.p-campaign__table td table tbody td.-plan{padding-right:0}.p-campaign__table td table tbody td:not(:last-child){border-right:1px solid #333}.p-campaign__table td table tbody td p+p{margin-top:1.6cqw}.p-campaign__table td table tbody td .c-note{margin-top:2.1333333333cqw}.p-campaign__table td table tr{display:table-row}.p-campaign__table td table th,.p-campaign__table td table td{display:table-cell}.p-campaign__table td table sup{vertical-align:top;font-size:.7em}.p-campaign__table td table+.c-note{padding:3.4666666667cqw 5.3333333333cqw}.p-campaign__table-heading{display:flex;align-items:center;justify-content:center;padding-block:1.0666666667cqw;border-bottom:2px solid #333;background-color:#ebeef0;font-size:3.2cqw;font-weight:bold;text-align:center;line-height:1.8}.p-campaign__heading{margin-bottom:4.8cqw;font-weight:bold}.p-campaign__heading:not(:first-of-type){margin-top:8.5333333333cqw}.p-campaign__title{margin:4.2666666667cqw 0 2.1333333333cqw;font-weight:bold}.p-campaign__note{margin-top:4.2666666667cqw}.p-campaign__list{counter-reset:order}.p-campaign__item{display:flex;gap:1.0666666667cqw;counter-increment:order}.p-campaign__item::before{flex-shrink:0;content:"(" counter(order) ")"}.p-campaign__item+.c-note{margin-top:2.6666666667cqw}.p-campaign__item--dot{display:table;position:relative;font-size:3.7333333333cqw;line-height:1.8}.p-campaign__item--dot::before{display:table-cell;width:2.1333333333cqw;content:""}.p-campaign__item--dot::after{position:absolute;content:"";top:3.2cqw;left:0;width:1.0666666667cqw;height:1.0666666667cqw;border-radius:50%;background-color:#333}.p-campaign__item--dot+.p-campaign__item--dot{margin-top:2.1333333333cqw}.p-campaign__item--dot .c-note{margin-top:2.1333333333cqw}.p-contact{padding:10.6666666667cqw 4cqw;background-color:#fdd000}.p-contact__heading{margin-bottom:4.2666666667cqw;font-size:4.8cqw;font-weight:bold;text-align:center;line-height:1.5}.p-contact__inner{padding:4cqw;border-radius:2.6666666667cqw;background-color:#fff}.p-contact__subheading{margin-bottom:1.6cqw;font-size:4.2666666667cqw;font-weight:bold;text-align:center;line-height:1.5}.p-contact__title{display:flex;align-items:center;justify-content:center;height:7.4666666667cqw;border-radius:1.0666666667cqw;background:#fff5ea;font-size:4.2666666667cqw;font-weight:bold;line-height:1.5}.p-contact__number{display:flex;align-items:center;justify-content:center;gap:2.1333333333cqw;margin-top:2.1333333333cqw;font-size:10.6666666667cqw;font-weight:bold;line-height:1.5}.p-contact__number::before{display:block;content:"";width:12.5333333333cqw;height:8.5333333333cqw;margin-top:1.6cqw;background:url("../images/logo_navidial.svg") no-repeat center/contain}.p-contact__note{margin-top:1.6cqw;font-size:2.6666666667cqw;line-height:1.5;text-align:center}.p-feature{display:flex;flex-direction:column;align-items:center;padding:10.6666666667cqw 0;background-color:#fdd000}.p-feature__heading{width:92.2666666667cqw}.p-feature__inner{display:flex;flex-direction:column;gap:18.1333333333cqw;width:92cqw;margin-top:14.1333333333cqw}.p-feature__section{position:relative;border-radius:5.3333333333cqw;padding:20cqw 4cqw 8cqw;background-color:#fff}.p-feature__section.-sec01,.p-feature__section.-sec03{background-color:#fff5ea}.p-feature__section.-secOthers{padding-top:17.3333333333cqw;background-color:#fff5ea}.p-feature__section .c-heading-05{font-size:4.8cqw;text-align:center}.p-feature__section.-sec01 .c-heading-05{position:relative}.p-feature__section.-sec01 .c-heading-05::before{position:absolute;top:-1.3333333333cqw;left:0.8cqw;content:"";width:80.8cqw;height:26.6666666667cqw;background:url("../images/bg_stars.svg") no-repeat center/contain}.p-feature__subheading{position:absolute;top:-10.4cqw;left:50%;transform:translateX(-50%);display:flex;align-items:center;justify-content:center;width:81.3333333333cqw;height:25.3333333333cqw;padding-bottom:4cqw;padding-left:8.5333333333cqw;background:url("../images/bg_feature_balloon_01.svg") no-repeat center/contain;color:#fff;font-size:5.3333333333cqw;font-weight:bold;line-height:1.2;filter:drop-shadow(0.8cqw 0.8cqw 0 #333);text-align:center}.p-feature__subheading span{position:absolute;top:4cqw;left:4.5333333333cqw;display:flex;align-items:center;justify-content:center;width:13.3333333333cqw;height:13.3333333333cqw;background:url("../images/bg_count.svg") no-repeat center/contain;font-size:6.4cqw;color:#333}.-sec02 .p-feature__subheading span,.-sec04 .p-feature__subheading span{top:4.2666666667cqw}.p-feature__cards{display:grid;grid-template-columns:repeat(2, 1fr);grid-template-rows:auto;gap:4cqw;margin-top:6.4cqw}.p-feature__cards+.c-list{margin-top:2.6666666667cqw}.p-feature__cards+.c-list li{padding:0}.p-feature__cards+.c-list li::before{padding:0}.p-feature-card{display:flex;flex-direction:column;align-items:center;width:40cqw;height:47.4666666667cqw;padding-top:5.0666666667cqw;background:url("../images/bg_card_01.svg") no-repeat center/contain;box-shadow:0.5333333333cqw 0.5333333333cqw 0px 0px #333}.p-feature-card__figure{width:27.2cqw}.p-feature-card__text{display:flex;align-items:center;justify-content:center;flex-direction:column;width:27.2cqw;height:10.1333333333cqw;margin-top:-2.9333333333cqw;background-color:#fdd000;border-radius:999px;font-size:3.2cqw;font-weight:bold}.p-feature-card__text span{font-size:4.2666666667cqw;letter-spacing:-0.1em;line-height:1.1}.p-feature-details{margin-top:8cqw;background-color:#f0f0f0}.p-feature-details__summary{position:relative;display:flex;align-items:center;justify-content:center;height:19.7333333333cqw;padding-right:1.8666666667cqw;background-color:#363636;color:#fff;border-radius:2.6666666667cqw;font-size:4.8cqw;font-weight:bold;text-align:center;line-height:1.5}.p-feature-details__summary::before,.p-feature-details__summary::after{position:absolute;top:50%;transform:translateY(-50%);content:"";background-color:#fff}.p-feature-details__summary::before{right:5.3333333333cqw;width:5.3333333333cqw;height:0.5333333333cqw}.p-feature-details__summary::after{right:7.7333333333cqw;width:0.5333333333cqw;height:5.3333333333cqw}.is-opened .p-feature-details__summary::after{display:none}.p-feature-details__content-inner{display:flex;flex-direction:column;padding:4cqw 4cqw 8cqw;gap:8cqw}.p-feature-details__block{padding:8cqw 2.6666666667cqw;background-color:#fff}.p-feature-details__figure{width:48.5333333333cqw;height:45.3333333333cqw;margin-inline:auto}.p-feature-row{display:flex;flex-direction:column;align-items:center;margin-top:5.3333333333cqw}.p-feature-row__heading{display:flex;align-items:center;justify-content:center;border-radius:999px;height:9.6cqw;margin-bottom:4.2666666667cqw;color:#fff;font-size:4.2666666667cqw;font-weight:bold}.-electric .p-feature-row__heading{background-color:#ff6c00}.-gas .p-feature-row__heading{background-color:#00a0da}.p-feature-row .c-note{margin-top:2.6666666667cqw}.p-feature-tiles{display:grid;gap:4.2666666667cqw 2.1333333333cqw}.-electric .p-feature-tiles{grid-template-columns:repeat(3, 1fr);grid-template-rows:repeat(2, auto)}.-electric .p-feature-tiles .-tile02,.-electric .p-feature-tiles .-tile03,.-electric .p-feature-tiles .-tile04{position:relative}.-electric .p-feature-tiles .-tile02::after,.-electric .p-feature-tiles .-tile03::after,.-electric .p-feature-tiles .-tile04::after{position:absolute;content:"";width:7.4666666667cqw;height:7.4666666667cqw;background:url("../images/ico_plus.svg") no-repeat center/contain;transform:translate(-50%, -50%)}.-electric .p-feature-tiles .-tile02::after,.-electric .p-feature-tiles .-tile03::after{left:-1.0666666667cqw;top:50%}.-electric .p-feature-tiles .-tile04::after{left:50%;top:-2.1333333333cqw}.-electric .p-feature-tiles .-tile01{grid-area:1/1/2/2}.-electric .p-feature-tiles .-tile02{grid-area:1/2/2/3}.-electric .p-feature-tiles .-tile03{grid-area:1/3/2/4}.-electric .p-feature-tiles .-tile04{position:relative;grid-area:2/1/3/4}.-electric .p-feature-tiles .-tile04::before{position:absolute;top:1.3333333333cqw;left:-0.9066666667cqw;content:"";width:13.3333333333cqw;height:12.5333333333cqw;background:url("../images/ico_electric_01.svg") no-repeat center/contain;filter:drop-shadow(0.6418666667cqw 0.6418666667cqw 0 #333)}.-gas .p-feature-tiles{grid-template-columns:repeat(2, 1fr);grid-template-rows:repeat(2, auto)}.-gas .p-feature-tiles .-tile01,.-gas .p-feature-tiles .-tile03{position:relative}.-gas .p-feature-tiles .-tile01::before,.-gas .p-feature-tiles .-tile03::before{position:absolute;content:"";width:12cqw;height:15.4666666667cqw;background:url("../images/ico_gas_01.svg") no-repeat center/contain;filter:drop-shadow(0.6418666667cqw 0.6418666667cqw 0 #333)}.-gas .p-feature-tiles .-tile01{grid-area:1/1/2/2}.-gas .p-feature-tiles .-tile01::before{bottom:-1.4666666667cqw;right:-2.4cqw}.-gas .p-feature-tiles .-tile02{grid-area:1/2/2/3}.-gas .p-feature-tiles .-tile03{grid-area:2/1/3/3}.-gas .p-feature-tiles .-tile03::before{top:-2.6666666667cqw;left:-1.3333333333cqw}.p-feature-tile{display:flex;align-items:center;justify-content:center;background-color:#ebeef0;height:auto;min-height:32cqw;border-radius:5.3333333333cqw}.p-feature-set__heading{display:flex;align-items:center;justify-content:center;height:15.2cqw;margin-bottom:5.3333333333cqw;border-radius:4.2666666667cqw;background-color:#333;color:#fff;font-size:6.4cqw;font-weight:bold}.p-feature-set__figure{margin-left:-1.8666666667cqw}.p-feature-set__text{margin:2.6666666667cqw auto 5.3333333333cqw;width:74.9333333333cqw}.p-feature-others{margin-top:-10.6666666667cqw}.p-feature-others__catch{margin-bottom:13.8666666667cqw}.p-feature-others__heading{top:-10.6666666667cqw;justify-content:center;height:25.3333333333cqw;padding-left:8.5333333333cqw;padding-bottom:4cqw;background:url("../images/bg_feature_balloon_04.svg") no-repeat center/contain;font-size:5.3333333333cqw;line-height:1.2}.p-feature-others__heading::before{position:absolute;top:3.2cqw;left:5.6cqw;content:"";width:13.7573333333cqw;height:14.8986666667cqw;background:url("../images/ico_light.svg") no-repeat center/contain}.p-feature-others__row{display:grid;grid-template-columns:repeat(2, 1fr);grid-template-rows:repeat(2, auto);gap:4cqw}.p-feature-others__col{display:flex;flex-direction:column;align-items:center;padding:5.3333333333cqw;border-radius:2.6666666667cqw;background-color:#fff}.p-feature-others__col:nth-child(2) .p-feature-others__subheading{flex-grow:1}.p-feature-others__subheading{margin-inline:-5.3333333333cqw;font-size:4.2666666667cqw;font-weight:bold;line-height:1.5;text-align:center}.p-feature-others__subheading span{color:#ff6c00}.p-feature-others__figure{margin-top:2.1333333333cqw}.p-feature-others .c-note{margin-inline:-2.1333333333cqw}.p-feature-others__text{margin-inline:-2.1333333333cqw;font-size:3.2cqw;line-height:1.5}.p-feature-years{display:flex;flex-direction:column;gap:8cqw;margin-top:5.3333333333cqw}.p-feature-years+.c-list{margin-top:2.1333333333cqw}.p-feature-years+.c-list .c-list__item--note a{color:#ff6c00}.p-feature-years__col:first-child{position:relative}.p-feature-years__col:first-child::after{position:absolute;bottom:-9.3333333333cqw;left:50%;transform:translateX(-50%);content:"";width:13.8666666667cqw;height:12cqw;background:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2252%22%20height%3D%2245%22%20viewBox%3D%220%200%2052%2045%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M26%2045L0.0192375%200L51.9808%200L26%2045Z%22%20fill%3D%22%23FDD000%22%2F%3E%3C%2Fsvg%3E") no-repeat center/contain}.p-kv{position:relative;display:flex;flex-direction:column;align-items:center;padding:0 0 5.3333333333cqw;background:url(../images/bg_pattern_01.svg) repeat center;background-size:15.4666666667cqw auto}.p-kv__logo{position:absolute;top:21.8666666667cqw;left:2.1333333333cqw;width:42.9333333333cqw;height:8.2666666667cqw}.p-kv__heading{position:relative;width:85.5568cqw;z-index:1}.p-kv__heading img{width:100%;height:auto}.p-kv__power{width:100%;margin-top:-19.2cqw}.p-kv__detail{position:relative;margin-top:-16.8cqw;width:84cqw}.p-kv__detail img{width:100%;height:auto}.p-kv__detail::before{content:"";position:absolute;bottom:-10.6666666667cqw;left:50%;transform:translateX(-50%);width:11.2cqw;height:12.8cqw;background:url("../images/ico_and.svg") no-repeat center/contain}.p-kv__more{width:84cqw;margin-top:9.3333333333cqw}.p-kv__more img{width:100%;height:auto}.p-kv__links{display:flex;flex-direction:column;gap:5.3333333333cqw;width:100%;margin-top:3.4666666667cqw}.p-kv__link-text{font-size:4.2666666667cqw;font-weight:bold;text-align:center;line-height:1.7}.p-kv__link a{position:relative;display:flex;align-items:center;justify-content:center;height:13.3333333333cqw;filter:drop-shadow(0.8cqw 0.8cqw 0px #333);font-size:4.2666666667cqw;font-weight:bold;transition:.3s}.p-kv__link a::after{content:"";position:absolute;top:50%;right:4.2666666667cqw;width:3.7333333333cqw;height:3.7333333333cqw;transform:translateY(-50%)}@media(hover: hover)and (pointer: fine){.p-kv__link a:hover{opacity:1;transform:translate(0.8cqw, 0.8cqw);filter:none}}.p-kv__link a span{font-size:4.8cqw}.p-kv__link .c-note{margin-top:2.6666666667cqw;padding-inline:2.1333333333cqw}.p-kv__link:first-child a{background:url("../images/btn_information_orange.svg") no-repeat center/contain}.p-kv__link:first-child a:after{background:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2211%22%20height%3D%2214%22%20viewBox%3D%220%200%2011%2014%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M11%207L0.5%2013.0622V0.937822L11%207Z%22%20fill%3D%22%23333%22%2F%3E%3C%2Fsvg%3E") no-repeat right center/contain}.p-kv__link:last-child a{background:url("../images/btn_information_yellow.svg") no-repeat center/contain}.p-kv__link:last-child a:after{background:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2211%22%20height%3D%2214%22%20viewBox%3D%220%200%2011%2014%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M11%207L0.5%2013.0622V0.937822L11%207Z%22%20fill%3D%22%23333%22%2F%3E%3C%2Fsvg%3E") no-repeat right center/contain}.p-kv-announcement{width:100%;margin-bottom:8cqw;padding:3.2cqw 2.6666666667cqw;background-color:#ff6c00;line-height:1.2;font-size:5.3333333333cqw;font-weight:600;color:#fff;text-align:center}.p-kv-information{display:flex;flex-direction:column;align-items:center;width:100%;padding:1.8666666667cqw 4.8cqw 2.6666666667cqw;margin-bottom:8cqw;background-color:#ff6c00;color:#fff}.p-kv-information__catch{display:flex;align-items:center;justify-content:center;gap:1.0666666667cqw;font-size:3.2cqw;font-weight:700}.p-kv-information__catch::before,.p-kv-information__catch::after{content:"";width:1.6cqw;height:2.9333333333cqw}.p-kv-information__catch::before{background:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%226%22%20height%3D%2211%22%20viewBox%3D%220%200%206%2011%22%20fill%3D%22none%22%3E%20%3Cpath%20d%3D%22M0.625%201L4.625%2010%22%20stroke%3D%22white%22%20stroke-linecap%3D%22round%22%2F%3E%3C%2Fsvg%3E") no-repeat center/contain}.p-kv-information__catch::after{background:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%226%22%20height%3D%2211%22%20viewBox%3D%220%200%206%2011%22%20fill%3D%22none%22%3E%20%3Cpath%20d%3D%22M5.375%201L1.375%2010%22%20stroke%3D%22white%22%20stroke-linecap%3D%22round%22%2F%3E%3C%2Fsvg%3E") no-repeat center/contain}.p-kv-information__row{display:flex;align-items:center;gap:2.1333333333cqw;width:100%;margin-top:1.8666666667cqw}.p-kv-information__label{display:flex;align-items:center;justify-content:center;width:24.2666666667cqw;height:10.1333333333cqw;background-color:#fff;border-radius:1.0666666667cqw;color:#ff6c00;font-size:3.7333333333cqw;font-weight:bold;text-align:center}.p-kv-information__text{font-size:4.8cqw;font-weight:bold;line-height:1.2}.p-kv-information__text span{display:block;font-size:3.7333333333cqw;line-height:1}.p-kv-information__text em{font-size:5.3333333333cqw}.p-header__information{display:flex;flex-direction:column;align-items:center;background-color:#fff;padding:8cqw}.p-header-period__label{display:flex;align-items:center;justify-content:center;width:84cqw;height:8.5333333333cqw;margin-bottom:2.6666666667cqw;background-color:#333;border-radius:999px;color:#fff;font-size:4.8cqw;font-weight:700;line-height:1}.p-header-period__period{display:flex;align-items:center;justify-content:center}.p-header-period__date{display:flex;align-items:baseline;justify-content:center;font-size:7.4666666667cqw;line-height:1.5}.p-header-period__date span{font-size:4.2666666667cqw;font-weight:700;font-family:"Zen Kaku Gothic New",sans-serif}.p-header-period__date span.-day{position:relative;bottom:0.5333333333cqw;display:flex;align-items:center;justify-content:center;width:5.0666666667cqw;height:5.0666666667cqw;margin-left:0.5333333333cqw;padding-bottom:0.5333333333cqw;border-radius:50%;background-color:#333;color:#fff;font-size:3.2cqw;line-height:1}.p-header-period__date span.-text{margin-left:1.0666666667cqw;font-size:6.4cqw}.p-steps{padding:8cqw 4cqw 10.6666666667cqw;background-color:#ff6c00}.p-steps__catch{color:#fff;font-size:5.3333333333cqw;font-weight:bold;text-align:center;line-height:1.8}.p-steps__text{margin-top:5.3333333333cqw;color:#fff;font-size:4.8cqw;font-weight:bold;text-align:center;line-height:1.5}.p-steps__box{width:84cqw;padding:5.3333333333cqw 0;margin:5.3333333333cqw auto 0;border-radius:2.6666666667cqw;border:0.8cqw solid #333;background-color:#fff5ea;box-shadow:1.3333333333cqw 1.3333333333cqw 0px 0px #333}.p-steps__box p{font-size:4.8cqw;font-weight:bold;text-align:center;line-height:1.5}.p-steps__box span{color:#ff6c00}.p-steps__list{display:flex;flex-direction:column;gap:17.3333333333cqw;margin-top:24cqw;padding-inline:4cqw}.p-steps__list+.c-note{margin-top:8cqw;padding-inline:4cqw;color:#fff}.p-steps__item{position:relative;display:flex;flex-direction:column;padding-block:8.5333333333cqw;border-radius:2.6666666667cqw;border:0.8cqw solid #333;background:#fff5ea;box-shadow:1.3333333333cqw 1.3333333333cqw 0 0 #333}.p-steps__item.-item04 .c-note{margin-top:10px;font-size:3.2cqw;text-align:center;line-height:1.2}.p-steps__item.-item05{padding-top:16cqw;padding-bottom:5.3333333333cqw}.p-steps__item.-item05 .c-heading-05{margin-top:10.1333333333cqw;font-size:4.8cqw}.p-steps__item .c-note{margin-top:1.0666666667cqw;text-align:center}.p-steps__item .c-heading-05{margin-top:4.2666666667cqw;text-align:center}.p-steps__item .c-heading-05 span{color:#ff6c00}.p-steps__item .c-heading-05 a{color:#ff6c00;text-decoration:underline}@media(hover: hover)and (pointer: fine){.p-steps__item .c-heading-05 a:hover{text-decoration:none;opacity:1}}.p-steps__count{position:absolute;top:-13.3333333333cqw;left:3.2cqw;display:flex;align-items:center;justify-content:center;flex-direction:column;width:26.4cqw;height:26.4cqw;padding-top:1.3333333333cqw;background:url("../images/bg_step_count.svg") no-repeat center/contain;filter:drop-shadow(0.5333333333cqw 0.5333333333cqw 0 #333);font-size:9.8666666667cqw}.p-steps__count span{font-size:4.2666666667cqw;font-family:"Zen Kaku Gothic New",sans-serif;font-weight:bold;letter-spacing:-0.5333333333cqw}.p-steps__body{display:flex;align-items:center;justify-content:center}.p-steps__figure{position:relative}.-item01 .p-steps__figure{width:25.8666666667cqw}.-item02 .p-steps__figure,.-item03 .p-steps__figure,.-item04 .p-steps__figure{width:35.4666666667cqw}.-item05 .p-steps__figure{width:34.4cqw}.-item02 .p-steps__figure::before,.-item03 .p-steps__figure::before,.-item04 .p-steps__figure::before{position:absolute;content:"";background:url("../images/ico_finger.svg") no-repeat center/contain}.-item02 .p-steps__figure::before{bottom:0.5333333333cqw;right:-4.8cqw;width:7.2cqw;height:5.6cqw}.-item03 .p-steps__figure::before{bottom:6.6666666667cqw;right:-6.6666666667cqw;width:9.3333333333cqw;height:7.2cqw}.-item04 .p-steps__figure::before{bottom:0.2666666667cqw;right:1.0666666667cqw;width:7.2cqw;height:5.6cqw}.p-switch{position:relative;padding:17.0666666667cqw 4cqw 16cqw;background-color:#fff}.p-switch::before{position:absolute;top:-15.4666666667cqw;left:50%;transform:translateX(-50%);content:"";width:50.1333333333cqw;height:31.4666666667cqw;background:url("../images/img_comeon_01.svg") no-repeat center/contain;filter:drop-shadow(0.5333333333cqw 0.5333333333cqw 0px #333)}.p-switch__catch{display:flex;align-items:flex-end;justify-content:center;margin-top:1.0666666667cqw;font-size:4.8cqw;font-weight:bold;line-height:1.5;text-align:center}.p-switch__catch::before,.p-switch__catch::after{content:"";width:10.2826666667cqw;height:17.52cqw;margin-bottom:-0.8cqw}.p-switch__catch::before{background:url("../images/img_switch_left.svg") no-repeat left bottom/contain}.p-switch__catch::after{background:url("../images/img_switch_right.svg") no-repeat right bottom/contain}.p-switch__figure{width:88.2666666667cqw;margin:2.6666666667cqw auto -2.1333333333cqw}.p-switch__button{position:relative;display:flex;align-items:center;justify-content:center;width:92cqw;height:13.3333333333cqw;background:url("../images/btn_switch.svg") no-repeat center/contain;font-size:4.2666666667cqw;font-weight:bold;z-index:1;filter:drop-shadow(0.8cqw 0.8cqw 0 #333);transition:.3s}.p-switch__button::before{position:absolute;top:50%;right:6.4cqw;transform:translateY(-50%);content:"";width:3.7333333333cqw;height:3.7333333333cqw;background:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2211%22%20height%3D%2214%22%20viewBox%3D%220%200%2011%2014%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M11%207L0.5%2013.0622V0.937822L11%207Z%22%20fill%3D%22%23333%22%2F%3E%3C%2Fsvg%3E") no-repeat center right/contain}@media(hover: hover)and (pointer: fine){.p-switch__button:hover{opacity:1;filter:none;transform:translate(0.8cqw, 0.8cqw)}}.p-unnecessary{padding-block:16cqw;background-color:#fff}.p-unnecessary__inner{display:flex;flex-direction:column;align-items:center}.p-unnecessary__catch{width:73.3333333333cqw}.p-unnecessary__heading{width:82.1333333333cqw;margin-top:0.5333333333cqw}.p-unnecessary__row{display:flex;flex-direction:column;gap:5.3333333333cqw;margin-top:4cqw}.p-unnecessary__col{width:69.3333333333cqw;padding:2.6666666667cqw 0 6.6666666667cqw;background-color:#ebeef0;border-radius:2.6666666667cqw}.p-unnecessary__sign{padding-inline:8cqw}.p-unnecessary .c-heading-04{text-align:center}.p-unnecessary .c-heading-04 span{color:#ff6c00}