@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-alert: #d20000;
  --color-base: #f9f2e4;
  --color-conv: linear-gradient(to right, #fdd000 0%, #8dee84 50%, #7fd2ff 100%);
  --color-denkigas-key: #8dee84;
  --color-denkigas-key-shadow: #65a85f;
  --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-orange: #ffbe41;
  --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: #ffed76;
  --btn-width: 580px;
  --btn-height: 80px;
  --radius1: 10px;
  --radius2: 20px;
  --radius3: 30px;
  --radius4: 40px;
  --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);
  --fontset_noto: "Noto Sans JP",-apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

@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 (any-hover: hover) {
  .util .btn {
    transition: opacity 0.2s var(--easeOutCubic), background 0.2s var(--easeOutCubic), color 0.2s var(--easeOutCubic);
  }
  .util .btn:hover {
    text-decoration: none;
    /*
            &.-sub{
              background-color: #fff;
              color: var(--btn-color);

              &.-file{
                &:before{
                  background-image: url(/images/ico_file_gray.svg);
                }
              }

              &.-blank{
                &:before{
                  background-image: url(/images/ico_blank_gray.svg);
                }
              }
            }
    */
    /*
            &.-file{
              &:before{
                background-image: url(/images/ico_file.svg);
              }
            }
    */
    /*
            &.-blank{
              &:before{
                background-image: url(/images/ico_blank.svg);
              }
            }
    */
  }
  .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.-sim {
  background: url(/article/cmn/img/simulator_bg.png) var(--btn-color) repeat-y center top/auto 150%;
  box-shadow: 0px 6px 0px #000;
}
.util .btn.-entry {
  background: url(/article/cmn/img/entry_ico_s.png) var(--color-denki-key) no-repeat 4% top/contain;
  box-shadow: 0px 6px 0px #000;
}
.util .btn.-conv {
  background: var(--color-conv);
  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 {
  background-color: var(--btn-color);
  box-shadow: 0px 6px 0px #000;
}
.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% - 8px);
  width: 16px;
  height: 20px;
  background-image: url(/article/cmn/img/ico_file_bl.svg);
}
.util .btn.-blank:before {
  content: "";
  position: absolute;
  right: 20px;
  top: calc(50% - 8px);
  width: 16px;
  height: 16px;
  background-image: url(/article/cmn/img/ico_blank_bl.svg);
}
.util .btn.-close {
  background-color: var(--btn-color);
  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.-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(--radius1);
  box-sizing: border-box;
  color: #000;
  transition: background 0.3s var(--easeOutCubic);
  background-color: #fff;
  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 {
  border: 2px solid #000;
  font-size: var(--fsize18);
  line-height: 1.2;
  padding: 15px 38px 15px 15px;
  border-radius: var(--radius1);
  box-sizing: border-box;
  color: #000;
  cursor: pointer;
  width: 100%;
  transition: background 0.2s var(--easeOutCubic);
}
.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.-sim, .util .btn.-entry, .util .btn.-conv, .util .btn.-denki, .util .btn.-gas, .util .btn.-shadowBl, .util .btn.-sub, .util .btn.-close {
    box-shadow: 0px 8px 0px #000;
  }
  .util .btn.-file:before {
    right: 20px;
    top: calc(50% - 10px);
    width: 20px;
    height: 24px;
  }
  .util .btn.-blank:before {
    right: 20px;
    top: calc(50% - 12px);
    width: 24px;
    height: 24px;
  }
  .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 .btnArea {
    -ms-flex-flow: column;
        flex-flow: column;
  }
  .util .btnArea > .btn {
    width: 100%;
  }
  .util .btnArea > .btn:first-child {
    margin-right: 0;
    margin-top: 40px;
    -ms-flex-order: 1;
        order: 1;
  }
  .util .btnArea > .btn.-sizeS {
    width: 80%;
  }
  .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 select:hover {
    background: none;
  }
  .util .btnLabel:hover:not(.checked) {
    background: none;
    border: 2px solid #efefef;
  }
}
@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.-sim, .util .btn.-entry, .util .btn.-conv, .util .btn.-denki, .util .btn.-gas, .util .btn.-shadowBl, .util .btn.-sub, .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.-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 9.91vw 3.91vw 3.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;
  }
}
.ptopPc {
  width: 60px;
  height: 60px;
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 75;
  transition: opacity 0.2s ease-in;
  -webkit-transition: opacity 0.2s ease-in;
}
.ptopPc img {
  opacity: 0.6;
  transition: opacity 0.3s ease-out;
  -webkit-transition: opacity 0.3s ease-out;
}
.ptopPc:hover img {
  opacity: 1;
}
.ptopPc.active {
  opacity: 1;
}
.ptopPc.stop {
  position: absolute;
  bottom: 65px;
}
.ptopPc.nolink.stop {
  position: absolute;
  bottom: 10px;
}

header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: end;
      align-items: flex-end;
  gap: 10px;
  padding: 10px 10px 10px 20px;
  background: #fff;
  border-bottom: 2px solid #f0f0f0;
  position: relative;
}

.header_logo {
  width: 282px;
  margin: 5px auto 10px 0;
}

.header_logo_power {
  width: 240px;
}

.header_logo_denki {
  display: block;
  width: 240px;
  margin-top: 10px;
}

