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

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

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

:focus, :active {
  outline: 0;
}

ol, ul {
  list-style: none;
}

picture {
  display: block;
}

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

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

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

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

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

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

#globalHeader {
  background: #fff;
  box-sizing: border-box;
  height: 79px;
  padding: 22px 0 0 30px;
}
#globalHeader .logo {
  width: 340px;
  display: block;
  font-size: 0;
  line-height: 0;
}
#globalHeader .logo img {
  width: 100%;
  height: auto;
}
#globalHeader .logo:hover {
  opacity: 1;
}

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

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

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

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

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

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

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

#globalHeader,
#localHeader,
#globalFooter {
  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;
  line-height: 2;
  /*----------
      1100px以上（PC用）
  ----------*/
}
#globalHeader .humberger,
#localHeader .humberger,
#globalFooter .humberger {
  display: none !important;
}
#globalHeader .urbanist,
#localHeader .urbanist,
#globalFooter .urbanist {
  font-family: "Urbanist", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
#globalHeader .imgOuter,
#localHeader .imgOuter,
#globalFooter .imgOuter {
  font-size: 1px;
  line-height: 0.1;
  vertical-align: top;
}
#globalHeader .imgOuter img,
#localHeader .imgOuter img,
#globalFooter .imgOuter img {
  width: 100%;
  height: auto;
}
#globalHeader .lineY,
#localHeader .lineY,
#globalFooter .lineY {
  position: relative;
  z-index: 1;
}
#globalHeader .lineY:after,
#localHeader .lineY:after,
#globalFooter .lineY:after {
  content: "";
  background: #ffd000;
  height: 5px;
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  z-index: -1;
}
#globalHeader .disable-tel a[href^="tel:"],
#localHeader .disable-tel a[href^="tel:"],
#globalFooter .disable-tel a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
  pointer-events: none;
}
#globalHeader a,
#localHeader a,
#globalFooter a {
  color: var(--link-color);
  text-decoration: none;
  transition: opacity 0.3s;
  text-underline-offset: 0.1875rem;
}
#globalHeader a:hover,
#localHeader a:hover,
#globalFooter a:hover {
  text-decoration: underline;
  opacity: 0.7;
}
#globalHeader .txtLink,
#localHeader .txtLink,
#globalFooter .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) {
  #globalHeader .txtLink:hover,
  #localHeader .txtLink:hover,
  #globalFooter .txtLink:hover {
    text-decoration: none !important;
  }
}
#globalHeader .txtLink.-blank,
#localHeader .txtLink.-blank,
#globalFooter .txtLink.-blank {
  background: url(/denkigas/cmn/img/ico_blank_g.svg) no-repeat right center;
  background-size: 12px;
  padding-right: 15px;
}
#globalHeader .txtLink.-file,
#localHeader .txtLink.-file,
#globalFooter .txtLink.-file {
  background: url(/denkigas/cmn/img/ico_file_g.svg) no-repeat right center;
  background-size: 12px;
  padding-right: 15px;
}
#globalHeader .txtLink.-ar,
#localHeader .txtLink.-ar,
#globalFooter .txtLink.-ar {
  position: relative;
  padding-left: 18px;
}
#globalHeader .txtLink.-ar:before,
#localHeader .txtLink.-ar:before,
#globalFooter .txtLink.-ar:before {
  content: "";
  width: 6px;
  height: 12px;
  background: url(/denki/cmn/img/ico_ar_r_g.svg) no-repeat center/contain;
  position: absolute;
  left: 4px;
  top: 0.4em;
}
#globalHeader .txtLink.-w.-blank,
#localHeader .txtLink.-w.-blank,
#globalFooter .txtLink.-w.-blank {
  color: #fff;
  background: url(/denkigas/cmn/img/ico_blank_w.svg) no-repeat right center;
  background-size: 12px;
}
#globalHeader .txtLink.-w.-file,
#localHeader .txtLink.-w.-file,
#globalFooter .txtLink.-w.-file {
  color: #fff;
  background: url(/denkigas/cmn/img/ico_file_w.svg) no-repeat right center;
  background-size: 12px;
}
#globalHeader sup,
#localHeader sup,
#globalFooter sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  top: -0.5em;
}
#globalHeader sub,
#localHeader sub,
#globalFooter sub {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  bottom: -0.25em;
}
#globalHeader .hdn,
#localHeader .hdn,
#globalFooter .hdn {
  display: block !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
  padding: 0 !important;
  margin: 0 !important;
}
#globalHeader .objPc,
#localHeader .objPc,
#globalFooter .objPc {
  display: inline;
}
#globalHeader .objTab,
#localHeader .objTab,
#globalFooter .objTab {
  display: none;
}
#globalHeader .objSp,
#localHeader .objSp,
#globalFooter .objSp {
  display: none;
}
#globalHeader .objSpS,
#localHeader .objSpS,
#globalFooter .objSpS {
  display: none;
}
#globalHeader .objPcTab,
#localHeader .objPcTab,
#globalFooter .objPcTab {
  display: inline;
}
#globalHeader .objTabSp,
#localHeader .objTabSp,
#globalFooter .objTabSp {
  display: none;
}
#globalHeader .objPcSp,
#localHeader .objPcSp,
#globalFooter .objPcSp {
  display: inline;
}

#globalFooter a {
  color: #fff;
}
#globalFooter a.txtLink {
  text-decoration: none !important;
}

