@charset "UTF-8";
/* CSS Document */
/*----------------------------------------
    BASE
----------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Urbanist:wght@700&display=swap");
:root {
  --color-conv: linear-gradient(to right, #fdd000 0%, #8dee84 50%, #7fd2ff 100%);
  --base-width: 1100px;
  --inner-width: 690px;
  --color-alert: #d20000;
  --color-base: #f4f3ea;
  --color-key: #8dee84;
  --color-key-shadow: #00735d;
  --color-y: #ffd000;
  --color-denki: #ff7800;
  --color-denki-shadow: #b3631c;
  --color-denki-high: #ffcda0;
  --color-denki-light: #ffed76;
  --color-denki-light-shadow: #c5b85f;
  --color-denki-key: #fdd000;
  --color-denki-key-shadow: #a48700;
  --color-gas: #006eac;
  --color-gas-shadow: #004267;
  --color-gas-high: #97d2f0;
  --color-gas-light: #cce8f7;
  --color-gas-light-shadow: #98b3c1;
  --color-gas-light2: #ecf8ff;
  --color-gas-key: #7fd2ff;
  --color-gas-key-shadow: #568fae;
  --color-soler-key: #b6c0ff;
  --color-soler-key-shadow: #7980a9;
  --link-color: #666;
  --linkVisited-color: #7540ea;
  --linkHover-color: #0f41af;
  --btn-color: #0f41af;
  --btn-width: 580px;
  --btn-height: 80px;
  --radius1: 10px;
  --radius2: 20px;
  --radius3: 30px;
  --radius4: 40px;
  --fontset_noto: "Noto Sans JP",-apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  --fsize8: 0.5rem;
  --fsize9: 0.56rem;
  --fsize10: 0.63rem;
  --fsize11: 0.69rem;
  --fsize12: 0.75rem;
  --fsize13: 0.82rem;
  --fsize14: 0.88rem;
  --fsize15: 0.94rem;
  --fsize16: 1rem;
  --fsize17: 1.07rem;
  --fsize18: 1.13rem;
  --fsize19: 1.19rem;
  --fsize20: 1.25rem;
  --fsize21: 1.32rem;
  --fsize22: 1.38rem;
  --fsize23: 1.44rem;
  --fsize24: 1.50rem;
  --fsize25: 1.57rem;
  --fsize26: 1.63rem;
  --fsize27: 1.69rem;
  --fsize28: 1.75rem;
  --fsize29: 1.82rem;
  --fsize30: 1.88rem;
  --fsize31: 1.94rem;
  --fsize32: 2rem;
  --fsize33: 2.07rem;
  --fsize34: 2.13rem;
  --fsize35: 2.19rem;
  --fsize36: 2.25rem;
  --fsize37: 2.32rem;
  --fsize38: 2.38rem;
  --fsize39: 2.44rem;
  --fsize40: 2.50rem;
  --fsize41: 2.57rem;
  --fsize42: 2.63rem;
  --fsize43: 2.69rem;
  --fsize44: 2.75rem;
  --fsize45: 2.82rem;
  --fsize46: 2.88rem;
  --fsize47: 2.94rem;
  --fsize48: 3.00rem;
  --fsize49: 3.07rem;
  --fsize50: 3.13rem;
  --fsize51: 3.19rem;
  --fsize52: 3.25rem;
  --fsize53: 3.32rem;
  --fsize54: 3.38rem;
  --fsize55: 3.44rem;
  --fsize56: 3.50rem;
  --fsize57: 3.57rem;
  --fsize58: 3.63rem;
  --fsize59: 3.69rem;
  --fsize60: 3.75rem;
  --fsize61: 3.82rem;
  --fsize62: 3.88rem;
  --fsize63: 3.94rem;
  --fsize64: 4.00rem;
  --fsize65: 4.07rem;
  --fsize66: 4.13rem;
  --fsize67: 4.19rem;
  --fsize68: 4.25rem;
  --fsize69: 4.32rem;
  --fsize70: 4.38rem;
  --fsize71: 4.44rem;
  --fsize72: 4.50rem;
  --easeInSine: cubic-bezier(0.12, 0, 0.39, 0);
  --easeOutSine: cubic-bezier(0.61, 1, 0.88, 1);
  --easeInOutSine: cubic-bezier(0.37, 0, 0.63, 1);
  --easeInQuad: cubic-bezier(0.11, 0, 0.5, 0);
  --easeOutQuad: cubic-bezier(0.5, 1, 0.89, 1);
  --easeInOutQuad: cubic-bezier(0.45, 0, 0.55, 1);
  --easeInCubic: cubic-bezier(0.32, 0, 0.67, 0);
  --easeOutCubic: cubic-bezier(0.33, 1, 0.68, 1);
  --easeInOutCubic: cubic-bezier(0.65, 0, 0.35, 1);
  --easeInQuart: cubic-bezier(0.5, 0, 0.75, 0);
  --easeOutQuart: cubic-bezier(0.25, 1, 0.5, 1);
  --easeInOutQuart: cubic-bezier(0.76, 0, 0.24, 1);
  --easeInQuint: cubic-bezier(0.64, 0, 0.78, 0);
  --easeOutQuint: cubic-bezier(0.22, 1, 0.36, 1);
  --easeInOutQuint: cubic-bezier(0.83, 0, 0.17, 1);
  --easeInExpo: cubic-bezier(0.7, 0, 0.84, 0);
  --easeOutExpo: cubic-bezier(0.16, 1, 0.3, 1);
  --easeInOutExpo: cubic-bezier(0.87, 0, 0.13, 1);
  --easeInCirc: cubic-bezier(0.55, 0, 1, 0.45);
  --easeOutCirc: cubic-bezier(0, 0.55, 0.45, 1);
  --easeInOutCirc: cubic-bezier(0.85, 0, 0.15, 1);
  --easeInBack: cubic-bezier(0.36, 0, 0.66, -0.56);
  --easeOutBack: cubic-bezier(0.34, 1.56, 0.64, 1);
  --easeInOutBack: cubic-bezier(0.68, -0.6, 0.32, 1.6);
  --easeOutMoment: cubic-bezier(0, 0.8, 0, 1);
  --linearCenter: linear(0, 0.45, 0.48, 0.52, 0.55, 1);
  --linearInOut: linear(0, 0.08, 0.32, 0.68, 0.92, 1);
  --linearBounce: linear(0, 1.32, 0.87, 1.05, 0.98, 1.01, 1, 1);
}

@media screen and (max-width: 1024px) {
  :root {
    --btn-height: 140px;
  }
}
@media screen and (max-width: 767px) {
  :root {
    --btn-width: 75.61929vw;
    --btn-height: 18.25293vw;
    --radius1: 1.30378vw;
    --radius2: 2.60756vw;
    --radius3: 3.91134vw;
    --radius4: 5.21512vw;
  }
}
/* RESET */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, font, img, ins, kbd, q, samp, small, strong, sub, sup, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, header, nav, article, aside, footer, hgroup, section {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  text-decoration: none;
}

html, body {
  width: 100%;
  height: 100%;
}

:focus, :active {
  outline: 0;
}

ol, ul {
  list-style: none;
}

picture {
  display: block;
}

img {
  border: none;
  vertical-align: top;
}

header, nav, article, aside, footer, hgroup, figure, section {
  display: block;
}

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

button {
  border: none;
  padding: 0;
  background: none;
  cursor: pointer;
  color: #000;
  -moz-appearance: none;
       appearance: none;
  font-family: var(--fontset_noto);
  font-feature-settings: "palt" 1;
}