.header_btn {
  position: relative;
  font-size: var(--fsize16);
  line-height: 1.25;
  background: #f0f0f0;
  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;
  width: 200px;
  height: 60px;
  text-align: center;
}
.header_btn:hover {
  text-decoration: none;
}
.header_btn.-blank:before {
  content: "";
  position: absolute;
  right: 10px;
  top: calc(50% - 7px);
  width: 14px;
  height: 14px;
  background: url(/article/cmn/img/ico_blank_g.svg) no-repeat center/contain;
}
.header_btn.-qa {
  padding-left: 15px;
}
.header_btn.-qa:after {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  background: url(/article/cmn/img/ico_q_w.svg) no-repeat center #000;
  background-size: 10px auto;
  border-radius: 50%;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
}
.header_btn.-login {
  background: var(--btn-color);
  padding-left: 15px;
}
.header_btn.-login:after {
  content: "";
  width: 26px;
  height: 26px;
  position: absolute;
  background: url(/article/cmn/img/ico_login.svg) no-repeat center/contain;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
}
.header_btn.-login:before {
  background: url(/article/cmn/img/ico_blank_bl.svg) no-repeat center/contain;
}

.globalNav {
  width: 100%;
  padding: 0 10px;
  background: #fff;
  position: relative;
  z-index: 4;
}
.globalNav > ul {
  max-width: 1200px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
}
.globalNav > ul:before {
  content: "";
  width: 2px;
  height: 20px;
  background: #f0f0f0;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.globalNav > ul > li {
  width: 20%;
  position: relative;
}
.globalNav > ul > li:last-child ul.sub {
  left: auto;
  right: 0;
}
.globalNav > ul > li:before {
  content: "";
  width: 2px;
  height: 20px;
  background: #f0f0f0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.globalNav > ul > li > a,
.globalNav > ul > li > span {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  gap: 10px;
  width: 100%;
  height: 70px;
  font-size: var(--fsize16);
  line-height: 1.4;
  color: #000;
  cursor: pointer;
}
.globalNav > ul > li > a.blank .ico,
.globalNav > ul > li > span.blank .ico {
  width: 12px;
  height: 12px;
  background: url(/article/cmn/img/ico_blank_bl.svg) no-repeat center/contain;
}
.globalNav > ul > li > a.blank .ico:before, .globalNav > ul > li > a.blank .ico:after,
.globalNav > ul > li > span.blank .ico:before,
.globalNav > ul > li > span.blank .ico:after {
  display: none;
}
.globalNav > ul > li > a .ico,
.globalNav > ul > li > span .ico {
  position: relative;
  width: 9px;
  height: 9px;
  pointer-events: none;
}
.globalNav > ul > li > a .ico:before,
.globalNav > ul > li > span .ico:before {
  content: "";
  width: 1px;
  height: 9px;
  position: absolute;
  left: 4px;
  top: 0;
  background: #000;
  transition: transform var(--easeOutCirc) 0.2s;
}
.globalNav > ul > li > a .ico:after,
.globalNav > ul > li > span .ico:after {
  content: "";
  width: 9px;
  height: 1px;
  position: absolute;
  left: 0;
  top: 4px;
  background: #000;
}
.globalNav > ul > li > a:hover,
.globalNav > ul > li > span:hover {
  text-decoration: none;
}
.globalNav > ul > li > a.active .ico:before,
.globalNav > ul > li > span.active .ico:before {
  transform: rotate(-90deg);
}
@media screen and (min-width: 1024px) {
  .globalNav > ul > li > a,
  .globalNav > ul > li > span {
    transition: opacity var(--easeOutCirc) 0.2s;
  }
  .globalNav > ul > li > a.active,
  .globalNav > ul > li > span.active {
    opacity: 0.5;
  }
  .globalNav > ul > li > a:not(.js-navBtn):hover,
  .globalNav > ul > li > span:not(.js-navBtn):hover {
    opacity: 0.5;
  }
}
.globalNav ul.sub {
  z-index: 2;
  position: absolute;
  left: 0;
  top: 70px;
  background: #fff;
  width: 300px;
  border-radius: var(--radius2);
  overflow: hidden;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  visibility: hidden;
  opacity: 0;
  transform: translateY(-10px);
  transition: transform var(--easeOutCirc) 0.2s, opacity var(--easeOutCirc) 0.2s;
}
.globalNav ul.sub.active {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.globalNav ul.sub > li {
  font-size: var(--fsize16);
  display: block;
}
.globalNav ul.sub > li + li {
  border-top: 1px solid #f0f0f0;
}
.globalNav ul.sub > li .s {
  font-size: var(--fsize12);
}
.globalNav ul.sub > li > a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  width: 100%;
  height: 70px;
  padding: 0 20px;
  font-size: var(--fsize16);
  line-height: 1.4;
  color: #000;
  position: relative;
}
.globalNav ul.sub > li > a:hover {
  text-decoration: none;
  opacity: 1;
}
.globalNav ul.sub > li > a.blank:before {
  width: 12px;
  height: 12px;
  background: url(/article/cmn/img/ico_blank_bl.svg) no-repeat center/contain;
}
.globalNav ul.sub > li > a:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  width: 10px;
  height: 10px;
  background: url(/article/cmn/img/ico_ar_r.svg) no-repeat center/contain;
}
@media screen and (min-width: 1024px) {
  .globalNav ul.sub > li > a {
    transition: background-color var(--easeOutCirc) 0.2s;
  }
  .globalNav ul.sub > li > a:hover {
    background-color: var(--color-base);
  }
}

.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;
}

.ouchi_head {
  width: 273px;
  margin-right: 20px;
}

