@charset "UTF-8";
.urbanist {
  font-family: "Urbanist", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

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

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

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

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

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

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

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

.objTab {
  display: none;
}

.objSp {
  display: none;
}

.objSpS {
  display: none;
}

.objPcTab {
  display: inline;
}

.objTabSp {
  display: none;
}

.objPcSp {
  display: inline;
}

/*  loader
------------------------------------------------*/
@-webkit-keyframes fade_out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade_out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes ball1 {
  0% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    opacity: 0;
  }
  10% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    opacity: 0;
  }
  20% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  30% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  40% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 0;
  }
}
@keyframes ball1 {
  0% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    opacity: 0;
  }
  10% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    opacity: 0;
  }
  20% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  30% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  40% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 0;
  }
}
@-webkit-keyframes ball2 {
  0% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    opacity: 0;
  }
  10% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    opacity: 0;
  }
  20% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    opacity: 0;
  }
  30% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  40% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 0;
  }
}
@keyframes ball2 {
  0% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    opacity: 0;
  }
  10% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    opacity: 0;
  }
  20% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    opacity: 0;
  }
  30% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  40% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 0;
  }
}
@-webkit-keyframes ball3 {
  0% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    opacity: 0;
  }
  10% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    opacity: 0;
  }
  20% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    opacity: 0;
  }
  30% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    opacity: 0;
  }
  40% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 0;
  }
}
@keyframes ball3 {
  0% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    opacity: 0;
  }
  10% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    opacity: 0;
  }
  20% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    opacity: 0;
  }
  30% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    opacity: 0;
  }
  40% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0);
            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);
  -webkit-animation: 1.4s var(--easeOutCubic) infinite ball1;
          animation: 1.4s var(--easeOutCubic) infinite ball1;
}
.loader.-ball .ico div:nth-child(2) {
  left: calc(50% - 8px);
}
.loader.-ball .ico div:nth-child(2):before {
  background: var(--color-key);
  -webkit-animation: 1.4s var(--easeOutCubic) infinite ball2;
          animation: 1.4s var(--easeOutCubic) infinite ball2;
}
.loader.-ball .ico div:nth-child(3) {
  left: calc(50% + 32px);
}
.loader.-ball .ico div:nth-child(3):before {
  background: var(--color-gas-key);
  -webkit-animation: 1.4s var(--easeOutCubic) infinite ball3;
          animation: 1.4s var(--easeOutCubic) infinite ball3;
}
.loader.fo {
  -webkit-animation: 0.3s cubic-bezier(0.15, 0.29, 0.62, 0.99) both;
          animation: 0.3s cubic-bezier(0.15, 0.29, 0.62, 0.99) both;
  -webkit-animation-name: fade_out;
          animation-name: fade_out;
}
.loader.hdn:before.-rotateCirc .ico {
  -webkit-animation: none;
          animation: none;
}
.loader.hdn:before.-rotateCirc .ico .circ {
  -webkit-animation: none;
          animation: none;
}