/*  baseTmpl
------------------------------------------------*/
.util {
  letter-spacing: 0.05em;
}
.util .mt0 {
  margin-top: 0px !important;
}
.util .mt-0 {
  margin-top: 0px !important;
}
.util .mb0 {
  margin-bottom: 0px !important;
}
.util .pt0 {
  padding-top: 0px !important;
}
.util .pb0 {
  padding-bottom: 0px !important;
}
.util .mt5 {
  margin-top: 5px !important;
}
.util .mt-5 {
  margin-top: -5px !important;
}
.util .mb5 {
  margin-bottom: 5px !important;
}
.util .pt5 {
  padding-top: 5px !important;
}
.util .pb5 {
  padding-bottom: 5px !important;
}
.util .mt10 {
  margin-top: 10px !important;
}
.util .mt-10 {
  margin-top: -10px !important;
}
.util .mb10 {
  margin-bottom: 10px !important;
}
.util .pt10 {
  padding-top: 10px !important;
}
.util .pb10 {
  padding-bottom: 10px !important;
}
.util .mt15 {
  margin-top: 15px !important;
}
.util .mt-15 {
  margin-top: -15px !important;
}
.util .mb15 {
  margin-bottom: 15px !important;
}
.util .pt15 {
  padding-top: 15px !important;
}
.util .pb15 {
  padding-bottom: 15px !important;
}
.util .mt20 {
  margin-top: 20px !important;
}
.util .mt-20 {
  margin-top: -20px !important;
}
.util .mb20 {
  margin-bottom: 20px !important;
}
.util .pt20 {
  padding-top: 20px !important;
}
.util .pb20 {
  padding-bottom: 20px !important;
}
.util .mt25 {
  margin-top: 25px !important;
}
.util .mt-25 {
  margin-top: -25px !important;
}
.util .mb25 {
  margin-bottom: 25px !important;
}
.util .pt25 {
  padding-top: 25px !important;
}
.util .pb25 {
  padding-bottom: 25px !important;
}
.util .mt30 {
  margin-top: 30px !important;
}
.util .mt-30 {
  margin-top: -30px !important;
}
.util .mb30 {
  margin-bottom: 30px !important;
}
.util .pt30 {
  padding-top: 30px !important;
}
.util .pb30 {
  padding-bottom: 30px !important;
}
.util .mt35 {
  margin-top: 35px !important;
}
.util .mt-35 {
  margin-top: -35px !important;
}
.util .mb35 {
  margin-bottom: 35px !important;
}
.util .pt35 {
  padding-top: 35px !important;
}
.util .pb35 {
  padding-bottom: 35px !important;
}
.util .mt40 {
  margin-top: 40px !important;
}
.util .mt-40 {
  margin-top: -40px !important;
}
.util .mb40 {
  margin-bottom: 40px !important;
}
.util .pt40 {
  padding-top: 40px !important;
}
.util .pb40 {
  padding-bottom: 40px !important;
}
.util .mt45 {
  margin-top: 45px !important;
}
.util .mt-45 {
  margin-top: -45px !important;
}
.util .mb45 {
  margin-bottom: 45px !important;
}
.util .pt45 {
  padding-top: 45px !important;
}
.util .pb45 {
  padding-bottom: 45px !important;
}
.util .mt50 {
  margin-top: 50px !important;
}
.util .mt-50 {
  margin-top: -50px !important;
}
.util .mb50 {
  margin-bottom: 50px !important;
}
.util .pt50 {
  padding-top: 50px !important;
}
.util .pb50 {
  padding-bottom: 50px !important;
}
.util .mt55 {
  margin-top: 55px !important;
}
.util .mt-55 {
  margin-top: -55px !important;
}
.util .mb55 {
  margin-bottom: 55px !important;
}
.util .pt55 {
  padding-top: 55px !important;
}
.util .pb55 {
  padding-bottom: 55px !important;
}
.util .mt60 {
  margin-top: 60px !important;
}
.util .mt-60 {
  margin-top: -60px !important;
}
.util .mb60 {
  margin-bottom: 60px !important;
}
.util .pt60 {
  padding-top: 60px !important;
}
.util .pb60 {
  padding-bottom: 60px !important;
}
.util .mt65 {
  margin-top: 65px !important;
}
.util .mt-65 {
  margin-top: -65px !important;
}
.util .mb65 {
  margin-bottom: 65px !important;
}
.util .pt65 {
  padding-top: 65px !important;
}
.util .pb65 {
  padding-bottom: 65px !important;
}
.util .mt70 {
  margin-top: 70px !important;
}
.util .mt-70 {
  margin-top: -70px !important;
}
.util .mb70 {
  margin-bottom: 70px !important;
}
.util .pt70 {
  padding-top: 70px !important;
}
.util .pb70 {
  padding-bottom: 70px !important;
}
.util .mt75 {
  margin-top: 75px !important;
}
.util .mt-75 {
  margin-top: -75px !important;
}
.util .mb75 {
  margin-bottom: 75px !important;
}
.util .pt75 {
  padding-top: 75px !important;
}
.util .pb75 {
  padding-bottom: 75px !important;
}
.util .mt80 {
  margin-top: 80px !important;
}
.util .mt-80 {
  margin-top: -80px !important;
}
.util .mb80 {
  margin-bottom: 80px !important;
}
.util .pt80 {
  padding-top: 80px !important;
}
.util .pb80 {
  padding-bottom: 80px !important;
}
.util .mt85 {
  margin-top: 85px !important;
}
.util .mt-85 {
  margin-top: -85px !important;
}
.util .mb85 {
  margin-bottom: 85px !important;
}
.util .pt85 {
  padding-top: 85px !important;
}
.util .pb85 {
  padding-bottom: 85px !important;
}
.util .mt90 {
  margin-top: 90px !important;
}
.util .mt-90 {
  margin-top: -90px !important;
}
.util .mb90 {
  margin-bottom: 90px !important;
}
.util .pt90 {
  padding-top: 90px !important;
}
.util .pb90 {
  padding-bottom: 90px !important;
}
.util .mt95 {
  margin-top: 95px !important;
}
.util .mt-95 {
  margin-top: -95px !important;
}
.util .mb95 {
  margin-bottom: 95px !important;
}
.util .pt95 {
  padding-top: 95px !important;
}
.util .pb95 {
  padding-bottom: 95px !important;
}
.util .mt100 {
  margin-top: 100px !important;
}
.util .mt-100 {
  margin-top: -100px !important;
}
.util .mb100 {
  margin-bottom: 100px !important;
}
.util .pt100 {
  padding-top: 100px !important;
}
.util .pb100 {
  padding-bottom: 100px !important;
}
.util .inner {
  width: var(--inner-width);
  margin: 0 auto;
}
.util .center {
  text-align: center !important;
}
.util .left {
  text-align: left !important;
}
.util .right {
  text-align: right !important;
}
.util .centerParent {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.util .centerParent > * {
  display: inline-block;
}
.util .centerPC {
  text-align: center !important;
}
@media (max-width: 1024px) {
  .util .centerPC {
    text-align: left !important;
  }
}
.util strong,
.util em,
.util span,
.util b,
.util sup {
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
}
.util .colorAlert {
  color: var(--color-alert);
}
.util .bold {
  font-weight: bold;
}
.util .fsize10 {
  font-size: 0.63rem !important;
}
.util .fsize11 {
  font-size: 0.6925rem !important;
}
.util .fsize12 {
  font-size: 0.755rem !important;
}
.util .fsize13 {
  font-size: 0.8175rem !important;
}
.util .fsize14 {
  font-size: 0.88rem !important;
}
.util .fsize15 {
  font-size: 0.9425rem !important;
}
.util .fsize16 {
  font-size: 1.005rem !important;
}
.util .fsize17 {
  font-size: 1.0675rem !important;
}
.util .fsize18 {
  font-size: 1.13rem !important;
}
.util .fsize19 {
  font-size: 1.1925rem !important;
}
.util .fsize20 {
  font-size: 1.255rem !important;
}
.util .fsize21 {
  font-size: 1.3175rem !important;
}
.util .fsize22 {
  font-size: 1.38rem !important;
}
.util .fsize23 {
  font-size: 1.4425rem !important;
}
.util .fsize24 {
  font-size: 1.505rem !important;
}
.util .fsize25 {
  font-size: 1.5675rem !important;
}
.util .fsize26 {
  font-size: 1.63rem !important;
}
.util .fsize27 {
  font-size: 1.6925rem !important;
}
.util .fsize28 {
  font-size: 1.755rem !important;
}
.util .fsize29 {
  font-size: 1.8175rem !important;
}
.util .fsize30 {
  font-size: 1.88rem !important;
}
.util .fsize31 {
  font-size: 1.9425rem !important;
}
.util .fsize32 {
  font-size: 2.005rem !important;
}
.util .fsize33 {
  font-size: 2.0675rem !important;
}
.util .fsize34 {
  font-size: 2.13rem !important;
}
.util .fsize35 {
  font-size: 2.1925rem !important;
}
.util .fsize36 {
  font-size: 2.255rem !important;
}
.util .fsize37 {
  font-size: 2.3175rem !important;
}
.util .fsize38 {
  font-size: 2.38rem !important;
}
.util .fsize39 {
  font-size: 2.4425rem !important;
}
.util .fsize40 {
  font-size: 2.505rem !important;
}
.util .fsize41 {
  font-size: 2.5675rem !important;
}
.util .fsize42 {
  font-size: 2.63rem !important;
}
.util .fsize43 {
  font-size: 2.6925rem !important;
}
.util .fsize44 {
  font-size: 2.755rem !important;
}
.util .fsize45 {
  font-size: 2.8175rem !important;
}
.util .fsize46 {
  font-size: 2.88rem !important;
}
.util .fsize47 {
  font-size: 2.9425rem !important;
}
.util .fsize48 {
  font-size: 3.005rem !important;
}
.util .fsize49 {
  font-size: 3.0675rem !important;
}
.util .fsize50 {
  font-size: 3.13rem !important;
}
.util .fsize51 {
  font-size: 3.1925rem !important;
}
.util .fsize52 {
  font-size: 3.255rem !important;
}
.util .fsize53 {
  font-size: 3.3175rem !important;
}
.util .fsize54 {
  font-size: 3.38rem !important;
}
.util .fsize55 {
  font-size: 3.4425rem !important;
}
.util .fsize56 {
  font-size: 3.505rem !important;
}
.util .fsize57 {
  font-size: 3.5675rem !important;
}
.util .fsize58 {
  font-size: 3.63rem !important;
}
.util .fsize59 {
  font-size: 3.6925rem !important;
}
.util .fsize60 {
  font-size: 3.755rem !important;
}
.util .fsize61 {
  font-size: 3.8175rem !important;
}
.util .fsize62 {
  font-size: 3.88rem !important;
}
.util .fsize63 {
  font-size: 3.9425rem !important;
}
.util .fsize64 {
  font-size: 4.005rem !important;
}
.util .fsize65 {
  font-size: 4.0675rem !important;
}
.util .fsize66 {
  font-size: 4.13rem !important;
}
.util .fsize67 {
  font-size: 4.1925rem !important;
}
.util .fsize68 {
  font-size: 4.255rem !important;
}
.util .fsize69 {
  font-size: 4.3175rem !important;
}
.util .fsize70 {
  font-size: 4.38rem !important;
}
.util .fsize71 {
  font-size: 4.4425rem !important;
}
.util .fsize72 {
  font-size: 4.505rem !important;
}
.util .italic {
  font-style: italic !important;
}
.util .bold {
  font-weight: 700 !important;
}
.util .mid {
  font-weight: 500 !important;
}
.util .lh10 {
  line-height: 1 !important;
}
.util .lh12 {
  line-height: 1.2 !important;
}
.util .lh14 {
  line-height: 1.4 !important;
}
.util .lh16 {
  line-height: 1.6 !important;
}
.util .lh18 {
  line-height: 1.8 !important;
}
.util .lh20 {
  line-height: 2 !important;
}
.util .lh22 {
  line-height: 2.2 !important;
}
.util .code {
  display: inline-block;
  vertical-align: baseline;
  background: #f4f4f4;
  border-radius: 3px;
  padding-left: 0.2em;
  padding-right: 0.2em;
  margin-left: 0.2em;
  margin-right: 0.2em;
  line-height: 1.2;
  text-indent: 0;
}
.util .supTxt {
  font-size: var(--fsize10);
  vertical-align: top;
  position: relative;
  top: 0;
}
.util .tel {
  font-size: var(--fsize50);
  line-height: 1;
  letter-spacing: 0;
  font-weight: bold;
  padding-left: 42px;
  background: url(/images/ico_tel_bl.svg) no-repeat left center;
  background-size: 36px auto;
}
.util .disableTel a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
  pointer-events: none;
}
.util .block {
  border-radius: var(--radius1);
  box-sizing: border-box;
  background-color: #f4f4f4;
  padding: 20px 24px;
}
.util .block.-bgW {
  background-color: #fff;
}
.util .block.-border {
  background-color: #fff;
  border: 2px solid #eaeaea;
}
.util .block.-alert {
  border: 2px solid var(--alert-color);
  background: #fff;
}
.util input[type=submit].btn,
.util input[type=button].btn,
.util input[type=reset].btn {
  font-weight: bold;
}
.util .btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  box-sizing: border-box;
  border-radius: var(--radius2);
  height: var(--btn-height);
  width: 100%;
  max-width: var(--btn-width);
  margin-left: auto;
  margin-right: auto;
  line-height: 1.2;
  background-color: #fff;
  box-shadow: 0px 6px 0px #b3b2ab;
  color: #000;
}
.util .btn.-disabled {
  opacity: 0.2;
  pointer-events: none;
}
.util .btn:before {
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
}
.util .btn.-left {
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 1024px) {
  .util .btn {
    transition: opacity 0.2s var(--easeOutCubic), background 0.2s var(--easeOutCubic), color 0.2s var(--easeOutCubic);
  }
  .util .btn:hover {
    text-decoration: none;
    /*
            &.-file{
              &:before{
                background-image: url(/images/ico_file.svg);
              }
            }
    */
    /*
            &.-blank{
              &:before{
                background-image: url(/images/ico_blank.svg);
              }
            }
    */
  }
  .util .btn:hover.-sub {
    background-color: #fff;
    color: var(--btn-color);
  }
  .util .btn:hover.-sub.-file:before {
    background-image: url(/images/ico_file_gray.svg);
  }
  .util .btn:hover.-sub.-blank:before {
    background-image: url(/images/ico_blank_gray.svg);
  }
  .util .btn:hover.-close {
    opacity: 0.7;
  }
  .util .btn:hover.-close:before {
    transform: rotate(0);
  }
  .util .btn:hover.-close:after {
    transform: rotate(0);
  }
  .util .btn:hover.-nega {
    background-color: var(--btn-color);
    color: #fff;
  }
  .util .btn:hover.-nega.-sub {
    background-color: var(--btn-color);
    color: #fff;
  }
  .util .btn:hover.-nega.-sub.-file:before {
    background-image: url(/images/ico_file_w.svg);
  }
  .util .btn:hover.-nega.-sub.-blank:before {
    background-image: url(/images/ico_blank_w.svg);
  }
  .util .btn:hover.-nega.-file:before {
    background-image: url(/images/ico_file_w.svg);
  }
  .util .btn:hover.-nega.-blank:before {
    background-image: url(/images/ico_blank_w.svg);
  }
  .util .btn:hover.-nega.-close:before {
    background-color: #fff;
  }
  .util .btn:hover.-nega.-close:after {
    background-color: #fff;
  }
}
.util .btn.-conv {
  background: var(--color-conv);
  box-shadow: 0px 6px 0px #000;
}
.util .btn.-sim {
  background: url(/denki/cmn/img/simulator_bg.png) var(--color-key) repeat-y center top/auto 150%;
  box-shadow: 0px 6px 0px #000;
}
.util .btn.-denkigas {
  background: var(--color-key);
  box-shadow: 0px 6px 0px #000;
}
.util .btn.-denki {
  background: var(--color-denki-key);
  box-shadow: 0px 6px 0px #000;
}
.util .btn.-gas {
  background: var(--color-gas-key);
  box-shadow: 0px 6px 0px #000;
}
.util .btn.-shadowBl {
  box-shadow: 0px 6px 0px #000;
}
.util .btn.-sub {
  --btn-color: #747474;
  background-color: var(--btn-color);
  border: 2px solid var(--btn-color);
}
.util .btn.-nega {
  background-color: #fff;
  color: var(--btn-color);
  border: 2px solid var(--btn-color);
}
.util .btn.-nega.-sub {
  color: var(--btn-color);
  border: 2px solid var(--btn-color);
}
.util .btn.-nega.-sub.-file:before {
  background-image: url(/images/ico_file_gray.svg);
}
.util .btn.-nega.-sub.-blank:before {
  background-image: url(/images/ico_blank_gray.svg);
}
.util .btn.-nega.-file:before {
  background-image: url(/images/ico_file.svg);
}
.util .btn.-nega.-blank:before {
  background-image: url(/images/ico_blank.svg);
}
.util .btn.-nega.-close:before {
  background-color: var(--btn-color);
}
.util .btn.-nega.-close:after {
  background-color: var(--btn-color);
}
.util .btn.-sizeSS {
  max-width: none;
  width: auto;
  display: table;
  height: auto;
  line-height: 1;
  padding: 10px 32px 12px;
}
.util .btn.-sizeSS > * {
  display: table-cell;
  vertical-align: middle;
  line-height: 1;
}
.util .btn.-sizeSS.-file:before {
  right: 10px;
  width: 8px;
  height: 10px;
  top: calc(50% - 5px);
}
.util .btn.-sizeSS.-blank:before {
  right: 10px;
  width: 10px;
  height: 10px;
  top: calc(50% - 5px);
}
.util .btn.-sizeS {
  --btn-width: 320px;
  max-width: var(--btn-width);
  --btn-height: 60px;
  box-shadow: none;
}
.util .btn.-sizeS.-file:before {
  right: 15px;
}
.util .btn.-sizeS.-blank:before {
  right: 15px;
}
.util .btn.-sizeL {
  --btn-width: 580px;
  max-width: var(--btn-width);
}
.util .btn.-file:before {
  content: "";
  position: absolute;
  right: 20px;
  top: calc(50% - 7px);
  width: 12px;
  height: 14px;
  background-image: url(/images/ico_file_w.svg);
}
.util .btn.-blank:before {
  content: "";
  position: absolute;
  right: 20px;
  top: calc(50% - 8px);
  width: 16px;
  height: 16px;
  background-image: url(/denkigas/cmn/img/ico_blank_bl.svg);
}
.util .btn.-ar:before {
  content: "";
  position: absolute;
  right: 20px;
  top: calc(50% - 7px);
  width: 14px;
  height: 14px;
  background-image: url(/denkigas/cmn/img/ico_ar_r.svg);
}
.util .btn.-close {
  background-color: var(--color-denki-light);
  box-shadow: 0px 6px 0px #000;
}
.util .btn.-close:before {
  content: "";
  position: absolute;
  right: 20px;
  top: calc(50% - 1px);
  width: 12px;
  height: 2px;
  background-color: #000;
  transform: rotate(-45deg);
  transition: transform 0.2s var(--easeOutCubic), background 0.2s var(--easeOutCubic);
}
.util .btn.-close:after {
  content: "";
  position: absolute;
  right: 20px;
  top: calc(50% - 1px);
  width: 12px;
  height: 2px;
  background-color: #000;
  transform: rotate(45deg);
  transition: transform 0.2s var(--easeOutCubic), background 0.2s var(--easeOutCubic);
}
.util .btnArea {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
}
.util .btnArea > .btn {
  width: 47.5%;
  margin: 0;
}
.util .btnArea > .btn:first-child {
  margin-right: 3%;
}
.util .btnArea > .btn.-sizeS {
  width: 27.5%;
}
.util .list.right > li, .util .list.center > li {
  display: block;
}
.util .list.right > li:before, .util .list.center > li:before {
  display: none;
}
.util .list.-noMarker > li {
  padding-left: 1em;
  text-indent: -1em;
}
.util .list.-noMarker > li:before {
  display: none;
}
.util .list > li {
  position: relative;
  line-height: 1.4;
  display: table;
  padding-left: 1em;
}
.util .list > li:not(:last-child) {
  margin-bottom: 0.5em;
}
.util .list > li:before {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  left: 0.3em;
  top: 0.5em;
  background-color: #000;
  border-radius: 50%;
  box-sizing: border-box;
}
.util .list > li:after {
  content: "";
  display: block;
}
.util .list > li .list {
  margin-top: 0.5em;
}
.util .list > li .list > li:before {
  background-color: #fff;
  border: 1px solid #000;
}
.util .list.-notes > li {
  padding-left: 12px;
}
.util .list.-notes > li:before {
  content: "※";
  font-size: var(--fsize10);
  width: auto;
  height: auto;
  top: 0;
  left: 0;
  background: none !important;
  border-radius: none !important;
  border: none !important;
}
.util .list.-notes > li.-noicon {
  padding-left: 0;
}
.util .list.-notes > li.-noicon:before {
  display: none;
}
.util .list.-asterisk > li {
  padding-left: 12px;
}
.util .list.-asterisk > li:before {
  content: "＊";
  font-size: var(--fsize10);
  width: auto;
  height: auto;
  top: 0;
  left: 0;
  background: none !important;
  border-radius: none !important;
  border: none !important;
}
.util .head01 {
  font-size: 1.13rem;
  line-height: 1.4;
  font-weight: bold;
  position: relative;
}
.util .head01.-underLine {
  border-bottom: 2px solid #eaeaea;
}
.util .head01.-dot {
  padding-left: 24px;
}
.util .head01.-dot:before {
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  background-color: #000;
  border-radius: 50%;
  left: 2px;
  top: calc(50% - 7px);
}
.util .head02 {
  font-size: 1.505rem;
  line-height: 1.4;
  font-weight: bold;
  position: relative;
}
.util .head02.-underLine {
  border-bottom: 2px solid #eaeaea;
}
.util .head02.-dot {
  padding-left: 24px;
}
.util .head02.-dot:before {
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  background-color: #000;
  border-radius: 50%;
  left: 2px;
  top: calc(50% - 7px);
}
.util .head03 {
  font-size: 1.88rem;
  line-height: 1.4;
  font-weight: bold;
  position: relative;
}
.util .head03.-underLine {
  border-bottom: 2px solid #eaeaea;
}
.util .head03.-dot {
  padding-left: 24px;
}
.util .head03.-dot:before {
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  background-color: #000;
  border-radius: 50%;
  left: 2px;
  top: calc(50% - 7px);
}
.util .head04 {
  font-size: 2.255rem;
  line-height: 1.4;
  font-weight: bold;
  position: relative;
}
.util .head04.-underLine {
  border-bottom: 2px solid #eaeaea;
}
.util .head04.-dot {
  padding-left: 24px;
}
.util .head04.-dot:before {
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  background-color: #000;
  border-radius: 50%;
  left: 2px;
  top: calc(50% - 7px);
}
.util .head05 {
  font-size: 2.63rem;
  line-height: 1.4;
  font-weight: bold;
  position: relative;
}
.util .head05.-underLine {
  border-bottom: 2px solid #eaeaea;
}
.util .head05.-dot {
  padding-left: 24px;
}
.util .head05.-dot:before {
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  background-color: #000;
  border-radius: 50%;
  left: 2px;
  top: calc(50% - 7px);
}
.util .head06 {
  font-size: 3.005rem;
  line-height: 1.4;
  font-weight: bold;
  position: relative;
}
.util .head06.-underLine {
  border-bottom: 2px solid #eaeaea;
}
.util .head06.-dot {
  padding-left: 24px;
}
.util .head06.-dot:before {
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  background-color: #000;
  border-radius: 50%;
  left: 2px;
  top: calc(50% - 7px);
}
.util .tableScroller {
  width: 100%;
  overflow-x: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.util .tableScroller::-webkit-scrollbar {
  display: none;
}
.util .table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.util .table th, .util .table td {
  border: 1px solid #b3b3b3;
  empty-cells: show;
  padding: 10px;
  line-height: 1.4;
}
.util .table th {
  background-color: #f0f0f0;
}
.util .copyInput {
  opacity: 0 !important;
  pointer-events: none !important;
  position: absolute !important;
  left: 0 !important;
  bottom: 0 !important;
}
.util label {
  display: block;
}
.util input[type=text],
.util input[type=email],
.util input[type=tel],
.util textarea {
  border: 3px solid #b3b3b3;
  font-size: var(--fsize18);
  line-height: 1;
  letter-spacing: 0.05em;
  padding: 16px;
  border-radius: var(--radius2);
  box-sizing: border-box;
  color: #000;
  transition: background 0.3s var(--easeOutCubic);
  background-color: #fff;
  width: 100%;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.util input[type=text]::-webkit-scrollbar,
.util input[type=email]::-webkit-scrollbar,
.util input[type=tel]::-webkit-scrollbar,
.util textarea::-webkit-scrollbar {
  display: none;
}
.util input[type=text]:focus,
.util input[type=email]:focus,
.util input[type=tel]:focus,
.util textarea:focus {
  background: #fff;
}
.util input[type=text].full,
.util input[type=email].full,
.util input[type=tel].full,
.util textarea.full {
  width: 100%;
}
.util input[type=text].col2,
.util input[type=email].col2,
.util input[type=tel].col2,
.util textarea.col2 {
  width: 49%;
}
.util input[type=text].error,
.util input[type=email].error,
.util input[type=tel].error,
.util textarea.error {
  background: rgba(255, 0, 0, 0.1);
}
.util select {
  -moz-appearance: none;
       appearance: none;
  border: 3px solid #b3b3b3;
  font-size: var(--fsize18);
  line-height: 1.2;
  padding: 16px 0 16px 42px;
  border-radius: var(--radius2);
  box-sizing: border-box;
  color: #000;
  background: #fff;
  cursor: pointer;
  width: 100%;
  transition: background 0.2s var(--easeOutCubic);
}
@media (any-hover: hover) {
  .util select:hover {
    background: #f9f9f9;
  }
}
.util .required {
  background: var(--alert-color);
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
  font-size: var(--fsize12);
  line-height: 1;
  letter-spacing: 0.05em;
  color: #fff;
  border-radius: 3px;
  padding: 3px 6px 4px;
  margin-left: 0.5em;
  margin-right: 0.5em;
}
.util .alerthead {
  font-size: var(--fsize18);
  letter-spacing: 0;
  line-height: 1.4;
  font-weight: bold;
  color: #fff;
  border-radius: var(--radius1);
  padding: 10px 0;
  background: url(/images/ico_alert_w.svg) no-repeat 3% center, url(/images/ico_alert_w.svg) no-repeat 97% center var(--alert-color);
  background-size: 18px auto, 18px auto;
}
.util .alertmessage {
  font-size: var(--fsize14);
  line-height: 1.4;
  font-weight: bold;
  background: var(--alert-color);
  display: table;
  color: #fff;
  padding: 6px 10px;
  border-radius: var(--radius1);
  margin-top: 5px;
}
.util .alertmessage.-name {
  margin-left: 10%;
}
.util .column {
  border-bottom: 2px solid #efefef;
  padding: 15px 0;
  box-sizing: border-box;
}
.util .column:first-of-type {
  border-top: 2px solid #efefef;
}
.util .column.-noborder {
  border-bottom: none;
}
.util .column dt, .util .column dd {
  text-align: left;
}
.util .columnInner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: stretch;
      align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 2%;
  width: 100%;
  position: relative;
}
.util .columnInner.-noGap {
  gap: 0;
}
.util .columnInner.-noStretch {
  -ms-flex-align: center;
      align-items: center;
}
.util .nameLabel {
  width: 10%;
  text-align: right;
  box-sizing: border-box;
  padding-right: 0.5em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.util .formName {
  width: 90%;
}
.util .btnLabel {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  font-size: var(--fsize14);
  line-height: 1.2;
  padding: 10px 5px 10px 26px;
  min-height: 62px;
  border: 2px solid #efefef;
  border-radius: var(--radius1);
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
  transition: border 0.2s var(--easeOutCubic), background 0.2s var(--easeOutCubic);
}
.util .btnLabel:hover:not(.checked) {
  background: #f9f9f9;
  border: 2px solid #c6c6c6;
}
.util .btnLabel.-radio:before {
  content: "";
  width: 10px;
  height: 10px;
  background: #efefef;
  border-radius: 50%;
  box-sizing: border-box;
  position: absolute;
  left: 10px;
  top: calc(50% - 5px);
}
.util .btnLabel.-radio.checked {
  border-color: #000;
}
.util .btnLabel.-radio.checked:before {
  border: 3px solid #000;
  background: #fff;
}
.util .btnLabel.-check:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 3px;
  border: 2px solid #efefef;
  box-sizing: border-box;
  position: absolute;
  left: 10px;
  top: calc(50% - 5px);
}
.util .btnLabel.-check.checked {
  border-color: #000;
}
.util .btnLabel.-check.checked:after {
  content: "";
  width: 8px;
  height: 4px;
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  position: absolute;
  left: 10px;
  top: calc(50% - 5px);
  transform: rotate(-45deg);
}
.util .btnLabel.-col3 {
  width: 32%;
}
.util .btnLabel.-col2 {
  width: 49%;
}
.util .btnLabel.-full {
  width: 100%;
}
.util .btnLabel > input[type=radio],
.util .btnLabel > input[type=checkbox] {
  opacity: 0;
  position: absolute;
}
.util .selectCol {
  position: relative;
  width: 100%;
}
.util .selectCol:before {
  content: "";
  background-color: #000;
  width: 12px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  height: 6px;
  position: absolute;
  right: 15px;
  top: calc(50% - 3px);
  pointer-events: none;
}
.util .selectCol.-col3 {
  width: 32%;
}
.util .selectCol.-col2 {
  width: 49%;
}
.util .selectCol.-full {
  width: 100%;
}
.util .confirm {
  border-radius: var(--radius1);
  box-sizing: border-box;
  background-color: #f4f4f4;
  padding: 12px;
  line-height: 1.4;
}
.util .history_tab {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  gap: 0 2%;
  border-bottom: 2px solid var(--btn-color);
  text-align: center;
}
.util .history_tab > li {
  width: 49%;
  margin-bottom: -2px;
}
.util .history_tab > li > button {
  display: block;
  width: 100%;
  font-size: var(--fsize16);
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.05em;
  position: relative;
  box-sizing: border-box;
}
.util .history_tab > li > button {
  color: #fff;
  background: var(--btn-color);
  border-radius: 8px 8px 0 0;
  padding: 14px 0 15px;
  pointer-events: auto;
}
.util .history_tab > li > button:before {
  content: "";
  background-color: #fff;
  height: 8px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  width: 6.9282032303px;
  position: absolute;
  right: 10px;
  top: calc(50% - 4px);
}
.util .history_tab > li > button.active {
  color: var(--btn-color);
  border-top: 2px solid var(--btn-color);
  border-right: 2px solid var(--btn-color);
  border-left: 2px solid var(--btn-color);
  background: #fff;
  border-radius: 8px 8px 0 0;
  padding: 14px 0 15px;
  pointer-events: none;
}
.util .history_lists > li {
  box-sizing: border-box;
  padding: 15px 0;
  border-bottom: 2px solid #efefef;
}
.util .history_lists > li .history_col:not(:first-child) {
  margin-top: 5px;
}
.util .history_lists > li.border-top {
  border-top: 2px solid #dfddd1;
}
.util .history_col {
  display: table;
}
.util .history_col dt {
  display: table-cell;
  vertical-align: middle;
  box-sizing: border-box;
  font-size: var(--fsize12);
  letter-spacing: 0.05em;
  line-height: 1.2;
  font-weight: bold;
  background: #efefef;
  border-radius: 4px;
  min-width: 80px;
  padding: 10px 0;
}
.util .history_col dd {
  display: table-cell;
  vertical-align: middle;
  box-sizing: border-box;
  padding: 5px 0 5px 10px;
  line-height: 1.2;
  text-align: left;
}
.util .history_course {
  font-size: var(--fsize12);
  letter-spacing: 0.05em;
  font-weight: bold;
  line-height: 1;
  display: table;
  padding: 4px 10px;
  border-radius: 4px;
  margin-bottom: 5px;
  text-align: center;
  background: #efefef;
}
.util .history_pn1 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  gap: 0 10px;
}
.util .history_pn1 > .prev,
.util .history_pn1 > .next {
  width: 30px;
  height: 30px;
  position: relative;
  display: block;
  box-sizing: border-box;
  background: var(--btn-color);
  border-radius: 4px;
  font-size: var(--fsize14);
  letter-spacing: 0;
  line-height: 1;
  color: #fff;
}
.util .history_pn1 > .prev.-none,
.util .history_pn1 > .next.-none {
  opacity: 0.3;
}
.util .history_pn1 > .prev:before,
.util .history_pn1 > .next:before {
  content: "";
  position: absolute;
  left: calc(50% - 3px);
  top: calc(50% - 4px);
}
.util .history_pn1 > .prev:before {
  background-color: #fff;
  height: 8px;
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
  width: 6.9282032303px;
}
.util .history_pn1 > .next:before {
  background-color: #fff;
  height: 8px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  width: 6.9282032303px;
}
.util .history_pn1 > .page {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  gap: 0 5px;
  line-height: 1;
}
.util .history_pn1 > .page > span {
  letter-spacing: 0.05em;
}
.util .history_pn1 > .page > .page_this {
  font-size: var(--fsize16);
}
.util .history_pn1 > .page > .page_txt {
  font-size: var(--fsize14);
}
.util .history_pn1 > .page > .page_all {
  font-size: var(--fsize16);
}
.util .history_pn2 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  gap: 0 10px;
}
.util .history_pn2 > input[type=tel] {
  padding: 10px;
  font-size: var(--fsize16);
  text-align: center;
  width: 80px;
}
.util .history_pn2 > .txt {
  font-size: var(--fsize16);
  letter-spacing: 0.05em;
}
.util .history_pn2 > .btn {
  height: 42px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  box-sizing: border-box;
  background: var(--btn-color);
  width: auto;
  margin: 0;
  border-radius: 8px;
  font-size: var(--fsize14);
  letter-spacing: 0.05em;
  line-height: 1;
  color: #fff;
  padding: 0 24px 0 20px;
}
.util .history_pn2 > .btn:before {
  content: "";
  position: absolute;
  background-color: #fff;
  height: 8px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  width: 6.9282032303px;
  right: 6px;
  top: calc(50% - 4px);
}
.util .accorBlock {
  background: #efefef;
  border-radius: var(--radius1);
  box-sizing: border-box;
}
.util .accorBtn {
  cursor: pointer;
  position: relative;
  padding: 15px 40px 15px 20px;
}
.util .accorBtn:before {
  content: "";
  position: absolute;
  left: 15px;
  top: 1.4em;
  color: #fff;
  font-family: "REM";
  font-weight: bold;
  font-size: var(--fsize14);
  line-height: 1;
  letter-spacing: 0;
  padding: 2px 0;
  text-align: center;
  border-radius: 3px;
  min-width: 40px;
  background: #dd0000;
  display: none;
}
.util .accorBtn.open .accorIco:after {
  transform: rotateZ(90deg);
}
.util .accorBtn.-q1 {
  padding-left: 65px;
}
.util .accorBtn.-q1:before {
  display: block;
  content: "Q1";
}
.util .accorBtn.-q1 + .accorArea .inner {
  padding-left: 65px;
}
.util .accorBtn.-q1 + .accorArea .inner:before {
  display: block;
  content: "A1";
}
.util .accorBtn.-q2 {
  padding-left: 65px;
}
.util .accorBtn.-q2:before {
  display: block;
  content: "Q2";
}
.util .accorBtn.-q2 + .accorArea .inner {
  padding-left: 65px;
}
.util .accorBtn.-q2 + .accorArea .inner:before {
  display: block;
  content: "A2";
}
.util .accorBtn.-q3 {
  padding-left: 65px;
}
.util .accorBtn.-q3:before {
  display: block;
  content: "Q3";
}
.util .accorBtn.-q3 + .accorArea .inner {
  padding-left: 65px;
}
.util .accorBtn.-q3 + .accorArea .inner:before {
  display: block;
  content: "A3";
}
.util .accorBtn.-q4 {
  padding-left: 65px;
}
.util .accorBtn.-q4:before {
  display: block;
  content: "Q4";
}
.util .accorBtn.-q4 + .accorArea .inner {
  padding-left: 65px;
}
.util .accorBtn.-q4 + .accorArea .inner:before {
  display: block;
  content: "A4";
}
.util .accorBtn.-q5 {
  padding-left: 65px;
}
.util .accorBtn.-q5:before {
  display: block;
  content: "Q5";
}
.util .accorBtn.-q5 + .accorArea .inner {
  padding-left: 65px;
}
.util .accorBtn.-q5 + .accorArea .inner:before {
  display: block;
  content: "A5";
}
.util .accorBtn.-q6 {
  padding-left: 65px;
}
.util .accorBtn.-q6:before {
  display: block;
  content: "Q6";
}
.util .accorBtn.-q6 + .accorArea .inner {
  padding-left: 65px;
}
.util .accorBtn.-q6 + .accorArea .inner:before {
  display: block;
  content: "A6";
}
.util .accorBtn.-q7 {
  padding-left: 65px;
}
.util .accorBtn.-q7:before {
  display: block;
  content: "Q7";
}
.util .accorBtn.-q7 + .accorArea .inner {
  padding-left: 65px;
}
.util .accorBtn.-q7 + .accorArea .inner:before {
  display: block;
  content: "A7";
}
.util .accorBtn.-q8 {
  padding-left: 65px;
}
.util .accorBtn.-q8:before {
  display: block;
  content: "Q8";
}
.util .accorBtn.-q8 + .accorArea .inner {
  padding-left: 65px;
}
.util .accorBtn.-q8 + .accorArea .inner:before {
  display: block;
  content: "A8";
}
.util .accorBtn.-q9 {
  padding-left: 65px;
}
.util .accorBtn.-q9:before {
  display: block;
  content: "Q9";
}
.util .accorBtn.-q9 + .accorArea .inner {
  padding-left: 65px;
}
.util .accorBtn.-q9 + .accorArea .inner:before {
  display: block;
  content: "A9";
}
.util .accorBtn.-q10 {
  padding-left: 65px;
}
.util .accorBtn.-q10:before {
  display: block;
  content: "Q10";
}
.util .accorBtn.-q10 + .accorArea .inner {
  padding-left: 65px;
}
.util .accorBtn.-q10 + .accorArea .inner:before {
  display: block;
  content: "A10";
}
.util .accorBtn.-q11 {
  padding-left: 65px;
}
.util .accorBtn.-q11:before {
  display: block;
  content: "Q11";
}
.util .accorBtn.-q11 + .accorArea .inner {
  padding-left: 65px;
}
.util .accorBtn.-q11 + .accorArea .inner:before {
  display: block;
  content: "A11";
}
.util .accorBtn.-q12 {
  padding-left: 65px;
}
.util .accorBtn.-q12:before {
  display: block;
  content: "Q12";
}
.util .accorBtn.-q12 + .accorArea .inner {
  padding-left: 65px;
}
.util .accorBtn.-q12 + .accorArea .inner:before {
  display: block;
  content: "A12";
}
.util .accorBtn.-q13 {
  padding-left: 65px;
}
.util .accorBtn.-q13:before {
  display: block;
  content: "Q13";
}
.util .accorBtn.-q13 + .accorArea .inner {
  padding-left: 65px;
}
.util .accorBtn.-q13 + .accorArea .inner:before {
  display: block;
  content: "A13";
}
.util .accorBtn.-q14 {
  padding-left: 65px;
}
.util .accorBtn.-q14:before {
  display: block;
  content: "Q14";
}
.util .accorBtn.-q14 + .accorArea .inner {
  padding-left: 65px;
}
.util .accorBtn.-q14 + .accorArea .inner:before {
  display: block;
  content: "A14";
}
.util .accorBtn.-q15 {
  padding-left: 65px;
}
.util .accorBtn.-q15:before {
  display: block;
  content: "Q15";
}
.util .accorBtn.-q15 + .accorArea .inner {
  padding-left: 65px;
}
.util .accorBtn.-q15 + .accorArea .inner:before {
  display: block;
  content: "A15";
}
.util .accorBtn.-q16 {
  padding-left: 65px;
}
.util .accorBtn.-q16:before {
  display: block;
  content: "Q16";
}
.util .accorBtn.-q16 + .accorArea .inner {
  padding-left: 65px;
}
.util .accorBtn.-q16 + .accorArea .inner:before {
  display: block;
  content: "A16";
}
.util .accorBtn.-q17 {
  padding-left: 65px;
}
.util .accorBtn.-q17:before {
  display: block;
  content: "Q17";
}
.util .accorBtn.-q17 + .accorArea .inner {
  padding-left: 65px;
}
.util .accorBtn.-q17 + .accorArea .inner:before {
  display: block;
  content: "A17";
}
.util .accorBtn.-q18 {
  padding-left: 65px;
}
.util .accorBtn.-q18:before {
  display: block;
  content: "Q18";
}
.util .accorBtn.-q18 + .accorArea .inner {
  padding-left: 65px;
}
.util .accorBtn.-q18 + .accorArea .inner:before {
  display: block;
  content: "A18";
}
.util .accorBtn.-q19 {
  padding-left: 65px;
}
.util .accorBtn.-q19:before {
  display: block;
  content: "Q19";
}
.util .accorBtn.-q19 + .accorArea .inner {
  padding-left: 65px;
}
.util .accorBtn.-q19 + .accorArea .inner:before {
  display: block;
  content: "A19";
}
.util .accorBtn.-q20 {
  padding-left: 65px;
}
.util .accorBtn.-q20:before {
  display: block;
  content: "Q20";
}
.util .accorBtn.-q20 + .accorArea .inner {
  padding-left: 65px;
}
.util .accorBtn.-q20 + .accorArea .inner:before {
  display: block;
  content: "A20";
}
.util .accorArea {
  height: 0;
}
.util .accorArea.open .inner {
  opacity: 1;
}
.util .accorArea .inner {
  box-sizing: border-box;
  width: 100%;
  padding: 0 20px 15px;
  opacity: 0;
  position: relative;
  transition: opacity 0.1s;
  margin: 0;
}
.util .accorArea .inner:before {
  content: "";
  position: absolute;
  left: 15px;
  top: 0.2em;
  color: #fff;
  font-family: "REM";
  font-weight: bold;
  font-size: var(--fsize14);
  line-height: 1;
  letter-spacing: 0;
  padding: 2px 0;
  text-align: center;
  border-radius: 3px;
  min-width: 40px;
  background: #0047de;
  display: none;
}
.util .accorIco {
  position: absolute;
  width: 12px;
  height: 12px;
  right: 15px;
  top: calc(50% - 6px);
  pointer-events: none;
  transition: transform 0.2s;
}
.util .accorIco:before {
  content: "";
  width: 12px;
  height: 2px;
  background: #000;
  position: absolute;
  left: 0;
  top: calc(50% - 1px);
  transition: transform 0.2s;
}
.util .accorIco:after {
  content: "";
  width: 2px;
  height: 12px;
  background: #000;
  position: absolute;
  left: calc(50% - 1px);
  top: 0;
  transition: transform 0.2s;
}
.util .copyParent {
  position: relative;
  display: table;
}
.util .copyParent.center {
  margin-left: auto;
  margin-right: auto;
}
.util .copyComp {
  position: absolute;
  font-size: var(--fsize16);
  text-align: center;
  line-height: 1;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  top: -2em;
  padding: 4px 0 8px;
  width: 140px;
  border-radius: 5px;
  left: calc(50% - 70px);
  opacity: 0;
  visibility: hidden;
}
.util .copyComp:before {
  content: "";
  position: absolute;
  left: calc(50% - 6px);
  bottom: -5px;
  background-color: rgba(0, 0, 0, 0.8);
  width: 12px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  height: 6px;
}