.ouchi_denki, .ouchi_dairiten, .ouchi_soler, .ouchi_gas, .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;
}
.ouchi_denki > img, .ouchi_dairiten > img, .ouchi_soler > img, .ouchi_gas > img, .ouchi_denkigas > img {
  width: 148px;
  height: auto;
}
.ouchi_denki:before, .ouchi_dairiten:before, .ouchi_soler:before, .ouchi_gas:before, .ouchi_denkigas:before {
  content: "";
  width: 14px;
  height: 14px;
  background: url(/article/cmn/img/ico_blank_bl.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  right: 10px;
  top: calc(50% - 7px);
}
.ouchi_denki.-file:before, .-file.ouchi_dairiten:before, .-file.ouchi_soler:before, .-file.ouchi_gas:before, .-file.ouchi_denkigas:before {
  content: "";
  width: 12px;
  height: 14px;
  background: url(/article/cmn/img/ico_file_bl.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  right: 10px;
  top: calc(50% - 7px);
}

.ouchi_denkigas {
  background: var(--color-denkigas-key);
  box-shadow: 0 4px 0 var(--color-denkigas-key-shadow);
}
.ouchi_denkigas > img {
  width: 208px;
  height: auto;
}

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

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

.ouchi_dairiten {
  background: #fff;
  box-shadow: 0 4px 0 #b3b2ab;
}
.ouchi_dairiten > img {
  width: 173px;
  height: auto;
}

.footerBack {
  margin-bottom: 80px;
  font-size: var(--fsize20);
  font-weight: 500;
}

.btnClose {
  margin: 60px auto 0;
  font-size: var(--fsize20);
  font-weight: 500;
}

.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;
}
.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;
}
.footerFixed > a:hover {
  text-decoration: none;
  opacity: 1;
}
@media screen and (min-width: 1024px) {
  .footerFixed > a {
    transition: padding 0.1s, transform 0.1s;
  }
  .footerFixed > a:hover {
    padding-right: 0;
    transform: translateX(0);
  }
}
.footerFixed.-relative {
  position: relative;
  bottom: 0px;
  background: none;
}

.footerFixedBtnSim {
  background: url(/article/cmn/img/simulator_bg.png) var(--btn-color) repeat-y center top/auto 50%;
  box-shadow: 0px 4px 0px #000;
  color: #000;
  padding-top: 40px;
}
@media screen and (min-width: 1024px) {
  .footerFixedBtnSim:hover .ico {
    transform: translateX(-50%);
  }
}
.footerFixedBtnSim .ico {
  position: absolute;
  left: 50%;
  transform: translateX(calc(-40% - 8px));
  top: 12px;
  width: 43px;
  height: 36px;
  background: url(/article/cmn/img/simulator_ico.png) no-repeat center/contain;
  transition: transform 0.1s;
}

.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) {
  .footerFixedBtnEntry:hover .ico {
    transform: translateX(-50%);
  }
}
.footerFixedBtnEntry .ico {
  position: absolute;
  left: 50%;
  transform: translateX(calc(-40% - 8px));
  top: 15px;
  width: 40px;
  height: 35px;
  background: url(/article/cmn/img/ico_denkigas_img.svg) no-repeat center/contain;
  transition: transform 0.1s;
}

.footerPageTop {
  display: none;
}

footer {
  padding: 0;
  position: relative;
}
footer a {
  color: #fff;
}
footer a.txtLink {
  text-decoration: none !important;
}

#globalFooter {
  width: 100%;
  box-sizing: border-box;
  padding: 30px;
  text-align: left;
  background: #000;
  position: relative;
}
#globalFooter .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 .groupLogo {
  border-right: 2px solid #262626;
  padding-right: 25px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
#globalFooter .groupLogo .logo {
  width: 196px;
}
#globalFooter .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 .groupLinkCol:not(:first-child) {
  margin-top: 16px;
}
#globalFooter .groupLinkCol a {
  display: block;
  position: relative;
  width: 100%;
  box-sizing: content-box;
}
#globalFooter .groupLinkCol a:hover {
  opacity: 1 !important;
}
#globalFooter .groupLinkCol a.blank {
  padding-right: 22px;
}
#globalFooter .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 .groupLinkCol .hd {
  max-width: 208px;
}
#globalFooter .groupLinkCol .eneos {
  max-width: 78px;
}
#globalFooter .groupLinkCol .oil {
  max-width: 146px;
}
#globalFooter .groupLinkCol .metal {
  max-width: 62px;
}
#globalFooter .groupLinkCol .materials {
  max-width: 158px;
}
#globalFooter .groupLinkCol .renewwable {
  max-width: 264px;
}
#globalFooter .copyright {
  color: #fff;
  font-size: var(--fsize16);
  color: #cbcbcb;
  letter-spacing: 0;
  line-height: 1.4;
  text-align: right;
}

.footerLinkContents {
  margin: 0 auto;
  width: 100%;
  position: relative;
}

.footerLink {
  width: 100%;
  background: #000;
  border-bottom: 2px solid #262626;
}

.footerLinkIn {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  padding: 20px 10px;
  box-sizing: border-box;
  display: -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: 20px 30px;
}
.footerLinkIn > li {
  font-size: var(--fsize14);
  line-height: 1;
}
.footerLinkIn > li .logo {
  display: block;
  width: 293px;
  margin-right: 10px;
}

.footerRelated {
  background: #3b3835;
  color: #fff;
  padding: 80px 0;
}

.footerRelatedIn {
  max-width: 1200px;
  width: 94%;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  gap: 60px 2%;
}

.footerRelatedCat {
  vertical-align: top;
  width: 23.5%;
}

.footerRelatedHead {
  font-size: var(--fsize20);
  font-weight: 500;
  line-height: 1.4;
  border-bottom: 1px solid #ccc;
  padding-bottom: 18px;
  margin-bottom: 18px;
}

.footerRelatedLink > li {
  line-height: 1;
}
.footerRelatedLink > li + li {
  margin-top: 14px;
}
.footerRelatedLink > li > a {
  color: #ccc;
  font-size: var(--fsize16);
  line-height: 1.4;
}
@media (any-hover: hover) {
  .footerRelatedLink > li > a:hover {
    text-decoration: underline !important;
  }
}