/*----------
    768px-1024px用（TABLET用）
----------*/
@media screen and (max-width: 1024px) {
  #globalHeader .txtLink,
  #localHeader .txtLink,
  #globalFooter .txtLink {
    margin-right: 5px;
  }
  #globalHeader .txtLink.-blank,
  #localHeader .txtLink.-blank,
  #globalFooter .txtLink.-blank {
    background-size: 24px;
    padding-right: 30px;
  }
  #globalHeader .txtLink.-file,
  #localHeader .txtLink.-file,
  #globalFooter .txtLink.-file {
    background: url(/denkigas/cmn/img/ico_file_g.svg) no-repeat right center;
    background-size: 24px;
    padding-right: 30px;
  }
  #globalHeader .txtLink.-ar,
  #localHeader .txtLink.-ar,
  #globalFooter .txtLink.-ar {
    position: relative;
    padding-left: 32px;
  }
  #globalHeader .txtLink.-ar:before,
  #localHeader .txtLink.-ar:before,
  #globalFooter .txtLink.-ar:before {
    width: 10px;
    height: 20px;
    left: 8px;
  }
  #globalHeader .txtLink.-w.-blank,
  #localHeader .txtLink.-w.-blank,
  #globalFooter .txtLink.-w.-blank {
    background-size: 24px;
  }
  #globalHeader .txtLink.-w.-file,
  #localHeader .txtLink.-w.-file,
  #globalFooter .txtLink.-w.-file {
    background-size: 24px;
  }
  #globalHeader a:hover,
  #localHeader a:hover,
  #globalFooter a:hover {
    text-decoration: none;
    opacity: 1;
  }
  #globalHeader .objPc,
  #localHeader .objPc,
  #globalFooter .objPc {
    display: none;
  }
  #globalHeader .objTab,
  #localHeader .objTab,
  #globalFooter .objTab {
    display: inline;
  }
  #globalHeader .objSp,
  #localHeader .objSp,
  #globalFooter .objSp {
    display: none;
  }
  #globalHeader .objSpS,
  #localHeader .objSpS,
  #globalFooter .objSpS {
    display: none;
  }
  #globalHeader .objPcTab,
  #localHeader .objPcTab,
  #globalFooter .objPcTab {
    display: inline;
  }
  #globalHeader .objTabSp,
  #localHeader .objTabSp,
  #globalFooter .objTabSp {
    display: inline;
  }
  #globalHeader .objPcSp,
  #localHeader .objPcSp,
  #globalFooter .objPcSp {
    display: none;
  }
  #globalHeader .ptop_pc,
  #localHeader .ptop_pc,
  #globalFooter .ptop_pc {
    display: none;
  }
}
/*----------
767px以下（SP用）
----------*/
@media screen and (max-width: 767px) {
  #globalHeader .txtLink,
  #localHeader .txtLink,
  #globalFooter .txtLink {
    margin-right: 0.65vw;
  }
  #globalHeader .txtLink.-blank,
  #localHeader .txtLink.-blank,
  #globalFooter .txtLink.-blank {
    background-size: 3.13vw;
    padding-right: 3.91vw;
  }
  #globalHeader .txtLink.-file,
  #localHeader .txtLink.-file,
  #globalFooter .txtLink.-file {
    background-size: 3.13vw;
    padding-right: 3.91vw;
  }
  #globalHeader .txtLink.-ar,
  #localHeader .txtLink.-ar,
  #globalFooter .txtLink.-ar {
    padding-left: 4.17vw;
  }
  #globalHeader .txtLink.-ar:before,
  #localHeader .txtLink.-ar:before,
  #globalFooter .txtLink.-ar:before {
    width: 1.3vw;
    height: 2.61vw;
    left: 1.04vw;
  }
  #globalHeader .txtLink.-w.-blank,
  #localHeader .txtLink.-w.-blank,
  #globalFooter .txtLink.-w.-blank {
    background-size: 3.13vw;
  }
  #globalHeader .txtLink.-w.-file,
  #localHeader .txtLink.-w.-file,
  #globalFooter .txtLink.-w.-file {
    background-size: 3.13vw;
  }
  #globalHeader a:hover,
  #localHeader a:hover,
  #globalFooter a:hover {
    text-decoration: none;
    opacity: 1;
  }
  #globalHeader .objPc,
  #localHeader .objPc,
  #globalFooter .objPc {
    display: none;
  }
  #globalHeader .objTab,
  #localHeader .objTab,
  #globalFooter .objTab {
    display: none;
  }
  #globalHeader .objSp,
  #localHeader .objSp,
  #globalFooter .objSp {
    display: inline;
  }
  #globalHeader .objSpS,
  #localHeader .objSpS,
  #globalFooter .objSpS {
    display: none;
  }
  #globalHeader .objPcTab,
  #localHeader .objPcTab,
  #globalFooter .objPcTab {
    display: none;
  }
  #globalHeader .objTabSp,
  #localHeader .objTabSp,
  #globalFooter .objTabSp {
    display: inline;
  }
  #globalHeader .objPcSp,
  #localHeader .objPcSp,
  #globalFooter .objPcSp {
    display: inline;
  }
}
@media screen and (max-width: 374px) {
  #globalHeader .objSpS,
  #localHeader .objSpS,
  #globalFooter .objSpS {
    display: inline;
  }
}