@media screen and (max-width: 1024px) {
  .util .btn {
    box-shadow: 0 8px 0 #b3b2ab;
  }
  .util .btn.-sizeS {
    --btn-width: 448px;
    --btn-height: 100px;
  }
  .util .btn.-conv, .util .btn.-sim, .util .btn.-denkigas, .util .btn.-denki, .util .btn.-gas, .util .btn.-shadowBl, .util .btn.-close {
    box-shadow: 0px 8px 0px #000;
  }
  .util .btn.-blank:before {
    right: 20px;
    top: calc(50% - 12px);
    width: 24px;
    height: 24px;
  }
  .util .btn.-ar:before {
    right: 20px;
    top: calc(50% - 10px);
    width: 20px;
    height: 20px;
  }
  .util .btn.-close:before {
    right: 20px;
    top: calc(50% - 2px);
    width: 24px;
    height: 4px;
  }
  .util .btn.-close:after {
    right: 20px;
    top: calc(50% - 2px);
    width: 24px;
    height: 4px;
  }
  .util .list > li:before {
    width: 12px;
    height: 12px;
  }
  .util .list.-notes > li {
    padding-left: 24px;
  }
  .util .list.-notes > li:before {
    font-size: 20px;
  }
  .util .list.-asterisk > li {
    padding-left: 24px;
  }
  .util .list.-asterisk > li:before {
    font-size: 20px;
  }
  .util input[type=text],
  .util input[type=email],
  .util input[type=tel],
  .util textarea {
    font-size: var(--fsize36);
    padding: 30px;
  }
  .util select {
    font-size: var(--fsize36);
    padding: 30px 30px 30px 76px;
  }
  .util .required {
    font-size: 24px;
    padding: 6px 12px 8px;
  }
  .util .alerthead {
    font-size: var(--fsize36);
    padding: 20px 0;
    background-size: 36px auto, 36px auto;
  }
  .util .alertmessage {
    font-size: var(--fsize28);
    padding: 12px 20px;
    margin-top: 10px;
  }
  .util .column {
    padding: 30px 0;
  }
  .util .columnInner {
    gap: 20px 2%;
  }
  .util .nameLabel {
    letter-spacing: 0;
  }
  .util .btnLabel {
    font-size: 28px;
    padding: 20px 10px 20px 52px;
    min-height: 124px;
  }
  .util .btnLabel.-radio:before {
    width: 20px;
    height: 20px;
    left: 20px;
    top: calc(50% - 10px);
  }
  .util .btnLabel.-check:before {
    width: 20px;
    height: 20px;
    border-radius: 2px;
    left: 20px;
    top: calc(50% - 10px);
  }
  .util .btnLabel.-check.checked:after {
    content: "";
    width: 16px;
    height: 8px;
    left: 20px;
    top: calc(50% - 10px);
  }
  .util .btnLabel.-spCol2 {
    width: 49%;
  }
  .util .btnLabel.-spFull {
    width: 100%;
  }
  .util .selectCol:before {
    background-color: #000;
    width: 24px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    height: 12px;
    right: 30px;
    top: calc(50% - 6px);
  }
  .util .selectCol.-spCol2 {
    width: 49%;
  }
  .util .selectCol.-spFull {
    width: 100%;
  }
  .util .confirm {
    padding: 24px;
  }
}
@media screen and (max-width: 767px) {
  :root {
    --inner-width: 90%;
    --radius1: 2.61vw;
    --btn-height: 16vw;
  }
  .util .mt0 {
    margin-top: 0vw !important;
  }
  .util .mb0 {
    margin-bottom: 0vw !important;
  }
  .util .pt0 {
    padding-top: 0vw !important;
  }
  .util .pb0 {
    padding-bottom: 0vw !important;
  }
  .util .mt5 {
    margin-top: 0.65vw !important;
  }
  .util .mb5 {
    margin-bottom: 0.65vw !important;
  }
  .util .pt5 {
    padding-top: 0.65vw !important;
  }
  .util .pb5 {
    padding-bottom: 0.65vw !important;
  }
  .util .mt10 {
    margin-top: 1.3vw !important;
  }
  .util .mb10 {
    margin-bottom: 1.3vw !important;
  }
  .util .pt10 {
    padding-top: 1.3vw !important;
  }
  .util .pb10 {
    padding-bottom: 1.3vw !important;
  }
  .util .mt15 {
    margin-top: 1.96vw !important;
  }
  .util .mb15 {
    margin-bottom: 1.96vw !important;
  }
  .util .pt15 {
    padding-top: 1.96vw !important;
  }
  .util .pb15 {
    padding-bottom: 1.96vw !important;
  }
  .util .mt20 {
    margin-top: 2.61vw !important;
  }
  .util .mb20 {
    margin-bottom: 2.61vw !important;
  }
  .util .pt20 {
    padding-top: 2.61vw !important;
  }
  .util .pb20 {
    padding-bottom: 2.61vw !important;
  }
  .util .mt25 {
    margin-top: 3.26vw !important;
  }
  .util .mb25 {
    margin-bottom: 3.26vw !important;
  }
  .util .pt25 {
    padding-top: 3.26vw !important;
  }
  .util .pb25 {
    padding-bottom: 3.26vw !important;
  }
  .util .mt30 {
    margin-top: 3.91vw !important;
  }
  .util .mb30 {
    margin-bottom: 3.91vw !important;
  }
  .util .pt30 {
    padding-top: 3.91vw !important;
  }
  .util .pb30 {
    padding-bottom: 3.91vw !important;
  }
  .util .mt35 {
    margin-top: 4.56vw !important;
  }
  .util .mb35 {
    margin-bottom: 4.56vw !important;
  }
  .util .pt35 {
    padding-top: 4.56vw !important;
  }
  .util .pb35 {
    padding-bottom: 4.56vw !important;
  }
  .util .mt40 {
    margin-top: 5.22vw !important;
  }
  .util .mb40 {
    margin-bottom: 5.22vw !important;
  }
  .util .pt40 {
    padding-top: 5.22vw !important;
  }
  .util .pb40 {
    padding-bottom: 5.22vw !important;
  }
  .util .mt45 {
    margin-top: 5.87vw !important;
  }
  .util .mb45 {
    margin-bottom: 5.87vw !important;
  }
  .util .pt45 {
    padding-top: 5.87vw !important;
  }
  .util .pb45 {
    padding-bottom: 5.87vw !important;
  }
  .util .mt50 {
    margin-top: 6.52vw !important;
  }
  .util .mb50 {
    margin-bottom: 6.52vw !important;
  }
  .util .pt50 {
    padding-top: 6.52vw !important;
  }
  .util .pb50 {
    padding-bottom: 6.52vw !important;
  }
  .util .mt55 {
    margin-top: 7.17vw !important;
  }
  .util .mb55 {
    margin-bottom: 7.17vw !important;
  }
  .util .pt55 {
    padding-top: 7.17vw !important;
  }
  .util .pb55 {
    padding-bottom: 7.17vw !important;
  }
  .util .mt60 {
    margin-top: 7.82vw !important;
  }
  .util .mb60 {
    margin-bottom: 7.82vw !important;
  }
  .util .pt60 {
    padding-top: 7.82vw !important;
  }
  .util .pb60 {
    padding-bottom: 7.82vw !important;
  }
  .util .mt65 {
    margin-top: 8.47vw !important;
  }
  .util .mb65 {
    margin-bottom: 8.47vw !important;
  }
  .util .pt65 {
    padding-top: 8.47vw !important;
  }
  .util .pb65 {
    padding-bottom: 8.47vw !important;
  }
  .util .mt70 {
    margin-top: 9.13vw !important;
  }
  .util .mb70 {
    margin-bottom: 9.13vw !important;
  }
  .util .pt70 {
    padding-top: 9.13vw !important;
  }
  .util .pb70 {
    padding-bottom: 9.13vw !important;
  }
  .util .mt75 {
    margin-top: 9.78vw !important;
  }
  .util .mb75 {
    margin-bottom: 9.78vw !important;
  }
  .util .pt75 {
    padding-top: 9.78vw !important;
  }
  .util .pb75 {
    padding-bottom: 9.78vw !important;
  }
  .util .mt80 {
    margin-top: 10.43vw !important;
  }
  .util .mb80 {
    margin-bottom: 10.43vw !important;
  }
  .util .pt80 {
    padding-top: 10.43vw !important;
  }
  .util .pb80 {
    padding-bottom: 10.43vw !important;
  }
  .util .mt85 {
    margin-top: 11.08vw !important;
  }
  .util .mb85 {
    margin-bottom: 11.08vw !important;
  }
  .util .pt85 {
    padding-top: 11.08vw !important;
  }
  .util .pb85 {
    padding-bottom: 11.08vw !important;
  }
  .util .mt90 {
    margin-top: 11.73vw !important;
  }
  .util .mb90 {
    margin-bottom: 11.73vw !important;
  }
  .util .pt90 {
    padding-top: 11.73vw !important;
  }
  .util .pb90 {
    padding-bottom: 11.73vw !important;
  }
  .util .mt95 {
    margin-top: 12.39vw !important;
  }
  .util .mb95 {
    margin-bottom: 12.39vw !important;
  }
  .util .pt95 {
    padding-top: 12.39vw !important;
  }
  .util .pb95 {
    padding-bottom: 12.39vw !important;
  }
  .util .mt100 {
    margin-top: 13.04vw !important;
  }
  .util .mb100 {
    margin-bottom: 13.04vw !important;
  }
  .util .pt100 {
    padding-top: 13.04vw !important;
  }
  .util .pb100 {
    padding-bottom: 13.04vw !important;
  }
  .util .spLeft {
    text-align: left !important;
  }
  .util .fsize10 {
    font-size: 2.61vw !important;
  }
  .util .fsize11 {
    font-size: 2.87vw !important;
  }
  .util .fsize12 {
    font-size: 3.13vw !important;
  }
  .util .fsize13 {
    font-size: 3.39vw !important;
  }
  .util .fsize14 {
    font-size: 3.65vw !important;
  }
  .util .fsize15 {
    font-size: 3.91vw !important;
  }
  .util .fsize16 {
    font-size: 4.17vw !important;
  }
  .util .fsize17 {
    font-size: 4.43vw !important;
  }
  .util .fsize18 {
    font-size: 4.69vw !important;
  }
  .util .fsize19 {
    font-size: 4.95vw !important;
  }
  .util .fsize20 {
    font-size: 5.22vw !important;
  }
  .util .fsize21 {
    font-size: 5.48vw !important;
  }
  .util .fsize22 {
    font-size: 5.74vw !important;
  }
  .util .fsize23 {
    font-size: 6vw !important;
  }
  .util .fsize24 {
    font-size: 6.26vw !important;
  }
  .util .fsize25 {
    font-size: 6.52vw !important;
  }
  .util .fsize26 {
    font-size: 6.78vw !important;
  }
  .util .fsize27 {
    font-size: 7.04vw !important;
  }
  .util .fsize28 {
    font-size: 7.3vw !important;
  }
  .util .fsize29 {
    font-size: 7.56vw !important;
  }
  .util .fsize30 {
    font-size: 7.82vw !important;
  }
  .util .fsize31 {
    font-size: 8.08vw !important;
  }
  .util .fsize32 {
    font-size: 8.34vw !important;
  }
  .util .fsize33 {
    font-size: 8.6vw !important;
  }
  .util .fsize34 {
    font-size: 8.87vw !important;
  }
  .util .fsize35 {
    font-size: 9.13vw !important;
  }
  .util .fsize36 {
    font-size: 9.39vw !important;
  }
  .util .fsize37 {
    font-size: 9.65vw !important;
  }
  .util .fsize38 {
    font-size: 9.91vw !important;
  }
  .util .fsize39 {
    font-size: 10.17vw !important;
  }
  .util .fsize40 {
    font-size: 10.43vw !important;
  }
  .util .fsize41 {
    font-size: 10.69vw !important;
  }
  .util .fsize42 {
    font-size: 10.95vw !important;
  }
  .util .fsize43 {
    font-size: 11.21vw !important;
  }
  .util .fsize44 {
    font-size: 11.47vw !important;
  }
  .util .fsize45 {
    font-size: 11.73vw !important;
  }
  .util .fsize46 {
    font-size: 11.99vw !important;
  }
  .util .fsize47 {
    font-size: 12.26vw !important;
  }
  .util .fsize48 {
    font-size: 12.52vw !important;
  }
  .util .fsize49 {
    font-size: 12.78vw !important;
  }
  .util .fsize50 {
    font-size: 13.04vw !important;
  }
  .util .fsize51 {
    font-size: 13.3vw !important;
  }
  .util .fsize52 {
    font-size: 13.56vw !important;
  }
  .util .fsize53 {
    font-size: 13.82vw !important;
  }
  .util .fsize54 {
    font-size: 14.08vw !important;
  }
  .util .fsize55 {
    font-size: 14.34vw !important;
  }
  .util .fsize56 {
    font-size: 14.6vw !important;
  }
  .util .fsize57 {
    font-size: 14.86vw !important;
  }
  .util .fsize58 {
    font-size: 15.12vw !important;
  }
  .util .fsize59 {
    font-size: 15.38vw !important;
  }
  .util .fsize60 {
    font-size: 15.65vw !important;
  }
  .util .fsize61 {
    font-size: 15.91vw !important;
  }
  .util .fsize62 {
    font-size: 16.17vw !important;
  }
  .util .fsize63 {
    font-size: 16.43vw !important;
  }
  .util .fsize64 {
    font-size: 16.69vw !important;
  }
  .util .fsize65 {
    font-size: 16.95vw !important;
  }
  .util .fsize66 {
    font-size: 17.21vw !important;
  }
  .util .fsize67 {
    font-size: 17.47vw !important;
  }
  .util .fsize68 {
    font-size: 17.73vw !important;
  }
  .util .fsize69 {
    font-size: 17.99vw !important;
  }
  .util .fsize70 {
    font-size: 18.25vw !important;
  }
  .util .fsize71 {
    font-size: 18.51vw !important;
  }
  .util .fsize72 {
    font-size: 18.77vw !important;
  }
  .util .tel {
    font-size: 7.82vw;
    padding-left: 6.52vw;
    background-size: 5.74vw auto;
  }
  .util .head01 {
    font-size: 4.69vw !important;
  }
  .util .head01.-dot {
    padding-left: 5.22vw;
  }
  .util .head01.-dot:before {
    width: 3.13vw;
    height: 3.13vw;
    left: 0.26vw;
    top: calc(50% - 1.83vw);
  }
  .util .head02 {
    font-size: 5.48vw !important;
  }
  .util .head02.-dot {
    padding-left: 5.22vw;
  }
  .util .head02.-dot:before {
    width: 3.13vw;
    height: 3.13vw;
    left: 0.26vw;
    top: calc(50% - 1.83vw);
  }
  .util .head03 {
    font-size: 6.26vw !important;
  }
  .util .head03.-dot {
    padding-left: 5.22vw;
  }
  .util .head03.-dot:before {
    width: 3.13vw;
    height: 3.13vw;
    left: 0.26vw;
    top: calc(50% - 1.83vw);
  }
  .util .head04 {
    font-size: 7.04vw !important;
  }
  .util .head04.-dot {
    padding-left: 5.22vw;
  }
  .util .head04.-dot:before {
    width: 3.13vw;
    height: 3.13vw;
    left: 0.26vw;
    top: calc(50% - 1.83vw);
  }
  .util .head05 {
    font-size: 7.82vw !important;
  }
  .util .head05.-dot {
    padding-left: 5.22vw;
  }
  .util .head05.-dot:before {
    width: 3.13vw;
    height: 3.13vw;
    left: 0.26vw;
    top: calc(50% - 1.83vw);
  }
  .util .head06 {
    font-size: 8.6vw !important;
  }
  .util .head06.-dot {
    padding-left: 5.22vw;
  }
  .util .head06.-dot:before {
    width: 3.13vw;
    height: 3.13vw;
    left: 0.26vw;
    top: calc(50% - 1.83vw);
  }
  .util .block {
    padding: 3.91vw 4.43vw;
  }
  .util .btn {
    box-shadow: 0 1.04vw 0 #b3b2ab;
  }
  .util .btn.-conv, .util .btn.-sim, .util .btn.-denkigas, .util .btn.-denki, .util .btn.-gas, .util .btn.-shadowBl, .util .btn.-close {
    box-shadow: 0px 1.04vw 0px #000;
  }
  .util .btn.-sizeS {
    --btn-width: 58.40938vw;
    --btn-height: 13.0378vw;
  }
  .util .btn.-sizeSS {
    padding: 2.61vw 8.34vw 3.13vw;
  }
  .util .btn.-sizeSS.-file:before {
    right: 2.61vw;
    width: 2.09vw;
    height: 2.61vw;
    top: calc(50% - 1.3vw);
  }
  .util .btn.-sizeSS.-blank:before {
    right: 2.61vw;
    width: 2.61vw;
    height: 2.61vw;
    top: calc(50% - 1.3vw);
  }
  .util .btn.-sizeS {
    --btn-width: 80%;
  }
  .util .btn.-sizeS.-file:before {
    right: 3.91vw;
  }
  .util .btn.-sizeS.-blank:before {
    right: 3.91vw;
  }
  .util .btn.-sizeL {
    --btn-width: 100%;
    --btn-height: 20vw;
  }
  .util .btn.-file:before {
    content: "";
    position: absolute;
    right: 5.22vw;
    top: calc(50% - 1.83vw);
    width: 3.13vw;
    height: 3.65vw;
  }
  .util .btn.-blank:before {
    right: 2.61vw;
    top: calc(50% - 1.83vw);
    width: 3.65vw;
    height: 3.65vw;
  }
  .util .btn.-ar:before {
    right: 2.61vw;
    top: calc(50% - 1.3vw);
    width: 2.61vw;
    height: 2.61vw;
  }
  .util .btn.-close:before {
    right: 2.61vw;
    top: calc(50% - 0.26vw);
    width: 3.13vw;
    height: 0.52vw;
  }
  .util .btn.-close:after {
    right: 2.61vw;
    top: calc(50% - 0.26vw);
    width: 3.13vw;
    height: 0.52vw;
  }
  .util .btnArea {
    -ms-flex-flow: column;
        flex-flow: column;
  }
  .util .btnArea > .btn {
    width: 100%;
  }
  .util .btnArea > .btn:first-child {
    margin-right: 0;
    margin-top: 5.22vw;
    -ms-flex-order: 1;
        order: 1;
  }
  .util .btnArea > .btn.-sizeS {
    width: 80%;
  }
  .util .list.right > li, .util .list.center > li {
    display: block;
  }
  .util .list.right > li:before, .util .list.center > li:before {
    display: none;
  }
  .util .list.-noMarker > li {
    padding-left: 1em;
  }
  .util .list > li:before {
    width: 1.56vw;
    height: 1.56vw;
  }
  .util .list.-notes > li {
    padding-left: 3.13vw;
  }
  .util .list.-notes > li:before {
    font-size: 2.61vw;
  }
  .util .list.-asterisk > li {
    padding-left: 3.13vw;
  }
  .util .list.-asterisk > li:before {
    font-size: 2.61vw;
  }
  .util .table {
    /*
          &.-w120{
            width: 120%;
          }
          &.-w140{
            width: 140%;
          }
    */
  }
  .util .table th, .util .table td {
    padding: 2.61vw;
  }
  .util .table.-w120 {
    width: 120%;
  }
  .util .table.-w140 {
    width: 140%;
  }
  .util .table.-w160 {
    width: 160%;
  }
  .util .table.-w180 {
    width: 180%;
  }
  .util .table.-w200 {
    width: 200%;
  }
  .util input[type=text],
  .util input[type=email],
  .util input[type=tel],
  .util textarea {
    font-size: 4.69vw;
    padding: 3.91vw;
  }
  .util select {
    font-size: 4.69vw;
    padding: 3.91vw 3.91vw 3.91vw 9.91vw;
  }
  .util .required {
    font-size: 3.13vw;
    padding: 0.78vw 1.56vw 1.04vw;
  }
  .util .alerthead {
    font-size: 4.69vw;
    padding: 2.61vw 0;
    background-size: 4.69vw auto, 4.69vw auto;
  }
  .util .alertmessage {
    font-size: 3.65vw;
    padding: 1.56vw 2.61vw;
    margin-top: 1.3vw;
  }
  .util .column {
    padding: 3.91vw 0;
  }
  .util .columnInner {
    gap: 2.61vw 2%;
  }
  .util .nameLabel {
    letter-spacing: 0;
  }
  .util .btnLabel {
    font-size: 3.65vw;
    padding: 2.61vw 1.3vw 2.61vw 6.78vw;
    min-height: 16.17vw;
  }
  .util .btnLabel.-radio:before {
    width: 2.61vw;
    height: 2.61vw;
    left: 2.61vw;
    top: calc(50% - 1.3vw);
  }
  .util .btnLabel.-check:before {
    width: 2.61vw;
    height: 2.61vw;
    border-radius: 2px;
    left: 2.61vw;
    top: calc(50% - 1.3vw);
  }
  .util .btnLabel.-check.checked:after {
    content: "";
    width: 2.09vw;
    height: 1.04vw;
    left: 2.61vw;
    top: calc(50% - 1.3vw);
  }
  .util .btnLabel.-spCol2 {
    width: 49%;
  }
  .util .btnLabel.-spFull {
    width: 100%;
  }
  .util .selectCol:before {
    background-color: #000;
    width: 3.13vw;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    height: calc(3.13vw / 2);
    right: 3.91vw;
    top: calc(50% - 0.78vw);
  }
  .util .selectCol.-spCol2 {
    width: 49%;
  }
  .util .selectCol.-spFull {
    width: 100%;
  }
  .util .confirm {
    padding: 3.13vw;
  }
  .util .history_tab > li > button {
    font-size: 4.17vw;
    padding: 3.65vw 0 3.91vw;
  }
  .util .history_tab > li > button:before {
    background-color: #fff;
    height: 2.09vw;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    width: calc(2.09vw / 2 * 1.7320508076);
    right: 2.61vw;
    top: calc(50% - 1.04vw);
  }
  .util .history_tab > li > button.active > button {
    padding: 3.65vw 0 3.91vw;
  }
  .util .history_lists > li {
    padding: 3.91vw 0;
  }
  .util .history_lists > li .history_col:not(:first-child) {
    margin-top: 1.3vw;
  }
  .util .history_col dt {
    font-size: 3.13vw;
    min-width: 20.86vw;
    padding: 2.61vw 0;
  }
  .util .history_col dd {
    padding: 1.3vw 0 1.3vw 2.61vw;
  }
  .util .history_course {
    font-size: 3.13vw;
    padding: 1.04vw 2.61vw;
    margin-bottom: 1.3vw;
  }
  .util .history_pn1 {
    gap: 0 2.61vw;
  }
  .util .history_pn1 > .prev,
  .util .history_pn1 > .next {
    width: 7.82vw;
    height: 7.82vw;
  }
  .util .history_pn1 > .prev:before,
  .util .history_pn1 > .next:before {
    left: calc(50% - 0.78vw);
    top: calc(50% - 1.04vw);
  }
  .util .history_pn1 > .prev:before {
    background-color: #fff;
    height: 2.09vw;
    clip-path: polygon(0 50%, 100% 0, 100% 100%);
    width: calc(2.09vw / 2 * 1.7320508076);
  }
  .util .history_pn1 > .next:before {
    background-color: #fff;
    height: 2.09vw;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    width: calc(2.09vw / 2 * 1.7320508076);
  }
  .util .history_pn1 > .page {
    gap: 0 1.3vw;
  }
  .util .history_pn1 > .page > .page_this {
    font-size: 4.17vw;
  }
  .util .history_pn1 > .page > .page_txt {
    font-size: 3.65vw;
  }
  .util .history_pn1 > .page > .page_all {
    font-size: 4.17vw;
  }
  .util .history_pn2 {
    gap: 0 2.61vw;
  }
  .util .history_pn2 > input[type=tel] {
    padding: 2.61vw;
    font-size: 4.17vw;
    width: 20.86vw;
  }
  .util .history_pn2 > .txt {
    font-size: 4.17vw;
  }
  .util .history_pn2 > .btn {
    height: 10.95vw;
    font-size: 3.65vw;
    padding: 0 6.26vw 0 5.22vw;
  }
  .util .history_pn2 > .btn:before {
    background-color: #fff;
    height: 2.09vw;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    width: calc(2.09vw / 2 * 1.7320508076);
    right: 1.56vw;
    top: calc(50% - 1.04vw);
  }
  .util .accorBtn {
    padding: 3.91vw 10.43vw 3.91vw 5.22vw;
  }
  .util .accorBtn:before {
    left: 3.91vw;
    font-size: 3.65vw;
    padding: 0.52vw 0;
    border-radius: 2px;
    min-width: 10.43vw;
  }
  .util .accorBtn.-q1 {
    padding-left: 16.95vw;
  }
  .util .accorBtn.-q1 + .accorArea .inner {
    padding-left: 16.95vw;
  }
  .util .accorBtn.-q2 {
    padding-left: 16.95vw;
  }
  .util .accorBtn.-q2 + .accorArea .inner {
    padding-left: 16.95vw;
  }
  .util .accorBtn.-q3 {
    padding-left: 16.95vw;
  }
  .util .accorBtn.-q3 + .accorArea .inner {
    padding-left: 16.95vw;
  }
  .util .accorBtn.-q4 {
    padding-left: 16.95vw;
  }
  .util .accorBtn.-q4 + .accorArea .inner {
    padding-left: 16.95vw;
  }
  .util .accorBtn.-q5 {
    padding-left: 16.95vw;
  }
  .util .accorBtn.-q5 + .accorArea .inner {
    padding-left: 16.95vw;
  }
  .util .accorBtn.-q6 {
    padding-left: 16.95vw;
  }
  .util .accorBtn.-q6 + .accorArea .inner {
    padding-left: 16.95vw;
  }
  .util .accorBtn.-q7 {
    padding-left: 16.95vw;
  }
  .util .accorBtn.-q7 + .accorArea .inner {
    padding-left: 16.95vw;
  }
  .util .accorBtn.-q8 {
    padding-left: 16.95vw;
  }
  .util .accorBtn.-q8 + .accorArea .inner {
    padding-left: 16.95vw;
  }
  .util .accorBtn.-q9 {
    padding-left: 16.95vw;
  }
  .util .accorBtn.-q9 + .accorArea .inner {
    padding-left: 16.95vw;
  }
  .util .accorBtn.-q10 {
    padding-left: 16.95vw;
  }
  .util .accorBtn.-q10 + .accorArea .inner {
    padding-left: 16.95vw;
  }
  .util .accorBtn.-q11 {
    padding-left: 16.95vw;
  }
  .util .accorBtn.-q11 + .accorArea .inner {
    padding-left: 16.95vw;
  }
  .util .accorBtn.-q12 {
    padding-left: 16.95vw;
  }
  .util .accorBtn.-q12 + .accorArea .inner {
    padding-left: 16.95vw;
  }
  .util .accorBtn.-q13 {
    padding-left: 16.95vw;
  }
  .util .accorBtn.-q13 + .accorArea .inner {
    padding-left: 16.95vw;
  }
  .util .accorBtn.-q14 {
    padding-left: 16.95vw;
  }
  .util .accorBtn.-q14 + .accorArea .inner {
    padding-left: 16.95vw;
  }
  .util .accorBtn.-q15 {
    padding-left: 16.95vw;
  }
  .util .accorBtn.-q15 + .accorArea .inner {
    padding-left: 16.95vw;
  }
  .util .accorBtn.-q16 {
    padding-left: 16.95vw;
  }
  .util .accorBtn.-q16 + .accorArea .inner {
    padding-left: 16.95vw;
  }
  .util .accorBtn.-q17 {
    padding-left: 16.95vw;
  }
  .util .accorBtn.-q17 + .accorArea .inner {
    padding-left: 16.95vw;
  }
  .util .accorBtn.-q18 {
    padding-left: 16.95vw;
  }
  .util .accorBtn.-q18 + .accorArea .inner {
    padding-left: 16.95vw;
  }
  .util .accorBtn.-q19 {
    padding-left: 16.95vw;
  }
  .util .accorBtn.-q19 + .accorArea .inner {
    padding-left: 16.95vw;
  }
  .util .accorBtn.-q20 {
    padding-left: 16.95vw;
  }
  .util .accorBtn.-q20 + .accorArea .inner {
    padding-left: 16.95vw;
  }
  .util .accorArea .inner {
    padding: 0 5.22vw 3.91vw;
  }
  .util .accorArea .inner:before {
    left: 3.91vw;
    font-size: 3.65vw;
    padding: 0.52vw 0;
    border-radius: 2px;
    min-width: 10.43vw;
  }
  .util .accorIco {
    position: absolute;
    width: 3.13vw;
    height: 3.13vw;
    right: 3.91vw;
    top: calc(50% - 1.56vw);
  }
  .util .accorIco:before {
    width: 3.13vw;
    height: 0.52vw;
    top: calc(50% - 0.26vw);
  }
  .util .accorIco:after {
    content: "";
    width: 0.52vw;
    height: 3.13vw;
    left: calc(50% - 0.26vw);
  }
}
/*============================================================
  modal
============================================================*/
@keyframes fade_in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade_out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes slide_in_bg {
  0% {
    transform: translateX(-100vw);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slide_in_bg_ie {
  0% {
    transform: translateX(-100rem);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slide_out_bg {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100vw);
  }
}
@keyframes slide_out_bg_ie {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100rem);
  }
}
@keyframes slide_in_contents {
  0% {
    transform: translateY(40px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes zoom_out_contents {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
@keyframes zoom_in_btn {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
#modal_bg.active.in {
  animation: 0.3s cubic-bezier(0.15, 0.29, 0.62, 0.99) both;
  animation-name: fade_in;
}

#modal_bg.active.out {
  animation: 0.3s cubic-bezier(0.15, 0.29, 0.62, 0.99) both;
  animation-name: fade_out;
}

#modal_close.active.in {
  animation: 0.3s cubic-bezier(0.15, 0.29, 0.62, 0.99) both;
  animation-name: fade_in, zoom_in_btn;
}
#modal_close.active.in:hover {
  opacity: 0.7;
}

#modal_close.active.out {
  animation: 0.3s cubic-bezier(0.15, 0.29, 0.62, 0.99) both;
  animation-name: fade_out, zoom_out_contents;
}