@media screen and (max-width: 1024px) {
  #wrap {
    padding-bottom: 0;
  }
  .txtLink {
    margin-right: 5px;
  }
  .txtLink.-blank {
    -webkit-background-size: 24px 24px;
            background-size: 24px;
    padding-right: 30px;
  }
  .txtLink.-file {
    background: url(/denkigas/cmn/img/ico_file_g.svg) no-repeat right center;
    -webkit-background-size: 24px 24px;
            background-size: 24px;
    padding-right: 30px;
  }
  .txtLink.-ar {
    position: relative;
    padding-left: 32px;
  }
  .txtLink.-ar:before {
    width: 10px;
    height: 20px;
    left: 8px;
  }
  .txtLink.-w.-blank {
    -webkit-background-size: 24px 24px;
            background-size: 24px;
  }
  .txtLink.-w.-file {
    -webkit-background-size: 24px 24px;
            background-size: 24px;
  }
  a:hover {
    text-decoration: none;
    opacity: 1;
  }
  .objPc {
    display: none;
  }
  .objTab {
    display: inline;
  }
  .objSp {
    display: none;
  }
  .objSpS {
    display: none;
  }
  .objPcTab {
    display: inline;
  }
  .objTabSp {
    display: inline;
  }
  .objPcSp {
    display: none;
  }
  .ptop_pc {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .txtLink {
    margin-right: 0.65vw;
  }
  .txtLink.-blank {
    -webkit-background-size: 3.13vw 3.13vw;
            background-size: 3.13vw;
    padding-right: 3.91vw;
  }
  .txtLink.-file {
    -webkit-background-size: 3.13vw 3.13vw;
            background-size: 3.13vw;
    padding-right: 3.91vw;
  }
  .txtLink.-ar {
    padding-left: 4.17vw;
  }
  .txtLink.-ar:before {
    width: 1.3vw;
    height: 2.61vw;
    left: 1.04vw;
  }
  .txtLink.-w.-blank {
    -webkit-background-size: 3.13vw 3.13vw;
            background-size: 3.13vw;
  }
  .txtLink.-w.-file {
    -webkit-background-size: 3.13vw 3.13vw;
            background-size: 3.13vw;
  }
  a:hover {
    text-decoration: none;
    opacity: 1;
  }
  .objPc {
    display: none;
  }
  .objTab {
    display: none;
  }
  .objSp {
    display: inline;
  }
  .objSpS {
    display: none;
  }
  .objPcTab {
    display: none;
  }
  .objTabSp {
    display: inline;
  }
  .objPcSp {
    display: inline;
  }
}
/*  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: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -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;
  -webkit-background-size: 36px auto;
          background-size: 36px auto;
}
.util .disableTel a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
  pointer-events: none;
}
.util .block {
  border-radius: var(--radius1);
  -webkit-box-sizing: border-box;
          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: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-box-sizing: border-box;
          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;
  -webkit-box-shadow: 0px 6px 0px #b3b2ab;
          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;
  -webkit-background-size: contain;
          background-size: contain;
}
.util .btn.-left {
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 1024px) {
  .util .btn {
    -webkit-transition: opacity 0.2s var(--easeOutCubic), background 0.2s var(--easeOutCubic), color 0.2s var(--easeOutCubic);
    transition: opacity 0.2s var(--easeOutCubic), background 0.2s var(--easeOutCubic), color 0.2s var(--easeOutCubic);
  }
  .util .btn:hover {
    text-decoration: none;
    /*
            &.-file{
              &:before{
                background-image: url(/images/ico_file.svg);
              }
            }
    */
    /*
            &.-blank{
              &:before{
                background-image: url(/images/ico_blank.svg);
              }
            }
    */
  }
  .util .btn:hover.-sub {
    background-color: #fff;
    color: var(--btn-color);
  }
  .util .btn:hover.-sub.-file:before {
    background-image: url(/images/ico_file_gray.svg);
  }
  .util .btn:hover.-sub.-blank:before {
    background-image: url(/images/ico_blank_gray.svg);
  }
  .util .btn:hover.-close {
    opacity: 0.7;
  }
  .util .btn:hover.-close:before {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  .util .btn:hover.-close:after {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  .util .btn:hover.-nega {
    background-color: var(--btn-color);
    color: #fff;
  }
  .util .btn:hover.-nega.-sub {
    background-color: var(--btn-color);
    color: #fff;
  }
  .util .btn:hover.-nega.-sub.-file:before {
    background-image: url(/images/ico_file_w.svg);
  }
  .util .btn:hover.-nega.-sub.-blank:before {
    background-image: url(/images/ico_blank_w.svg);
  }
  .util .btn:hover.-nega.-file:before {
    background-image: url(/images/ico_file_w.svg);
  }
  .util .btn:hover.-nega.-blank:before {
    background-image: url(/images/ico_blank_w.svg);
  }
  .util .btn:hover.-nega.-close:before {
    background-color: #fff;
  }
  .util .btn:hover.-nega.-close:after {
    background-color: #fff;
  }
}
.util .btn.-conv {
  background: var(--color-conv);
  -webkit-box-shadow: 0px 6px 0px #000;
          box-shadow: 0px 6px 0px #000;
}
.util .btn.-sim {
  background: url(/denki/cmn/img/simulator_bg.png) var(--color-key) repeat-y center top/auto 150%;
  -webkit-box-shadow: 0px 6px 0px #000;
          box-shadow: 0px 6px 0px #000;
}
.util .btn.-denkigas {
  background: var(--color-key);
  -webkit-box-shadow: 0px 6px 0px #000;
          box-shadow: 0px 6px 0px #000;
}
.util .btn.-denki {
  background: var(--color-denki-key);
  -webkit-box-shadow: 0px 6px 0px #000;
          box-shadow: 0px 6px 0px #000;
}
.util .btn.-gas {
  background: var(--color-gas-key);
  -webkit-box-shadow: 0px 6px 0px #000;
          box-shadow: 0px 6px 0px #000;
}
.util .btn.-shadowBl {
  -webkit-box-shadow: 0px 6px 0px #000;
          box-shadow: 0px 6px 0px #000;
}
.util .btn.-sub {
  --btn-color: #747474;
  background-color: var(--btn-color);
  border: 2px solid var(--btn-color);
}
.util .btn.-nega {
  background-color: #fff;
  color: var(--btn-color);
  border: 2px solid var(--btn-color);
}
.util .btn.-nega.-sub {
  color: var(--btn-color);
  border: 2px solid var(--btn-color);
}
.util .btn.-nega.-sub.-file:before {
  background-image: url(/images/ico_file_gray.svg);
}
.util .btn.-nega.-sub.-blank:before {
  background-image: url(/images/ico_blank_gray.svg);
}
.util .btn.-nega.-file:before {
  background-image: url(/images/ico_file.svg);
}
.util .btn.-nega.-blank:before {
  background-image: url(/images/ico_blank.svg);
}
.util .btn.-nega.-close:before {
  background-color: var(--btn-color);
}
.util .btn.-nega.-close:after {
  background-color: var(--btn-color);
}
.util .btn.-sizeSS {
  max-width: none;
  width: auto;
  display: table;
  height: auto;
  line-height: 1;
  padding: 10px 32px 12px;
}
.util .btn.-sizeSS > * {
  display: table-cell;
  vertical-align: middle;
  line-height: 1;
}
.util .btn.-sizeSS.-file:before {
  right: 10px;
  width: 8px;
  height: 10px;
  top: calc(50% - 5px);
}
.util .btn.-sizeSS.-blank:before {
  right: 10px;
  width: 10px;
  height: 10px;
  top: calc(50% - 5px);
}
.util .btn.-sizeS {
  --btn-width: 320px;
  max-width: var(--btn-width);
  --btn-height: 60px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.util .btn.-sizeS.-file:before {
  right: 15px;
}
.util .btn.-sizeS.-blank:before {
  right: 15px;
}
.util .btn.-sizeL {
  --btn-width: 580px;
  max-width: var(--btn-width);
}
.util .btn.-file:before {
  content: "";
  position: absolute;
  right: 20px;
  top: calc(50% - 7px);
  width: 12px;
  height: 14px;
  background-image: url(/images/ico_file_w.svg);
}
.util .btn.-blank:before {
  content: "";
  position: absolute;
  right: 20px;
  top: calc(50% - 8px);
  width: 16px;
  height: 16px;
  background-image: url(/denkigas/cmn/img/ico_blank_bl.svg);
}
.util .btn.-ar:before {
  content: "";
  position: absolute;
  right: 20px;
  top: calc(50% - 7px);
  width: 14px;
  height: 14px;
  background-image: url(/denkigas/cmn/img/ico_ar_r.svg);
}
.util .btn.-close {
  background-color: var(--color-denki-light);
  -webkit-box-shadow: 0px 6px 0px #000;
          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;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: background 0.2s var(--easeOutCubic), -webkit-transform 0.2s var(--easeOutCubic);
  transition: background 0.2s var(--easeOutCubic), -webkit-transform 0.2s var(--easeOutCubic);
  transition: transform 0.2s var(--easeOutCubic), background 0.2s var(--easeOutCubic);
  transition: transform 0.2s var(--easeOutCubic), background 0.2s var(--easeOutCubic), -webkit-transform 0.2s var(--easeOutCubic);
}
.util .btn.-close:after {
  content: "";
  position: absolute;
  right: 20px;
  top: calc(50% - 1px);
  width: 12px;
  height: 2px;
  background-color: #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: background 0.2s var(--easeOutCubic), -webkit-transform 0.2s var(--easeOutCubic);
  transition: background 0.2s var(--easeOutCubic), -webkit-transform 0.2s var(--easeOutCubic);
  transition: transform 0.2s var(--easeOutCubic), background 0.2s var(--easeOutCubic);
  transition: transform 0.2s var(--easeOutCubic), background 0.2s var(--easeOutCubic), -webkit-transform 0.2s var(--easeOutCubic);
}
.util .btnArea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: 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%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.util .list > li:after {
  content: "";
  display: block;
}
.util .list > li .list {
  margin-top: 0.5em;
}
.util .list > li .list > li:before {
  background-color: #fff;
  border: 1px solid #000;
}
.util .list.-notes > li {
  padding-left: 12px;
}
.util .list.-notes > li:before {
  content: "※";
  font-size: var(--fsize10);
  width: auto;
  height: auto;
  top: 0;
  left: 0;
  background: none !important;
  border-radius: none !important;
  border: none !important;
}
.util .list.-notes > li.-noicon {
  padding-left: 0;
}
.util .list.-notes > li.-noicon:before {
  display: none;
}
.util .list.-asterisk > li {
  padding-left: 12px;
}
.util .list.-asterisk > li:before {
  content: "＊";
  font-size: var(--fsize10);
  width: auto;
  height: auto;
  top: 0;
  left: 0;
  background: none !important;
  border-radius: none !important;
  border: none !important;
}
.util .head01 {
  font-size: 1.13rem;
  line-height: 1.4;
  font-weight: bold;
  position: relative;
}
.util .head01.-underLine {
  border-bottom: 2px solid #eaeaea;
}
.util .head01.-dot {
  padding-left: 24px;
}
.util .head01.-dot:before {
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  background-color: #000;
  border-radius: 50%;
  left: 2px;
  top: calc(50% - 7px);
}
.util .head02 {
  font-size: 1.505rem;
  line-height: 1.4;
  font-weight: bold;
  position: relative;
}
.util .head02.-underLine {
  border-bottom: 2px solid #eaeaea;
}
.util .head02.-dot {
  padding-left: 24px;
}
.util .head02.-dot:before {
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  background-color: #000;
  border-radius: 50%;
  left: 2px;
  top: calc(50% - 7px);
}
.util .head03 {
  font-size: 1.88rem;
  line-height: 1.4;
  font-weight: bold;
  position: relative;
}
.util .head03.-underLine {
  border-bottom: 2px solid #eaeaea;
}
.util .head03.-dot {
  padding-left: 24px;
}
.util .head03.-dot:before {
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  background-color: #000;
  border-radius: 50%;
  left: 2px;
  top: calc(50% - 7px);
}
.util .head04 {
  font-size: 2.255rem;
  line-height: 1.4;
  font-weight: bold;
  position: relative;
}
.util .head04.-underLine {
  border-bottom: 2px solid #eaeaea;
}
.util .head04.-dot {
  padding-left: 24px;
}
.util .head04.-dot:before {
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  background-color: #000;
  border-radius: 50%;
  left: 2px;
  top: calc(50% - 7px);
}
.util .head05 {
  font-size: 2.63rem;
  line-height: 1.4;
  font-weight: bold;
  position: relative;
}
.util .head05.-underLine {
  border-bottom: 2px solid #eaeaea;
}
.util .head05.-dot {
  padding-left: 24px;
}
.util .head05.-dot:before {
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  background-color: #000;
  border-radius: 50%;
  left: 2px;
  top: calc(50% - 7px);
}
.util .head06 {
  font-size: 3.005rem;
  line-height: 1.4;
  font-weight: bold;
  position: relative;
}
.util .head06.-underLine {
  border-bottom: 2px solid #eaeaea;
}
.util .head06.-dot {
  padding-left: 24px;
}
.util .head06.-dot:before {
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  background-color: #000;
  border-radius: 50%;
  left: 2px;
  top: calc(50% - 7px);
}
.util .tableScroller {
  width: 100%;
  overflow-x: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.util .tableScroller::-webkit-scrollbar {
  display: none;
}
.util .table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.util .table th, .util .table td {
  border: 1px solid #b3b3b3;
  empty-cells: show;
  padding: 10px;
  line-height: 1.4;
}
.util .table th {
  background-color: #f0f0f0;
}
.util .copyInput {
  opacity: 0 !important;
  pointer-events: none !important;
  position: absolute !important;
  left: 0 !important;
  bottom: 0 !important;
}
.util label {
  display: block;
}
.util input[type=text],
.util input[type=email],
.util input[type=tel],
.util textarea {
  border: 3px solid #b3b3b3;
  font-size: var(--fsize18);
  line-height: 1;
  letter-spacing: 0.05em;
  padding: 16px;
  border-radius: var(--radius2);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #000;
  -webkit-transition: background 0.3s var(--easeOutCubic);
  transition: background 0.3s var(--easeOutCubic);
  background-color: #fff;
  width: 100%;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.util input[type=text]::-webkit-scrollbar,
.util input[type=email]::-webkit-scrollbar,
.util input[type=tel]::-webkit-scrollbar,
.util textarea::-webkit-scrollbar {
  display: none;
}
.util input[type=text]:focus,
.util input[type=email]:focus,
.util input[type=tel]:focus,
.util textarea:focus {
  background: #fff;
}
.util input[type=text].full,
.util input[type=email].full,
.util input[type=tel].full,
.util textarea.full {
  width: 100%;
}
.util input[type=text].col2,
.util input[type=email].col2,
.util input[type=tel].col2,
.util textarea.col2 {
  width: 49%;
}
.util input[type=text].error,
.util input[type=email].error,
.util input[type=tel].error,
.util textarea.error {
  background: rgba(255, 0, 0, 0.1);
}
.util select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 3px solid #b3b3b3;
  font-size: var(--fsize18);
  line-height: 1.2;
  padding: 16px 0 16px 42px;
  border-radius: var(--radius2);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #000;
  background: #fff;
  cursor: pointer;
  width: 100%;
  -webkit-transition: background 0.2s var(--easeOutCubic);
  transition: background 0.2s var(--easeOutCubic);
}
@media (any-hover: hover) {
  .util select:hover {
    background: #f9f9f9;
  }
}
.util .required {
  background: var(--alert-color);
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
  font-size: var(--fsize12);
  line-height: 1;
  letter-spacing: 0.05em;
  color: #fff;
  border-radius: 3px;
  padding: 3px 6px 4px;
  margin-left: 0.5em;
  margin-right: 0.5em;
}
.util .alerthead {
  font-size: var(--fsize18);
  letter-spacing: 0;
  line-height: 1.4;
  font-weight: bold;
  color: #fff;
  border-radius: var(--radius1);
  padding: 10px 0;
  background: url(/images/ico_alert_w.svg) no-repeat 3% center, url(/images/ico_alert_w.svg) no-repeat 97% center var(--alert-color);
  -webkit-background-size: 18px auto, 18px auto;
          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;
  -webkit-box-sizing: border-box;
          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: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 10px 2%;
  width: 100%;
  position: relative;
}
.util .columnInner.-noGap {
  gap: 0;
}
.util .columnInner.-noStretch {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.util .nameLabel {
  width: 10%;
  text-align: right;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 0.5em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.util .formName {
  width: 90%;
}
.util .btnLabel {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-content: center;
      -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);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  cursor: pointer;
  -webkit-transition: border 0.2s var(--easeOutCubic), background 0.2s var(--easeOutCubic);
  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%;
  -webkit-box-sizing: border-box;
          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;
  -webkit-box-sizing: border-box;
          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);
  -webkit-transform: rotate(-45deg);
          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;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          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);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #f4f4f4;
  padding: 12px;
  line-height: 1.4;
}
.util .history_tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: 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;
  -webkit-box-sizing: border-box;
          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;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  width: calc(4px * tan(60deg));
  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 {
  -webkit-box-sizing: border-box;
          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;
  -webkit-box-sizing: border-box;
          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;
  -webkit-box-sizing: border-box;
          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: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: 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;
  -webkit-box-sizing: border-box;
          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;
  -webkit-clip-path: polygon(0 50%, 100% 0, 100% 100%);
          clip-path: polygon(0 50%, 100% 0, 100% 100%);
  width: calc(4px * tan(60deg));
}
.util .history_pn1 > .next:before {
  background-color: #fff;
  height: 8px;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  width: calc(4px * tan(60deg));
}
.util .history_pn1 > .page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: 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: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: 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: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          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;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  width: calc(4px * tan(60deg));
  right: 6px;
  top: calc(50% - 4px);
}
.util .accorBlock {
  background: #efefef;
  border-radius: var(--radius1);
  -webkit-box-sizing: border-box;
          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 {
  -webkit-transform: rotateZ(90deg);
          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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 0 20px 15px;
  opacity: 0;
  position: relative;
  -webkit-transition: opacity 0.1s;
  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;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.util .accorIco:before {
  content: "";
  width: 12px;
  height: 2px;
  background: #000;
  position: absolute;
  left: 0;
  top: calc(50% - 1px);
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.util .accorIco:after {
  content: "";
  width: 2px;
  height: 12px;
  background: #000;
  position: absolute;
  left: calc(50% - 1px);
  top: 0;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-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;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  height: 6px;
}

@media screen and (max-width: 1024px) {
  .util .btn {
    -webkit-box-shadow: 0 8px 0 #b3b2ab;
            box-shadow: 0 8px 0 #b3b2ab;
  }
  .util .btn.-sizeS {
    --btn-width: 448px;
    --btn-height: 100px;
  }
  .util .btn.-conv, .util .btn.-sim, .util .btn.-denkigas, .util .btn.-denki, .util .btn.-gas, .util .btn.-shadowBl, .util .btn.-close {
    -webkit-box-shadow: 0px 8px 0px #000;
            box-shadow: 0px 8px 0px #000;
  }
  .util .btn.-blank:before {
    right: 20px;
    top: calc(50% - 12px);
    width: 24px;
    height: 24px;
  }
  .util .btn.-ar:before {
    right: 20px;
    top: calc(50% - 10px);
    width: 20px;
    height: 20px;
  }
  .util .btn.-close:before {
    right: 20px;
    top: calc(50% - 2px);
    width: 24px;
    height: 4px;
  }
  .util .btn.-close:after {
    right: 20px;
    top: calc(50% - 2px);
    width: 24px;
    height: 4px;
  }
  .util .list > li:before {
    width: 12px;
    height: 12px;
  }
  .util .list.-notes > li {
    padding-left: 24px;
  }
  .util .list.-notes > li:before {
    font-size: 20px;
  }
  .util .list.-asterisk > li {
    padding-left: 24px;
  }
  .util .list.-asterisk > li:before {
    font-size: 20px;
  }
  .util input[type=text],
  .util input[type=email],
  .util input[type=tel],
  .util textarea {
    font-size: var(--fsize36);
    padding: 30px;
  }
  .util select {
    font-size: var(--fsize36);
    padding: 30px 30px 30px 76px;
  }
  .util .required {
    font-size: 24px;
    padding: 6px 12px 8px;
  }
  .util .alerthead {
    font-size: var(--fsize36);
    padding: 20px 0;
    -webkit-background-size: 36px auto, 36px auto;
            background-size: 36px auto, 36px auto;
  }
  .util .alertmessage {
    font-size: var(--fsize28);
    padding: 12px 20px;
    margin-top: 10px;
  }
  .util .column {
    padding: 30px 0;
  }
  .util .columnInner {
    gap: 20px 2%;
  }
  .util .nameLabel {
    letter-spacing: 0;
  }
  .util .btnLabel {
    font-size: 28px;
    padding: 20px 10px 20px 52px;
    min-height: 124px;
  }
  .util .btnLabel.-radio:before {
    width: 20px;
    height: 20px;
    left: 20px;
    top: calc(50% - 10px);
  }
  .util .btnLabel.-check:before {
    width: 20px;
    height: 20px;
    border-radius: 2px;
    left: 20px;
    top: calc(50% - 10px);
  }
  .util .btnLabel.-check.checked:after {
    content: "";
    width: 16px;
    height: 8px;
    left: 20px;
    top: calc(50% - 10px);
  }
  .util .btnLabel.-spCol2 {
    width: 49%;
  }
  .util .btnLabel.-spFull {
    width: 100%;
  }
  .util .selectCol:before {
    background-color: #000;
    width: 24px;
    -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
            clip-path: polygon(0 0, 100% 0, 50% 100%);
    height: 12px;
    right: 30px;
    top: calc(50% - 6px);
  }
  .util .selectCol.-spCol2 {
    width: 49%;
  }
  .util .selectCol.-spFull {
    width: 100%;
  }
  .util .confirm {
    padding: 24px;
  }
}
@media screen and (max-width: 767px) {
  :root {
    --inner-width: 90%;
    --radius1: 2.61vw;
    --btn-height: 16vw;
  }
  .util .mt0 {
    margin-top: 0vw !important;
  }
  .util .mb0 {
    margin-bottom: 0vw !important;
  }
  .util .pt0 {
    padding-top: 0vw !important;
  }
  .util .pb0 {
    padding-bottom: 0vw !important;
  }
  .util .mt5 {
    margin-top: 0.65vw !important;
  }
  .util .mb5 {
    margin-bottom: 0.65vw !important;
  }
  .util .pt5 {
    padding-top: 0.65vw !important;
  }
  .util .pb5 {
    padding-bottom: 0.65vw !important;
  }
  .util .mt10 {
    margin-top: 1.3vw !important;
  }
  .util .mb10 {
    margin-bottom: 1.3vw !important;
  }
  .util .pt10 {
    padding-top: 1.3vw !important;
  }
  .util .pb10 {
    padding-bottom: 1.3vw !important;
  }
  .util .mt15 {
    margin-top: 1.96vw !important;
  }
  .util .mb15 {
    margin-bottom: 1.96vw !important;
  }
  .util .pt15 {
    padding-top: 1.96vw !important;
  }
  .util .pb15 {
    padding-bottom: 1.96vw !important;
  }
  .util .mt20 {
    margin-top: 2.61vw !important;
  }
  .util .mb20 {
    margin-bottom: 2.61vw !important;
  }
  .util .pt20 {
    padding-top: 2.61vw !important;
  }
  .util .pb20 {
    padding-bottom: 2.61vw !important;
  }
  .util .mt25 {
    margin-top: 3.26vw !important;
  }
  .util .mb25 {
    margin-bottom: 3.26vw !important;
  }
  .util .pt25 {
    padding-top: 3.26vw !important;
  }
  .util .pb25 {
    padding-bottom: 3.26vw !important;
  }
  .util .mt30 {
    margin-top: 3.91vw !important;
  }
  .util .mb30 {
    margin-bottom: 3.91vw !important;
  }
  .util .pt30 {
    padding-top: 3.91vw !important;
  }
  .util .pb30 {
    padding-bottom: 3.91vw !important;
  }
  .util .mt35 {
    margin-top: 4.56vw !important;
  }
  .util .mb35 {
    margin-bottom: 4.56vw !important;
  }
  .util .pt35 {
    padding-top: 4.56vw !important;
  }
  .util .pb35 {
    padding-bottom: 4.56vw !important;
  }
  .util .mt40 {
    margin-top: 5.22vw !important;
  }
  .util .mb40 {
    margin-bottom: 5.22vw !important;
  }
  .util .pt40 {
    padding-top: 5.22vw !important;
  }
  .util .pb40 {
    padding-bottom: 5.22vw !important;
  }
  .util .mt45 {
    margin-top: 5.87vw !important;
  }
  .util .mb45 {
    margin-bottom: 5.87vw !important;
  }
  .util .pt45 {
    padding-top: 5.87vw !important;
  }
  .util .pb45 {
    padding-bottom: 5.87vw !important;
  }
  .util .mt50 {
    margin-top: 6.52vw !important;
  }
  .util .mb50 {
    margin-bottom: 6.52vw !important;
  }
  .util .pt50 {
    padding-top: 6.52vw !important;
  }
  .util .pb50 {
    padding-bottom: 6.52vw !important;
  }
  .util .mt55 {
    margin-top: 7.17vw !important;
  }
  .util .mb55 {
    margin-bottom: 7.17vw !important;
  }
  .util .pt55 {
    padding-top: 7.17vw !important;
  }
  .util .pb55 {
    padding-bottom: 7.17vw !important;
  }
  .util .mt60 {
    margin-top: 7.82vw !important;
  }
  .util .mb60 {
    margin-bottom: 7.82vw !important;
  }
  .util .pt60 {
    padding-top: 7.82vw !important;
  }
  .util .pb60 {
    padding-bottom: 7.82vw !important;
  }
  .util .mt65 {
    margin-top: 8.47vw !important;
  }
  .util .mb65 {
    margin-bottom: 8.47vw !important;
  }
  .util .pt65 {
    padding-top: 8.47vw !important;
  }
  .util .pb65 {
    padding-bottom: 8.47vw !important;
  }
  .util .mt70 {
    margin-top: 9.13vw !important;
  }
  .util .mb70 {
    margin-bottom: 9.13vw !important;
  }
  .util .pt70 {
    padding-top: 9.13vw !important;
  }
  .util .pb70 {
    padding-bottom: 9.13vw !important;
  }
  .util .mt75 {
    margin-top: 9.78vw !important;
  }
  .util .mb75 {
    margin-bottom: 9.78vw !important;
  }
  .util .pt75 {
    padding-top: 9.78vw !important;
  }
  .util .pb75 {
    padding-bottom: 9.78vw !important;
  }
  .util .mt80 {
    margin-top: 10.43vw !important;
  }
  .util .mb80 {
    margin-bottom: 10.43vw !important;
  }
  .util .pt80 {
    padding-top: 10.43vw !important;
  }
  .util .pb80 {
    padding-bottom: 10.43vw !important;
  }
  .util .mt85 {
    margin-top: 11.08vw !important;
  }
  .util .mb85 {
    margin-bottom: 11.08vw !important;
  }
  .util .pt85 {
    padding-top: 11.08vw !important;
  }
  .util .pb85 {
    padding-bottom: 11.08vw !important;
  }
  .util .mt90 {
    margin-top: 11.73vw !important;
  }
  .util .mb90 {
    margin-bottom: 11.73vw !important;
  }
  .util .pt90 {
    padding-top: 11.73vw !important;
  }
  .util .pb90 {
    padding-bottom: 11.73vw !important;
  }
  .util .mt95 {
    margin-top: 12.39vw !important;
  }
  .util .mb95 {
    margin-bottom: 12.39vw !important;
  }
  .util .pt95 {
    padding-top: 12.39vw !important;
  }
  .util .pb95 {
    padding-bottom: 12.39vw !important;
  }
  .util .mt100 {
    margin-top: 13.04vw !important;
  }
  .util .mb100 {
    margin-bottom: 13.04vw !important;
  }
  .util .pt100 {
    padding-top: 13.04vw !important;
  }
  .util .pb100 {
    padding-bottom: 13.04vw !important;
  }
  .util .spLeft {
    text-align: left !important;
  }
  .util .fsize10 {
    font-size: 2.61vw !important;
  }
  .util .fsize11 {
    font-size: 2.87vw !important;
  }
  .util .fsize12 {
    font-size: 3.13vw !important;
  }
  .util .fsize13 {
    font-size: 3.39vw !important;
  }
  .util .fsize14 {
    font-size: 3.65vw !important;
  }
  .util .fsize15 {
    font-size: 3.91vw !important;
  }
  .util .fsize16 {
    font-size: 4.17vw !important;
  }
  .util .fsize17 {
    font-size: 4.43vw !important;
  }
  .util .fsize18 {
    font-size: 4.69vw !important;
  }
  .util .fsize19 {
    font-size: 4.95vw !important;
  }
  .util .fsize20 {
    font-size: 5.22vw !important;
  }
  .util .fsize21 {
    font-size: 5.48vw !important;
  }
  .util .fsize22 {
    font-size: 5.74vw !important;
  }
  .util .fsize23 {
    font-size: 6vw !important;
  }
  .util .fsize24 {
    font-size: 6.26vw !important;
  }
  .util .fsize25 {
    font-size: 6.52vw !important;
  }
  .util .fsize26 {
    font-size: 6.78vw !important;
  }
  .util .fsize27 {
    font-size: 7.04vw !important;
  }
  .util .fsize28 {
    font-size: 7.3vw !important;
  }
  .util .fsize29 {
    font-size: 7.56vw !important;
  }
  .util .fsize30 {
    font-size: 7.82vw !important;
  }
  .util .fsize31 {
    font-size: 8.08vw !important;
  }
  .util .fsize32 {
    font-size: 8.34vw !important;
  }
  .util .fsize33 {
    font-size: 8.6vw !important;
  }
  .util .fsize34 {
    font-size: 8.87vw !important;
  }
  .util .fsize35 {
    font-size: 9.13vw !important;
  }
  .util .fsize36 {
    font-size: 9.39vw !important;
  }
  .util .fsize37 {
    font-size: 9.65vw !important;
  }
  .util .fsize38 {
    font-size: 9.91vw !important;
  }
  .util .fsize39 {
    font-size: 10.17vw !important;
  }
  .util .fsize40 {
    font-size: 10.43vw !important;
  }
  .util .fsize41 {
    font-size: 10.69vw !important;
  }
  .util .fsize42 {
    font-size: 10.95vw !important;
  }
  .util .fsize43 {
    font-size: 11.21vw !important;
  }
  .util .fsize44 {
    font-size: 11.47vw !important;
  }
  .util .fsize45 {
    font-size: 11.73vw !important;
  }
  .util .fsize46 {
    font-size: 11.99vw !important;
  }
  .util .fsize47 {
    font-size: 12.26vw !important;
  }
  .util .fsize48 {
    font-size: 12.52vw !important;
  }
  .util .fsize49 {
    font-size: 12.78vw !important;
  }
  .util .fsize50 {
    font-size: 13.04vw !important;
  }
  .util .fsize51 {
    font-size: 13.3vw !important;
  }
  .util .fsize52 {
    font-size: 13.56vw !important;
  }
  .util .fsize53 {
    font-size: 13.82vw !important;
  }
  .util .fsize54 {
    font-size: 14.08vw !important;
  }
  .util .fsize55 {
    font-size: 14.34vw !important;
  }
  .util .fsize56 {
    font-size: 14.6vw !important;
  }
  .util .fsize57 {
    font-size: 14.86vw !important;
  }
  .util .fsize58 {
    font-size: 15.12vw !important;
  }
  .util .fsize59 {
    font-size: 15.38vw !important;
  }
  .util .fsize60 {
    font-size: 15.65vw !important;
  }
  .util .fsize61 {
    font-size: 15.91vw !important;
  }
  .util .fsize62 {
    font-size: 16.17vw !important;
  }
  .util .fsize63 {
    font-size: 16.43vw !important;
  }
  .util .fsize64 {
    font-size: 16.69vw !important;
  }
  .util .fsize65 {
    font-size: 16.95vw !important;
  }
  .util .fsize66 {
    font-size: 17.21vw !important;
  }
  .util .fsize67 {
    font-size: 17.47vw !important;
  }
  .util .fsize68 {
    font-size: 17.73vw !important;
  }
  .util .fsize69 {
    font-size: 17.99vw !important;
  }
  .util .fsize70 {
    font-size: 18.25vw !important;
  }
  .util .fsize71 {
    font-size: 18.51vw !important;
  }
  .util .fsize72 {
    font-size: 18.77vw !important;
  }
  .util .tel {
    font-size: 7.82vw;
    padding-left: 6.52vw;
    -webkit-background-size: 5.74vw auto;
            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 {
    -webkit-box-shadow: 0 1.04vw 0 #b3b2ab;
            box-shadow: 0 1.04vw 0 #b3b2ab;
  }
  .util .btn.-conv, .util .btn.-sim, .util .btn.-denkigas, .util .btn.-denki, .util .btn.-gas, .util .btn.-shadowBl, .util .btn.-close {
    -webkit-box-shadow: 0px 1.04vw 0px #000;
            box-shadow: 0px 1.04vw 0px #000;
  }
  .util .btn.-sizeS {
    --btn-width: 58.40938vw;
    --btn-height: 13.0378vw;
  }
  .util .btn.-sizeSS {
    padding: 2.61vw 8.34vw 3.13vw;
  }
  .util .btn.-sizeSS.-file:before {
    right: 2.61vw;
    width: 2.09vw;
    height: 2.61vw;
    top: calc(50% - 1.3vw);
  }
  .util .btn.-sizeSS.-blank:before {
    right: 2.61vw;
    width: 2.61vw;
    height: 2.61vw;
    top: calc(50% - 1.3vw);
  }
  .util .btn.-sizeS {
    --btn-width: 80%;
  }
  .util .btn.-sizeS.-file:before {
    right: 3.91vw;
  }
  .util .btn.-sizeS.-blank:before {
    right: 3.91vw;
  }
  .util .btn.-sizeL {
    --btn-width: 100%;
    --btn-height: 20vw;
  }
  .util .btn.-file:before {
    content: "";
    position: absolute;
    right: 5.22vw;
    top: calc(50% - 1.83vw);
    width: 3.13vw;
    height: 3.65vw;
  }
  .util .btn.-blank:before {
    right: 2.61vw;
    top: calc(50% - 1.83vw);
    width: 3.65vw;
    height: 3.65vw;
  }
  .util .btn.-ar:before {
    right: 2.61vw;
    top: calc(50% - 1.3vw);
    width: 2.61vw;
    height: 2.61vw;
  }
  .util .btn.-close:before {
    right: 2.61vw;
    top: calc(50% - 0.26vw);
    width: 3.13vw;
    height: 0.52vw;
  }
  .util .btn.-close:after {
    right: 2.61vw;
    top: calc(50% - 0.26vw);
    width: 3.13vw;
    height: 0.52vw;
  }
  .util .btnArea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .util .btnArea > .btn {
    width: 100%;
  }
  .util .btnArea > .btn:first-child {
    margin-right: 0;
    margin-top: 5.22vw;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .util .btnArea > .btn.-sizeS {
    width: 80%;
  }
  .util .list.right > li, .util .list.center > li {
    display: block;
  }
  .util .list.right > li:before, .util .list.center > li:before {
    display: none;
  }
  .util .list.-noMarker > li {
    padding-left: 1em;
  }
  .util .list > li:before {
    width: 1.56vw;
    height: 1.56vw;
  }
  .util .list.-notes > li {
    padding-left: 3.13vw;
  }
  .util .list.-notes > li:before {
    font-size: 2.61vw;
  }
  .util .list.-asterisk > li {
    padding-left: 3.13vw;
  }
  .util .list.-asterisk > li:before {
    font-size: 2.61vw;
  }
  .util .table {
    /*
          &.-w120{
            width: 120%;
          }
          &.-w140{
            width: 140%;
          }
    */
  }
  .util .table th, .util .table td {
    padding: 2.61vw;
  }
  .util .table.-w120 {
    width: 120%;
  }
  .util .table.-w140 {
    width: 140%;
  }
  .util .table.-w160 {
    width: 160%;
  }
  .util .table.-w180 {
    width: 180%;
  }
  .util .table.-w200 {
    width: 200%;
  }
  .util input[type=text],
  .util input[type=email],
  .util input[type=tel],
  .util textarea {
    font-size: 4.69vw;
    padding: 3.91vw;
  }
  .util select {
    font-size: 4.69vw;
    padding: 3.91vw 3.91vw 3.91vw 9.91vw;
  }
  .util .required {
    font-size: 3.13vw;
    padding: 0.78vw 1.56vw 1.04vw;
  }
  .util .alerthead {
    font-size: 4.69vw;
    padding: 2.61vw 0;
    -webkit-background-size: 4.69vw auto, 4.69vw auto;
            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;
    -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
            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;
    -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
            clip-path: polygon(0 0, 100% 50%, 0 100%);
    width: calc(2.09vw / 2 * tan(60deg));
    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;
    -webkit-clip-path: polygon(0 50%, 100% 0, 100% 100%);
            clip-path: polygon(0 50%, 100% 0, 100% 100%);
    width: calc(2.09vw / 2 * tan(60deg));
  }
  .util .history_pn1 > .next:before {
    background-color: #fff;
    height: 2.09vw;
    -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
            clip-path: polygon(0 0, 100% 50%, 0 100%);
    width: calc(2.09vw / 2 * tan(60deg));
  }
  .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;
    -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
            clip-path: polygon(0 0, 100% 50%, 0 100%);
    width: calc(2.09vw / 2 * tan(60deg));
    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);
  }
}
#wrapper {
  padding-top: 80px;
}

.util .block {
  border-radius: var(--radius2);
}

.underLine {
  text-decoration: underline;
  -webkit-text-decoration-color: var(--color-denki-key);
     -moz-text-decoration-color: var(--color-denki-key);
          text-decoration-color: var(--color-denki-key);
  text-decoration-thickness: 4px;
  text-underline-offset: 0;
  text-decoration-skip-ink: none;
}

.contentsHead02 {
  margin-bottom: 40px;
}

.contentsHead03 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.contentsHead03.-bottom {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.contentsHead03.-circ:before {
  content: "";
  width: 22px;
  height: 22px;
  border: 6px solid var(--color-denki-key);
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.contentsHead03 > .head {
  background: var(--color-denki-key);
  font-size: var(--fsize16);
  font-weight: 600;
  border-radius: 100px;
  padding: 5px 20px;
}
.contentsHead03 > .usr_1 {
  width: 100px;
  height: 52px;
  background: url(../img/usr_ico_1.png) no-repeat center/cover;
}
.contentsHead03 > .usr_2 {
  width: 100px;
  height: 52px;
  background: url(../img/usr_ico_2.png) no-repeat center/cover;
}
.contentsHead03 > .usr_3 {
  width: 120px;
  height: 52px;
  background: url(../img/usr_ico_3.png) no-repeat center/cover;
}
.contentsHead03 > .usr_4 {
  width: 150px;
  height: 52px;
  background: url(../img/usr_ico_4.png) no-repeat center/cover;
}
.contentsHead03 > .usr_5 {
  width: 150px;
  height: 52px;
  background: url(../img/usr_ico_5.png) no-repeat center/cover;
}

.flexBlock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.flexBlock.-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.flexBlock_contents {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.checkList.-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column wrap;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.conv_btn {
  font-size: var(--fsize20);
  font-weight: 500;
  background-color: var(--color-denki-light) !important;
}

.footerBack {
  font-size: var(--fsize20);
  font-weight: 500;
}

.ptop {
  position: fixed;
  display: block;
  width: 60px;
  height: 60px;
  bottom: 10px;
  right: 10px;
  background: url(../img/ico_ptop.svg) no-repeat center/contain;
  z-index: 1;
}
.ptop > .txt {
  display: none;
}
.ptop.-absolute {
  position: absolute;
}

.kv img {
  border-radius: var(--radius2);
}

.kv_notes_head {
  font-size: var(--fsize14);
  text-align: center;
  margin-bottom: 10px;
}

.kv_notes, .all_results_notes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
.kv_notes > li, .all_results_notes > li {
  font-size: var(--fsize10);
}

.share_btn {
  --btn-width: 320px;
  background: #000 !important;
  color: #fff !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  font-size: var(--fsize20);
  font-weight: 700;
  border-radius: 100px !important;
  margin-bottom: 40px;
  gap: 15px;
}
.share_btn.-blank:before {
  background-image: url(/denkigas/cmn/img/ico_blank_w.svg) !important;
}
.share_btn .ico {
  width: 26px;
  position: absolute;
  left: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.mokujiBtn {
  font-size: var(--fsize16) !important;
  padding: 8px 160px !important;
}
.mokujiBtn:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background: url(../img/ico_list.svg) no-repeat center/contain;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.mokuji {
  padding-top: 40px;
  text-align: left;
  display: inline-block;
}
.mokuji > li {
  font-size: var(--fsize16);
  line-height: 1.5;
}
.mokuji > li:not(:first-child) {
  margin-top: 20px;
}
.mokuji ul {
  padding-left: 1em;
  margin-top: 10px;
}
.mokuji ul li {
  font-size: var(--fsize14);
  line-height: 1.5;
}
.mokuji ul li:not(:first-child) {
  margin-top: 10px;
}

.all_results {
  border: 2px solid #f0f0f0;
  border-radius: var(--radius2);
  overflow: hidden;
}
.all_results img {
  width: 100%;
  max-width: 640px;
}

.all_results_list {
  display: inline-block;
  margin: 40px auto;
}
.all_results_list > li {
  text-align: left;
  font-size: var(--fsize20);
  font-weight: 500;
  line-height: 1.6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.all_results_list > li + li {
  margin-top: 20px;
}
.all_results_list > li .num {
  display: block;
  background: var(--color-denki-key);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.all_results_notes {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 10px;
}

.cost_results {
  border: 2px solid #f0f0f0;
  border-radius: var(--radius2);
  overflow: hidden;
  max-width: 384px;
}

.benefitList {
  margin-top: 40px;
}
.benefitList > li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.benefitList > li + li {
  padding-top: 20px;
}

.benefitList_ico {
  width: 180px;
  height: 180px;
  background: #f0f0f0;
  border-radius: var(--radius2);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.benefitList_ico > img {
  height: 114px;
  width: auto;
}

.benefitList_contents {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
}

.benefitList_notes, .plan_notes, .voice_notes {
  margin-top: 10px;
}
.benefitList_notes > li, .plan_notes > li, .voice_notes > li {
  font-size: var(--fsize10);
  text-align: left;
}

.benefitList_point_btn {
  margin-top: 20px;
}

.benefitList_point_table {
  margin-top: 20px;
}

.fam_results_details {
  border: 2px solid #f0f0f0;
  border-radius: var(--radius2);
  overflow: hidden;
  margin-top: 30px;
}
.fam_results_details img {
  width: 100%;
  max-width: 740px;
}
.fam_results_details + p {
  margin-top: 30px;
}

.after_graph {
  border: 2px solid #f0f0f0;
  border-radius: var(--radius2);
  overflow: hidden;
  margin-bottom: 30px;
}
.after_graph img {
  width: 100%;
  max-width: 640px;
}

.voice {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  gap: 30px;
}
.voice > li {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 calc(50% - 15px);
      -ms-flex: 1 1 calc(50% - 15px);
          flex: 1 1 calc(50% - 15px);
  border: 2px solid #f0f0f0;
  border-radius: var(--radius2);
  overflow: hidden;
}

.voice_thumb {
  max-width: 380px;
  margin: 0 auto;
}

.voice_list {
  display: inline-block;
  padding: 0 30px;
}
.voice_list > li {
  font-size: var(--fsize16);
  line-height: 1.6;
  padding-left: 20px;
  position: relative;
  text-align: left;
}
.voice_list > li:before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--color-orange);
  position: absolute;
  left: 0;
  top: 0.45em;
}
.voice_list > li + li {
  margin-top: 10px;
}

.voice_txt {
  margin: 20px 30px 30px;
}

.ranking_img {
  max-width: 640px;
  margin: 0 auto 30px;
}

.meritDenki_img {
  width: 100%;
  background: var(--color-base);
  border-radius: var(--radius2);
  padding: 40px;
  margin-top: 40px;
}

.kihon_table th {
  width: 20%;
}

.plan_table {
  margin-top: 30px;
}
.plan_table th {
  width: 20%;
}

.planBlock {
  border-bottom: 1px solid #000;
}
.planBlock:first-of-type {
  border-top: 1px solid #000;
}

.planBtn {
  font-family: var(--fontset_noto);
  font-size: var(--fsize18);
  font-weight: 500;
  padding: 20px 0;
}

.planBody {
  padding: 20px 0 40px;
}

.hikaku_table {
  margin: 30px 0;
}

.btmBnr_head {
  text-align: center;
  font-size: var(--fsize28);
  margin-bottom: 40px;
}

.btmBnr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  margin-bottom: 60px;
}
.btmBnr > li > a {
  display: block;
  width: 345px;
}
.btmBnr > li > a > img {
  border-radius: var(--radius2);
  -webkit-box-shadow: 0 6px 0 #000;
          box-shadow: 0 6px 0 #000;
}

@media screen and (max-width: 1024px) {
  #wrapper {
    padding-top: 20px;
  }
  .contentsHead02 {
    margin-bottom: 30px;
  }
  .contentsHead03 {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column wrap;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
  }
  .contentsHead03.-circ {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 15px;
  }
  .contentsHead03.-circ:before {
    width: 40px;
    height: 40px;
    border: 10px solid var(--color-denki-key);
  }
  .contentsHead03.-circ span {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .contentsHead03.-bottom {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .contentsHead03 > .head {
    font-size: var(--fsize24);
    padding: 5px 20px;
  }
  .contentsHead03 > .usr_1 {
    width: 100px;
    height: 52px;
  }
  .contentsHead03 > .usr_2 {
    width: 100px;
    height: 52px;
  }
  .contentsHead03 > .usr_3 {
    width: 120px;
    height: 52px;
  }
  .contentsHead03 > .usr_4 {
    width: 150px;
    height: 52px;
  }
  .contentsHead03 > .usr_5 {
    width: 150px;
    height: 52px;
  }
  .flexBlock {
    gap: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column wrap;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
  }
  .flexBlock.-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .flexBlock_contents {
    width: 100%;
  }
  .checkList.-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column wrap;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .conv_btn {
    font-size: var(--fsize28);
  }
  .footerBack {
    font-size: var(--fsize28);
    margin-bottom: 80px;
  }
  .ptop {
    width: 100px;
    height: 100px;
    bottom: 10px;
    right: 10px;
  }
  .ptop.-absolute {
    bottom: -70px;
  }
  /*
    .ptop{
      position: relative;
      display: block;
      background: #89857c;
      color: #fff;
      text-align: center;
      padding: 20px 0;
      width: 100%;
      height: auto;
      box-sizing: border-box;
      right: auto;
      bottom: auto;

      >.txt{
        display: block;
        font-size: var(--fsize28);
      }

      &:before {
        content: '';
        width: 20px;
        height: 20px;
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
        background: url(../img/ico_pnav-up.svg) no-repeat center / contain;
      }
    }
  */
  .kv_notes_head {
    font-size: var(--fsize24);
    margin-bottom: 10px;
  }
  .kv_notes, .all_results_notes {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column wrap;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
    gap: 5px;
  }
  .kv_notes > li, .all_results_notes > li {
    font-size: var(--fsize20);
  }
  .share_btn {
    --btn-width: 320px;
    font-size: var(--fsize28);
    margin-bottom: 40px;
    padding-left: 20px;
  }
  .share_btn .ico {
    width: 38px;
    left: 25px;
  }
  .mokujiBtn {
    font-size: var(--fsize28) !important;
    padding: 14px 180px !important;
  }
  .mokujiBtn:before {
    width: 28px;
    height: 28px;
    left: 15px;
  }
  .mokuji {
    padding-top: 40px;
  }
  .mokuji > li {
    font-size: var(--fsize28);
  }
  .mokuji > li:not(:first-child) {
    margin-top: 20px;
  }
  .mokuji ul {
    margin-top: 10px;
  }
  .mokuji ul li {
    font-size: var(--fsize24);
  }
  .mokuji ul li:not(:first-child) {
    margin-top: 10px;
  }
  .all_results_list {
    margin: 40px auto;
  }
  .all_results_list > li {
    font-size: var(--fsize32);
    gap: 15px;
  }
  .all_results_list > li + li {
    margin-top: 20px;
  }
  .all_results_list > li .num {
    width: 44px;
    height: 44px;
  }
  .all_results_notes {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 10px;
  }
  .cost_results {
    width: 100%;
    max-width: 100%;
  }
  .cost_results > img {
    max-width: 384px;
  }
  .benefitList {
    margin-top: 40px;
  }
  .benefitList > li {
    gap: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column wrap;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
  }
  .benefitList > li + li {
    padding-top: 40px;
  }
  .benefitList_ico {
    width: 100%;
    height: 200px;
  }
  .benefitList_ico > img {
    height: 160px;
  }
  .benefitList_contents {
    width: 100%;
  }
  .benefitList_notes, .voice_notes, .plan_notes {
    margin-top: 10px;
  }
  .benefitList_notes > li, .voice_notes > li, .plan_notes > li {
    font-size: var(--fsize20);
  }
  .benefitList_point_btn {
    margin-top: 40px;
    padding: 16px 80px !important;
  }
  .benefitList_point_table {
    margin-top: 40px;
  }
  .fam_results_details {
    margin-top: 30px;
  }
  .fam_results_details + p {
    margin-top: 30px;
  }
  .after_graph {
    margin-bottom: 30px;
  }
  .voice {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column wrap;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
    gap: 30px;
  }
  .voice > li {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 100%;
  }
  .voice_list {
    display: inline-block;
    padding: 0 30px;
  }
  .voice_list > li {
    font-size: var(--fsize28);
    padding-left: 32px;
  }
  .voice_list > li:before {
    width: 20px;
    height: 20px;
  }
  .voice_list > li + li {
    margin-top: 10px;
  }
  .voice_txt {
    margin: 20px 30px 30px;
  }
  .ranking_img {
    max-width: 640px;
    margin: 0 auto 30px;
  }
  .meritDenki_img {
    padding: 40px 20px;
    margin-top: 40px;
  }
  .plan_table {
    margin-top: 30px;
  }
  .plan_table th {
    width: 20%;
  }
  .planBtn {
    font-size: var(--fsize28);
    padding: 20px 0;
  }
  .planBody {
    padding: 20px 0 40px;
  }
  .hikaku_table {
    margin: 30px 0;
  }
  .btmBnr_head {
    font-size: var(--fsize28);
    margin-bottom: 20px;
  }
  .btmBnr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column wrap;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
    gap: 40px;
    margin-bottom: 60px;
  }
  .btmBnr > li > a {
    width: 580px;
  }
  .btmBnr > li > a > img {
    -webkit-box-shadow: 0 8px 0 #000;
            box-shadow: 0 8px 0 #000;
  }
}
@media screen and (max-width: 767px) {
  #wrapper {
    padding-top: 2.61vw;
  }
  .contentsHead02 {
    margin-bottom: 3.91vw;
  }
  .contentsHead03 {
    gap: 1.3vw;
  }
  .contentsHead03.-circ {
    gap: 1.96vw;
  }
  .contentsHead03.-circ:before {
    width: 5.22vw;
    height: 5.22vw;
    border: 1.3vw solid var(--color-denki-key);
  }
  .contentsHead03.-circ span {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .contentsHead03 > .head {
    font-size: 3.13vw;
    padding: 0.65vw 2.61vw;
  }
  .contentsHead03 > .usr_1 {
    width: 13.04vw;
    height: 6.78vw;
  }
  .contentsHead03 > .usr_2 {
    width: 13.04vw;
    height: 6.78vw;
  }
  .contentsHead03 > .usr_3 {
    width: 15.65vw;
    height: 6.78vw;
  }
  .contentsHead03 > .usr_4 {
    width: 19.56vw;
    height: 6.78vw;
  }
  .contentsHead03 > .usr_5 {
    width: 19.56vw;
    height: 6.78vw;
  }
  .flexBlock {
    gap: 3.91vw;
  }
  .conv_btn {
    font-size: 3.65vw;
  }
  .footerBack {
    font-size: 3.65vw;
    margin-bottom: 10.43vw;
  }
  .ptop {
    width: 13.04vw;
    height: 13.04vw;
    bottom: 3.91vw;
    right: 3.91vw;
  }
  .ptop.-absolute {
    bottom: -6.52vw;
  }
  /*
    .ptop{
      padding: setting.px-to-vw(20px, 767px) 0;

      >.txt{
        font-size: setting.px-to-vw(28px, 767px);
      }

      &:before {
        width: setting.px-to-vw(20px, 767px);
        height: setting.px-to-vw(20px, 767px);
        right: setting.px-to-vw(20px, 767px);
      }
    }
  */
  .kv_notes_head {
    font-size: 3.13vw;
    margin-bottom: 1.3vw;
  }
  .kv_notes, .all_results_notes {
    gap: 0.65vw;
  }
  .kv_notes > li, .all_results_notes > li {
    font-size: 2.61vw;
  }
  .share_btn {
    --btn-width: 41.72vw;
    font-size: 3.65vw;
    margin-bottom: 5.22vw;
    padding-left: 2.61vw;
  }
  .share_btn .ico {
    width: 4.95vw;
    left: 3.26vw;
  }
  .mokujiBtn {
    font-size: 3.65vw !important;
    padding: 1.83vw 23.47vw !important;
  }
  .mokujiBtn:before {
    width: 3.65vw;
    height: 3.65vw;
    left: 1.96vw;
  }
  .mokuji {
    padding-top: 5.22vw;
  }
  .mokuji > li {
    font-size: 3.65vw;
  }
  .mokuji > li:not(:first-child) {
    margin-top: 2.61vw;
  }
  .mokuji ul {
    margin-top: 1.3vw;
  }
  .mokuji ul li {
    font-size: 3.13vw;
  }
  .mokuji ul li:not(:first-child) {
    margin-top: 1.3vw;
  }
  .all_results_list {
    margin: 5.22vw auto;
  }
  .all_results_list > li {
    font-size: 4.17vw;
    gap: 1.96vw;
  }
  .all_results_list > li + li {
    margin-top: 2.61vw;
  }
  .all_results_list > li .num {
    width: 5.74vw;
    height: 5.74vw;
  }
  .all_results_notes {
    margin-top: 1.3vw;
  }
  .benefitList {
    margin-top: 5.22vw;
  }
  .benefitList > li {
    gap: 3.91vw;
  }
  .benefitList > li + li {
    padding-top: 5.22vw;
  }
  .benefitList_ico {
    height: 26.08vw;
  }
  .benefitList_ico > img {
    height: 20.86vw;
  }
  .benefitList_notes, .voice_notes, .plan_notes {
    margin-top: 1.3vw;
  }
  .benefitList_notes > li, .voice_notes > li, .plan_notes > li {
    font-size: 2.61vw;
  }
  .benefitList_point_btn {
    margin-top: 5.22vw;
    padding: 2.09vw 10.43vw !important;
  }
  .benefitList_point_table {
    margin-top: 5.22vw;
  }
  .fam_results_details {
    margin-top: 3.91vw;
  }
  .fam_results_details + p {
    margin-top: 3.91vw;
  }
  .after_graph {
    margin-bottom: 3.91vw;
  }
  .voice {
    gap: 3.91vw;
  }
  .voice_list {
    padding: 0 3.91vw;
  }
  .voice_list > li {
    font-size: 3.65vw;
    padding-left: 4.17vw;
  }
  .voice_list > li:before {
    width: 2.61vw;
    height: 2.61vw;
  }
  .voice_list > li + li {
    margin-top: 1.3vw;
  }
  .voice_txt {
    margin: 2.61vw 3.91vw 3.91vw;
  }
  .ranking_img {
    margin: 0 auto 3.91vw;
  }
  .meritDenki_img {
    padding: 5.22vw 2.61vw;
    margin-top: 5.22vw;
  }
  .plan_table {
    margin-top: 3.91vw;
  }
  .planBtn {
    font-size: 3.65vw;
    padding: 2.61vw 0;
  }
  .planBody {
    padding: 2.61vw 0 5.22vw;
  }
  .hikaku_table {
    margin: 3.91vw 0;
  }
  .btmBnr_head {
    font-size: 3.65vw;
    margin-bottom: 2.61vw;
  }
  .btmBnr {
    gap: 5.22vw;
    margin-bottom: 7.82vw;
  }
  .btmBnr > li > a {
    width: 75.62vw;
  }
  .btmBnr > li > a > img {
    -webkit-box-shadow: 0 1.04vw 0 #000;
            box-shadow: 0 1.04vw 0 #000;
  }
}