@media screen and (max-width: 1200px) {
  .globalNav {
    padding: 0 10px;
  }
  .globalNav > ul > li > a {
    font-size: var(--fsize14);
  }
  .footerLinkIn > li .logo {
    margin-right: 0;
  }
  .footerRelatedHead {
    font-size: var(--fsize18);
    padding-bottom: 18px;
    margin-bottom: 18px;
  }
  .footerRelatedLink > li + li {
    margin-top: 14px;
    line-height: 1;
  }
  .footerRelatedLink > li > a {
    font-size: var(--fsize14);
  }
}
#blank .header_btn,
#blank .humberger,
#blank .ouchi,
#blank .footerBack,
#blank .footerLink,
#blank .footerFixedOuter,
#blank .footerGroup {
  display: none;
}

#cis .header_btn,
#cis .humberger,
#cis .ouchi,
#cis .footerBack,
#cis .footerLink,
#cis .footerFixedOuter,
#cis .footerGroup {
  display: none;
}

@media screen and (max-width: 1024px) {
  .ptopPc {
    display: none;
  }
  header {
    height: 100px;
    gap: 10px;
    padding: 0 100px 0 20px;
    border-bottom: none;
    -ms-flex-align: center;
        align-items: center;
  }
  .header_logo {
    width: 282px;
    margin: 0 auto 0 0;
  }
  .header_logo_power {
    width: 240px;
  }
  .header_logo_denki {
    display: block;
    width: 284px;
    margin-top: 10px;
  }
  .header_btn {
    display: none;
    font-size: var(--fsize20);
    width: 150px;
    height: 80px;
  }
  .header_btn.-blank:before {
    display: none;
  }
  .header_btn.-qa {
    display: -ms-flexbox;
    display: flex;
    padding-left: 25px;
  }
  .header_btn.-qa:after {
    width: 30px;
    height: 30px;
    background-size: 10px auto;
    left: 12px;
  }
  .header_btn.-login {
    display: -ms-flexbox;
    display: flex;
    padding-left: 20px;
  }
  .header_btn.-login:after {
    width: 26px;
    height: 26px;
    left: 12px;
  }
  .globalNav {
    padding: 0;
  }
  .globalNav > ul {
    width: 94%;
  }
  .globalNav > ul:before {
    width: 2px;
    height: 36px;
  }
  .globalNav > ul > li {
    width: 33.3333%;
  }
  .globalNav > ul > li:nth-child(n+4) {
    display: none;
  }
  .globalNav > ul > li:before {
    width: 2px;
    height: 36px;
  }
  .globalNav > ul > li > a {
    text-align: center;
    gap: 10px;
    height: 100px;
    font-size: var(--fsize24);
  }
  .globalNav > ul > li > a.blank .ico {
    margin-top: 1.6em;
  }
  .globalNav > ul > li > a .ico {
    width: 12px;
    height: 12px;
  }
  .globalNav > ul > li > a .ico:before {
    width: 2px;
    height: 12px;
    left: 5px;
  }
  .globalNav > ul > li > a .ico:after {
    width: 12px;
    height: 2px;
    top: 5px;
  }
  .globalNav ul.sub {
    display: none !important;
  }
  .ouchi {
    padding: 60px 0;
    -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
    gap: 30px;
  }
  .ouchi_head {
    width: 407px;
    margin-right: 0;
  }
  .ouchi_denki, .ouchi_denkigas, .ouchi_gas, .ouchi_soler, .ouchi_dairiten {
    width: 580px;
    height: 140px;
    border-radius: 20px;
    box-shadow: 0 8px 0 var(--color-denki-key-shadow);
  }
  .ouchi_denki > img, .ouchi_denkigas > img, .ouchi_gas > img, .ouchi_soler > img, .ouchi_dairiten > img {
    width: 296px;
  }
  .ouchi_denki:before, .ouchi_denkigas:before, .ouchi_gas:before, .ouchi_soler:before, .ouchi_dairiten:before {
    width: 24px;
    height: 24px;
    right: 20px;
    top: calc(50% - 12px);
  }
  .ouchi_denki.-file:before, .-file.ouchi_denkigas:before, .-file.ouchi_gas:before, .-file.ouchi_soler:before, .-file.ouchi_dairiten:before {
    right: 20px;
    width: 20px;
    height: 24px;
    top: calc(50% - 12px);
  }
  .ouchi_denkigas {
    background: var(--color-denkigas-key);
    box-shadow: 0 8px 0 var(--color-denkigas-key-shadow);
  }
  .ouchi_denkigas > img {
    width: 416px;
  }
  .ouchi_gas {
    background: var(--color-gas-key);
    box-shadow: 0 8px 0 var(--color-gas-key-shadow);
  }
  .ouchi_gas > img {
    width: 342px;
  }
  .ouchi_soler {
    background: var(--color-soler-key);
    box-shadow: 0 8px 0 var(--color-soler-key-shadow);
  }
  .ouchi_soler > img {
    width: 308px;
  }
  .ouchi_dairiten {
    background: #fff;
    box-shadow: 0 8px 0 #b3b2ab;
  }
  .ouchi_dairiten > img {
    width: 346px;
    padding: 0;
  }
  .footerBack {
    margin-bottom: 80px;
    font-size: var(--fsize28);
  }
  .btnClose {
    margin: 60px auto 0;
    font-size: var(--fsize28);
  }
  .footerFixedOuter {
    box-sizing: border-box;
    position: relative;
    width: 100%;
    height: 120px;
    background: #000;
  }
  .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;
  }
  .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;
  }
  .footerFixed > a:hover {
    text-decoration: none;
    opacity: 1;
  }
  .footerFixed > a:before {
    content: "";
    position: absolute;
    right: 10px;
    top: calc(50% - 8px);
    width: 16px;
    height: 16px;
    background: url(/article/cmn/img/ico_blank_bl.svg) no-repeat center/contain;
  }
  .footerFixed.-relative {
    position: relative;
    bottom: 0px;
    background: none;
  }
  .footerFixedBtnSim {
    background-size: auto 150%;
    box-shadow: none;
    padding: 0 0 0 60px;
  }
  .footerFixedBtnSim .ico {
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 86px;
    height: 72px;
  }
  .footerFixedBtnEntry {
    background: var(--color-conv);
    box-shadow: none;
    font-size: var(--fsize32) !important;
    padding-left: 40px;
  }
  .footerFixedBtnEntry .ico {
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
    width: 80px;
    height: 70px;
  }
  .footerLinkIn {
    padding: 40px 20px;
    gap: 30px;
    -ms-flex-flow: column wrap;
        flex-flow: column wrap;
  }
  .footerLinkIn > li {
    font-size: var(--fsize24);
  }
  .footerPageTop {
    display: block !important;
    background: #89857c;
    color: #fff;
    text-align: center;
    padding: 20px 0;
    width: 100%;
    box-sizing: border-box;
    font-size: var(--fsize28);
    position: relative;
  }
  .footerPageTop:before {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    background: url(/article/cmn/img/ico_pnav-up.svg) no-repeat center/contain;
  }
  .footerPageTop:hover {
    text-decoration: none;
  }
  #globalFooter {
    padding: 40px 0;
  }
  #globalFooter .footerGroup {
    display: block;
    margin: 0 auto 30px;
  }
  #globalFooter .groupLogo {
    border-right: none;
    padding-right: 0;
    display: block;
  }
  #globalFooter .groupLogo .logo {
    width: 222px;
    margin: 0 auto;
  }
  #globalFooter .groupLinkCol {
    display: block;
    width: 100%;
  }
  #globalFooter .groupLinkCol:not(:first-child) {
    margin-top: 0;
  }
  #globalFooter .groupLinkCol a {
    margin-left: auto;
    margin-right: auto;
    margin-top: 16px;
    width: 100%;
  }
  #globalFooter .groupLinkCol a.blank {
    padding-right: 36px;
  }
  #globalFooter .groupLinkCol a.blank:before {
    width: 20px;
    height: 20px;
    right: 8px;
    top: calc(50% - 10px);
  }
  #globalFooter .groupLinkCol .hd {
    max-width: 245px;
  }
  #globalFooter .groupLinkCol .eneos {
    max-width: 92px;
  }
  #globalFooter .groupLinkCol .oil {
    max-width: 184px;
  }
  #globalFooter .groupLinkCol .metal {
    max-width: 68px;
  }
  #globalFooter .groupLinkCol .materials {
    max-width: 186px;
  }
  #globalFooter .groupLinkCol .renewwable {
    max-width: 312px;
  }
  #globalFooter .copyright {
    font-size: var(--fsize20);
    text-align: center;
  }
  .footerRelated {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  header {
    height: 13.04vw;
    gap: 1.3vw;
    padding: 0 13.04vw 0 2.61vw;
  }
  .header_logo {
    width: 36.77vw;
  }
  .header_logo_power {
    width: 31.29vw;
  }
  .header_logo_denki {
    width: 37.03vw;
    margin-top: 1.3vw;
  }
  .header_btn {
    font-size: 2.61vw;
    width: 19.56vw;
    height: 10.43vw;
  }
  .header_btn.-qa {
    padding-left: 3.26vw;
  }
  .header_btn.-qa:after {
    width: 3.91vw;
    height: 3.91vw;
    background-size: 1.3vw auto;
    left: 1.56vw;
  }
  .header_btn.-login {
    display: -ms-flexbox;
    display: flex;
    padding-left: 2.61vw;
  }
  .header_btn.-login:after {
    width: 3.39vw;
    height: 3.39vw;
    left: 1.56vw;
  }
  .globalNav > ul {
    max-width: 89.96vw;
  }
  .globalNav > ul:before {
    width: 2px;
    height: 4.69vw;
  }
  .globalNav > ul > li:before {
    width: 2px;
    height: 4.69vw;
  }
  .globalNav > ul > li > a {
    gap: 0.78vw;
    height: 13.04vw;
    font-size: 3.13vw;
  }
  .globalNav > ul > li > a.blank {
    letter-spacing: 0;
  }
  .globalNav > ul > li > a.blank .ico {
    width: 10px;
    height: 10px;
  }
  .globalNav > ul > li > a .ico {
    width: 9px;
    height: 9px;
  }
  .globalNav > ul > li > a .ico:before {
    width: 1px;
    height: 9px;
    left: 4px;
  }
  .globalNav > ul > li > a .ico:after {
    width: 9px;
    height: 1px;
    top: 4px;
  }
  .ouchi {
    padding: 7.82vw 0;
    gap: 3.91vw;
  }
  .ouchi_head {
    width: 53.06vw;
  }
  .ouchi_denki, .ouchi_denkigas, .ouchi_gas, .ouchi_soler, .ouchi_dairiten {
    width: 75.62vw;
    height: 18.25vw;
    border-radius: 2.61vw;
    box-shadow: 0 1.04vw 0 var(--color-denki-key-shadow);
  }
  .ouchi_denki > img, .ouchi_denkigas > img, .ouchi_gas > img, .ouchi_soler > img, .ouchi_dairiten > img {
    width: 38.59vw;
  }
  .ouchi_denki:before, .ouchi_denkigas:before, .ouchi_gas:before, .ouchi_soler:before, .ouchi_dairiten:before {
    width: 3.13vw;
    height: 3.13vw;
    right: 2.61vw;
    top: calc(50% - 1.56vw);
  }
  .ouchi_denki.-file:before, .-file.ouchi_denkigas:before, .-file.ouchi_gas:before, .-file.ouchi_soler:before, .-file.ouchi_dairiten:before {
    right: 2.61vw;
    width: 2.61vw;
    height: 3.13vw;
    top: calc(50% - 1.56vw);
  }
  .ouchi_denkigas {
    background: var(--color-denkigas-key);
    box-shadow: 0 1.04vw 0 var(--color-denkigas-key-shadow);
  }
  .ouchi_denkigas > img {
    width: 54.24vw;
  }
  .ouchi_gas {
    background: var(--color-gas-key);
    box-shadow: 0 1.04vw 0 var(--color-gas-key-shadow);
  }
  .ouchi_gas > img {
    width: 44.59vw;
  }
  .ouchi_soler {
    background: var(--color-soler-key);
    box-shadow: 0 1.04vw 0 var(--color-soler-key-shadow);
  }
  .ouchi_soler > img {
    width: 40.16vw;
  }
  .ouchi_dairiten {
    background: #fff;
    box-shadow: 0 1.04vw 0 #b3b2ab;
  }
  .ouchi_dairiten > img {
    width: 45.11vw;
  }
  .footerFixedOuter {
    height: 15.65vw;
  }
  .footerFixed > a {
    height: 15.65vw;
    font-size: 3.65vw;
  }
  .footerFixed > a:before {
    right: 1.3vw;
    top: calc(50% - 1.04vw);
    width: 2.09vw;
    height: 2.09vw;
  }
  .footerBack {
    margin-bottom: 7.82vw;
    font-size: 3.65vw;
  }
  .btnClose {
    margin: 7.82vw auto 0;
    font-size: 3.65vw;
  }
  .footerFixedBtnSim {
    padding: 0 0 0 7.82vw;
  }
  .footerFixedBtnSim .ico {
    left: 2.61vw;
    width: 11.21vw;
    height: 9.39vw;
  }
  .footerFixedBtnEntry {
    font-size: 4.17vw !important;
    padding-left: 5.22vw;
  }
  .footerFixedBtnEntry .ico {
    left: 3.91vw;
    width: 10.43vw;
    height: 9.13vw;
  }
  .footerLinkIn {
    padding: 5.22vw 2.61vw;
    gap: 3.91vw;
  }
  .footerLinkIn > li {
    font-size: 3.13vw;
  }
  .footerLinkIn > li .logo {
    width: 38.2vw;
  }
  .footerPageTop {
    padding: 2.61vw 0;
    font-size: 3.65vw;
  }
  .footerPageTop:before {
    width: 2.61vw;
    height: 2.61vw;
    right: 2.61vw;
  }
  #globalFooter {
    padding: 23px 0;
  }
  #globalFooter .footerGroup {
    display: block;
    margin: 0 auto 15px;
  }
  #globalFooter .groupLogo {
    border-right: none;
    padding-right: 0;
    display: block;
  }
  #globalFooter .groupLogo .logo {
    width: 167px;
    margin: 0 auto;
  }
  #globalFooter .groupLink {
    padding: 0 15px;
  }
  #globalFooter .groupLinkCol {
    display: block;
  }
  #globalFooter .groupLinkCol:not(:first-child) {
    margin-top: 0;
  }
  #globalFooter .groupLinkCol a {
    margin-left: auto;
    margin-right: auto;
    margin-top: 16px;
    width: 100%;
  }
  #globalFooter .groupLinkCol a.blank {
    padding-right: 27px;
  }
  #globalFooter .groupLinkCol a.blank:before {
    width: 14px;
    height: 14px;
    right: 6px;
    top: calc(50% - 7px);
  }
  #globalFooter .groupLinkCol .hd {
    max-width: 184px;
  }
  #globalFooter .groupLinkCol .eneos {
    max-width: 69px;
  }
  #globalFooter .groupLinkCol .oil {
    max-width: 138px;
  }
  #globalFooter .groupLinkCol .metal {
    max-width: 51px;
  }
  #globalFooter .groupLinkCol .materials {
    max-width: 140px;
  }
  #globalFooter .groupLinkCol .renewwable {
    max-width: 234px;
  }
  #globalFooter .copyright {
    font-size: var(--fsize10);
    text-align: center;
  }
  .footerLink {
    display: block;
  }
  .footerLinkIn {
    padding: 5.22vw 2.61vw;
    gap: 3.91vw;
    -ms-flex-flow: column wrap;
        flex-flow: column wrap;
  }
  li {
    font-size: 3.13vw;
  }
  .footerRelated {
    padding: 0;
  }
  .footerRelatedIn {
    max-width: 710px;
    width: 100%;
  }
  .footerRelatedCat {
    display: block;
    width: 100%;
    border-bottom: 1px solid #767472;
  }
  .footerRelatedCat:not(:first-child) {
    margin-left: 0;
  }
  .footerRelatedOther {
    margin-top: 0;
    display: block;
    width: 100%;
    border-bottom: 1px solid #3b3835;
  }
  .footerRelatedHead {
    font-size: 0.88rem;
    border-bottom: none;
    padding: 12px 3%;
    margin-bottom: 0;
    position: relative;
  }
  .footerRelatedHead.-other {
    display: block;
    padding: 12px 3%;
    margin: 0;
  }
  .footerRelatedHead.toggleBtn {
    cursor: pointer;
  }
  .footerRelatedHead.toggleBtn:before {
    color: #fff;
    font-family: "Font Awesome 5 Free";
    font-size: 0.88rem;
    font-weight: 900;
    content: "\f055";
    position: absolute;
    right: 10px;
    top: calc(50% - 7px);
    margin: 0;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    background: none;
    height: auto;
    width: auto;
  }
  .footerRelatedHead.toggleBtn.open:before {
    content: "\f056";
  }
  .footerRelatedLink {
    padding: 0 3%;
  }
  .footerRelatedLink.-other {
    display: block;
    width: 100%;
    padding: 0 3%;
    margin-left: 0;
    border-left: none;
  }
  .footerRelatedLink.-other > li {
    display: block;
  }
  .footerRelatedLink.-other > li:not(:last-child) {
    margin: 10px 0 0 0;
  }
  .footerRelatedLink.-other > li:first-child {
    margin: 0;
  }
  .footerRelatedLink.-other > li:last-child {
    margin-bottom: 14px;
  }
  .footerRelatedLink > li:not(:first-child) {
    margin-top: 10px;
  }
  .footerRelatedLink > li:last-child {
    margin-bottom: 14px;
  }
}
@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);
  }
}
.humberger {
  width: 80px;
  height: 80px;
  border-radius: var(--radius2);
  background: #000;
  position: fixed;
  right: 10px;
  top: 10px;
  z-index: 100;
  cursor: pointer;
  border: none;
  display: none;
  /*
    &.-fixed{
      position: fixed;
    }
  */
}
.humberger .bar {
  pointer-events: none;
  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 {
  position: fixed;
}
.humberger.open > .bar {
  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 (max-width: 1024px) {
  .humberger {
    display: block;
  }
}
@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_scroller:before {
  animation: fade-in 0.6s var(--easeOutMoment) 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_scroller:before {
  animation: fade-out 0.3s var(--easeOutMoment) 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-y: scroll;
  position: relative;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  height: 100%;
  position: relative;
  background: #fff;
  display: none;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  padding: 100px 0;
}
.menu_scroller:before {
  content: "";
  width: 100%;
  height: 400px;
  background: url(/article/cmn/img/cmn_ptn_y.svg) no-repeat center bottom/cover;
  background-size: cover;
  position: absolute;
  left: 0;
  top: -80px;
}

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

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

.menu_btns {
  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: 2%;
  margin-top: 20px;
}

.menu_btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 32%;
  height: 70px;
  background: rgba(255, 255, 255, 0.7);
  border: 2px solid #000;
  border-radius: var(--radius2);
  font-size: var(--fsize20);
  letter-spacing: 0;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
  color: #000;
  position: relative;
}
.menu_btn.-blank:before {
  content: "";
  position: absolute;
  right: 10px;
  top: calc(50% - 6px);
  width: 12px;
  height: 12px;
  background: url(/article/cmn/img/ico_blank_bl.svg) no-repeat center/contain;
}
.menu_btn.-qa:after {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  background: url(/article/cmn/img/ico_q_w.svg) no-repeat center #000;
  background-size: 10px auto;
  border-radius: 50%;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
}
.menu_btn.-login {
  background: #fede4d;
  padding-left: 15px;
}
.menu_btn.-login:after {
  content: "";
  width: 26px;
  height: 26px;
  position: absolute;
  background: url(/article/cmn/img/ico_login.svg) no-repeat center/contain;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
}
.menu_btn.-login:before {
  background: url(/article/cmn/img/ico_blank_bl.svg) no-repeat center/contain;
}

.menu_conv {
  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: 20px;
  margin-top: 20px;
}
.menu_conv > a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex: 1;
      flex: 1;
  height: 120px;
  background: var(--btn-color);
  border: 4px solid #000;
  border-radius: var(--radius2);
  font-size: var(--fsize28);
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  color: #000;
  position: relative;
}
.menu_conv > a.-blank:before {
  content: "";
  position: absolute;
  right: 10px;
  top: calc(50% - 8px);
  width: 16px;
  height: 16px;
  background: url(/article/cmn/img/ico_blank_bl.svg) no-repeat center/contain;
}
.menu_conv > a.menu_conv_sim {
  background: url(/article/cmn/img/simulator_bg.png) var(--btn-color) repeat-y center top/auto 150%;
}
.menu_conv > a.menu_conv_entry {
  background: var(--color-conv);
  font-size: var(--fsize32);
}

.menu_nav {
  margin-top: 40px;
  border-bottom: 2px solid #000;
}
.menu_nav a {
  display: block;
  width: 100%;
  height: 100%;
  color: #000;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-flow: column wrap;
      flex-flow: column wrap;
  font-size: var(--fsize32);
  line-height: 1.5;
  position: relative;
}
.menu_nav a:has(.s) {
  padding-bottom: 0.5em;
}
.menu_nav a:before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  right: 15px;
  top: calc(50% - 8px);
  background: url(/article/cmn/img/ico_ar_r_g.svg) no-repeat center/contain;
}
.menu_nav a.blank:before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  right: 15px;
  top: calc(50% - 8px);
  background: url(/article/cmn/img/ico_blank_g.svg) no-repeat center/contain;
}
.menu_nav a.file:before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  right: 15px;
  top: calc(50% - 10px);
  background: url(/article/cmn/img/ico_file_g.svg) no-repeat center/contain;
}
.menu_nav .s {
  font-size: var(--fsize20);
}
.menu_nav > li {
  border-top: 2px solid #000;
  height: auto;
}
.menu_nav > li > button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-flow: column wrap;
      flex-flow: column wrap;
  width: 100%;
  height: 118px;
  font-size: var(--fsize32);
  font-weight: 500;
  line-height: 1.5;
  position: relative;
}
.menu_nav > li > button .ico {
  position: absolute;
  width: 20px;
  height: 20px;
  right: 20px;
  top: calc(50% - 10px);
}
.menu_nav > li > button .ico:before {
  content: "";
  width: 20px;
  height: 2px;
  background: #000;
  position: absolute;
  left: 0;
  top: 9px;
}
.menu_nav > li > button .ico:after {
  content: "";
  width: 2px;
  height: 20px;
  background: #000;
  position: absolute;
  left: 9px;
  top: 0;
  transition: transform 0.2s;
}
.menu_nav > li > button.open .ico:after {
  transform: rotate(90deg);
}
.menu_nav .sub {
  opacity: 0;
  transition: opacity linear 0.2s;
}
.menu_nav .sub.open {
  opacity: 1;
}
.menu_nav .sub > li {
  height: 120px;
  border-top: 2px solid rgba(0, 0, 0, 0.1);
}
.menu_nav .sub > li a {
  color: #666;
  padding-left: 1em;
  position: relative;
}