.modal_contents.active.in {
  animation: 0.3s cubic-bezier(0.15, 0.29, 0.62, 0.99) both;
  animation-name: fade_in, slide_in_contents;
}

.modal_contents.active.out {
  animation: 0.3s cubic-bezier(0.15, 0.29, 0.62, 0.99) both;
  animation-name: fade_out, zoom_out_contents;
}

body.iframe {
  background: #fff;
  height: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
body.iframe::-webkit-scrollbar {
  display: none;
}

.modal_contents {
  display: none;
  opacity: 0;
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  color: #666666;
  position: fixed;
  z-index: 1002;
  max-width: 1025px;
  width: 88%;
  border-radius: var(--radius3);
}
.modal_contents iframe {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}

.modal_contents.active {
  display: block;
}

.modal_iframe {
  overflow-y: hidden;
  -webkit-overflow-scrolling: auto;
}
.modal_iframe.-ios {
  overflow-y: y;
  -webkit-overflow-scrolling: touch;
}

body.redirectModal #modal_close {
  display: none;
}
body.redirectModal #modal_bg {
  background-color: rgba(0, 0, 0, 0.7);
}

.modal_oldDomain {
  box-sizing: border-box;
  border: 4px solid #d20000;
  color: #000;
}
.modal_oldDomain .scroller {
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.modal_oldDomain .scroller::-webkit-scrollbar {
  display: none;
}
.modal_oldDomain .inner {
  max-width: 760px;
  width: 92%;
  padding: 60px 0 70px;
  margin: 0 auto;
  text-align: center;
}

.oldDomain_head {
  font-size: var(--fsize40);
  font-weight: 400;
  line-height: 1.5;
}

.oldDomain_read {
  font-size: var(--fsize16);
  margin-top: 30px;
}

.oldDomain_kakomi {
  border: 2px solid #f0f0f0;
  border-radius: var(--radius3);
  padding: 30px;
  margin-top: 30px;
}

.oldDomain_before {
  font-size: var(--fsize20);
  line-height: 1.5;
  word-break: break-all;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 10px;
}
.oldDomain_before:before {
  content: "";
  width: 10px;
  height: 7px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: #000;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.oldDomain_after {
  font-size: var(--fsize20);
  line-height: 1.5;
  word-break: break-all;
  font-weight: bold;
  color: #d20000;
}
.oldDomain_after > a {
  color: #d20000;
}

.oldDomain_btm {
  font-size: var(--fsize16);
  margin-top: 30px;
}

.oldDomain_close {
  margin-top: 30px;
  font-size: var(--fsize18);
  font-weight: 500;
  background: #747474 !important;
  box-shadow: none !important;
  color: #fff !important;
}
.oldDomain_close:before, .oldDomain_close:after {
  background: #fff !important;
}

#modal_close {
  position: fixed;
  width: 80px;
  height: 80px;
  right: 10px;
  top: 10px;
  z-index: 1010;
  cursor: pointer;
  opacity: 0;
  transform: scale(1.2);
  transition: opacity cubic-bezier(0.15, 0.29, 0.62, 0.99) 0.3s, transform cubic-bezier(0.15, 0.29, 0.62, 0.99) 0.3s;
}
#modal_close:hover {
  opacity: 0.7;
}
#modal_close:before {
  content: "";
  width: 40px;
  height: 2px;
  border-radius: 2px;
  transform: rotateZ(45deg);
  position: absolute;
  left: calc(50% - 20px);
  top: calc(50% - 1px);
  background: #fff;
}
#modal_close:after {
  content: "";
  width: 40px;
  height: 2px;
  border-radius: 2px;
  transform: rotateZ(-45deg);
  position: absolute;
  left: calc(50% - 20px);
  top: calc(50% - 1px);
  background: #fff;
}

#modal_bg {
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1001;
}
#modal_bg:before {
  content: "";
  animation: rotate 0.8s linear infinite;
  background: transparent;
  border: 4px solid #222222;
  border-bottom-color: #616161;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  padding: 0;
  position: absolute;
  top: 40%;
  width: 50px;
}
#modal_bg.-offLoading:before {
  display: none;
}

#modal_loading {
  width: 50px;
  position: absolute;
  left: 50%;
  top: 42%;
  margin: -25px 0 0 -25px;
  display: none;
}
#modal_loading img {
  width: 100%;
  height: auto;
  display: block;
}

.modal_yt {
  background-color: #000000;
}

@media screen and (max-width: 980px) {
  #modal_bg:before {
    border-width: 2px;
    height: 26px;
    margin: -13px 0 0 -13px;
    width: 26px;
  }
  #modal_close:hover {
    opacity: 1;
  }
  .modal_oldDomain {
    border: 4px solid #d20000;
    overflow-y: hidden;
  }
  .modal_oldDomain .scroller {
    height: 100%;
    overflow-y: auto;
  }
  .modal_oldDomain .inner {
    padding: 40px 0;
    text-align: left;
  }
  .oldDomain_head {
    font-size: var(--fsize40);
  }
  .oldDomain_read {
    font-size: var(--fsize28);
    margin-top: 30px;
  }
  .oldDomain_kakomi {
    padding: 30px;
    margin-top: 30px;
  }
  .oldDomain_before {
    font-size: var(--fsize32);
    padding-bottom: 36px;
    margin-bottom: 20px;
  }
  .oldDomain_before:before {
    width: 24px;
    height: 16px;
  }
  .oldDomain_after {
    font-size: var(--fsize32);
  }
  .oldDomain_btm {
    font-size: var(--fsize28);
    margin-top: 30px;
  }
  .oldDomain_close {
    margin-top: 30px;
    font-size: var(--fsize28);
  }
}
@media screen and (max-width: 767px) {
  #modal_close {
    background-size: 40px;
    width: 40px;
    height: 40px;
    right: 10px;
    top: 10px;
    cursor: pointer;
  }
  #modal_close:before {
    width: 20px;
    left: calc(50% - 10px);
  }
  #modal_close:after {
    width: 20px;
    left: calc(50% - 10px);
  }
  body.redirectModal #modal_close {
    right: 10px;
    top: 10px;
  }
  .modal_oldDomain {
    border: 2px solid #d20000;
  }
  .modal_oldDomain .inner {
    padding: 5.22vw 0;
  }
  .oldDomain_head {
    font-size: 5.22vw;
  }
  .oldDomain_read {
    font-size: 3.65vw;
    margin-top: 3.91vw;
  }
  .oldDomain_kakomi {
    padding: 3.91vw;
    margin-top: 3.91vw;
  }
  .oldDomain_before {
    font-size: 4.17vw;
    padding-bottom: 4.69vw;
    margin-bottom: 2.61vw;
  }
  .oldDomain_before:before {
    width: 3.13vw;
    height: 2.09vw;
  }
  .oldDomain_after {
    font-size: 4.17vw;
  }
  .oldDomain_btm {
    font-size: 3.65vw;
    margin-top: 3.91vw;
  }
  .oldDomain_close {
    margin-top: 3.91vw;
    font-size: 3.65vw;
  }
}
#globalHeader {
  background: #fff;
  box-sizing: border-box;
  height: 79px;
  padding: 22px 0 0 30px;
}
#globalHeader .logo {
  width: 340px;
  display: block;
  font-size: 0;
  line-height: 0;
}
#globalHeader .logo img {
  width: 100%;
  height: auto;
}
#globalHeader .logo:hover {
  opacity: 1;
}

#localHeader {
  height: 120px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: center;
      align-items: center;
  gap: 20px;
  padding-right: 120px;
  background: #fff;
  border-top: 2px solid #f0f0f0;
  position: relative;
}
#localHeader .header_logo {
  width: 521px;
  position: absolute;
  left: calc(50% - 260px);
}
#localHeader .header_qa {
  width: 220px;
  height: 80px;
  background: var(--color-base);
  border-radius: var(--radius2);
  color: #000;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  font-weight: 500;
  position: relative;
  padding-left: 15px;
}
#localHeader .header_qa:before {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  background: url(/denkigas/cmn/img/ico_q_w.svg) no-repeat center #000;
  background-size: 10px auto;
  border-radius: 50%;
  left: 12px;
  top: calc(50% - 15px);
}
#localHeader .header_qa:after {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  right: 10px;
  top: calc(50% - 8px);
  background: url(/denkigas/cmn/img/ico_blank_g.svg) no-repeat center;
  background-size: 16px auto;
}
#localHeader .header_qa:hover {
  text-decoration: none;
}

/* mainFooter */
#globalFooter {
  padding: 0;
  position: relative;
}
#globalFooter a {
  color: #fff;
}
#globalFooter a.btn {
  color: #000;
}
#globalFooter a.txtLink {
  text-decoration: none !important;
}
#globalFooter .ptopPc {
  width: 70px;
  height: 70px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 75;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.2s ease-in;
  -webkit-transition: opacity 0.2s ease-in;
}
#globalFooter .ptopPc img {
  opacity: 0.6;
  transition: opacity 0.3s ease-out;
  -webkit-transition: opacity 0.3s ease-out;
}
#globalFooter .ptopPc:hover img {
  opacity: 1;
}
#globalFooter .ptopPc.active {
  opacity: 1;
}
#globalFooter .ptopPc.stop {
  position: absolute;
  bottom: 80px;
}
#globalFooter .ptopPc.nolink.stop {
  position: absolute;
  bottom: 20px;
}
#globalFooter .ouchi {
  padding: 30px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  gap: 20px;
  background: #fff;
}
#globalFooter .ouchi_head {
  width: 273px;
  margin-right: 20px;
}
#globalFooter .ouchi_denki, #globalFooter .ouchi_soler, #globalFooter .ouchi_gas, #globalFooter .ouchi_denkigas {
  width: 280px;
  height: 80px;
  background: var(--color-denki-key);
  font-size: 0;
  line-height: 0.1;
  border-radius: 20px;
  box-shadow: 0 4px 0 var(--color-denki-key-shadow);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
}
#globalFooter .ouchi_denki > img, #globalFooter .ouchi_soler > img, #globalFooter .ouchi_gas > img, #globalFooter .ouchi_denkigas > img {
  width: 148px;
  height: auto;
}
#globalFooter .ouchi_denki:before, #globalFooter .ouchi_soler:before, #globalFooter .ouchi_gas:before, #globalFooter .ouchi_denkigas:before {
  content: "";
  width: 14px;
  height: 14px;
  background: url(/denkigas/cmn/img/ico_blank_bl.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  right: 10px;
  top: calc(50% - 7px);
}
#globalFooter .ouchi_denkigas {
  display: none;
  background: var(--color-key);
  box-shadow: 0 4px 0 var(--color-key-shadow);
}
#globalFooter .ouchi_denkigas > img {
  width: 208px;
  height: auto;
}
#globalFooter .ouchi_gas {
  background: var(--color-gas-key);
  box-shadow: 0 4px 0 var(--color-gas-key-shadow);
}
#globalFooter .ouchi_gas > img {
  width: 171px;
  height: auto;
}
#globalFooter .ouchi_soler {
  background: var(--color-soler-key);
  box-shadow: 0 4px 0 var(--color-soler-key-shadow);
}
#globalFooter .ouchi_soler > img {
  width: 154px;
  height: auto;
}
#globalFooter .footerBack {
  margin-bottom: 80px;
  font-size: var(--fsize20);
  font-weight: 500;
}
#globalFooter .footerFixed {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-flow: column wrap;
      flex-flow: column wrap;
  gap: 10px;
  z-index: 4;
  padding: 10px 0;
}
#globalFooter .footerFixed > a {
  width: 70px;
  padding-right: 8px;
  transform: translateX(8px);
  height: 240px;
  text-align: center;
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  border-radius: var(--radius2) 0 0 var(--radius2);
  position: relative;
  font-size: var(--fsize16);
  letter-spacing: 0;
  font-weight: 500;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  line-height: 1.4;
  overflow: hidden;
  transition: background ease-out 0.3s;
}
#globalFooter .footerFixed > a:hover {
  text-decoration: none;
  opacity: 1;
}
@media screen and (min-width: 1024px) {
  #globalFooter .footerFixed > a {
    transition: padding 0.1s, transform 0.1s;
  }
  #globalFooter .footerFixed > a:hover {
    padding-right: 0;
    transform: translateX(0);
  }
}
#globalFooter .footerFixed.-relative {
  position: relative;
  bottom: 0px;
  background: none;
}
#globalFooter .footerFixedBtnSim {
  background: url(/denkigas/cmn/img/simulator_bg.png) var(--color-key) repeat-y center top/auto 50%;
  box-shadow: 0px 4px 0px #000;
  color: #000;
  padding-top: 40px;
}
@media screen and (min-width: 1024px) {
  #globalFooter .footerFixedBtnSim:hover .ico {
    transform: translateX(-50%);
  }
}
#globalFooter .footerFixedBtnSim .ico {
  position: absolute;
  left: 50%;
  transform: translateX(calc(-40% - 8px));
  top: 12px;
  width: 43px;
  height: 36px;
  background: url(/denkigas/cmn/img/simulator_ico.png) no-repeat center/contain;
  transition: transform 0.1s;
}
#globalFooter .footerFixedBtnEntry {
  background: linear-gradient(to bottom, #fdd000 0%, #8dee84 50%, #7fd2ff 100%);
  box-shadow: 0px 4px 0px #000;
  color: #000;
  font-size: var(--fsize20) !important;
}
@media screen and (min-width: 1024px) {
  #globalFooter .footerFixedBtnEntry:hover .ico {
    transform: translateX(-50%);
  }
}
#globalFooter .footerFixedBtnEntry .ico {
  position: absolute;
  left: 50%;
  transform: translateX(calc(-40% - 8px));
  top: 15px;
  width: 40px;
  height: 35px;
  background: url(/denkigas/cmn/img/ico_denkigas_img.svg) no-repeat center/contain;
  transition: transform 0.1s;
}
#globalFooter .footerPageTop {
  display: none;
}
#globalFooter .footerGroupOuter {
  width: 100%;
  box-sizing: border-box;
  padding: 30px;
  text-align: left;
  background: #000;
}
#globalFooter .footerGroupOuter .footerGroup {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: left;
      justify-content: left;
  -ms-flex-align: stretch;
      align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 25px;
  width: 100%;
  margin: 0 auto 30px;
  padding: 0;
}
#globalFooter .footerGroupOuter .groupLogo {
  border-right: 2px solid #262626;
  padding-right: 25px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