.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(/article/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 {
  margin-top: 20px;
  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(/article/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: 767px) {
  .humberger {
    width: 10.43vw;
    height: 10.43vw;
    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_scroller {
    padding: 13.04vw 0;
  }
  .menu_scroller:before {
    height: 26.08vw;
    top: 16.95vw;
  }
  .menu_scroller:after {
    content: "";
    width: 100%;
    height: 26.08vw;
    background: var(--color-denki-key);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .menu_logo {
    width: 36.77vw;
  }
  .menu_btns {
    gap: 0.91vw;
    margin-top: 2.61vw;
  }
  .menu_btn {
    height: 9.13vw;
    font-size: 2.61vw;
    border: 1px solid #000;
  }
  .menu_btn.-blank:before {
    right: 1.3vw;
    top: calc(50% - 0.78vw);
    width: 1.56vw;
    height: 1.56vw;
  }
  .menu_btn.-qa:after {
    content: "";
    width: 3.91vw;
    height: 3.91vw;
    background-size: 1.3vw auto;
    left: 1.56vw;
  }
  .menu_btn.-login {
    padding-left: 1.96vw;
  }
  .menu_btn.-login:after {
    width: 3.39vw;
    height: 3.39vw;
    left: 1.56vw;
  }
  .menu_conv {
    gap: 2.61vw;
    margin-top: 2.61vw;
  }
  .menu_conv > a {
    height: 15.65vw;
    border: 2px solid #000;
    font-size: 3.65vw;
  }
  .menu_conv > a.-blank:before {
    right: 1.3vw;
    top: calc(50% - 1.04vw);
    width: 2.09vw;
    height: 2.09vw;
  }
  .menu_conv > a.menu_conv_entry {
    font-size: 4.17vw;
  }
  .menu_nav {
    margin-top: 5.22vw;
    border-bottom: 1px solid #000;
  }
  .menu_nav a {
    font-size: 4.17vw;
  }
  .menu_nav a:before {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    right: 10px;
    top: calc(50% - 5px);
    background: url(/article/cmn/img/ico_ar_r_g.svg) no-repeat center/contain;
  }
  .menu_nav a.blank:before, .menu_nav a.file:before {
    width: 10px;
    height: 10px;
    right: 10px;
    top: calc(50% - 5px);
  }
  .menu_nav .s {
    font-size: 2.61vw;
  }
  .menu_nav > li {
    border-top: 1px solid #000;
  }
  .menu_nav > li > button {
    height: 15.51vw;
    font-size: 4.17vw;
  }
  .menu_nav > li > button .ico {
    position: absolute;
    width: 9px;
    height: 9px;
    right: 10px;
    top: calc(50% - 4px);
  }
  .menu_nav > li > button .ico:before {
    content: "";
    width: 9px;
    height: 1px;
    top: 4px;
  }
  .menu_nav > li > button .ico:after {
    width: 1px;
    height: 9px;
    left: 4px;
  }
  .menu_nav .sub > li {
    height: 15.65vw;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  .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 {
    margin-top: 3.91vw;
    -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;
}

.underline {
  position: relative;
  z-index: 1;
}
.underline:after {
  content: "";
  background: var(--color-denki-key);
  height: 8px;
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .underline:after {
    height: 12px;
    bottom: 4px;
  }
}
@media screen and (max-width: 767px) {
  .underline:after {
    height: 1.56vw;
    bottom: 0.52vw;
  }
}

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

a {
  color: var(--link-color);
  text-decoration: none;
  text-underline-offset: 0.1875rem;
  transition: opacity 0.2s;
}
@media (any-hover: hover) {
  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(/article/cmn/img/ico_blank_g.svg) no-repeat right center;
  background-size: 12px;
  padding-right: 15px;
}
.txtLink.-file {
  background: url(/article/cmn/img/ico_file_g.svg) no-repeat right center;
  background-size: 12px;
  padding-right: 15px;
}
.txtLink.-w.-blank {
  color: #fff;
  background: url(/article/cmn/img/ico_blank_w.svg) no-repeat right center;
  background-size: 12px;
}
.txtLink.-w.-file {
  color: #fff;
  background: url(/article/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-denki-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-denki-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;
}

@media screen and (max-width: 1119px) {
  #wrap {
    width: 100%;
    box-sizing: border-box;
  }
}
/*----------
    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(/article/cmn/img/ico_file_g.svg) no-repeat right center;
    background-size: 24px;
    padding-right: 30px;
  }
  .txtLink.-w.-blank {
    background-size: 24px;
  }
  .txtLink.-w.-file {
    background-size: 24px;
  }
  .objPc {
    display: none;
  }
  .objTab {
    display: inline;
  }
  .objSp {
    display: none;
  }
  .objSpS {
    display: none;
  }
  .objPcTab {
    display: inline;
  }
  .objTabSp {
    display: inline;
  }
  .objPcSp {
    display: none;
  }
}
@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.-w.-blank {
    background-size: 3.13vw;
  }
  .txtLink.-w.-file {
    background-size: 3.13vw;
  }
  .objPc {
    display: none;
  }
  .objTab {
    display: none;
  }
  .objSp {
    display: inline;
  }
  .objSpS {
    display: none;
  }
  .objPcTab {
    display: none;
  }
  .objTabSp {
    display: inline;
  }
  .objPcSp {
    display: inline;
  }
}
@media screen and (max-width: 374px) {
  .objSpS {
    display: inline;
  }
}