#globalFooter .footerGroupOuter .groupLogo .logo {
  width: 196px;
}
#globalFooter .footerGroupOuter .groupLinkCol {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: start;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 30px;
}
#globalFooter .footerGroupOuter .groupLinkCol:not(:first-child) {
  margin-top: 16px;
}
#globalFooter .footerGroupOuter .groupLinkCol a {
  display: block;
  position: relative;
  width: 100%;
  box-sizing: content-box;
}
#globalFooter .footerGroupOuter .groupLinkCol a:hover {
  opacity: 1 !important;
}
#globalFooter .footerGroupOuter .groupLinkCol a.blank {
  padding-right: 22px;
}
#globalFooter .footerGroupOuter .groupLinkCol a.blank:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: url(../img/footer_ico_blank.svg) no-repeat left top;
  background-size: contain;
  position: absolute;
  right: 6px;
  top: calc(50% - 5px);
}
#globalFooter .footerGroupOuter .groupLinkCol .hd {
  max-width: 208px;
}
#globalFooter .footerGroupOuter .groupLinkCol .eneos {
  max-width: 78px;
}
#globalFooter .footerGroupOuter .groupLinkCol .oil {
  max-width: 146px;
}
#globalFooter .footerGroupOuter .groupLinkCol .metal {
  max-width: 62px;
}
#globalFooter .footerGroupOuter .groupLinkCol .materials {
  max-width: 158px;
}
#globalFooter .footerGroupOuter .groupLinkCol .renewwable {
  max-width: 264px;
}
#globalFooter .footerGroupOuter .copyright {
  color: #fff;
  font-size: var(--fsize16);
  color: #cbcbcb;
  letter-spacing: 0;
  line-height: 1.4;
  text-align: right;
}
#globalFooter .footerLinkContents {
  margin: 0 auto;
  width: 100%;
  position: relative;
}
#globalFooter .footerLink {
  width: 100%;
  background: #000;
  border-bottom: 2px solid #262626;
}
#globalFooter .footerLink.-denki, #globalFooter .footerLink.-gas {
  display: none;
}
#globalFooter .footerLink.-denki .footerLinkIn, #globalFooter .footerLink.-gas .footerLinkIn {
  max-width: 1000px;
  -ms-flex-pack: center;
      justify-content: center;
}
#globalFooter .footerLinkIn {
  max-width: 1200px;
  width: 96%;
  margin: 0 auto;
  text-align: center;
  padding: 20px 10px;
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  gap: 20px 30px;
}
#globalFooter .footerLinkIn + .footerLinkIn {
  border-top: 1px solid #262626;
}
#globalFooter .footerLinkIn > li {
  font-size: var(--fsize14);
  line-height: 1;
}
#globalFooter .footerLinkIn > li .logo {
  display: block;
  width: 293px;
  margin-right: 10px;
}
#globalFooter .footerLinkIn > li .logo.-denki {
  width: 176px;
}
#globalFooter .footerLinkIn > li .logo.-gas {
  width: 204px;
}
#globalFooter .footerRelated {
  background: #3b3835;
  color: #fff;
  padding: 80px 0;
}
#globalFooter .footerRelatedIn {
  max-width: 1200px;
  width: 94%;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  gap: 60px 4%;
}
#globalFooter .footerRelatedCat {
  vertical-align: top;
  width: 30.6666%;
}
#globalFooter .footerRelatedCat.-other {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
}
#globalFooter .footerRelatedCat.-other .footerRelatedHead {
  font-size: var(--fsize20);
  font-weight: 500;
  line-height: 1.4;
  border-right: 1px solid #ccc;
  border-bottom: none;
  padding: 10px 18px 10px 0;
  margin: 0 18px 0 0;
}
#globalFooter .footerRelatedCat.-other .footerRelatedLink {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  gap: 18px;
}
#globalFooter .footerRelatedCat.-other .footerRelatedLink > li + li {
  margin-top: 0;
}
#globalFooter .footerRelatedHead {
  font-size: var(--fsize20);
  font-weight: 500;
  line-height: 1.4;
  border-bottom: 1px solid #ccc;
  padding-bottom: 18px;
  margin-bottom: 18px;
}
#globalFooter .footerRelatedLink > li {
  line-height: 1;
}
#globalFooter .footerRelatedLink > li + li {
  margin-top: 14px;
}
#globalFooter .footerRelatedLink > li > a {
  color: #ccc;
  font-size: var(--fsize16);
  line-height: 1.4;
}
@media (any-hover: hover) {
  #globalFooter .footerRelatedLink > li > a:hover {
    text-decoration: underline !important;
  }
}

@media screen and (max-width: 1400px) {
  #localHeader .header_logo {
    left: 30px;
  }
}
@media screen and (max-width: 1240px) {
  #globalFooter .ouchi {
    padding: 30px 0;
    gap: 10px;
  }
  #globalFooter .ouchi_head {
    margin-right: 10px;
  }
  #globalFooter .ouchi_denki, #globalFooter .ouchi_denkigas, #globalFooter .ouchi_gas, #globalFooter .ouchi_soler {
    width: 220px;
  }
  #globalFooter .ouchi_denki:before, #globalFooter .ouchi_denkigas:before, #globalFooter .ouchi_gas:before, #globalFooter .ouchi_soler:before {
    right: 10px;
    top: 10px;
  }
}
#blank #globalFooter .ouchi,
#blank #globalFooter .footerBack,
#blank #globalFooter .footerLink,
#blank #globalFooter .footerFixedOuter,
#blank #globalFooter .footerGroup {
  display: none !important;
}

#other #localHeader {
  padding-right: 20px;
}
#other #globalFooter .ouchi,
#other #globalFooter .footerBack,
#other #globalFooter .footerRelated,
#other #globalFooter .footerFixedOuter,
#other #globalFooter .footerPageTop {
  display: none !important;
}
#other.denki #globalFooter .footerLink.-denki {
  display: block !important;
}
#other.denki #globalFooter .footerLink.-denkigas, #other.denki #globalFooter .footerLink.-gas {
  display: none !important;
}
#other.gas #globalFooter .footerLink.-gas {
  display: block !important;
}
#other.gas #globalFooter .footerLink.-denkigas, #other.gas #globalFooter .footerLink.-denki {
  display: none !important;
}
#other.corp #globalFooter .footerLink {
  display: none !important;
}

#article #globalFooter .footerBack,
#article #globalFooter .footerRelated,
#article #globalFooter .footerFixedOuter,
#article #globalFooter .ouchi_soler,
#article #globalFooter .footerPageTop {
  display: none !important;
}
#article #globalFooter .ouchi_denkigas {
  display: -ms-flexbox;
  display: flex;
}

#information #globalFooter .ouchi_soler {
  display: none !important;
}
#information #globalFooter .ouchi_denkigas {
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1024px) {
  #localHeader .header_logo {
    width: 360px;
    left: 30px;
  }
  #globalFooter {
    /* mainFooter */
  }
  #globalFooter .ouchi {
    padding: 60px 0;
    -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
    gap: 30px;
  }
  #globalFooter .ouchi_head {
    width: 407px;
    margin-right: 0;
  }
  #globalFooter .ouchi_denki, #globalFooter .ouchi_denkigas, #globalFooter .ouchi_gas, #globalFooter .ouchi_soler {
    width: 580px;
    height: 140px;
    border-radius: 20px;
    box-shadow: 0 8px 0 var(--color-denki-key-shadow);
  }
  #globalFooter .ouchi_denki > img, #globalFooter .ouchi_denkigas > img, #globalFooter .ouchi_gas > img, #globalFooter .ouchi_soler > img {
    width: 296px;
  }
  #globalFooter .ouchi_denki:before, #globalFooter .ouchi_denkigas:before, #globalFooter .ouchi_gas:before, #globalFooter .ouchi_soler:before {
    width: 24px;
    height: 24px;
    right: 20px;
    top: calc(50% - 12px);
  }
  #globalFooter .ouchi_denkigas {
    background: var(--color-key);
    box-shadow: 0 8px 0 var(--color-key-shadow);
  }
  #globalFooter .ouchi_denkigas > img {
    width: 416px;
  }
  #globalFooter .ouchi_gas {
    background: var(--color-gas-key);
    box-shadow: 0 8px 0 var(--color-gas-key-shadow);
  }
  #globalFooter .ouchi_gas > img {
    width: 342px;
  }
  #globalFooter .ouchi_soler {
    background: var(--color-soler-key);
    box-shadow: 0 8px 0 var(--color-soler-key-shadow);
  }
  #globalFooter .ouchi_soler > img {
    width: 308px;
  }
  #globalFooter .footerBack {
    margin-bottom: 80px;
    font-size: var(--fsize28);
  }
  #globalFooter .footerFixedOuter {
    box-sizing: border-box;
    position: relative;
    width: 100%;
    height: 120px;
    background: #000;
  }
  #globalFooter .footerFixed {
    position: fixed;
    top: auto;
    transform: translateY(0);
    bottom: 0;
    left: 0;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    gap: 0;
    z-index: 4;
    padding: 0;
  }
  #globalFooter .footerFixed > a {
    padding-right: 0;
    transform: translateX(0);
    width: 50%;
    height: 120px;
    text-align: center;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    border-radius: 0;
    position: relative;
    font-size: var(--fsize28);
    -ms-writing-mode: lr-tb;
        writing-mode: horizontal-tb;
    line-height: 1.4;
    border: none;
    overflow: hidden;
  }
  #globalFooter .footerFixed > a:hover {
    text-decoration: none;
    opacity: 1;
  }
  #globalFooter .footerFixed > a:before {
    content: "";
    position: absolute;
    right: 10px;
    top: calc(50% - 8px);
    width: 16px;
    height: 16px;
    background: url(/denki/cmn/img/ico_blank_bl.svg) no-repeat center/contain;
  }
  #globalFooter .footerFixed.-relative {
    position: relative;
    bottom: 0px;
    background: none;
  }
  #globalFooter .footerFixedBtnSim {
    background-size: auto 150%;
    box-shadow: none;
    padding: 0 0 0 60px;
  }
  #globalFooter .footerFixedBtnSim:before {
    display: none;
  }
  #globalFooter .footerFixedBtnSim .ico {
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 86px;
    height: 72px;
  }
  #globalFooter .footerFixedBtnEntry {
    background: var(--color-conv);
    box-shadow: none;
    font-size: var(--fsize32) !important;
    padding-left: 40px;
  }
  #globalFooter .footerFixedBtnEntry .ico {
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
    width: 80px;
    height: 70px;
  }
  #globalFooter .footerPageTop {
    display: block;
    background: #89857c;
    color: #fff;
    text-align: center;
    padding: 20px 0;
    width: 100%;
    box-sizing: border-box;
    font-size: var(--fsize28);
    position: relative;
  }
  #globalFooter .footerPageTop:before {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    background: url(/denkigas/cmn/img/ico_pnav-up.svg) no-repeat center/contain;
  }
  #globalFooter .footerPageTop:hover {
    text-decoration: none;
  }
  #globalFooter .footerGroupOuter {
    padding: 30px 0;
  }
  #globalFooter .footerGroupOuter .footerGroup {
    display: block;
    margin: 0 auto 30px;
  }
  #globalFooter .footerGroupOuter .groupLogo {
    border-right: none;
    padding-right: 0;
    display: block;
  }
  #globalFooter .footerGroupOuter .groupLogo .logo {
    width: 222px;
    margin: 0 auto;
  }
  #globalFooter .footerGroupOuter .groupLinkCol {
    display: block;
    width: 100%;
  }
  #globalFooter .footerGroupOuter .groupLinkCol:not(:first-child) {
    margin-top: 0;
  }
  #globalFooter .footerGroupOuter .groupLinkCol a {
    margin-left: auto;
    margin-right: auto;
    margin-top: 16px;
    width: 100%;
  }
  #globalFooter .footerGroupOuter .groupLinkCol a.blank {
    padding-right: 36px;
  }
  #globalFooter .footerGroupOuter .groupLinkCol a.blank:before {
    width: 20px;
    height: 20px;
    right: 8px;
    top: calc(50% - 10px);
  }
  #globalFooter .footerGroupOuter .groupLinkCol .hd {
    max-width: 245px;
  }
  #globalFooter .footerGroupOuter .groupLinkCol .eneos {
    max-width: 92px;
  }
  #globalFooter .footerGroupOuter .groupLinkCol .oil {
    max-width: 184px;
  }
  #globalFooter .footerGroupOuter .groupLinkCol .metal {
    max-width: 68px;
  }
  #globalFooter .footerGroupOuter .groupLinkCol .materials {
    max-width: 186px;
  }
  #globalFooter .footerGroupOuter .groupLinkCol .renewwable {
    max-width: 312px;
  }
  #globalFooter .footerGroupOuter .copyright {
    font-size: var(--fsize20);
    text-align: center;
  }
  #globalFooter .footerLink {
    display: block;
  }
  #globalFooter .footerLinkIn {
    padding: 40px 20px;
    gap: 30px;
    -ms-flex-flow: column wrap;
        flex-flow: column wrap;
  }
  #globalFooter .footerLinkIn > li {
    font-size: var(--fsize24);
  }
  #globalFooter .footerLinkIn > li .logo {
    width: 293px;
    margin: 0;
  }
  #globalFooter .footerLinkIn > li .logo.-denki {
    margin: 0;
    width: 176px;
  }
  #globalFooter .footerLinkIn > li .logo.-gas {
    margin: 0;
    width: 204px;
  }
  #globalFooter .footerRelated {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #globalHeader {
    width: 100%;
    height: 50px;
    padding: 14px 0 0 15px;
  }
  #globalHeader .logo {
    width: 219px;
  }
  #localHeader {
    height: 14.34vw;
    gap: 2.61vw;
    padding-right: 14.34vw;
  }
  #localHeader .header_logo {
    width: 46.94vw;
    left: 3.26vw;
  }
  #localHeader .header_qa {
    width: 28.68vw;
    height: 11.73vw;
    padding-left: 1.96vw;
    font-size: 2.61vw;
    border-radius: 2.61vw;
  }
  #localHeader .header_qa:before {
    content: "";
    width: 3.91vw;
    height: 3.91vw;
    background-size: 1.3vw auto;
    left: 1.56vw;
    top: calc(50% - 1.96vw);
  }
  #localHeader .header_qa:after {
    content: "";
    width: 2.09vw;
    height: 2.09vw;
    right: 1.3vw;
    top: calc(50% - 1.04vw);
    background-size: 2.09vw auto;
  }
  #localHeader .header_qa:hover {
    text-decoration: none;
  }
  #globalFooter {
    /* mainFooter */
  }
  #globalFooter .ptopPc {
    display: none;
  }
  #globalFooter .ouchi {
    padding: 7.82vw 0;
    gap: 3.91vw;
  }
  #globalFooter .ouchi_head {
    width: 53.06vw;
  }
  #globalFooter .ouchi_denki, #globalFooter .ouchi_denkigas, #globalFooter .ouchi_gas, #globalFooter .ouchi_soler {
    width: 75.62vw;
    height: 18.25vw;
    border-radius: 2.61vw;
    box-shadow: 0 1.04vw 0 var(--color-denki-key-shadow);
  }
  #globalFooter .ouchi_denki > img, #globalFooter .ouchi_denkigas > img, #globalFooter .ouchi_gas > img, #globalFooter .ouchi_soler > img {
    width: 38.59vw;
  }
  #globalFooter .ouchi_denki:before, #globalFooter .ouchi_denkigas:before, #globalFooter .ouchi_gas:before, #globalFooter .ouchi_soler:before {
    width: 3.13vw;
    height: 3.13vw;
    right: 2.61vw;
    top: calc(50% - 1.56vw);
  }
  #globalFooter .ouchi_denkigas {
    background: var(--color-key);
    box-shadow: 0 1.04vw 0 var(--color-key-shadow);
  }
  #globalFooter .ouchi_denkigas > img {
    width: 54.24vw;
  }
  #globalFooter .ouchi_gas {
    background: var(--color-gas-key);
    box-shadow: 0 1.04vw 0 var(--color-gas-key-shadow);
  }
  #globalFooter .ouchi_gas > img {
    width: 44.59vw;
  }
  #globalFooter .ouchi_soler {
    background: var(--color-soler-key);
    box-shadow: 0 1.04vw 0 var(--color-soler-key-shadow);
  }
  #globalFooter .ouchi_soler > img {
    width: 40.16vw;
  }
  #globalFooter .footerFixedOuter {
    height: 15.65vw;
  }
  #globalFooter .footerFixed > a {
    height: 15.65vw;
    font-size: 3.65vw;
  }
  #globalFooter .footerFixed > a:before {
    right: 1.3vw;
    top: calc(50% - 1.04vw);
    width: 2.09vw;
    height: 2.09vw;
  }
  #globalFooter .footerBack {
    margin-bottom: 7.82vw;
    font-size: 3.65vw;
  }
  #globalFooter .footerFixedBtnSim {
    padding: 0 0 0 7.82vw;
  }
  #globalFooter .footerFixedBtnSim .ico {
    left: 2.61vw;
    width: 11.21vw;
    height: 9.39vw;
  }
  #globalFooter .footerFixedBtnEntry {
    font-size: 4.17vw !important;
    padding-left: 5.22vw;
  }
  #globalFooter .footerFixedBtnEntry .ico {
    left: 3.91vw;
    width: 10.43vw;
    height: 9.13vw;
  }
  #globalFooter .footerPageTop {
    padding: 2.61vw 0;
    font-size: 3.65vw;
  }
  #globalFooter .footerPageTop:before {
    width: 2.61vw;
    height: 2.61vw;
    right: 2.61vw;
  }
  #globalFooter .footerGroupOuter {
    padding: 23px 0;
  }
  #globalFooter .footerGroupOuter .footerGroup {
    display: block;
    margin: 0 auto 15px;
  }
  #globalFooter .footerGroupOuter .groupLogo {
    border-right: none;
    padding-right: 0;
    display: block;
  }
  #globalFooter .footerGroupOuter .groupLogo .logo {
    width: 167px;
    margin: 0 auto;
  }
  #globalFooter .footerGroupOuter .groupLink {
    padding: 0 15px;
  }
  #globalFooter .footerGroupOuter .groupLinkCol {
    display: block;
  }
  #globalFooter .footerGroupOuter .groupLinkCol:not(:first-child) {
    margin-top: 0;
  }
  #globalFooter .footerGroupOuter .groupLinkCol a {
    margin-left: auto;
    margin-right: auto;
    margin-top: 16px;
    width: 100%;
  }
  #globalFooter .footerGroupOuter .groupLinkCol a.blank {
    padding-right: 27px;
  }
  #globalFooter .footerGroupOuter .groupLinkCol a.blank:before {
    width: 14px;
    height: 14px;
    right: 6px;
    top: calc(50% - 7px);
  }
  #globalFooter .footerGroupOuter .groupLinkCol .hd {
    max-width: 184px;
  }
  #globalFooter .footerGroupOuter .groupLinkCol .eneos {
    max-width: 69px;
  }
  #globalFooter .footerGroupOuter .groupLinkCol .oil {
    max-width: 138px;
  }
  #globalFooter .footerGroupOuter .groupLinkCol .metal {
    max-width: 51px;
  }
  #globalFooter .footerGroupOuter .groupLinkCol .materials {
    max-width: 140px;
  }
  #globalFooter .footerGroupOuter .groupLinkCol .renewwable {
    max-width: 234px;
  }
  #globalFooter .footerGroupOuter .copyright {
    font-size: var(--fsize10);
    text-align: center;
  }
  #globalFooter .footerLinkIn {
    padding: 5.22vw 2.61vw;
    gap: 3.91vw;
  }
  #globalFooter .footerLinkIn > li {
    font-size: 3.13vw;
  }
  #globalFooter .footerLinkIn > li .logo {
    width: 38.2vw;
  }
  #globalFooter .footerLinkIn > li .logo.-denki {
    width: 22.95vw;
  }
  #globalFooter .footerLinkIn > li .logo.-gas {
    width: 26.6vw;
  }
  #other #localHeader {
    padding-right: 2.61vw;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes slide-in {
  0% {
    transform: translateX(100vw);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes radius-in {
  0% {
    border-radius: 50% 0 0 50%;
  }
  100% {
    border-radius: 0;
  }
}
@keyframes radius-out {
  0% {
    border-radius: 0;
  }
  100% {
    border-radius: 50vh 0 0 50vh;
  }
}
@keyframes backdrop-on {
  0% {
    -webkit-backdrop-filter: blur(0);
            backdrop-filter: blur(0);
  }
  100% {
    -webkit-backdrop-filter: blur(16px);
            backdrop-filter: blur(16px);
  }
}
@keyframes slide-out {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100vw);
  }
}
@keyframes bottom-in {
  0% {
    transform: translateY(40px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes bottom-out {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(40px);
  }
}
@keyframes op-on {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes op-off {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes filter-off {
  0% {
    filter: blur(32px);
  }
  100% {
    filter: blur(0);
  }
}
@keyframes filter-on {
  0% {
    filter: blur(0);
  }
  100% {
    filter: blur(32px);
  }
}
#article .humberger {
  display: none !important;
}

.humberger {
  width: 80px;
  height: 80px;
  border-radius: var(--radius2);
  background: #000;
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 100;
  cursor: pointer;
  border: none;
}
.humberger.-fixed {
  position: fixed;
}
.humberger .bar {
  width: 40px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: calc(50% - 20px);
  top: calc(50% - 1px);
  transition: transform 0.2s var(--easeOutSine), background 0.2s var(--easeOutSine), opacity 0.1s var(--easeOutSine);
}
.humberger .bar:nth-child(1) {
  top: calc(50% - 10px);
}
.humberger .bar:nth-child(2) {
  top: calc(50% + 8px);
}
.humberger.open {
  background: #fff;
  position: fixed;
}
.humberger.open > .bar {
  background: #000;
  opacity: 0;
}
.humberger.open > .bar:nth-child(1) {
  opacity: 1;
  transform: rotate(45deg);
  top: calc(50% - 2px);
}
.humberger.open > .bar:nth-child(2) {
  opacity: 1;
  top: calc(50% - 2px);
  transform: rotate(-45deg);
}
@media (min-width: 1024px) {
  .humberger {
    transition: opacity 0.3s;
  }
  .humberger:hover {
    opacity: 0.7;
  }
}

.menu {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  color: #fff;
  display: none;
}
.menu.active {
  display: block;
}
.menu.active .menu_scroller {
  display: block flex;
}
.menu.active .menu_inner {
  display: block;
}
.menu.active.on .menu_scroller {
  animation: fade-in 0.6s var(--easeOutMoment) both, backdrop-on 0.6s var(--easeOutSine) 0.1s both;
}
.menu.active.on .menu_inner {
  animation: filter-off 0.4s var(--easeOutSine) 0.3s both, bottom-in 0.6s var(--easeOutSine) 0.3s both, fade-in 0.6s var(--easeOutSine) 0.3s both;
}
.menu.active.off .menu_scroller {
  -webkit-backdrop-filter: blur(0);
          backdrop-filter: blur(0);
  animation: fade-out 0.3s var(--easeInSine) both;
}
.menu.active.off .menu_inner {
  animation: filter-on 0.3s var(--easeOutSine) both, bottom-out 0.3s var(--easeOutSine) both, fade-out 0.3s var(--easeOutSine) both;
}

.menu_scroller {
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  height: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
}

.menu_inner {
  width: 727px;
  height: auto;
  display: none;
  filter: blur(32px);
  opacity: 0;
}
@media (min-width: 1024px) {
  .menu_inner a {
    transition: opacity 0.3s var(--easeOutSine);
  }
  .menu_inner a:hover {
    opacity: 0.7;
  }
}

.menu_corp {
  position: relative;
}

.menu_logo {
  width: 521px;
  display: block;
  margin: 0 auto;
}

.menu_qa {
  color: #fff;
  font-size: var(--fsize20);
  display: table;
  margin: 20px auto 0;
  position: relative;
  padding: 0 22px 0 36px;
}
.menu_qa:before {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  background: url(/denkigas/cmn/img/ico_q_bl.svg) no-repeat center #fff;
  background-size: 10px auto;
  border-radius: 50%;
  left: 0;
  top: calc(50% - 15px);
}
.menu_qa:after {
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  right: 0;
  top: calc(50% - 7px);
  background: url(/denkigas/cmn/img/ico_blank_w.svg) no-repeat center;
  background-size: contain;
}

.menu_nav {
  margin-top: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  gap: 15px 3%;
}
.menu_nav > li {
  width: 48.5%;
  height: 70px;
}
.menu_nav > li.large {
  height: 80px;
  margin-bottom: 25px;
}
.menu_nav > li.large > a {
  color: #000;
  background: var(--color-conv);
}
.menu_nav > li.-sim a {
  padding-left: 30px;
}
.menu_nav > li.-sim a .ico {
  position: absolute;
  left: 10px;
  top: calc(50% - 27px);
  width: 70px;
  height: 59px;
  background: url(/denkigas/cmn/img/simulator_ico.png) no-repeat center;
  background-size: contain;
}
.menu_nav > li.-entry a {
  padding-left: 20px;
}
.menu_nav > li.-entry a .ico {
  position: absolute;
  left: 20px;
  top: calc(50% - 25px);
  width: 60px;
  height: 50px;
  background: url(/denkigas/cmn/img/ico_denkigas_img.svg) no-repeat center;
  background-size: contain;
}
.menu_nav > li.-blank > a:before {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  right: 15px;
  top: calc(50% - 8px);
  background: url(/denkigas/cmn/img/ico_blank_bl.svg) no-repeat center;
  background-size: contain;
}
.menu_nav > li.-blankW > a:before {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  right: 15px;
  top: calc(50% - 8px);
  background: url(/denkigas/cmn/img/ico_blank_w.svg) no-repeat center;
  background-size: contain;
}
.menu_nav > li > a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  border: 2px solid #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  border-radius: var(--radius2);
  font-size: var(--fsize20);
  text-align: center;
  line-height: 1.4;
  position: relative;
}
.menu_nav > li > a:has(.s) {
  padding-bottom: 0.3em;
}
.menu_nav > li > a .s {
  font-size: var(--fsize14);
}
.menu_nav > li > a:hover {
  text-decoration: none;
}

.guest {
  margin-top: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  gap: 20px;
}

.guest_head {
  font-size: var(--fsize30);
}

.guest_nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  gap: 15px;
}
.guest_nav > li {
  width: 240px;
  height: 80px;
}
.guest_nav > li.blank > a:before {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  right: 15px;
  top: calc(50% - 8px);
  background: url(/denkigas/cmn/img/ico_blank_w.svg) no-repeat center;
  background-size: contain;
}
.guest_nav > li > a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  border: 2px solid #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  border-radius: var(--radius2);
  font-size: var(--fsize18);
  line-height: 1.5;
  position: relative;
}
.guest_nav > li > a:hover {
  text-decoration: none;
}

.menu_ouchi {
  background: #fff;
  width: 100%;
  margin-top: 40px;
  border-radius: var(--radius3);
  padding: 20px;
}

.menu_ouchi_head {
  display: block;
  width: 273px;
  margin: 0 auto;
}

.menu_ouchi_btns {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  gap: 2%;
}

.menu_ouchi_denki, .menu_ouchi_soler, .menu_ouchi_gas {
  width: 32%;
  height: 80px;
  background: var(--color-denki-key);
  font-size: 0;
  line-height: 0.1;
  border-radius: 20px;
  box-shadow: 0 4px 0 var(--color-denki-key-shadow);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
}
.menu_ouchi_denki > img, .menu_ouchi_soler > img, .menu_ouchi_gas > img {
  width: 148px;
  height: auto;
}
.menu_ouchi_denki:before, .menu_ouchi_soler:before, .menu_ouchi_gas:before {
  content: "";
  width: 14px;
  height: 14px;
  background: url(/denkigas/cmn/img/ico_blank_bl.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  right: 10px;
  top: 10px;
}

.menu_ouchi_gas {
  background: var(--color-gas-key);
  box-shadow: 0 4px 0 var(--color-gas-key-shadow);
}
.menu_ouchi_gas > img {
  width: 171px;
  height: auto;
}

.menu_ouchi_soler {
  background: var(--color-soler-key);
  box-shadow: 0 4px 0 var(--color-soler-key-shadow);
}
.menu_ouchi_soler > img {
  width: 154px;
  height: auto;
}

@media screen and (max-width: 1024px) {
  .menu {
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
  }
  .menu_scroller {
    overflow-y: scroll;
    position: relative;
    padding: 50px 0;
  }
  /*
    .menu_bg{
      width: 100%;
      height: 100vh;
      position: absolute;
      left: 0;
      top: 0;
      transform: translateX(100%);
      background: rgba(73,47,33,.9);
    }
  */
  /*
    .menu_inner{
      max-width: 90%;
    }
  */
}
@media screen and (max-width: 767px) {
  .humberger {
    width: 11.73vw;
    height: 11.73vw;
    border-radius: 2.61vw;
    right: 1.3vw;
    top: 1.3vw;
  }
  .humberger .bar {
    width: 5.22vw;
    height: 1px;
    left: calc(50% - 2.61vw);
  }
  .humberger .bar:nth-child(1) {
    top: calc(50% - 6px);
  }
  .humberger .bar:nth-child(2) {
    top: calc(50% + 4px);
  }
  .humberger.open > .bar:nth-child(1) {
    top: calc(50% - 1px);
  }
  .humberger.open > .bar:nth-child(2) {
    top: calc(50% - 1px);
  }
  .menu_inner {
    width: 90%;
  }
  .menu_logo {
    width: 67.93vw;
  }
  .menu_qa {
    font-size: var(--fsize16);
    margin: 5.22vw auto 0;
    position: relative;
    padding: 0 16px 0 26px;
  }
  .menu_qa:before {
    width: 20px;
    height: 20px;
    background-size: 8px auto;
    top: calc(50% - 10px);
  }
  .menu_qa:after {
    width: 12px;
    height: 12px;
    top: calc(50% - 6px);
  }
  .menu_nav {
    margin-top: 5.22vw;
    -ms-flex-flow: column wrap;
        flex-flow: column wrap;
    gap: 2.61vw;
  }
  .menu_nav > li {
    width: 100%;
    height: 18.25vw;
  }
  .menu_nav > li.large {
    height: 20.86vw;
    margin-bottom: 0;
  }
  .menu_nav > li.large:nth-child(2) {
    margin-bottom: 2.61vw;
  }
  .menu_nav > li.-sim a {
    padding-left: 2.61vw;
  }
  .menu_nav > li.-sim a .ico {
    left: 2.61vw;
    top: calc(50% - 5.74vw);
    width: 13.69vw;
    height: 11.47vw;
  }
  .menu_nav > li.-entry a {
    padding-left: 2.61vw;
  }
  .menu_nav > li.-entry a .ico {
    left: 5.22vw;
    top: calc(50% - 5.22vw);
    width: 11.73vw;
    height: 9.78vw;
  }
  .menu_nav > li.-blank > a:before, .menu_nav > li.-blankW > a:before {
    width: 4.17vw;
    height: 4.17vw;
    right: 2.61vw;
    top: calc(50% - 2.09vw);
  }
  .menu_nav > li > a {
    border-radius: 3.91vw;
    font-size: 4.69vw;
    font-weight: 500;
    position: relative;
  }
  .menu_nav > li > a:has(.s) {
    padding-bottom: 0.4em;
  }
  .menu_nav > li > a .s {
    font-size: 3.13vw;
  }
  .guest {
    margin-top: 7.82vw;
    -ms-flex-flow: column wrap;
        flex-flow: column wrap;
    gap: 2.61vw;
  }
  .guest_head {
    font-size: 4.69vw;
  }
  .guest_nav {
    width: 100%;
    gap: 2%;
  }
  .guest_nav > li {
    width: 49%;
    height: 18.25vw;
  }
  .guest_nav > li.blank > a:before {
    width: 3.13vw;
    height: 3.13vw;
    right: 1.96vw;
    top: calc(50% - 1.56vw);
  }
  .guest_nav > li > a {
    border-radius: 2.61vw;
    font-size: 3.65vw;
  }
  .menu_ouchi {
    margin-top: 7.82vw;
    border-radius: 3.91vw;
    padding: 5.22vw;
  }
  .menu_ouchi_head {
    width: 53.06vw;
  }
  .menu_ouchi_btns {
    -ms-flex-flow: column wrap;
        flex-flow: column wrap;
    gap: 3.91vw;
  }
  .menu_ouchi_denki, .menu_ouchi_gas, .menu_ouchi_soler {
    width: 75.62vw;
    height: 18.25vw;
    border-radius: 2.61vw;
    box-shadow: 0 1.04vw 0 var(--color-denki-key-shadow);
  }
  .menu_ouchi_denki > img, .menu_ouchi_gas > img, .menu_ouchi_soler > img {
    width: 38.59vw;
  }
  .menu_ouchi_denki:before, .menu_ouchi_gas:before, .menu_ouchi_soler:before {
    width: 3.13vw;
    height: 3.13vw;
    right: 2.61vw;
    top: calc(50% - 1.56vw);
  }
  .menu_ouchi_gas {
    background: var(--color-gas-key);
    box-shadow: 0 1.04vw 0 var(--color-gas-key-shadow);
  }
  .menu_ouchi_gas > img {
    width: 44.59vw;
  }
  .menu_ouchi_soler {
    background: var(--color-soler-key);
    box-shadow: 0 1.04vw 0 var(--color-soler-key-shadow);
  }
  .menu_ouchi_soler > img {
    width: 40.16vw;
  }
}
.urbanist {
  font-family: "Urbanist", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.imgOuter {
  font-size: 1px;
  line-height: 0.1;
  vertical-align: top;
}
.imgOuter img {
  width: 100%;
  height: auto;
}

.lineY {
  position: relative;
  z-index: 1;
}

.lineY:after {
  content: "";
  background: #ffd000;
  height: 5px;
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  z-index: -1;
}

.disable-tel a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
  pointer-events: none;
}

a {
  color: var(--link-color);
  text-decoration: none;
  transition: opacity 0.3s;
  text-underline-offset: 0.1875rem;
}
a:hover {
  text-decoration: underline;
  opacity: 0.7;
}

.txtLink {
  text-indent: 0;
  padding: 0;
  word-wrap: break-word;
  white-space: normal;
  margin-right: 5px;
  text-decoration: underline !important;
}
@media screen and (min-width: 1024px) {
  .txtLink:hover {
    text-decoration: none !important;
  }
}
.txtLink.-blank {
  background: url(/denkigas/cmn/img/ico_blank_g.svg) no-repeat right center;
  background-size: 12px;
  padding-right: 15px;
}
.txtLink.-file {
  background: url(/denkigas/cmn/img/ico_file_g.svg) no-repeat right center;
  background-size: 12px;
  padding-right: 15px;
}
.txtLink.-ar {
  position: relative;
  padding-left: 18px;
}
.txtLink.-ar:before {
  content: "";
  width: 6px;
  height: 12px;
  background: url(/denki/cmn/img/ico_ar_r_g.svg) no-repeat center/contain;
  position: absolute;
  left: 4px;
  top: 0.4em;
}
.txtLink.-w.-blank {
  color: #fff;
  background: url(/denkigas/cmn/img/ico_blank_w.svg) no-repeat right center;
  background-size: 12px;
}
.txtLink.-w.-file {
  color: #fff;
  background: url(/denkigas/cmn/img/ico_file_w.svg) no-repeat right center;
  background-size: 12px;
}

sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  top: -0.5em;
}

sub {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  bottom: -0.25em;
}

.hdn {
  display: block !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
  padding: 0 !important;
  margin: 0 !important;
}

body {
  font-family: var(--fontset_noto);
  font-feature-settings: "palt" 1;
  font-size: var(--fsize16);
  letter-spacing: 0.05em;
  color: var(--color-txt);
  -webkit-text-size-adjust: none;
  position: relative;
  background-color: var(--color-base);
  line-height: 2;
}
body.fixed {
  position: fixed;
  overflow-y: scroll;
}
body.absolute {
  position: absolute;
}

#wrap {
  position: relative;
}

/*----------
    1100px以上（PC用）
----------*/
.objPc {
  display: inline;
}

.objTab {
  display: none;
}

.objSp {
  display: none;
}

.objSpS {
  display: none;
}

.objPcTab {
  display: inline;
}

.objTabSp {
  display: none;
}

.objPcSp {
  display: inline;
}

/*  loader
------------------------------------------------*/
@keyframes fade_out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes ball1 {
  0% {
    transform: translateY(-20px);
    opacity: 0;
  }
  10% {
    transform: translateY(-20px);
    opacity: 0;
  }
  20% {
    transform: translateY(0);
    opacity: 1;
  }
  30% {
    transform: translateY(0);
    opacity: 1;
  }
  40% {
    transform: translateY(0px);
    opacity: 1;
  }
  80% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(0);
    opacity: 0;
  }
}
@keyframes ball2 {
  0% {
    transform: translateY(-20px);
    opacity: 0;
  }
  10% {
    transform: translateY(-20px);
    opacity: 0;
  }
  20% {
    transform: translateY(-20px);
    opacity: 0;
  }
  30% {
    transform: translateY(0);
    opacity: 1;
  }
  40% {
    transform: translateY(0);
    opacity: 1;
  }
  80% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(0);
    opacity: 0;
  }
}
@keyframes ball3 {
  0% {
    transform: translateY(-20px);
    opacity: 0;
  }
  10% {
    transform: translateY(-20px);
    opacity: 0;
  }
  20% {
    transform: translateY(-20px);
    opacity: 0;
  }
  30% {
    transform: translateY(-20px);
    opacity: 0;
  }
  40% {
    transform: translateY(0);
    opacity: 1;
  }
  80% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(0);
    opacity: 0;
  }
}
.loader {
  width: 100vw;
  height: 100vh;
  background: var(--color-base);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 101;
}
.loader.-ball .ico {
  width: 96px;
  height: 96px;
  position: absolute;
  left: calc(50% - 48px);
  top: calc(50% - 48px);
}
.loader.-ball .ico div {
  width: 16px;
  height: 16px;
  position: absolute;
  border-radius: 50%;
  background: #fff;
  top: calc(50% - 8px);
}
.loader.-ball .ico div:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 50%;
  background: #fff;
  left: 0;
  top: 0;
}
.loader.-ball .ico div:nth-child(1) {
  left: calc(50% - 48px);
}
.loader.-ball .ico div:nth-child(1):before {
  background: var(--color-denki-key);
  animation: 1.4s var(--easeOutCubic) infinite ball1;
}
.loader.-ball .ico div:nth-child(2) {
  left: calc(50% - 8px);
}
.loader.-ball .ico div:nth-child(2):before {
  background: var(--color-key);
  animation: 1.4s var(--easeOutCubic) infinite ball2;
}
.loader.-ball .ico div:nth-child(3) {
  left: calc(50% + 32px);
}
.loader.-ball .ico div:nth-child(3):before {
  background: var(--color-gas-key);
  animation: 1.4s var(--easeOutCubic) infinite ball3;
}
.loader.fo {
  animation: 0.3s cubic-bezier(0.15, 0.29, 0.62, 0.99) both;
  animation-name: fade_out;
}
.loader.hdn:before.-rotateCirc .ico {
  animation: none;
}
.loader.hdn:before.-rotateCirc .ico .circ {
  animation: none;
}

/*==============================================
news
==============================================*/
.news_outer {
  background: #fff;
  padding: 120px 0;
}

.news {
  max-width: 1200px;
  margin: 0 auto;
}

.newsTit {
  font-size: var(--fsize40);
  font-weight: 400;
  text-align: center;
  line-height: 1;
  margin-bottom: 30px;
}

.newsGrid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 200px 1fr;
      grid-template-columns: 200px 1fr;
  gap: 60px;
}

.newsBtn {
  position: relative;
  display: -ms-grid;
  display: grid;
  text-align: center;
  -ms-flex-align: center;
      align-items: center;
  background: var(--color-base);
  border-radius: var(--radius2);
  padding: 15px;
  font-size: var(--fsize16);
  line-height: 1.4;
  color: #000;
  /*
    &:before{
      content: '';
      width: 7px;
      height: 13px;
      background: url(/denkigas/cmn/img/ico_ar_g.svg) no-repeat center / contain;
      position: absolute;
      right: 10px;
      top: calc( 50% - 6px );
    }
  */
}
.newsBtn:hover {
  text-decoration: none;
}

.newsTab {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  gap: 15px;
  margin-bottom: 20px;
}

.newsTabItem {
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  background: var(--color-base);
  border-radius: var(--radius2);
  color: #000;
  height: 60px;
  font-size: var(--fsize18);
  position: relative;
}
@media (any-hover: hover) {
  .newsTabItem {
    transition: opacity 0.3s;
  }
  .newsTabItem:not(.-active):hover {
    opacity: 0.7;
  }
}
.newsTabItem.-denki.-active {
  background: var(--color-denki-key);
  color: #000;
}
.newsTabItem.-denki.-active:after {
  background: var(--color-denki-key);
}
.newsTabItem.-gas.-active {
  background: var(--color-gas-key);
  color: #000;
}
.newsTabItem.-gas.-active:after {
  background: var(--color-gas-key);
}
.newsTabItem.-active {
  pointer-events: none;
}
.newsTabItem.-active:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 26px;
  height: 8px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  translate: -50% 100%;
  background: #fff;
}

.newsList {
  display: -ms-grid;
  display: grid;
  margin-bottom: 20px;
}

.newsListItem {
  border-bottom: 2px solid #f0f0f0;
  padding: 1em;
  display: -ms-grid;
  display: grid;
  -ms-flex-align: center;
      align-items: center;
  grid-template-areas: "newsLabel newsDate newsTxt newsIcon";
  -ms-grid-columns: 12em 8em 1fr 15px;
      grid-template-columns: 12em 8em 1fr 15px;
  gap: 20px;
  transition: background-color 0.2s;
  color: #000;
  text-align: left;
}
.newsListItem.-blank .newsListItemIcon {
  width: 16px;
  height: 16px;
  background: url(/denkigas/cmn/img/ico_blank_g.svg) no-repeat center/contain;
}
.newsListItem.-ar .newsListItemIcon {
  width: 14px;
  height: 14px;
  background: url(/denkigas/cmn/img/ico_ar_g.svg) no-repeat center/contain;
}
@media (any-hover: hover) {
  .newsListItem:hover {
    background: #f0f0f0;
    opacity: 1;
    text-decoration: none;
  }
}
.newsListItem:first-child {
  border-top: 2px solid #f0f0f0;
}

.newsListItemLabel {
  grid-area: newsLabel;
}

.newsListItemLabelBox {
  background: #f0f0f0;
  border-radius: 100px;
  padding: 0.2em 1em;
  text-align: center;
  display: block;
  position: relative;
  font-size: var(--fsize16);
}
.newsListItemLabelBox.-alert, .newsListItemLabelBox.-attention {
  background: #d20000 !important;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0;
  display: -ms-grid;
  display: grid;
  -ms-flex-align: center;
      align-items: center;
  -ms-grid-columns: 15px 1fr 15px;
      grid-template-columns: 15px 1fr 15px;
  gap: 10px;
}
.newsListItemLabelBox.-alert:before, .newsListItemLabelBox.-alert:after, .newsListItemLabelBox.-attention:before, .newsListItemLabelBox.-attention:after {
  content: "";
  width: 15px;
  height: 15px;
  background: url(/denkigas/cmn/img/ico_alert_circ.svg) no-repeat center/contain;
}
.newsListItemLabelBox.-important {
  background: #ff7800 !important;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0;
  display: -ms-grid;
  display: grid;
  -ms-flex-align: center;
      align-items: center;
  -ms-grid-columns: 15px 1fr 15px;
      grid-template-columns: 15px 1fr 15px;
  gap: 10px;
}
.newsListItemLabelBox.-important:before, .newsListItemLabelBox.-important:after {
  content: "";
  width: 15px;
  height: 15px;
  background: url(/denkigas/cmn/img/ico_alert_circ_or.svg) no-repeat center/contain;
}
.newsListItemLabelBox.-disaster, .newsListItemLabelBox.-special-measure {
  background: #fdd000 !important;
  color: #d20000;
  font-weight: 500;
  letter-spacing: 0;
  display: -ms-grid;
  display: grid;
  -ms-flex-align: center;
      align-items: center;
  -ms-grid-columns: 15px 1fr 15px;
      grid-template-columns: 15px 1fr 15px;
  gap: 5px;
}
.newsListItemLabelBox.-disaster:before, .newsListItemLabelBox.-disaster:after, .newsListItemLabelBox.-special-measure:before, .newsListItemLabelBox.-special-measure:after {
  content: "";
  width: 15px;
  height: 15px;
  background: url(/denkigas/cmn/img/ico_alert_r.svg) no-repeat center/contain;
}

.news-denki .newsListItemLabelBox {
  background: #f6ecbb;
}

.news-gas .newsListItemLabelBox {
  background: #e1eff6;
}

.newsListItemDate {
  grid-area: newsDate;
  padding: 0 20px;
  line-height: 1.5 !important;
  font-size: var(--fsize16);
}

.newsListItemTxt {
  grid-area: newsTxt;
  line-height: 1.5 !important;
  font-size: var(--fsize16);
}

.newsListItemIcon {
  grid-area: newsIcon;
  display: block;
  width: 14px;
  height: 16px;
  background: url(/denkigas/cmn/img/ico_file_g.svg) no-repeat center/contain;
}

.newsYear {
  margin-bottom: 60px;
}
.newsYear .colorW {
  background: #fff !important;
}

.newsIdxArchive {
  text-align: right;
  margin-bottom: 1em;
  font-size: var(--fsize16);
}

.newsIdxLinks {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto auto;
      grid-template-columns: auto auto;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 40px;
}

.newsIdxLinksItem {
  line-height: 1.4;
  font-size: var(--fsize16);
}

@media (max-width: 1260px) {
  .news {
    margin: 0 auto;
    width: 94%;
  }
  .newsListItem {
    gap: 10px;
  }
}
@media screen and (max-width: 1119px) {
  #wrap {
    width: 100%;
    box-sizing: border-box;
  }
}
.matomete {
  padding: 120px 0;
}

.matomete_head {
  width: 432px;
  margin: 0 auto;
}

.matomete_img {
  max-width: 940px;
  width: 100%;
  margin: 40px auto 50px;
}

.matomete_cost {
  width: 516px;
  margin: 0 auto;
}

.matomete_notes {
  display: table;
  margin: 10px auto 0;
  text-align: center;
}
.matomete_notes > li {
  text-align: left;
  font-size: var(--fsize12);
}

.matomete_btn {
  --color-key: #8dee84;
  font-size: var(--fsize20);
  font-weight: 500;
  margin-top: 40px;
  text-align: center;
  background: var(--color-key) !important;
}

/*----------
    768px-959px用（TABLET用）
----------*/
@media screen and (max-width: 1024px) {
  .txtLink {
    margin-right: 5px;
  }
  .txtLink.-blank {
    background-size: 24px;
    padding-right: 30px;
  }
  .txtLink.-file {
    background: url(/denkigas/cmn/img/ico_file_g.svg) no-repeat right center;
    background-size: 24px;
    padding-right: 30px;
  }
  .txtLink.-ar {
    position: relative;
    padding-left: 32px;
  }
  .txtLink.-ar:before {
    width: 10px;
    height: 20px;
    left: 8px;
  }
  .txtLink.-w.-blank {
    background-size: 24px;
  }
  .txtLink.-w.-file {
    background-size: 24px;
  }
  a:hover {
    text-decoration: none;
    opacity: 1;
  }
  .objPc {
    display: none;
  }
  .objTab {
    display: inline;
  }
  .objSp {
    display: none;
  }
  .objSpS {
    display: none;
  }
  .objPcTab {
    display: inline;
  }
  .objTabSp {
    display: inline;
  }
  .objPcSp {
    display: none;
  }
  .ptop_pc {
    display: none;
  }
  /*==============================================
    news
  ==============================================*/
  .news {
    margin: 0 auto;
    width: 88%;
  }
  .newsGrid {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    gap: 30px;
  }
  .newsTit {
    font-size: var(--fsize32);
    text-align: center;
  }
  .newsBtn {
    width: 448px;
    margin: 0 auto;
    font-size: var(--fsize28);
    height: 100px;
  }
  .newsTab {
    gap: 10px;
    margin-bottom: 30px;
  }
  .newsTabItem {
    font-size: var(--fsize24);
    height: 100px;
  }
  .newsTabItem.-active:after {
    width: 36px;
    height: 12px;
  }
  .newsListItem {
    padding: 30px 0;
    grid-template-areas: "newsLabel newsDate newsIcon" "newsTxt newsTxt newsIcon";
    -ms-grid-columns: auto 1fr 20px;
        grid-template-columns: auto 1fr 20px;
    gap: 20px;
    text-align: left;
  }
  .newsListItem.-blank .newsListItemIcon {
    width: 24px;
    height: 24px;
  }
  .newsListItem.-ar .newsListItemIcon {
    width: 20px;
    height: 20px;
  }
  .newsListItemLabelBox {
    font-size: var(--fsize24);
  }
  .newsListItemLabelBox.-alert, .newsListItemLabelBox.-attention, .newsListItemLabelBox.-important, .newsListItemLabelBox.-disaster, .newsListItemLabelBox.-special-measure {
    -ms-grid-columns: 20px 1fr 20px;
        grid-template-columns: 20px 1fr 20px;
    gap: 15px;
  }
  .newsListItemLabelBox.-alert:before, .newsListItemLabelBox.-alert:after, .newsListItemLabelBox.-attention:before, .newsListItemLabelBox.-attention:after, .newsListItemLabelBox.-important:before, .newsListItemLabelBox.-important:after, .newsListItemLabelBox.-disaster:before, .newsListItemLabelBox.-disaster:after, .newsListItemLabelBox.-special-measure:before, .newsListItemLabelBox.-special-measure:after {
    width: 20px;
    height: 20px;
  }
  .newsListItemDate {
    font-size: var(--fsize28);
    padding: 0;
  }
  .newsListItemTxt {
    font-size: var(--fsize28);
  }
  .newsListItemIcon {
    width: 20px;
    height: 24px;
  }
  .newsYear {
    margin-bottom: 60px;
  }
  .newsIdxArchive {
    margin-bottom: 1em;
    font-size: var(--fsize28);
  }
  .newsIdxLinks {
    -ms-grid-columns: auto;
        grid-template-columns: auto;
    gap: 20px;
    margin: 40px auto;
    text-align: left;
  }
  .newsIdxLinksItem {
    font-size: var(--fsize24);
  }
  .matomete {
    padding: 120px 0;
  }
  .matomete_head {
    max-width: 432px;
    width: 73.67441%;
    margin: 0 auto;
  }
  .matomete_img {
    max-width: 506px;
    width: 86.294568%;
  }
  .matomete_cost {
    max-width: 516px;
    width: 88%;
  }
  .matomete_notes {
    margin: 10px auto 0;
  }
  .matomete_notes > li {
    font-size: var(--fsize20);
  }
  .matomete_btn {
    font-size: var(--fsize32);
    font-weight: 500;
    margin-top: 40px;
  }
}
/*----------
767px以下（SP用）
----------*/
@media screen and (max-width: 767px) {
  .txtLink {
    margin-right: 0.65vw;
  }
  .txtLink.-blank {
    background-size: 3.13vw;
    padding-right: 3.91vw;
  }
  .txtLink.-file {
    background-size: 3.13vw;
    padding-right: 3.91vw;
  }
  .txtLink.-ar {
    padding-left: 4.17vw;
  }
  .txtLink.-ar:before {
    width: 1.3vw;
    height: 2.61vw;
    left: 1.04vw;
  }
  .txtLink.-w.-blank {
    background-size: 3.13vw;
  }
  .txtLink.-w.-file {
    background-size: 3.13vw;
  }
  a:hover {
    text-decoration: none;
    opacity: 1;
  }
  .objPc {
    display: none;
  }
  .objTab {
    display: none;
  }
  .objSp {
    display: inline;
  }
  .objSpS {
    display: none;
  }
  .objPcTab {
    display: none;
  }
  .objTabSp {
    display: inline;
  }
  .objPcSp {
    display: inline;
  }
  /*==============================================
    news
  ==============================================*/
  .news_outer {
    padding: 15.65vw 0;
  }
  .news {
    margin: 0 auto;
    width: 88%;
  }
  .newsGrid {
    gap: 3.91vw;
  }
  .newsTit {
    font-size: 4.17vw;
    text-align: center;
  }
  .newsBtn {
    width: 58.41vw;
    font-size: 3.65vw;
    height: 13.04vw;
  }
  .newsTab {
    gap: 1.3vw;
    margin-bottom: 3.91vw;
  }
  .newsTabItem {
    font-size: 3.13vw;
    height: 13.04vw;
  }
  .newsTabItem.-active:after {
    width: 4.69vw;
    height: 1.56vw;
  }
  .newsListItem {
    padding: 3.91vw 0;
    -ms-grid-columns: auto 1fr 2.61vw;
        grid-template-columns: auto 1fr 2.61vw;
    gap: 2.61vw;
  }
  .newsListItem.-blank .newsListItemIcon {
    width: 3.13vw;
    height: 3.13vw;
  }
  .newsListItem.-ar .newsListItemIcon {
    width: 2.61vw;
    height: 2.61vw;
  }
  .newsListItemLabelBox {
    font-size: 3.13vw;
  }
  .newsListItemLabelBox.-alert, .newsListItemLabelBox.-attention, .newsListItemLabelBox.-important, .newsListItemLabelBox.-disaster, .newsListItemLabelBox.-special-measure {
    -ms-grid-columns: 2.61vw 1fr 2.61vw;
        grid-template-columns: 2.61vw 1fr 2.61vw;
    gap: 1.96vw;
  }
  .newsListItemLabelBox.-alert:before, .newsListItemLabelBox.-alert:after, .newsListItemLabelBox.-attention:before, .newsListItemLabelBox.-attention:after, .newsListItemLabelBox.-important:before, .newsListItemLabelBox.-important:after, .newsListItemLabelBox.-disaster:before, .newsListItemLabelBox.-disaster:after, .newsListItemLabelBox.-special-measure:before, .newsListItemLabelBox.-special-measure:after {
    width: 2.61vw;
    height: 2.61vw;
  }
  .newsListItemDate {
    font-size: 3.65vw;
    padding: 0;
  }
  .newsListItemTxt {
    font-size: 3.65vw;
  }
  .newsListItemIcon {
    width: 2.61vw;
    height: 3.13vw;
  }
  .newsYear {
    margin-bottom: 7.82vw;
  }
  .newsIdxArchive {
    font-size: 3.65vw;
  }
  .newsIdxLinks {
    gap: 2.61vw;
    margin: 5.22vw auto;
  }
  .newsIdxLinksItem {
    font-size: 3.13vw;
  }
  .matomete {
    padding: 15.65vw 0;
  }
  .matomete_img {
    margin: 5.22vw auto 6.52vw;
  }
  .matomete_notes {
    margin: 2.61vw 2.61vw 0;
  }
  .matomete_notes > li {
    font-size: 2.61vw;
  }
  .matomete_btn {
    font-size: 4.17vw;
    margin-top: 5.22vw;
  }
}
@media screen and (max-width: 374px) {
  .objSpS {
    display: inline;
  }
}