@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("magnific-popup.css?20221104");
#content-body.saving_electricity {
  font-family: "Noto Sans JP", sans-serif;
  color: black;
}
.saving_electricity a:hover, .saving_electricity a:active, .saving_electricity a:focus, .saving_electricity a:visited {
  text-decoration: none;
}
#saving_electricity_sec1 {
  margin-top: -320px;
  padding-top: 320px;
}
@media (max-width: 1240px) {
  #saving_electricity_sec1 {
    margin-top: -360px;
    padding-top: 360px;
  }
}
@media (max-width: 768px) {
  #saving_electricity_sec1 {
    margin-top: -160px;
    padding-top: 160px;
  }
}
#saving_electricity_sec3 {
  margin-top: -65px;
  padding-top: 106px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1240px) {
  #saving_electricity_sec3 {
    margin-top: -128px;
    padding-top: 128px;
  }
}
@media (max-width: 768px) {
  #saving_electricity_sec3 {
    margin-top: -70px;
    padding-top: 42px;
  }
}
#saving_electricity_sec4 {
  margin: 76px auto 0;
  width: 65%;
  padding-bottom: 9vw;
  position: relative;
  z-index: 2;
}
@media (max-width: 1240px) {
  #saving_electricity_sec4 {
    margin-top: 80px;
  }
}
@media (max-width: 768px) {
  #saving_electricity_sec4 {
    margin-top: 65px;
    padding: 0 5%;
    width: 100%;
  }
}
#saving_electricity_sec4 + .add-banner {
  padding-top: 100px;
}
@media (max-width: 768px) {
  #saving_electricity_sec4 + .add-banner {
    padding: 20vw 6.33333% 0;
  }
}
@media (max-width: 768px) {
  #saving_electricity_sec2.container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 1240px) {
  #content-head-wrapper {
    height: 140px !important;
  }
}
@media (max-width: 768px) {
  #content-head-wrapper {
    display: none;
  }
}
#content-head-wrapper.is_fixed {
  position: fixed;
  width: 100%;
  height: 69px !important;
  left: 0;
  top: 0;
  z-index: 100;
}
@media (max-width: 768px) {
  #content-head-wrapper.is_fixed {
    display: none;
  }
}
.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition-duration: 0.5s;
  transition-delay: 0.5s;
}
.mfp-fade.mfp-wrap .mfp-content .pop-style h2, .mfp-fade.mfp-wrap .mfp-content .pop-style h2 + p {
  opacity: 1;
  transition: 2s;
  transition-delay: 2s;
  font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}
.saving_electricity-news_bg_outer {
  background: #fff;
  padding: 5.33333%;
  position: relative;
}
.saving_electricity-news {
  max-width: 850px;
  margin: 0 auto 0;
  position: relative;
  /* z-index: 6; */
  display: flex;
}
@media (min-width: 769px) {
  .saving_electricity-news {
    max-width: 1000px;
  }
}
@media (max-width: 768px) {
  .saving_electricity-news {
    margin:5.33333% 0 0;
    display: block;
  }
}
.saving_electricity-news h2 {
  width: 51%;
  font-size: 16px!important;
  font-weight: bold;
  /* margin-bottom: 25px; */
  padding-bottom: 25px;
  color: black;
  border-right: 1px solid #9d9d9d;
}
@media (max-width: 768px) {
  .saving_electricity-news h2 {
    margin: 0 0 15px!important;
    color: #000000!important;
    width: auto;
    font-size: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #9d9d9d;
    border-right: none;
  }
}
.saving_electricity-news .news-list {
  padding: 0 55px;
}
@media (max-width: 768px) {
  .saving_electricity-news .news-list {
    padding: 0;
  }
}
@media (min-width: 769px) {
  .saving_electricity-news .news-list {
    margin: 5.33333% 0;
  }
}
.saving_electricity-news .news-list li {
  display: flex;
  color: black;
}
@media (max-width: 768px) {
  .saving_electricity-news .news-list li {
    display: block;
  }
}
.saving_electricity-news .news-list li:not(:last-child) {
  margin-bottom: 30px;
}
.saving_electricity-news .news-list li time {
  display: block;
  width: 155px;
  font-size: 16px;
}
@media (max-width: 768px) {
  .saving_electricity-news .news-list li time {
    width: 100%;
    font-size: 13px;
    margin-bottom: 15px;
  }
}
.saving_electricity-news .news-list li .txt {
  width: calc(100% - 155px);
  font-size: 16px;
  font-feature-settings: "palt";
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
}
@media (max-width: 768px) {
  .saving_electricity-news .news-list li .txt {
    width: 100%;
    font-size: 13px;
  }
}
.saving_electricity-news .news-list li .txt a {
  text-decoration: underline;
  color: black;
}
.saving_electricity-wrapper {
  position: relative;
}
.saving_electricity-wrapper.block1:after, .saving_electricity-wrapper.block1:before {
  display: none;
}
.saving_electricity-wrapper::after {
  content: "";
  display: block;
  width: 100%;
  background-size: 100% auto;
  height: 14vw;
  position: absolute;
  left: 0;
  bottom: -9vw;
  z-index: 5;
  pointer-events: none;
}
@media (max-width: 768px) {
  .saving_electricity-wrapper::after {
    bottom: -7vw;
  }
}
.saving_electricity-inner-wrapper {
  position: relative;
}
.saving_electricity-bg2 {
  background: #c4e8c7;
  position: relative;
}
.saving_electricity .container {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .saving_electricity .container {
    padding-left: 5.33333%;
    padding-right: 5.33333%;
  }
}
.saving_electricity img {
  max-width: 100%;
}
.saving_electricity figure {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .saving_electricity .is-pc {
    display: none!important;
  }
}
@media screen and (min-width: 769px) {
  .saving_electricity .is-sp {
    display: none!important;
  }
}
@media screen and (max-width: 1000px) {
  .is-1000{
    display: block!important;
  }
}
@media screen and (min-width: 1001px) {
  .is-1000{
    display: none!important;
  }
}
/* 2406ここから */
.saving_electricity a:link{
  color: #000000!important;
}
/*@media screen and (max-width: 768px) {*/
.sub {
  font-size: 0.5em;
}
.sup {
  font-size: 0.5em;
  vertical-align: top;
	position: relative;
	top: 0em;
}
.greeting {
  padding: 2.604166666666667vw;
  background: #ffeaf7;
}
.greeting p {
  text-align: center;
  font-size: 2.604166666666667vw;
  line-height: 150%;
}
@media screen and (min-width: 769px) {
  .greeting {
    padding: 20px;
  }
  .greeting p {
    font-size: 20px;
  }
}
.kv {
  background: url(/saving_electricity/images/bg_sp.png) no-repeat;
  background-size: contain;
}
.kv-line {
  min-height: 67vw;
  position: relative;
  bottom: 0;
  background: url(/saving_electricity/images/bg_pink.png) repeat-x;
  background-position: bottom;
  background-size: 100%;
}
.kv h1 {
  width: 87vw;
  height: auto;
  position: absolute;
  top: 9.6vw;
  left: 50%;
  transform: translateX(-50%);
}
.kv .chara {
  position: absolute;
  bottom: 0;
}
.kv .chara img {
  vertical-align: bottom;
}
@media screen and (min-width: 769px) {
  .kv {
    background: url(/saving_electricity/images/bg_pc.png) no-repeat;
    background-size: cover;
    background-position: 50% 0;
  }
  .kv-line {
    height: 520px;
    min-height: 0;
    position: relative;
    bottom: 0;
    background: url(/saving_electricity/images/bg_pink.png) repeat-x;
    background-position: bottom;
    background-size: 750px;
  }
  .kv h1 {
    width: 750px;
    height: auto;
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
  }
  .kv .chara {
    width: 750px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  .kv .chara img {
    vertical-align: bottom;
  }
}
.saving_electricity-wrapper {}
.saving_electricity-inner-wrapper {}
.saving_electricity-inner-wrapper .box-inner {
  position: relative;
  background: #ffffff;
  padding: 5.2083vw 3.90625vw;
  z-index: 2;
  overflow: hidden;
  border-radius: 8px;
}
.saving_electricity-inner-wrapper .sec01 {
  padding: 5.33333%;
  background: #ffeaf7;
}
.saving_electricity-inner-wrapper .box01 {
  position: relative;
  padding: 0 0 5.2083vw;
  background: #ffa6dd;
  border: 3px solid #ffa6dd;
  border-radius: 8px;
}

@media screen and (min-width: 769px) {
  .saving_electricity-inner-wrapper .box-inner {
    padding: 40px 30px;
  }
  .saving_electricity-inner-wrapper .sec01 {
    padding: 5.33333%;
  }
  .saving_electricity-inner-wrapper .box01 {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 0 40px;
    border: 6px solid #ffa6dd;
    border-radius: 16px;
  }
}
.saving_electricity-inner-wrapper h2 {
  margin: 2.604vw 0 2.604vw 7.8125vw;
  font-size: 4.427vw;
  color: #ffffff;
  line-height: 1.23;
}
@media screen and (min-width: 769px) {
  .saving_electricity-inner-wrapper h2 {
    margin: 2.604% 0 2.604% 7.8125%;
    font-size: 34px;
  }
}
.saving_electricity-inner-wrapper .denko-a {
  width: 20%;
  height: auto;
  position: absolute;
  top: -4vw;
  right: 5.33333%;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .saving_electricity-inner-wrapper .denko-a{
    width: 16%;
    top: -40px;
  }
}
@media screen and (min-width: 1001px) {
  .saving_electricity-inner-wrapper .denko-a{
    width: 13%;
    top: -50px;
  }
}
.saving_electricity-inner-wrapper .denko-b {
  width: 22%;
  height: auto;
  position: absolute;
  bottom: -90%;
  right: 0;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .saving_electricity-inner-wrapper .denko-b {
    width: 15%;
    top: 0;
  }
}
.saving_electricity-inner-wrapper .balloon-box {
  position: relative;
  margin: 0 0 5.33333%;
  display: flex;
  align-items: center;
}
.saving_electricity-inner-wrapper .nyamokon01 {
  width: 28.5%;
  padding: 0 0 0 1.5%;
  box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  .saving_electricity-inner-wrapper .nyamokon01 {
    width: 20%;
  }
}
.saving_electricity-inner-wrapper .nyamokon02 {
  width: 28.5%;
}
@media screen and (min-width: 769px) {
  .saving_electricity-inner-wrapper .nyamokon02 {
    width: 20%;
  }
}
.saving_electricity-inner-wrapper .nyamokon01 img {
  width: 76.2%;
}
.saving_electricity-inner-wrapper .nyamokon02 img {
  width: 85.2%;
}
.saving_electricity-inner-wrapper .box01 .balloon {
  position: relative;
  width: 71.5%;
  padding: 2.6041vw 3.90625vw;
  font-size: 3.4vw;
  background: #ffedf8;
  border: 3px solid #ffa6dd;
  border-radius: 8px;
}
@media screen and (min-width: 769px) {
.saving_electricity-inner-wrapper .box01 .balloon {
  width: 80%;
  padding: 2.6041% 3.90625%;
  font-size: 26px;
  border: 6px solid #ffa6dd;
    border-radius: 16px;
  }
}
.saving_electricity-inner-wrapper .box01 .balloon img{
  width: 19px;
  height: auto;
  position: absolute;
  left: -18px;
  top: 50%;
  transform: translateY(-50%);
}
.saving_electricity-inner-wrapper .box01 .balloon::before{
  content: "";
  background: url(/saving_electricity/images/balloon_arrow_a.png) no-repeat;
  background-size: contain;
  width: 20px;
  height: 21px;
  position: absolute;
  left: -18px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 769px) {
  .saving_electricity-inner-wrapper .box01 .balloon::before{
    width: 30px;
    height: 31px;
    left: -27px;
  }
}
.saving_electricity-inner-wrapper .balloon span.border {
  font-weight: bold;
  background: linear-gradient(transparent 70%, #fdffc7 0%);
}
.saving_electricity-inner-wrapper .img {
  margin: 0 0 5.33333%;
}
@media screen and (min-width: 769px) {
  .saving_electricity-inner-wrapper .img.graph {
    width: 80%;
    margin: 0 auto 5.33333%;
  }
}
.saving_electricity-inner-wrapper .note {
  font-size: 2.6041vw;
}
@media screen and (min-width: 769px) {
  .saving_electricity-inner-wrapper .note {
    font-size: 20px;
  }
}
.saving_electricity-inner-wrapper .note a {
  text-decoration: underline;
}
.saving_electricity-inner-wrapper .box02 {
  margin: 5.33333% 0 0;
  position: relative;
  padding: 0 0 5.2083vw;
  background: #e28bf2;
  border: 3px solid #e28bf2;
  border-radius: 8px;
}
@media screen and (min-width: 769px) {
  .saving_electricity-inner-wrapper .box02 {
    max-width: 1000px;
    margin: 5.33333% auto 0;
    padding: 0 0 40px;
    border: 6px solid #e28bf2;
  border-radius: 16px;
  }
}
.saving_electricity-inner-wrapper .box02 .balloon {
  width: 71.5%;
  padding: 2.6041vw 3.90625vw;
  font-size: 3.4vw;
  background: #f9e8fc;
  border: 3px solid #e28bf2;
  border-radius: 8px;
  position: relative;
}
@media screen and (min-width: 769px) {
.saving_electricity-inner-wrapper .box02 .balloon {
  width: 80%;
  padding: 2.6041% 3.90625%;
  font-size: 26px;
  border: 6px solid #e28bf2;
    border-radius: 16px;
  }
}
.saving_electricity-inner-wrapper .box02 .balloon::before{
  content: "";
  background: url(/saving_electricity/images/balloon_arrow_b.png) no-repeat;
  background-size: contain;
  width: 20px;
  height: 21px;
  position: absolute;
  left: -18px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 769px) {
  .saving_electricity-inner-wrapper .box02 .balloon::before{
    width: 30px;
    height: 31px;
    left: -27px;
  }
}
.saving_electricity-inner-wrapper .box02 h3 {
  margin: 0 0 5.33333%;
  font-size: 3.38541vw;
  font-weight: bold;
  color: #e28cf2;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .saving_electricity-inner-wrapper .box02 h3 {
  font-size: 30px;
}
}
.saving_electricity-inner-wrapper .box03 {
  margin: 5.33333% 0 0;
  position: relative;
  padding: 0 0 5.2083vw;
  background: #f8a9b2;
  border: 3px solid #f8a9b2;
  border-radius: 6px;
}
@media screen and (min-width: 769px) {
  .saving_electricity-inner-wrapper .box03 {
    max-width: 1000px;
    margin: 5.33333% auto 0;
    padding: 0 0 40px;
    border: 6px solid #f8a9b2;
  border-radius: 16px;
  }
}
.saving_electricity-inner-wrapper .box03 .box-inner {
  padding: 5.2083vw 3.90625vw 0;
}
.saving_electricity-inner-wrapper .box03 .balloon {
  width: 71.5%;
  padding: 2.6041vw 3.90625vw;
  font-size: 3.4vw;
  background: #feeef0;
  border: 3px solid #f8a9b2;
  border-radius: 8px;
  position: relative;
}
@media screen and (min-width: 769px) {
.saving_electricity-inner-wrapper .box03 .balloon {
  width: 80%;
  padding: 2.6041% 3.90625%;
  font-size: 26px;
  border: 6px solid #f8a9b2;
    border-radius: 16px;
  }
}
.saving_electricity-inner-wrapper .box03 .balloon::before{
  content: "";
  background: url(/saving_electricity/images/balloon_arrow_c.png) no-repeat;
  background-size: contain;
  width: 20px;
  height: 21px;
  position: absolute;
  left: -18px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 769px) {
  .saving_electricity-inner-wrapper .box03 .balloon::before{
    width: 30px;
    height: 31px;
    left: -27px;
  }
}
.saving_electricity-inner-wrapper .box03 .balloon.reverse::before{
  content: "";
  background: url(/saving_electricity/images/balloon_arrow_c.png) no-repeat;
  background-size: contain;
  width: 20px;
  height: 21px;
  position: absolute;
  left: auto;
  right: -18px;
  top: 50%;
  transform: translateY(-50%) rotate(-180deg);
}
@media screen and (min-width: 769px) {
  .saving_electricity-inner-wrapper .box03 .balloon.reverse::before{
    width: 30px;
    height: 31px;
    right: -27px;
  }
}
.saving_electricity-inner-wrapper .box03 h3 {
  margin: 0 0 3.2552%;
  padding: 1.6041vw 0;
  font-size: 4.42708vw;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  background: #f8a9b2;
  border-radius: 12px;
}
@media screen and (min-width: 769px) {
  .saving_electricity-inner-wrapper .box03 h3 {
  padding: 0.2em 0;
  font-size:34px;
  }
}
.saving_electricity-inner-wrapper .box03 ul {
  display: flex;
}
.saving_electricity-inner-wrapper .box03 ul li {
  width: 50%;
  text-align: center;
}
.saving_electricity-inner-wrapper .box03 ul li img{
  width: 90%;
  height: auto;
}
@media screen and (min-width: 769px) {
  .saving_electricity-inner-wrapper .box03 ul li img{
  width: 80%;
}
}
.saving_electricity-inner-wrapper .box03 ul li h4 {
  margin: 0 0 3.2552%;
  font-size: 3.125vw;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .saving_electricity-inner-wrapper .box03 ul li h4 {
    font-size: 24px;
  }
}
.saving_electricity-inner-wrapper .box03 ul.arrow-box{
  width: 100%;
  margin: 2.5% auto 0;
  height: 23.4375vw;
  display: flex;
  align-content: center;
  position: relative;
}
@media screen and (min-width: 769px) {
  .saving_electricity-inner-wrapper .box03 ul li h4 {
    font-size: 24px;
  }
  .saving_electricity-inner-wrapper .box03 ul.arrow-box{
    height: 200px;
  }
}
.saving_electricity-inner-wrapper .box03 ul.arrow-box li.arrow{
  width: 50%;
  text-align: center;
  display: flex;
  align-content: center;
  justify-content: center;
}
.saving_electricity-inner-wrapper .box03 ul.arrow-box li.arrow img{
  max-width: 30px;
  height: auto;
}
.saving_electricity-inner-wrapper .box03 ul.arrow-box li.center-text{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  font-size: 3.90625vw;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .saving_electricity-inner-wrapper .box03 ul.arrow-box li.center-text{
  font-size: 30px;
  }
}
.saving_electricity-inner-wrapper .box03 h5 {
  margin: 5.33333% 0;
  font-size: 5.20833vw;
  font-weight: bold;
  color: #f8a9b2;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 769px) {
  .saving_electricity-inner-wrapper .box03 h5 {
    font-size: 40px;
  }
}
.saving_electricity-inner-wrapper .box03 h5::after,.saving_electricity-inner-wrapper .box03 h5::before {
  content: "";
  width: 7vw;
  height: 3px;
  background-color: #f8a9b2;
  /* margin: 0px 4px 4px; */
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 769px) {
  .saving_electricity-inner-wrapper .box03 h5::after,.saving_electricity-inner-wrapper .box03 h5::before {
    height: 5px;
  }
}
.saving_electricity-inner-wrapper .box03 h5::before{
  transform: rotate(60deg);
  left: -3%;
}
.saving_electricity-inner-wrapper .box03 h5::after {
  transform: rotate(-60deg);
  right: -3%;
}
@media screen and (min-width: 769px) {
  .slash{text-align: center;}
  .saving_electricity-inner-wrapper .box03 h5{
    display: inline-block;
  }
  .saving_electricity-inner-wrapper .box03 h5::after,.saving_electricity-inner-wrapper .box03 h5::before {
    width: 40px;
  }
  .saving_electricity-inner-wrapper .box03 h5::before{
  transform: rotate(60deg);
  left: -40px;
}
.saving_electricity-inner-wrapper .box03 h5::after {
  transform: rotate(-60deg);
  right: -40px;
}
}
/* ODER */
.order {}
.order .kojin-a {
  padding: 5.33333%;
  background: #ffebd3;
}
.order .kojin-b {
  margin: 5.33333 0;
  background: #feffe8;
}
@media screen and (min-width: 769px) {
  .order .kojin-a .inner {
    max-width: 1000px;
    margin: 0 auto;
  }
}
.order .kojin-b .gold {
  padding: 5.33333%;
  background: #feffe8;
}
@media screen and (min-width: 769px) {
  .order .kojin-b .gold {
    max-width: 1000px;
    margin: 0 auto;
    padding: 5.33333% 0;
  }
}
.order .kojin-a h2 {
  margin: 0 0 2.60416%;
  font-size: 5.20833vw;
  color: #ff9100;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  position: relative;
}
.order .kojin-a h2::before,.order .kojin-a h2::after {
  content: "";
  width: 12vw;
  height: 3px;
  background-color: #ff9100;
  /* margin: 0px 4px 4px; */
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.order .kojin-a h2::before{
  transform: rotate(60deg);
  left: -3%;
}
.order .kojin-a h2::after {
  transform: rotate(-60deg);
  right: -3%;
}
@media screen and (min-width: 769px) {
  .order .kojin-a h2 {
    display: inline-block;
    font-size: 40px;
  }
  .order .kojin-a h2::before,.order .kojin-a h2::after {
    width: 120px;
    height: 5px;
  }
  .order .kojin-a h2::before{
    left: -120px;
  }
  .order .kojin-a h2::after {
    right: -120px;
  }
}
.order .kojin-b h2 {
  margin: 0 0 2.60416%;
  font-size: 5.20833vw;
  color: #bec17a;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  position: relative;
}
.order .kojin-b h2::before,.order .kojin-b h2::after {
  content: "";
  width: 12vw;
  height: 3px;
  background-color: #bec17a;
  /* margin: 0px 4px 4px; */
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.order .kojin-b h2::before{
  transform: rotate(60deg);
  left: -3%;
}
.order .kojin-b h2::after {
  transform: rotate(-60deg);
  right: -3%;
}
@media screen and (min-width: 769px) {
  .order .kojin-b h2 {
    display: inline-block;
    font-size: 40px;
  }
  .order .kojin-b h2::before,.order .kojin-b h2::after {
    width: 120px;
    height: 5px;
  }
  .order .kojin-b h2::before{
    left: -120px;
  }
  .order .kojin-b h2::after {
    right: -120px;
  }
}
.order .kojin-a h2 span.small, .order .kojin-b h2 span.small {
  font-size: 4.16666vw;
}
@media screen and (min-width: 769px) {
  .order .kojin-a h2 span.small, .order .kojin-b h2 span.small {
  font-size: 32px;
}
}
.order .kojin-a .index-box {
  background: #ffffff;
  border: 3px solid #ff9100;
  border-radius: 8px;
}
.order .kojin-b .index-box {
  background: #ffffff;
  border: 3px solid #bec17a;
  border-radius: 8px;
}
.order .kojin-a .title, .order .kojin-b .title {
  padding: 3.90625%;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .order .kojin-a .index-box {
    display: flex;
    border: 6px solid #ff9100;
  border-radius: 16px;
  }
  .order .kojin-b .index-box {
    display: flex;
    border: 6px solid #bec17a;
  border-radius: 16px;
  }
  .order .kojin-a .title, .order .kojin-b .title {
    width: 40%;
    padding: 5.33333%;
    display: flex;
    flex-direction: column;
    align-items: left;
  }
}
.order .kojin-a h3, .order .kojin-b h3 {
  width: 50%;
  font-size: 5.20833vw;
}
@media screen and (min-width: 769px) {
  .order .kojin-a h3, .order .kojin-b h3 {
    width: 100%;
    margin: 0 0 5.33333%;
    font-size: 40px;
  }
}
.order .kojin-a .title img, .order .kojin-b .title img {
  width: 50%;
}
@media screen and (min-width: 769px) {
  .order .kojin-a .title img, .order .kojin-b .title img {
  width: 100%;
}
}
/*

40px5.2083vw
34px4.427vw
30px3.90625vw
26px3.3854
24px3.125
20px2.6041vw
*/
.order .kojin-a p.read {
  border-top: dotted 3px #ff9100;
  padding: 3.90625% 0;
  margin: 0 3.90625%;
  font-size: 3.38541vw;
}
.order .kojin-b p.read {
  border-top: dotted 3px #bec17a;
  padding: 3.90625% 0;
  margin: 0 3.90625%;
  font-size: 3.38541vw;
}
@media screen and (min-width: 769px) {
  .order .kojin-a p.read {
    width: 60%;
    border-top: none;
    border-left: dotted 3px #ff9100;
    padding: 0 5.33333%;
    margin: 5.33333% 0;
    font-size: 30px;
  }
  .order .kojin-b p.read {
    width: 60%;
    border-top: none;
    border-left: dotted 3px #bec17a;
    padding: 0 5.33333%;
    margin: 5.33333% 0;
    font-size: 30px;
  }
}
.order .kojin-a ul.tips {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 769px) {
  .order .kojin-a ul.tips {
    justify-content:center;
  }
}
.order .kojin-a ul.tips li {
  width: 48%;
  margin: 5.33333% 0 0;
  text-align: center;
  background: #ffffff;
  border: 3px solid #ff9100;
  border-radius: 8px;
}
@media screen and (min-width: 769px) {
  .order .kojin-a ul.tips li {
    width: 40%;
    margin: 5.33333% 2.5% 0;
    border: 6px solid #ff9100;
  border-radius: 16px;
  }
  .order .kojin-a ul.tips li .read {
    width: 100%;
    font-size: 24px;
    margin: 5.33333% 0 0;
  }
}

.order .kojin-a ul.tips h4 {
  margin: 2.60416vw 0 0;
  padding: 0.3em 2em;
  display: inline-block;
  font-size: 2.60416vw;
  color: #ffffff;
  background: #ff9100;
  border-radius: 4px;
}
@media screen and (min-width: 769px) {
  .order .kojin-a ul.tips h4 {
    margin: 5.33333% 0 0;
    font-size: 20px;
  }
}
.order .kojin-a ul.tips p.read {
  border: none;
}
.order .kojin-a p.reduction {
  padding: 1.5vw 0;
  border-top: 2px solid #ff9100;
}
@media screen and (min-width: 769px) {
  .order .kojin-a p.reduction {
    font-size: 20px;
    padding: 1.5% 0;
  }
}
.order .kojin-a span.strong {
  font-weight: bold;
}
.order .kojin-a span.orange {
  font-size: 3.64583vw;
  color: #ff9100;
}
@media screen and (min-width: 769px) {
  .order .kojin-a span.orange {
    font-size: 24px;
  }
}
.order .kojin-a p.savings {
  padding: 1.5vw 0;
  margin: 0 3vw;
  border-top: 2px dotted #cccccc;
}
@media screen and (min-width: 769px) {
  .order .kojin-a p.savings {
    font-size: 20px;
    padding: 1.5% 0;
    margin: 0 5.33333%;
  }
}
@media screen and (min-width: 769px) {
  .order .sup {
    top: 1em;
  }
}
.order .kojin-a p.note {
  margin: 5.33333% 0 0;
}
.order .kojin-a .denko-balloon-box, .order .kojin-b .denko-balloon-box {
  margin: 5.33333% 0 0;
  display: flex;
  align-items: center;
}
.order .kojin-a .denko-balloon-box p {
  width: 72%;
  padding: 2.6041vw 3.64583vw;
  background: #ffffff;
  border: 3px solid #ff9100;
  border-radius: 8px;
  font-size: 3.64583vw;
  position: relative;
}
.order .kojin-a .denko-balloon-box p::before {
  content: "";
  background: url(/saving_electricity/images/balloon_arrow_d.png) no-repeat;
  background-size: contain;
  width: 20px;
  height: 21px;
  position: absolute;
  left: auto;
  right: -18px;
  top: 70%;
  transform: translateY(-50%) rotate(-180deg);
}
@media screen and (min-width: 769px) {
  .order .kojin-a .denko-balloon-box p {
    width: 90%;
    padding: 2.6041% 3%;
    font-size: 28px;
    border: 6px solid #ff9100;
  border-radius: 16px;
  }
.order .kojin-a .denko-balloon-box p::before {
  width: 30px;
  height: 31px;
  right: -27px;
}
}
.order .kojin-b .denko-balloon-box p {
  width: 72%;
  padding: 2.6041vw 3.64583vw;
  background: #ffffff;
  border: 3px solid #bec17a;
  border-radius: 8px;
  font-size: 3.64583vw;
  position: relative;
}
.order .kojin-b .denko-balloon-box p::before {
  content: "";
  background: url(/saving_electricity/images/balloon_arrow_e.png) no-repeat;
  background-size: contain;
  width: 20px;
  height: 21px;
  position: absolute;
  left: auto;
  right: -18px;
  top: 70%;
  transform: translateY(-50%) rotate(-180deg);
}
@media screen and (min-width: 769px) {
  .order .kojin-b .denko-balloon-box p {
    width: 90%;
    padding: 2.6041% 3%;
    font-size: 28px;
    border: 6px solid #bec17a;
    border-radius: 16px;
    }
  .order .kojin-b .denko-balloon-box p::before {
    width: 30px;
    height: 31px;
    right: -27px;
  }
}
.kojin-b .home {
  margin: 5.33333% 0 0;
  padding: 3.90625vw 3.90625vw 0;
  background: #abe9ff;
  border-radius: 8px;
}
.kojin-b .home img {
  vertical-align: bottom;
}
@media screen and (min-width: 769px) {
  .kojin-b .home {
    padding: 3.90625% 20% 0;
    border-radius: 16px;
  }
}
.kojin-b h5 {
  margin: 5.33333% 0 10.66666vw;
  font-size: 5vw;
  line-height: 1.5;
  color: #bec17a;
  text-align: center;
  position: relative;
}
.kojin-b h5::after {
  width: 22px;
  height: 19px;
  margin: 0 0 19vw;
  content: "";
  background: url(/saving_electricity/images/arrow_gold.png) no-repeat;
  background-size: 100%;
  position: absolute;
  left: 50%;
  bottom: -25vw;
  transform: translateX(-50%);
}
@media screen and (min-width: 769px) {
  .kojin-b h5 {
    margin: 5.33333% 0 10.66666%;
    font-size: 40px;
  }
  .kojin-b h5::after {
    width: 44px;
    height: 38px;
    top: 0;
    bottom: auto;
    margin: 150px 0 0;
  }
}
.merit {
  margin: 0 0 5.33333%;
}
.merit:last-child {
  margin: 0;
}
.merit h6 {
  width: 100%;
  font-size: 6.51041vw;
  line-height: 1.2;
  padding: 0 0 2%;
  color: #ffffff;
  background: #bec17a;
  border-radius: 6px 6px 0px 0px;
  text-align: center;
}

.merit h6.ecocute {
  padding: 2% 0;
  font-size: 5.20833vw;
}
.merit h6 span.small {
  font-size: 3.64583vw;
}
@media screen and (min-width: 769px) {
  .merit h6 {
    font-size: 50px;
    border-radius: 16px 16px 0px 0px;
  }
  .merit h6.ecocute {
    font-size: 40px;
  }
  .merit h6 span.small {
    font-size: 32px;
  }
}
.merit .body {
  padding: 5.33333%;
  background: #ffffff;
  border: 3px solid #bec17a;
  border-radius: 0px 0px 6px 6px;
}
.merit .body .img:last-child{
  margin: 0;
}
@media screen and (min-width: 769px) {
  .merit .body .img{
    width: 100%;
  }
  .merit .body {
    border: 6px solid #bec17a;
  border-radius: 0px 0px 16px 16px;
}
}
.merit .body ul{
  display: flex;
  justify-content: space-between;
}
.merit .body ul li{
  font-size: 2.6vw;
  font-weight: bold;
  width : calc(100%-2vw / 3) ;
  padding: 1em;
  border-radius: 4px;
  background: #feffe6;
  text-align: center;
  justify-content: center;
  align-content: center;
}
@media screen and (min-width: 769px) {
  .merit .body ul li{
    font-size: 30px;
    width : calc(100%-2% / 3) ;
  }
}
.merit .body.ecocute{
  display: flex;
}
.merit .body.ecocute p{
  width: 65%;
  margin: 0 5% 0 0;
  font-size: 3.38541vw;
}
@media screen and (min-width: 769px) {
  .merit .body.ecocute p{
    width: 80%;
    font-size: 30px;
  }
}
.merit .body.ecocute .img{
  width: 30%;
}
@media screen and (min-width: 769px) {
  .merit .body.ecocute .img{
    width: 20%;
  }
}
.denko-balloon-box .denko {
  width: 29%;
  text-align: right;
  margin: 2% 2% 0 0;
}
@media screen and (min-width: 769px) {
  .denko-balloon-box .denko {
    width: 18%;
    margin: 0 0 0 0;
  }
}
.denko-balloon-box .denko img {
  width: 75%;
}
.saving_electricity-imasugu__list-content.specialItem {
  width: 100%;
  margin: 5.33333% 0 0;
}
.saving_electricity-imasugu__list-content {
  border: 3px solid #ff9100;
  margin: 0 0 13px;
  border-radius: 8px;
}
@media screen and (min-width: 769px) {
  .saving_electricity-imasugu__list-content {
    border: 6px solid #ff9100;
    border-radius: 16px;
  }
}
.saving_electricity-imasugu__list-content {
  /*width: 35%;*/
  /* width: 30.089%; */
  /*border: 3px solid black;*/
  /*border-radius: 10px;*/
  background-color: white;
  text-align: center;
  /*margin: 0 5% 40px;
    position: relative;*/
}
.saving_electricity-imasugu__list-content.specialItem .SpecialItem_ttl {
  text-align: center;
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
}
.saving_electricity-imasugu__list-content.specialItem .SpecialItem_ttl:before {
  height: 1px;
}
.saving_electricity-imasugu__list-content.specialItem .SpecialItem_ttl:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 2px;
  background: #ff7006;
  z-index: -1;
}
.saving_electricity-imasugu__list-content.specialItem .saving_electricity-imasugu__list-content-ttl {
  font-size: 4vw;
  padding: 0 2.4vw;
}
.saving_electricity-imasugu__list-content.specialItem .saving_electricity-imasugu__list-content-ttl {
  background: #fff;
  color: #ff7006;
  font-size: 26px;
  padding: 0 25px;
  position: relative;
  z-index: 1;
  display: inline-block;
}
.saving_electricity-imasugu__list-content a .saving_electricity-imasugu__list-content-ttl {
  margin: 0 !important;
}
.saving_electricity-imasugu__list-content-ttl {
  font-size: 3.2vw;
  padding: 6px 8px 7px;
  margin-bottom: 7px;
  border-radius: 5px;
}
.saving_electricity-imasugu__list-content-ttl {
  display: block;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.2;
  /* height: 2.4em; */
  color: #000;
  letter-spacing: 0.05em;
  margin: 6px 8px 12px;
  background: #ff9100;
  padding: 10px;
  border-radius: 10px;
  color: #ffffff;
}
.saving_electricity-imasugu__list-content.specialItem .row {
  flex-direction: column;
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 769px) {
  .saving_electricity-imasugu__list-content.specialItem .row {
    flex-direction: row;
  }
}
.saving_electricity-imasugu__list-content.specialItem .row .row1 {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.saving_electricity-imasugu__list-content.specialItem .text {
  font-size: 2.9333vw;
  width: 45vw;
  padding-left: 0;
  margin-right: -5vw;
}
.saving_electricity-imasugu__list-content.specialItem .saving_electricity-imasugu__list-content-img {
  width: 40.266667vw;
  margin: 0;
}
.saving_electricity-imasugu__list-content-img.first {
  width: 90%;
  margin-top: 1vw;
  margin-bottom: 9px;
}
.saving_electricity-imasugu__list-content-img {
  margin: 0 auto 0%;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 230px;
  margin-bottom: 13px;
}
/*}*/
.saving_electricity-tab {}
.saving_electricity-tab .tab-inner {
  position: relative;
  z-index: 1;
  padding: 5.33333%;
}
@media screen and (min-width: 769px) {
  .saving_electricity-tab .tab-inner {
    width: 100%;
    max-width: 1000px;
    margin-inline: auto;
    padding: 5.33333% 0;
  }
}
.saving_electricity-tab .saving_electricity-bg2 {}
@media screen and (min-width: 769px) {
.saving_electricity-tab .voice {
  border: 6px solid #36af54;
  background-color: #fff;
  /* margin-bottom: 84px;
  padding: 42px 40px 44px; */
  padding: 5.3333%;
    border-radius: 0px 0px 16px 16px;
}
}
@media screen and (min-width: 769px) {
  .saving_electricity-tab .voice {
    /* min-height: 1342px;*/
  }
}
@media screen and (max-width: 768px) {
  .saving_electricity-tab .voice {
    border: 3px solid #36af54;
    border-radius: 0px 0px 6px 6px;
    padding: 5.33333%;
    background: #ffffff;
  }
}
.saving_electricity-tab .voice-ttl {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .saving_electricity-tab h3.voice-ttl {
    width: 100%;
    font-size: 6.51041vw;
    line-height: 1.2;
    padding: 0 0 2%;
    color: #ffffff;
    background: #36af54;
    border-radius: 6px 6px 0px 0px;
  }
  .saving_electricity-tab .voice-ttl .small {
    font-size: 3.64583vw;
  }
}
@media screen and (min-width: 769px) {
  .saving_electricity-tab h3.voice-ttl {
    width: 100%;
    margin: 0;
    font-size: 50px;
    line-height: 1.2;
    padding: 0 0 2%;
    color: #ffffff;
    background: #36af54;
    border-radius: 16px 16px 0px 0px;
  }
  .saving_electricity-tab .voice-ttl .small {
    font-size: 28px;
  }
}
.saving_electricity-tab .voice-content {
  margin-bottom: 5.33333%;
}
.saving_electricity-tab .voice-content .item {
  border: 3px solid #36af54;
  border-radius: 14px;
}
@media screen and (min-width: 769px) {
  .saving_electricity-tab .voice-content .item {
    display: flex;
    border: 6px solid #36af54;
  }
}
@media screen and (min-width: 769px) and (max-width: 840px) {
  .saving_electricity-tab .voice-content .item {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .saving_electricity-tab .voice-content .item {
    border: 3px solid #36af54;
    border-radius: 6px;
  }
}
.saving_electricity-tab .voice-content .item:not(:last-child) {
  margin-bottom: 5.33333%;
}
.saving_electricity-tab .voice-content .item-img {
  font-size: 0;
}
@media screen and (min-width: 769px) {
  .saving_electricity-tab .voice-content .item-img {
    border-right: 3px solid #000;
    flex: 290px 0 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 840px) {
  .saving_electricity-tab .voice-content .item-img {
    border-right: none;
  }
}
@media screen and (max-width: 840px) {
  .saving_electricity-tab .voice-content .item-img {
    border-bottom: 3px solid #000;
  }
}
@media screen and (max-width: 768px) {
  .saving_electricity-tab .voice-content .item-img {
    border-bottom-width: 1px;
  }
}
@media screen and (min-width: 769px) {
  .saving_electricity-tab .voice-content .item-intro {
    flex: 1;
    padding: 26px 38px;
  }
}
@media screen and (max-width: 768px) {
  .saving_electricity-tab .voice-content .item-intro {
    padding: 7px 10px 17px;
  }
}
.saving_electricity-tab .voice-content .item-intro .txt {
  font-weight: 500;
}
.saving_electricity-tab .voice-content .item-intro .txt--01 {
  font-size: 20px;
  line-height: 1.7;
  position: relative;
  padding-bottom: 14px;
  margin-bottom: 12px;
  padding-inline: 10px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .saving_electricity-tab .voice-content .item-intro .txt--01 {
    display: flex;
    font-size: 10px;
    padding-inline: 6px;
    padding-bottom: 10px;
    margin-bottom: 9px;
  }
}
.saving_electricity-tab .voice-content .item-intro .txt--01:after {
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background-color: #000;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .saving_electricity-tab .voice-content .item-intro .txt--01:after {
    height: 1px;
  }
}
.saving_electricity-tab .voice-content .item-intro .txt--01 span {
  display: block;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .saving_electricity-tab .voice-content .item-intro .txt--01 span {
    position: relative;
    padding-right: 12px;
    margin-right: 11px;
  }
  .saving_electricity-tab .voice-content .item-intro .txt--01 span:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 20px;
    width: 1px;
    background-color: #000;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .saving_electricity-tab .voice-content .item-intro .txt--01 span:after {
    height: 100%;
  }
}
.saving_electricity-tab .voice-content .item-intro .txt--02 {
  font-size: 28px;
  line-height: 1.45;
  padding-inline: 8px;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .saving_electricity-tab .voice-content .item-intro .txt--02 {
    font-size: 13px;
    text-align: center;
    letter-spacing: 0.17em;
    line-height: 1.4;
  }
}
.saving_electricity-tab .voice-content .item-intro .btn {
  text-align: center;
  margin-top: 26px;
}
@media screen and (max-width: 768px) {
  .saving_electricity-tab .voice-content .item-intro .btn {
    margin-top: 12px;
  }
}
.saving_electricity-tab .voice-content .item-intro .btn span {
  display: inline-block;
  cursor: pointer;
  width: 244px;
  background-color: #FFB600;
  border: 3px solid #000;
  border-radius: 10px;
  font-size: 22px;
  text-align: center;
  font-weight: 600;
  padding: 6px 10px;
}
@media screen and (max-width: 768px) {
  .saving_electricity-tab .voice-content .item-intro .btn span {
    font-size: 13px;
    letter-spacing: 0.05em;
    width: 177px;
    border-width: 1px;
    padding-block: 4px;
    border-radius: 5px;
  }
}
@media screen and (max-width: 768px) {
  .saving_electricity-tab .voice-content .item:first-child .txt--01 span {
    flex: 100px 0 0;
  }
}
.saving_electricity-tab .voice-box {
  text-align: center;
  border: 6px solid #36af54;
  border-radius: 16px;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .saving_electricity-tab .voice-box {
    border: 3px solid #36af54;
    border-radius: 6px;
    padding: 5.33333%;
  }
}
.saving_electricity-tab .voice-box .txt {
  font-size: 26px;
  line-height: 1.61538462;
  font-weight: 500;
  margin-bottom: 38px;
  letter-spacing: 0.09em;
}
@media screen and (max-width: 768px) {
  .saving_electricity-tab .voice-box .txt {
    font-size: 3.125vw;
    line-height: 1.61923077;
    margin-bottom: 14px;
  }
}
.saving_electricity-tab .voice-box .btn {
  display: inline-block;
  width: 244px;
  background: linear-gradient(to bottom, rgb(255, 225, 0) 22%, rgb(255, 182, 0) 89%);
  border: 3px solid #000;
  font-size: 22px;
  color: #000;
  padding: 6px 10px;
  border-radius: 10px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .saving_electricity-tab .voice-box .btn {
    width: 100%;
    height: 10.41666vw;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 3.125vw;
    border-width: 1px;
    border-radius: 5px;
    padding-block: 4px;
  }
}
.saving_electricity-tab .voice-box .note {
  font-size: 18px;
  margin-top: 2.60416%;
}
@media screen and (max-width: 768px) {
  .saving_electricity-tab .voice-box .note {
    font-size: 12px;
  }
}
.saving_electricity-tab .txt-note {
  margin-bottom: 60px;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .saving_electricity-tab .txt-note {
    margin-bottom: 40px;
    font-size: 11px;
  }
}
.evdays{
  margin: -2.83333% 0 2.5%;
  padding: 2.5%;
  border: 3px solid #f0f1f4;
  border-radius: 6px;
  font-size: 3.125vw;
  text-align: center;
}
.evdays span.strong{
  font-weight: bold;
}
.evdays p.note{
  margin: 0.5em 0 0;
}
.evdays a:link{
  text-decoration: underline;
}
@media screen and (min-width: 769px) {
  .evdays{
    max-width: 1000px;
    margin: -2.83333% auto 2.5%;
    font-size: 24px;
    border: 6px solid #f0f1f4;
    border-radius: 16px;
  }
}
.hippaku-container{
  padding: 0 5.33333% 5.33333%;
}
.hippaku-box{
  margin: 5.33333% 0;
}
.hippaku-box h2{
  margin: 0;
  padding: 2.5% 0;
  background: #ffd234;
  border-radius: 8px 8px 0 0;
  padding: 1.5% 0;
  font-size: 4.94791vw;
  text-align: center;
  color: #000000;
}
.hippaku-box .body{
  padding: 5.33333%;
  border: 3px solid #ffd234;
  border-radius: 0 0 8px 8px;
}
.hippaku-box p.read{
  text-align: center;
  font-size:3.38541vw;
  color: #000000;
}
.hippaku-box ul{
  margin: 5.33333% 0 -1%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  
}
.hippaku-box ul li{
  width: 49%;
  margin: 0 0 1%;
  display: flex;
  flex-direction: column;
}
.hippaku-box ul li .sup{
  top: 1em;
}
.hippaku-box ul li img{
  vertical-align: bottom;
}
.hippaku-box ul li p{
  margin: 0 0 0;
  padding: 1% 0 4%;
  display: flex;
  font-size: 3.125vw;
  color: #ffffff;
  background: #e62320;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-grow: 1;
}
.hippaku-box p.note{
  margin: 5.33333% 0 0;
  color: #000000;
}
p.news-anchor-link{
  color: #000000!important;
  text-align: center;
  font-size:3.38541vw;
}
p.news-anchor-link a:link{
  text-decoration: underline;
}
@media screen and (min-width: 769px) {
.hippaku-container{
  max-width: 1000px;
  margin: 0 auto;
}
.hippaku-box h2{
  border-radius: 16px 16px 0 0;
  font-size: 38px;
}
.hippaku-box .body{
  border: 6px solid #ffd234;
  border-radius: 0 0 16px 16px;
}
.hippaku-box p.read{
  font-size:26px;
}
.hippaku-box ul{
  margin: 5.33333% 0 -1%;
}
.hippaku-box ul li{
  width: 49%;
  margin: 0 0 1%;
}
.hippaku-box ul li p{
  font-size:26px;
}
p.news-anchor-link{
  font-size:26px;
}  
}
/* 2406ここまで */
.saving_electricity-ttl {
  text-align: center;
}
.saving_electricity-ttl > * {
  font-size: 40px;
  line-height: 1.25;
  font-weight: bold;
}
#h2 img {
  transform: translate(12px, 0);
}
@media screen and (max-width: 768px) {
  #h2 img {
    transform: none;
  }
  .saving_electricity-ttl > * {
    font-size: 22px;
  }
}
.saving_electricity-ttl h2.imasugu {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 36px;
  width: 71.015%;
  max-width: 909px;
  margin: auto;
  transform: translate(-8px, 0);
}
.saving_electricity-ttl h2.imasugu img {
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .saving_electricity-ttl h2.imasugu {
    font-size: 20px;
    margin-bottom: 20px;
    width: 89.3334%;
    transform: none;
  }
}
.saving_electricity-ttl h2.imasugu i {
  margin-right: 20px;
}
@media (max-width: 768px) {
  .saving_electricity-ttl h2.imasugu i {
    margin-right: 5px;
  }
}
@media (max-width: 768px) {
  .saving_electricity-ttl h2.imasugu i img {
    width: 30px;
    height: auto;
  }
}
.saving_electricity-ttl__line {
  position: relative;
  color: #000;
}
.saving_electricity-ttl__line span {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.saving_electricity-ttl__line span::after {
  content: "";
  background: #ffb600;
  height: 6px;
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  bottom: 1px;
  z-index: -1;
}
@media (max-width: 768px) {
  .saving_electricity-ttl__line span::after {
    height: 4px;
  }
}
.saving_electricity-ttl__denko {
  position: absolute;
  top: 40px;
  right: 10px;
  width: 25%;
  max-width: 310px;
}
@media (max-width: 768px) {
  .saving_electricity-ttl__denko {
    width: 25%;
  }
}
.saving_electricity-graph {
  position: relative;
  max-width: 980px;
  margin-left: 5.33333%;
  margin-right: 5.33333%;
  margin: auto;
}
@media (max-width: 768px) {
  .saving_electricity-graph {
    margin-left: 5.33333%;
    margin-right: 5.33333%;
  }
}
.saving_electricity-graph-inner {
  position: relative;
  z-index: 3;
  margin-top: 40px;
  max-width: 894px;
  width: 100%;
  background: #fff;
  border-radius: 30px;
  margin: 0 auto 50px;
  padding-top: 10px;
  padding-bottom: 15px;
}
@media (max-width: 768px) {
  .saving_electricity-graph-inner {
    border-radius: 4vw;
  }
}
.saving_electricity-graph-ttl {
  margin: 30px 0;
  font-size: 34px;
  font-weight: bold;
  text-align: center;
  color: #000000;
}
@media (max-width: 768px) {
  .saving_electricity-graph-ttl {
    margin: 10px 0;
    font-size: 20px;
  }
}
.saving_electricity-graph-ttl span {
  background: linear-gradient(transparent 70%, #acdcef 70%);
}
.saving_electricity-graph-read {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #000000;
}
@media (max-width: 768px) {
  .saving_electricity-graph-ttl {
    height: 10.6vw;
    border-radius: 4vw 4vw 0 0;
  }
  .saving_electricity-graph-read {
    font-size: 14px;
  }
}
.saving_electricity-graph-ttl img {
  width: 432px;
  height: auto;
}
@media (max-width: 768px) {
  .saving_electricity-graph-ttl img {
    width: 75%;
  }
}
.saving_electricity-graph-img {
  text-align: center;
  margin: 24px 130px 0;
  /* width: 511px; */
}
@media (max-width: 768px) {
  .saving_electricity-graph-img {
    margin: 5.8vw auto 0%;
    width: 90%;
  }
  .saving_electricity-graph-img img {
    width: 100%;
    height: auto;
  }
}
.saving_electricity-graph-note {
  font-size: 16px;
  color: #000;
  margin: 10px 0 0;
  line-height: 1.5;
  text-indent: 0.5em;
  text-align: center;
}
.saving_electricity-graph-note a {
  color: #000000;
  text-decoration: underline;
}
@media (max-width: 768px) {
  .saving_electricity-graph-note {
    font-size: 2.5vw;
    color: #000;
    margin: 5px 12px;
    text-align: center;
  }
}
.saving_electricity-graph-note-2 {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  margin: 10px 0 0;
  line-height: 2;
  text-indent: 0.5em;
  text-align: center;
}
@media (max-width: 768px) {
  .saving_electricity-graph-note-2 {
    font-size: 2.5vw;
    color: #000;
    margin: 5px 12px;
    text-align: center;
  }
}
.saving_electricity-graph-illust {
  position: absolute;
  width: 270px;
  bottom: 5px;
  right: 15px;
  z-index: 3;
  pointer-events: none;
}
@media (max-width: 1000px) {
  .saving_electricity-graph-illust {
    width: 28%;
    bottom: 50%;
    transform: translateY(55%);
  }
}
@media (max-width: 768px) {
  .saving_electricity-graph-illust {
    position: relative;
    width: 74%;
    margin: 4% auto 0;
    right: auto;
    bottom: auto;
    transform: none;
  }
}
.saving_electricity-desc {
  margin-top: 40px;
  max-width: 45em;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  text-align: center;
  color: #000;
}
@media (max-width: 768px) {
  .saving_electricity-desc {
    font-size: 14px;
    margin-top: 0;
  }
}
.qa_btn {
  max-width: 980px;
  height: 90px;
  position: relative;
  /* margin: 80px auto 110px; */
  margin: 40px auto 35px;
}
@media (max-width: 768px) {
  .qa_btn {
    margin: 20px auto 0;
    height: auto;
  }
}
.qa_btn a {
  background: #ffb600;
  border-radius: 60px;
  width: 100%;
  height: 100%;
  border: 5px solid #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 32px;
  font-weight: bold;
  color: #000;
  z-index: 2;
  position: relative;
  box-sizing: border-box;
  transition: 0.2s;
  transform: translateY(0);
}
@media (max-width: 768px) {
  .qa_btn a {
    padding: 0.5em;
    border: 3px solid #000000;
    font-size: 3.125vw;
  }
}
@media (max-width: 768px) {
  .qa_btn a::after {
    content: none;
  }
}
.qa_btn::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #000;
  border-radius: 60px;
  position: absolute;
  left: 0;
  bottom: -9px;
  z-index: 0;
  transition: 0.1s;
}
@media (max-width: 768px) {
  .qa_btn::before {
    bottom: -2px;
    /* content: none; */
  }
}
.qa_btn:hover a {
  text-decoration: none;
  transform: translateY(4px);
}
@media (max-width: 767px) {
  .qa_btn:hover a {
    transform: translateY(0);
  }
}
.qa_btn:hover a .sp-btn {
  display: none;
}
.qa_btn:hover::before {
  bottom: -4px;
}
.saving_electricity-desc > * {
  font-size: 18px;
  line-height: 36px;
  font-weight: 400;
  font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  .saving_electricity-desc > * {
    /* font-size: 13px; */
    font-size: 3.125vw;
    line-height: 24px;
  }
}
.saving_electricity-desc > *:not(:first-child) {
  margin-top: 1em;
}
.saving_electricity-desc > * strong {
  font-size: 1.55em;
  font-weight: bold;
  line-height: 2em;
}
.saving_electricity-desc > * strong.border-l {
  font-size: 1.55em;
  font-weight: bold;
  background: linear-gradient(transparent 85%, #ffb600 0%);
}
.saving_electricity-desc > * span.border-s {
  background: linear-gradient(transparent 85%, #ffb600 0%);
}
.saving_electricity-desc > ul {
  display: inline-block;
  text-align: left;
}
.saving_electricity-desc > ul:not(:first-child) {
  margin-top: 0.5em;
}
.saving_electricity-desc > ul li {
  padding-left: 1.2em;
  position: relative;
}
.saving_electricity-desc > ul li:before {
  content: "○";
  position: absolute;
  top: 0;
  left: 0;
}
.saving_electricity-desc > p a {
  text-decoration: underline;
  color: #000000;
}
.saving_electricity-sec1 {
  color: #fff;
}
.saving_electricity-sec1.top {
  padding-top: 40px;
}
@media (max-width: 768px) {
  .saving_electricity-sec1.top {
    padding-top: 15vw;
  }
}
@media (max-width: 767px) {
  .saving_electricity-sec1.top {
    padding-top: 3vw;
  }
}
.saving_electricity-sec1 .ac-widearea-block {
  position: absolute;
  left: 150px;
  top: 22px;
  border: 5px solid #1a0f76;
  border-radius: 9px;
  background: white;
  min-width: 210px;
  transition: 0.5s;
  max-width: 615px;
  z-index: 5;
  box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.3);
}
@media (max-width: 768px) {
  .saving_electricity-sec1 .ac-widearea-block {
    position: inherit;
    left: inherit;
    top: inherit;
    width: 70%;
    max-width: inherit;
    margin: -30px auto 0;
    box-sizing: border-box;
    border: 3px solid #1a0f76;
    box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.1);
  }
}
.saving_electricity-sec1 .ac-widearea-block::before {
  position: absolute;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  transform: rotate(30deg) skewY(30deg) scaleX(0.86666);
  background-color: #fff;
  top: -7px;
  left: 74px;
  z-index: 2;
  transition: 0.5s;
}
@media (max-width: 768px) {
  .saving_electricity-sec1 .ac-widearea-block::before {
    width: 16px;
    height: 16px;
    left: 50%;
    margin-left: -8px;
  }
}
.saving_electricity-sec1 .ac-widearea-block::after {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 0;
  width: 22px;
  height: 22px;
  transform: rotate(30deg) skewY(30deg) scaleX(0.86666);
  border-top-left-radius: 4px;
  background-color: #1a0f76;
  top: -16px;
  left: 73px;
  z-index: 1;
}
@media (max-width: 768px) {
  .saving_electricity-sec1 .ac-widearea-block::after {
    width: 18px;
    height: 18px;
    left: 50%;
    top: -12px;
    margin-left: -9px;
  }
}
.saving_electricity-sec1 .ac-widearea-block .ac-btn {
  font-size: 19px;
  font-weight: 700;
  position: relative;
  text-align: left;
  line-height: 1;
  color: #1a0f76;
  cursor: pointer;
  padding: 15px 60px 18px 20px;
}
@media (max-width: 768px) {
  .saving_electricity-sec1 .ac-widearea-block .ac-btn {
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 6px 0;
  }
}
.saving_electricity-sec1 .ac-widearea-block .ac-btn i {
  position: absolute;
  left: 193px;
  top: 8px;
  width: 36px;
  height: 36px;
  background: #1a0f76;
  border-radius: 50%;
  transition: 0.5s;
}
@media (max-width: 768px) {
  .saving_electricity-sec1 .ac-widearea-block .ac-btn i {
    position: inherit;
    left: inherit;
    top: inherit;
    width: 23px;
    height: 23px;
    margin-left: 10px;
  }
}
.saving_electricity-sec1 .ac-widearea-block .ac-btn i::before {
  content: "";
  width: 19px;
  height: 3px;
  background: white;
  border-radius: 6px;
  position: absolute;
  right: 8px;
  top: 17px;
  display: block;
}
@media (max-width: 768px) {
  .saving_electricity-sec1 .ac-widearea-block .ac-btn i::before {
    width: 12px;
    height: 1px;
    right: 6px;
    top: 11px;
  }
}
.saving_electricity-sec1 .ac-widearea-block .ac-btn i::after {
  content: "";
  width: 3px;
  height: 19px;
  background: white;
  border-radius: 6px;
  position: absolute;
  right: 16px;
  top: 9px;
  display: block;
}
@media (max-width: 768px) {
  .saving_electricity-sec1 .ac-widearea-block .ac-btn i::after {
    width: 1px;
    height: 12px;
    right: 11px;
    top: 6px;
  }
}
.saving_electricity-sec1 .ac-widearea-block dd {
  display: none;
  padding: 0 45px 25px;
  color: white;
  font-size: 18px;
  font-weight: 700;
  text-align: left;
  font-feature-settings: "palt";
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
}
@media (max-width: 768px) {
  .saving_electricity-sec1 .ac-widearea-block dd {
    padding: 10px 15px 20px;
    font-size: 12px;
    line-height: 2;
  }
}
@media (min-width: 769px) {
  .saving_electricity-sec1 .ac-widearea-block:hover, .saving_electricity-sec1 .ac-widearea-block.active {
    background: #1a0f76;
  }
  .saving_electricity-sec1 .ac-widearea-block:hover::before, .saving_electricity-sec1 .ac-widearea-block.active::before {
    background-color: #1a0f76;
  }
  .saving_electricity-sec1 .ac-widearea-block:hover .ac-btn, .saving_electricity-sec1 .ac-widearea-block.active .ac-btn {
    color: #fff;
  }
  .saving_electricity-sec1 .ac-widearea-block:hover .ac-btn i, .saving_electricity-sec1 .ac-widearea-block.active .ac-btn i {
    background: white;
  }
  .saving_electricity-sec1 .ac-widearea-block:hover .ac-btn i::before, .saving_electricity-sec1 .ac-widearea-block:hover .ac-btn i::after, .saving_electricity-sec1 .ac-widearea-block.active .ac-btn i::before, .saving_electricity-sec1 .ac-widearea-block.active .ac-btn i::after {
    background: #1a0f76;
  }
  .saving_electricity-sec1 .ac-widearea-block:hover .ac-btn i::after, .saving_electricity-sec1 .ac-widearea-block.active .ac-btn i::after {
    transform: rotate(90deg);
  }
}
@media (max-width: 768px) {
  .saving_electricity-sec1 .ac-widearea-block.active {
    background: #1a0f76;
  }
  .saving_electricity-sec1 .ac-widearea-block.active::before {
    background-color: #1a0f76;
  }
  .saving_electricity-sec1 .ac-widearea-block.active .ac-btn {
    color: #fff;
  }
  .saving_electricity-sec1 .ac-widearea-block.active .ac-btn i {
    background: white;
  }
  .saving_electricity-sec1 .ac-widearea-block.active .ac-btn i::before, .saving_electricity-sec1 .ac-widearea-block.active .ac-btn i::after {
    background: #1a0f76;
  }
  .saving_electricity-sec1 .ac-widearea-block.active .ac-btn i::after {
    transform: rotate(90deg);
  }
}
.saving_electricity-sec1 {
  padding: 70px 0 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .saving_electricity-sec1 {
    /* padding: 13vw 0 30px; */
    padding: 13vw 0 0;
  }
}
.saving_electricity-situation {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  max-width: 891px;
  background-color: #fff;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .saving_electricity-situation {
  max-width: 1000px;
  }
}
@media (max-width: 768px) {
  .saving_electricity-situation {
    max-width: 100%;
    margin-bottom: 0;
  }
}
.saving_electricity-situation .head {
  background: #1a1076;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 7px 15px 2px;
  text-align: left;
  position: relative;
  border-radius: 8px 8px 0 0 ;
}
@media (max-width: 768px) {
  .saving_electricity-situation .head {
    padding: 5px 2vw;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .saving_electricity-situation .head {
    align-items: center;
  }
}
.saving_electricity-situation .head .left {
  display: flex;
  align-items: center;
}
@media (min-width: 769px) {
  .saving_electricity-situation .head .left {
    width: 50%;
  }
  .saving_electricity-situation .head .left h2 {
    color: #ffffff;
  }
  .saving_electricity-inner-wrapper .saving_electricity-news h2 {
    margin: 5.33333% 0;
    color: #000;
  }
  .saving_electricity-situation .head {
    border-radius: 16px 16px 0 0 ;
  }
}
.saving_electricity-situation .head .left h2 {
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media (min-width: 769px) {
  .saving_electricity-situation .head .left h2 {
    margin: 2.604% 0 2.604% 0;
  }
}
@media (max-width: 768px) {
  .saving_electricity-situation .head .left {
    align-items: center;
  }
  .saving_electricity-situation .head .left h2 {
    margin: 2vw 0 1vw;
    font-size: 3.90625vw!important;
  }
}
.saving_electricity-situation .head .left .popupTtl dt {
  display: inline-block;
  width: 22px;
  height: 22px;
  line-height: 1.2;
  background: #fff;
  border-radius: 50%;
  color: #1a1076;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .saving_electricity-situation .head .left .popupTtl {
    line-height: 0;
  }
  .saving_electricity-situation .head .left h2 {
    font-size: 2.93333vw;
  }
  .saving_electricity-situation .head .left .popupTtl dt {
    position: absolute;
    right: 5.33333%;
    transform: translateY(-50%)
    display: inline-block;
    width: 4.93333vw;
    height: 4.93333vw;
    background: #fff;
    border-radius: 50%;
    color: #1a1076;
    text-align: center;
    font-weight: 700;
    font-size: 3.4vw;
    margin-left: 5px;
  }
  .saving_electricity-situation .head .saving_electricity-situation__time {
    width: 100%;
    margin: 0 0 2vw;
    font-size: 2.6667vw;
    line-height: 1;
  }
}
.saving_electricity-situation .head .left .popupTtl dd {
  position: absolute;
  /* display: none; */
  background: #fff;
  color: #000;
  z-index: 2;
  box-shadow: 1px 12px 8px 0px rgba(0, 0, 0, 0.3);
  border-radius: 20px;
  width: 720px;
  left: 50%;
  top: 50px;
  transform: translate(-50%, 0);
  overflow: hidden;
  display: none;
}
.saving_electricity-situation .head .left .popupTtl dd .ttl {
  background: #1a1076;
  color: #fff;
  display: block;
  text-align: center;
  font-size: 26PX;
  line-height: 1;
  padding: 9px 0;
  font-weight: 700;
}
.saving_electricity-situation .head .left .popupTtl dd .closePopup {
  position: absolute;
  top: 10px;
  right: 20px;
  width: 24px;
  height: 24px;
  background: url("../images/close_popup.png") center no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}
.saving_electricity-situation .head .left .popupTtl dd .popupContent {
  padding: 20px 30px;
  display: block;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.05em;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 768px) {
  .saving_electricity-situation .head .left .popupTtl dd {
    width: 333px;
  }
  .saving_electricity-situation .head .left .popupTtl dd .ttl {
    font-size: 15px;
    padding: 13px 0;
  }
  .saving_electricity-situation .head .left .popupTtl dd .closePopup {
    width: 20px;
    height: 20px;
  }
  .saving_electricity-situation .head .left .popupTtl dd .popupContent {
    padding: 25px 28px;
    font-size: 13px;
    line-height: 20px;
  }
}
.saving_electricity-situation .container {
  z-index: 2;
  position: relative;
  z-index: 2;
}
.saving_electricity-situation__ad {
  position: absolute;
  top: -60px;
  left: 0;
  background-color: #1a0f76;
  color: #fff;
  padding: 0.5em 0.75em;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 18px 18px 0 0;
  height: 60px;
  padding: 0 70px;
  z-index: 3;
}
@media (max-width: 768px) {
  .saving_electricity-situation__ad {
    top: -35px;
    padding: 0;
    width: 100%;
    height: 35px;
  }
}
.saving_electricity-situation .content {
  display: flex;
  justify-content: space-between;
  border: 3px solid #1a1076;
  font-size: 16px;
  line-height: 24px;
  padding: 7px 15px;
  position: relative;
}
@media (min-width: 769px) {
  .saving_electricity-situation .content {
    border-radius: 0 0 16px 16px;
    border: 6px solid #1a1076;
  }
  
}
.saving_electricity-situation .content .col {
  text-align: left;
  width: 33%;
  padding-left: 38px;
}
@media (max-width: 890px) {
  .saving_electricity-situation .content .col {
    padding-left: 10px;
  }
}
@media (max-width: 768px) {
  .saving_electricity-situation .content .col {
    width: calc(100% - 49.4vw);
    padding-left: 2.67vw;
  }
  .saving_electricity-situation .content {
    /* padding: 2vw; */
    font-size: 2.6667vw;
    line-height: 3.73vw;
    border-radius:0 0 8px 8px ;
  }
}
.saving_electricity-situation__ad p {
  display: flex;
  align-items: flex-end;
  font-size: 27px;
  letter-spacing: 0.3em;
}
@media (max-width: 768px) {
  .saving_electricity-situation__ad p {
    font-size: 14px;
  }
}
.saving_electricity-situation__ad p span {
  font-size: 22px;
}
@media (max-width: 768px) {
  .saving_electricity-situation__ad p span {
    font-size: 11px;
  }
}
.saving_electricity-situation__time {
  font-weight: 300;
}
.saving_electricity-situation__time span {
  display: inline-block;
}
.saving_electricity-situation__time span#update_time_week {
  margin: 0 0.3em;
}
.saving_electricity-situation__graph {
  border-spacing: 0;
  color: #ddd;
  line-height: 0;
  font-size: 0;
  height: 60px;
  overflow: hidden;
}
.saving_electricity-situation__graph--bar {
  max-width: 100%;
  position: relative;
  background-color: #ddd;
  height: calc(100% + 2px);
  top: -1px;
  left: -1px;
  transition: width 0.7s;
  overflow: hidden;
}
.saving_electricity-situation__graph--value {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  color: #fff;
  line-height: 1;
}
.saving_electricity-situation__graph--value:after {
  content: "（安定的）";
  font-size: 0.61em;
  display: inline-block;
  transform: translate(0, -20%);
}
.saving_electricity-situation__now {
  color: inherit;
  display: flex;
}
@media (max-width: 768px) {
  .saving_electricity-situation__now {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
  }
}
.saving_electricity-situation__graph.-green {
  color: #73ac44;
  background: rgba(114, 172, 69, 0.2);
}
.saving_electricity-situation__graph.-green .saving_electricity-situation__graph--value:after {
  content: "（安定的）";
}
.saving_electricity-situation__graph.-green .saving_electricity-situation__graph--bar {
  background-color: #73ac44;
  border-color: #73ac44;
}
.saving_electricity-situation__graph.-yellow {
  color: #f1ca36;
}
.saving_electricity-situation__graph.-yellow .saving_electricity-situation__graph--value:after {
  content: "（厳しい）";
}
.saving_electricity-situation__graph.-yellow .saving_electricity-situation__graph--bar {
  background-color: #f1ca36;
  border-color: #f1ca36;
}
.saving_electricity-situation__graph.-red {
  color: #d8212d;
}
.saving_electricity-situation__graph.-red .saving_electricity-situation__graph--value:after {
  content: "（非常に厳しい）";
}
.saving_electricity-situation__graph.-red .saving_electricity-situation__graph--bar {
  background-color: #d8212d;
  border-color: #d8212d;
}
.saving_electricity-situation__now dt {
  font-weight: 500;
  color: #000;
  font-size: 14px;
}
@media screen and (min-width: 769px) {
  .saving_electricity-situation__now dt {
    padding-right: 25px;
  }
}
.saving_electricity-situation__now dt span {
  font-size: 16px;
}
@media (max-width: 768px) {
  .saving_electricity-situation__now dt {
    font-size: 2.667vw;
  }
  .saving_electricity-situation__now dt span {
    font-size: 2.667vw;
  }
}
.saving_electricity-situation__now dd {
  display: flex;
  flex-direction: column;
  font-weight: 700;
  text-align: center;
  font-size: 14px;
  line-height: 25px;
  padding-bottom: 25px;
  position: relative;
}
.saving_electricity-situation__now dd:after {
  content: "";
  display: block;
}
@media screen and (min-width: 769px) {
  .saving_electricity-situation__now dd:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    min-width: 114px;
  }
}
.saving_electricity-situation__now dd.-green {
  color: #72ac45;
}
.saving_electricity-situation__now dd.-green:after {
  content: "（安定的）";
}
.saving_electricity-situation__now dd.-yellow {
  color: #f1ca36;
}
.saving_electricity-situation__now dd.-yellow:after {
  content: "（厳しい）";
}
.saving_electricity-situation__now dd.-red {
  color: #d8212d;
}
.saving_electricity-situation__now dd.-red:after {
  content: "（非常に厳しい）";
  font-size: 90%;
}
.saving_electricity-situation .content .col .info {
  color: #000;
  border-bottom: 1px solid;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
}
.saving_electricity-situation .content .col .info a {
  color: inherit;
}
.saving_electricity-situation__now dd span {
  font-size: 26px;
}
@media (max-width: 768px) {
  .saving_electricity-situation .content .col .info {
    position: absolute;
    bottom: 1.333vw;
    left: 50%;
    transform: translate(-50%, 0);
    font-size: 2.6667vw;
  }
  .saving_electricity-situation__now dd {
    line-height: 3.2vw;
    font-size: 2.6667vw;
    text-align: left;
    padding-left: 0;
    flex-direction: row;
  }
  .saving_electricity-situation__now dd span {
    font-size: 3.46667vw;
  }
}
.saving_electricity-situation__now dd span:after {
  content: "%";
}
@media screen and (max-width: 768px) {
  .saving_electricity-situation__now dd time {
    font-size: 12px;
  }
}
.saving_electricity-situation__now dd time:after {
  content: "実績";
  margin-left: 0.5em;
}
.saving_electricity-situation__now .saving_electricity-situation__graph {
  margin-top: 30px;
  height: 90px;
}
@media screen and (max-width: 768px) {
  .saving_electricity-situation__now .saving_electricity-situation__graph {
    margin-top: 20px;
    height: 45px;
  }
}
.saving_electricity-situation__now .saving_electricity-situation__graph--bar {
  width: 0%;
}
.saving_electricity-situation__now .saving_electricity-situation__graph--value {
  font-size: 56px;
}
#easysave {
  transform: translate(0, 20px);
}
#waysave h2 {
  margin-top: 5px;
  display: inline-block;
}
#waysave h2 img {
  transform: translate(14px, 0);
  max-width: 96%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .saving_electricity-situation__now .saving_electricity-situation__graph--value {
    font-size: 28px;
  }
  #easysave {
    transform: translate(0, -10px);
  }
  #waysave h2 {
    margin-top: 0;
  }
  #waysave h2 img {
    transform: none;
    max-width: 100%;
  }
}
.saving_electricity-situation__now .saving_electricity-situation__graph.active #now_bar {
  width: 76%;
  background-color: #73AC45;
  border-color: #73ac44;
}
.saving_electricity-situation__peak .saving_electricity-situation__graph.active #peak_bar {
  background-color: #73AC45;
  border-color: #73ac44;
}
.saving_electricity-situation__peak {
  width: 565px;
  display: flex;
  max-width: 67%;
}
.saving_electricity-situation__peak dt {
  font-weight: bold;
  color: #000;
  width: 130px;
  text-align: left;
}
@media (min-width: 769px) {
  .saving_electricity-situation__peak dt {
    font-size: 14px;
  }
  .saving_electricity-situation__peak dt span {
    font-size: 12px;
  }
  .saving_electricity-situation__peak dt time {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .saving_electricity-situation__peak {
    width: 64.4vw;
    max-width: unset;
  }
  .saving_electricity-situation__peak dt {
    width: 20vw;
  }
}
.saving_electricity-situation__peak dt time {
  display: block;
}
.saving_electricity-situation__peak dd {
  width: calc(100% - 130px);
  height: 60px;
  margin-top: 7px;
}
@media screen and (max-width: 768px) {
  .saving_electricity-situation__peak dd {
    width: calc(100% - 19vw);
    height: auto;
    padding-bottom: 6vw;
    margin-top: 0;
  }
  .saving_electricity-situation__peak .saving_electricity-situation__graph {
    height: 9.4vw;
  }
}
.saving_electricity-situation__peak .saving_electricity-situation__graph--bar {
  width: 0%;
}
.saving_electricity-situation__peak .saving_electricity-situation__graph--value {
  font-size: 26px;
  font-weight: 700;
}
#peak_value:after {
  content: "%";
}
@media screen and (max-width: 768px) {
  .saving_electricity-situation__peak .saving_electricity-situation__graph--value {
    font-size: 4vw;
    white-space: nowrap;
  }
  .saving_electricity-situation__graph--value:after {
    display: block;
    font-size: 2.6667vw;
    line-height: 4.4vw;
    transform: none;
  }
}
.saving_electricity-situation__status {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .saving_electricity-situation__status {
    margin-top: 40px;
  }
}
.saving_electricity-situation__status ul {
  display: flex;
  justify-content: center;
}
.saving_electricity-situation__status li:not(:first-child) {
  margin-left: 30px;
}
@media screen and (max-width: 768px) {
  .saving_electricity-situation__status li:not(:first-child) {
    margin-left: 15px;
  }
}
.saving_electricity-situation__status li.-green dt {
  background-color: #73ac44;
  color: #fff;
}
.saving_electricity-situation__status li.-green dd {
  color: #579325;
}
.saving_electricity-situation__status li.-yellow dt {
  background-color: #f1ca36;
  color: #05154d;
}
.saving_electricity-situation__status li.-yellow dd {
  color: #947911;
}
.saving_electricity-situation__status li.-red dt {
  background-color: #d8212d;
  color: #fff;
}
.saving_electricity-situation__status li.-red dd {
  color: #a51721;
}
.saving_electricity-situation__status dt {
  width: 220px;
}
@media screen and (max-width: 768px) {
  .saving_electricity-situation__status dt {
    width: 95px;
    margin-left: auto;
    margin-right: auto;
  }
}
.saving_electricity-situation__status dt, .saving_electricity-situation__status dd {
  font-size: 16px;
  line-height: 2;
  height: 2em;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .saving_electricity-situation__status dt, .saving_electricity-situation__status dd {
    font-size: 11px;
    white-space: nowrap;
  }
}
.saving_electricity-situation__bnr {
  margin-top: 55px;
}
.saving_electricity-situation__bnr-link {
  position: relative;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .saving_electricity-situation__bnr {
    margin-top: 35px;
  }
}
.saving_electricity-situation__bnr dt {
  color: #808080 !important;
  font-size: 14px;
  line-height: 1;
  font-weight: bold;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .saving_electricity-situation__bnr dt {
    font-size: 12px;
  }
}
.saving_electricity-situation__bnr dt > * {
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .saving_electricity-situation__bnr dd img {
    max-width: 220px;
  }
}
.saving_electricity-situation__link {
  margin-top: 35px;
}
@media screen and (max-width: 768px) {
  .saving_electricity-situation__link {
    margin-top: 30px;
  }
}
.saving_electricity-situation__link a {
  color: #12568a;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .saving_electricity-situation__link a {
    font-size: 14px;
  }
}
.saving_electricity-situation__link a:before, .saving_electricity-situation__link a span {
  display: inline-block;
  vertical-align: middle;
}
.saving_electricity-situation__link a:before {
  content: "";
  width: 1.4em;
  height: 1.4em;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(/saving_electricity/images/icon_anker.png);
  margin-right: 0.5em;
}
.saving_electricity-situation__link a span {
  font-weight: bold;
  text-decoration: underline;
}
.saving_electricity-situation__link a:hover span {
  text-decoration: none;
}
.saving_electricity-situation__text {
  color: black;
  font-size: 18px;
  font-weight: bold;
  margin-top: 60px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .saving_electricity-situation__text {
    font-size: 14px;
    margin-top: 20px;
  }
}
.saving_electricity-imasugu {
  margin-top: 30px;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
}
.saving_electricity-imasugu ul.note {
  max-width: 894px;
  color: #333333;
  font-size: 16px;
  margin: -20px auto 0;
  line-height: 1.5;
  letter-spacing: 0.08em;
  width: 95%;
}
.saving_electricity-imasugu ul.note li span {
  border-bottom: 1px solid;
}
.saving_electricity-imasugu ul.note li span a {
  color: inherit;
}
.saving_electricity-imasugu ul.note li + li {
  margin-top: 4px;
}
@media screen and (max-width: 768px) {
  .saving_electricity-imasugu {
    margin-top: 20px;
  }
  .saving_electricity-imasugu ul.note {
    max-width: 894px;
    color: #333333;
    font-size: 11px;
    margin: 0 5.333% 0;
    width: auto;
  }
  .saving_electricity-imasugu .note {
    max-width: 894px;
    color: #333333;
    font-size: 14px;
    margin: 0 5.33333% 0;
  }
}
.saving_electricity-imasugu__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
  margin-top: 46px;
  margin-right: auto;
  margin-left: auto;
  width: 95%;
  max-width: 894px;
}
/*.saving_electricity-imasugu__list-content {
  width: 35%;
  border: 3px solid black;
  border-radius: 10px;
  background-color: white;
  text-align: center;
  margin: 0 5% 40px;
  position: relative;
}*/
@media (max-width: 840px) {
  .saving_electricity-imasugu__list-content {
    width: 32%;
  }
}
.saving_electricity-imasugu__list-content a {
  padding: 10px;
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.saving_electricity-imasugu__list-content a .saving_electricity-imasugu__list-content-ttl {
  margin: 0 !important;
}
.saving_electricity-imasugu__list-content a .saving_electricity-imasugu__other-content-btn {
  margin: 15px 0 -10px !important;
}
.saving_electricity-imasugu__list-content .baloon {
  position: absolute;
  left: 8px;
  top: 61px;
  text-align: left;
  right: -8px;
}
.saving_electricity-imasugu__list-content .baloon img {
  width: 49%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .saving_electricity-imasugu__list-content .baloon {
    left: 10px;
    top: 40px;
  }
  .saving_electricity-imasugu__list {
    justify-content: space-between;
    padding-right: 5.33333%;
    padding-left: 5.33333%;
    margin-top: 0;
    width: auto;
  }
  .saving_electricity-imasugu__list-content {
    border: 3px solid #ff9100;
    width: 49%;
    margin: 0 0 13px;
    border-radius: 8px;
  }
}
.saving_electricity-imasugu__list-content-img {
  margin: 0 auto 0%;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 230px;
  margin-bottom: 13px;
}
.saving_electricity-imasugu__list-content-img.first {
  width: 100%;
  margin-top: 10px;
}
.saving_electricity-imasugu__list-content-img.first2 {
  width: 100%;
  margin-top: 15px;
}
@media (max-width: 768px) {
  .saving_electricity-imasugu__list-content-img.first {
    width: 90%;
    margin-top: 1vw;
    margin-bottom: 9px;
  }
  .saving_electricity-imasugu__list-content-img.first2 {
    width: 86%;
    margin-top: 4vw;
    margin-bottom: 4px;
  }
}
.saving_electricity-imasugu__list-content-img.second {
  width: 111px;
  margin-top: 45px;
}
@media (max-width: 768px) {
  .saving_electricity-imasugu__list-content-img.second {
    width: 22.13vw;
    margin-top: 9.2vw;
  }
}
.saving_electricity-imasugu__list-content-img.third {
  width: 141px;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .saving_electricity-imasugu__list-content-img.third {
    width: 32.4vw;
    margin-top: 10vw;
  }
}
.saving_electricity-imasugu__list-content-img.third img {
  margin-left: 25%;
}
.saving_electricity-imasugu__list-content-ttl {
  display: block;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.2;
  /* height: 2.4em; */
  color: #000;
  letter-spacing: 0.05em;
  margin: 6px 8px 12px;
  background: #ff9100;
  padding: 10px;
  border-radius: 10px;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .saving_electricity-imasugu__list-content-ttl {
    font-size: 3.2vw;
    padding: 6px 8px 7px;
    margin-bottom: 7px;
    border-radius: 5px;
  }
}
.saving_electricity-imasugu__list-content-text.-more {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .saving_electricity-imasugu__list-content-text.-more {
    font-size: 2.6vw;
  }
}
.saving_electricity-imasugu__list-content-text {
  margin: 0 4% 0;
  display: table;
  align-items: center;
  justify-content: center;
  color: black;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  line-height: 1.8;
  letter-spacing: 0.05em;
  margin-top: 25px;
  /* padding-bottom: 10px; */
  min-height: 17em;
  border-bottom: 1px solid #000;
}
.saving_electricity-imasugu__list-content-text.bottom {
  min-height: 14em;
}
.saving_electricity-imasugu__list-content-text-2nd {
  margin: auto;
  display: table;
  align-items: center;
  justify-content: center;
  color: black;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  line-height: 1.8;
  letter-spacing: 0.05em;
  margin-top: -24px;
  padding-bottom: 40px;
}
.saving_electricity-imasugu__list-content-text span {
  background: linear-gradient(transparent 80%, #FFB600 80%);
}
@media screen and (max-width: 768px) {
  .saving_electricity-imasugu__list-content-text {
    min-height: 17.5em;
  }
  .saving_electricity-imasugu__list-content-text.bottom {
    min-height: 16em;
  }
}
@media screen and (max-width: 768px) {
  .saving_electricity-imasugu__list-content-text {
    font-size: 2.6vw;
    margin-top: 3.6vw;
    /*padding-bottom: 4vw;*/
    border-bottom: 1px solid #000;
  }
  .saving_electricity-imasugu__list-content-text-2nd {
    font-size: 2.6vw;
    margin-top: 0;
    padding-bottom: 4vw;
  }
  .saving_electricity-imasugu__list-content-text.sp-middle {
    min-height: 14em;
  }
  .saving_electricity-imasugu__list-content-text.sp-bottom {
    min-height: 12em;
  }
}
.saving_electricity-imasugu__list-content-detail {
  /* margin: 0 5%; */
  position: relative;
  color: #000;
  /* border-top: 1px solid #000; */
  padding-bottom: 7px;
  display: flex;
  justify-content: center;
}
.saving_electricity-imasugu__list-content-detail a {
  width: 100% !important;
  margin: 0 10px;
}
.saving_electricity-imasugu__list-content-detail .saving_electricity-imasugu__other-content-btn {
  width: 100% !important;
  padding: 10px 0 !important;
  display: block !important;
  max-width: 100% !important;
}
@media screen and (max-width: 768px) {
  .saving_electricity-imasugu__list-content-detail {
    padding-bottom: 1vw;
  }
  .saving_electricity-imasugu__list-content-detail .saving_electricity-imasugu__other-content-btn {
    width: 100% !important;
    padding: 1.733vw 0 !important;
    display: block !important;
    max-width: 100% !important;
  }
}
.saving_electricity-imasugu__list-content-detail .large {
  font-size: 1.5em;
  font-weight: bold;
}
.saving_electricity-imasugu__list-content-detail .orange {
  color: #ED7D31;
  letter-spacing: 0.05em;
  margin-right: 3px;
  margin-left: 7px;
  display: inline-block;
  transform: translate(0, 2px);
}
.saving_electricity-imasugu__list-content-detail .condition {
  margin: 1.5em 0 0;
  text-align: left;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  /* height: 50px; */
  font-weight: bold;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .saving_electricity-imasugu__list-content-detail .orange {
    transform: none;
  }
  .saving_electricity-imasugu__list-content-detail .condition {
    /* height: 8vw; */
    font-size: 2vw;
  }
}
.saving_electricity-imasugu__list-content-detail .saving {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
  text-align: left;
  position: relative;
  width: 60%;
  margin-top: -5px;
  transform: translate(-6px, 0);
}
.saving_electricity-imasugu__list-content-detail .coin {
  width: 40%;
}
.saving_electricity-imasugu__list-content-detail .coin img {
  width: 50%;
  height: auto;
}
.saving_electricity-imasugu__list-content-detail .saving .sup {
  font-size: 0.6em;
  vertical-align: top;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .saving_electricity-imasugu__list-content-detail .saving {
    font-size: 3vw;
    margin-top: 0;
    transform: none;
  }
}
.saving_electricity-imasugu__list-content-detail .notation {
  margin: 1em 0 0;
  text-align: left;
  font-size: 10px;
  font-weight: bold;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .saving_electricity-imasugu__list-content-detail .notation {
    bottom: 1vw;
    font-size: 2vw;
  }
}
.saving_electricity-imasugu__list-content-detail .notation span {
  display: inline-block;
  margin-left: 1em;
  text-indent: -1em;
  text-align: left;
}
.saving_electricity-imasugu__list-content .saving_electricity-more__link {
  padding: 47px 0;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .saving_electricity-imasugu__list-content .saving_electricity-more__link {
    padding: 7.1vw 0;
    font-size: 3vw;
  }
  .saving_electricity-imasugu__list-content .line_text {
    text-align: center;
    padding: 0 3% 0 0;
  }
} /*
.saving_electricity-imasugu__list-content.specialItem {
  width: 100%;
}
.saving_electricity-imasugu__list-content.specialItem-other {
  border: none !important;
  background: none !important;
}*/
@media screen and (min-width: 769px) {
  .saving_electricity-imasugu__list-content.specialItem-other {
    padding-top: 51px;
    margin-bottom: 57px;
  }
}
.saving_electricity-imasugu__list-content.specialItem-other a {
  padding: 0 !important;
  height: auto;
}
.saving_electricity-imasugu__list-content.specialItem .row {
  display: flex;
  justify-content: space-between;
}
/*.saving_electricity-imasugu__list-content.specialItem .SpecialItem_ttl {
  text-align: center;
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
}*/
.saving_electricity-imasugu__list-content.specialItem a {
  padding: 12px 25px 18px;
}
.saving_electricity-imasugu__list-content.specialItem .SpecialItem_ttl:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 2px;
  background: #ff7006;
  z-index: -1;
}
.saving_electricity-imasugu__list-content.specialItem .saving_electricity-imasugu__list-content-ttl {
  background: #fff;
  color: #ff7006;
  font-size: 26px;
  padding: 0 25px;
  position: relative;
  z-index: 1;
  display: inline-block;
}
.saving_electricity-imasugu__list-content.specialItem .text {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
  color: #000;
  width: 232px;
  text-align: left;
  letter-spacing: 0.11em;
  padding-left: 10px;
}
@media (max-width: 768px) {
  .saving_electricity-imasugu__list-content.specialItem .SpecialItem_ttl:before {
    height: 1px;
  }
  .saving_electricity-imasugu__list-content.specialItem .saving_electricity-imasugu__list-content-ttl {
    font-size: 4vw;
    padding: 0 2.4vw;
  }
  .saving_electricity-imasugu__list-content.specialItem a {
    padding: 2.4vw 3.33vw 2vw;
  }
  .saving_electricity-imasugu__list-content.specialItem .text {
    font-size: 2.9333vw;
    width: 45vw;
    padding-left: 0;
    margin-right: -5vw;
  }
}
.saving_electricity-imasugu__list-content.specialItem .text span {
  display: inline-block;
}
.saving_electricity-imasugu__list-content.specialItem .saving_electricity-imasugu__list-content-img {
  width: 324px;
  margin: 0 30px 0 0;
  max-width: unset;
}
@media (max-width: 768px) {
  .saving_electricity-imasugu__list-content.specialItem .saving_electricity-imasugu__list-content-img {
    width: 40.266667vw;
    margin: 0;
  }
}
.saving_electricity-imasugu__list-content.specialItem .saving_electricity-imasugu__list-content-detail {
  width: 241px;
  align-self: flex-start;
  max-width: 30%;
  margin-top: 15px;
  margin-right: 7px;
}
.saving_electricity-imasugu__list-content.specialItem .saving_electricity-imasugu__other-content-btn {
  color: #000 !important;
}
.saving_electricity-imasugu__other {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
  margin-right: auto;
  margin-left: auto;
  max-width: 894px;
  padding-bottom: 75px;
}
.saving_electricity-imasugu__list-content.specialItem .row .row1 {
  display: flex;
  justify-content: space-between;
  width: 70%;
}
@media screen and (max-width: 768px) {
  .saving_electricity-imasugu__list-content.specialItem .saving_electricity-imasugu__list-content-detail {
    width: 100%;
    max-width: 100%;
    margin-top: 13px;
  }
  .saving_electricity-imasugu__list-content.specialItem .saving_electricity-imasugu__other-content-btn {
    width: 47vw !important;
  }
  .saving_electricity-imasugu__list-content.specialItem .row {
    flex-direction: column;
  }
  .saving_electricity-imasugu__list-content.specialItem .row .row1 {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .saving_electricity-imasugu__list-content.specialItem .saving_electricity-imasugu__list-content-detail {
    width: 100%;
  }
  .saving_electricity-imasugu__list-content.specialItem .saving_electricity-imasugu__other-content-btn {
    color: #000 !important;
    font-size: 3.467vw;
    font-weight: bold;
    margin: 0 !important;
  }
  .saving_electricity-imasugu__other {
    padding-right: 5.33333%;
    padding-left: 5.33333%;
    padding-bottom: 21.5vw;
  }
}
.saving_electricity-imasugu__other-content {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 30.089%;
  border: 3px solid black;
  border-radius: 10px;
  background-color: white;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .saving_electricity-imasugu__other-content {
    border: 2px solid black;
    width: 49%;
  }
}
.saving_electricity-imasugu__other-content:before {
  content: "";
  position: absolute;
  display: block;
  background: url(/saving_electricity/images/other-arrow.png) 0 0 no-repeat;
  background-size: 100% auto;
  width: 28px;
  height: 38px;
}
@media screen and (max-width: 768px) {
  .saving_electricity-imasugu__other-content:before {
    background: url(/saving_electricity/images/other-arrow-sp.png) 0 0 no-repeat;
    background-size: 100% auto;
    width: 4.93vw;
    height: 3.8666vw;
  }
}
.saving_electricity-imasugu__other-content.first:before {
  top: 28px;
  right: -27px;
}
.saving_electricity-imasugu__other-content.second:before {
  left: -27px;
  bottom: 35px;
  transform: rotate(180deg);
}
@media screen and (max-width: 768px) {
  .saving_electricity-imasugu__other-content.first:before {
    z-index: 1;
    top: auto;
    bottom: 0.5px;
    right: auto;
    left: 50%;
    transform: translate(-50%, 100%);
  }
  .saving_electricity-imasugu__other-content.second:before {
    bottom: 0.5px;
    transform: rotate(0deg) translate(-50%, 100%);
    left: 50%;
  }
}
.saving_electricity-imasugu__other-content:after {
  content: "";
  position: absolute;
  display: block;
}
.saving_electricity-imasugu__other-content.first:after {
  background-image: url(/saving_electricity/images/other1.png);
  background-size: 100% auto;
  width: 144px;
  height: 123px;
  top: 15px;
  right: -180px;
}
.saving_electricity-imasugu__other-content.second:after {
  background-image: url(/saving_electricity/images/other2.png);
  background-size: 100% auto;
  width: 158px;
  height: 140px;
  left: -184px;
  bottom: 0px;
}
@media screen and (max-width: 768px) {
  .saving_electricity-imasugu__other-content.first:after {
    width: 19.2vw;
    height: 16.33vw;
    top: auto;
    right: auto;
    bottom: -5.7vw;
    left: 50%;
    transform: translate(-50%, 100%);
  }
  .saving_electricity-imasugu__other-content.second:after {
    width: 21.06vw;
    height: 18.66vw;
    left: 50%;
    bottom: -5.7vw;
    transform: translate(-50%, 100%);
  }
}
.saving_electricity-imasugu__other-content-ttl {
  margin: auto;
  display: flex;
  align-items: center;
  font-weight: bold;
  text-align: left;
  font-size: 20px;
  line-height: 1.5;
  height: 6em;
  color: #000;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .saving_electricity-imasugu__other-content-ttl {
    font-size: 3.2vw;
    text-align: center;
  }
}
.saving_electricity-imasugu__other-content-btn {
  color: #fff !important;
  font-size: 21px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.05em;
  border: 3px solid #333;
  border-radius: 10px;
  width: 84.39%;
  max-width: 227px;
  margin-top: 25px;
  padding: 12px 0;
  transition: 0.2s;
}
@media screen and (max-width: 768px) {
  .saving_electricity-imasugu__other-content-btn {
    border-width: 2px;
    font-size: 2.66vw;
    margin-top: 2.66vw;
    padding: 1.733vw 0;
  }
}
.saving_electricity-imasugu__other-content-btn.orange {
  background-color: #FFB600;
}
.saving_electricity-imasugu__other-content:hover .saving_electricity-imasugu__other-content-btn.orange {
  background-color: #ffe194;
}
.saving_electricity-imasugu__other-content-btn.blue {
  background-color: #0080CB;
}
.saving_electricity-imasugu__other-content:hover .saving_electricity-imasugu__other-content-btn.blue {
  background-color: #5FA2C4;
}
.saving_electricity-imasugu__other-content-link {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  padding: 25px 0 20px;
}
@media screen and (max-width: 768px) {
  .saving_electricity-imasugu__other-content-link {
    padding: 4vw 0 2vw;
  }
}
.saving_electricity-imasugu-banner {
  position: relative;
  display: block;
  padding: 15px 10px 10px;
  margin: auto;
  border-radius: 15px;
  background: #161F94;
  z-index: 2;
  font-size: 15px;
  width: 450px;
  line-height: 1.5;
  text-align: center;
  transition: 0.2s;
}
@media screen and (min-width: 769px) {
  .saving_electricity-imasugu-banner:hover {
    background: #2530cb;
  }
}
@media screen and (max-width: 768px) {
  .saving_electricity-imasugu-banner {
    padding: 3vw 2.5vw 2.5vw;
    width: 80%;
    font-size: 3vw;
    margin-top: 10px;
  }
}
.saving_electricity-imasugu-banner-txt {
  font-size: 19px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .saving_electricity-imasugu-banner-txt {
    font-size: 3.8vw;
  }
}
.saving_electricity-imasugu-banner-btn {
  display: block;
  padding: 0.3em;
  margin-top: 10px;
  font-weight: bold;
  background-color: #fff;
  color: #000 !important;
  border-radius: 5px;
}
.saving_electricity-imasugu-banner-btn::after {
  display: inline-block;
  margin-left: 1.5em;
  content: {}
  ";

}
.saving_electricity-sec2 {
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .saving_electricity-sec2 {
    padding: 60px 0;
  }
}
.saving_electricity-link {
  background-color: #e9f0f5;
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .saving_electricity-link {
    max-width: 280px;
  }
}
@media screen and (min-width: 769px) {
  .saving_electricity-link dl {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (min-width: 769px) {
  .saving_electricity-link dt {
    width: 230px;
  }
}
.saving_electricity-link dd {
  flex: 1;
  padding: 0 20px;
  color: #12568a;
}
@media screen and (max-width: 768px) {
  .saving_electricity-link dd {
    padding: 5.35714%;
  }
}
.saving_electricity-link dd > * {
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .saving_electricity-link dd > * {
    font-size: 12px;
  }
}
.saving_electricity-link dd > *:not(:first-child) {
  margin-top: 0.5em;
}
.saving_electricity-link dd a {
  text-decoration: underline;
  color: #12568a;
}
.saving_electricity-link dd a:hover {
  text-decoration: none;
}
.saving_electricity-program {
  text-align: center;
  margin-top: 25px;
}
.saving_electricity-why_outer {
  padding: 40px 0 100px;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .saving_electricity-why_outer {
    padding: 30px 0 50px;
  }
}
.saving_electricity-why {
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding: 55px 0 15px;
  position: relative;
  border-radius: 18px;
  background-color: #fff;
  text-align: center;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .saving_electricity-why {
    max-width: 100%;
    margin-left: 5%;
    margin-right: 5%;
    padding: 15px 5% 20px;
  }
}
.saving_electricity-why__illust1, .saving_electricity-why__illust2 {
  position: absolute;
}
.saving_electricity-why__illust1 {
  left: 30px;
  top: -53px;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .saving_electricity-why__illust1 {
    width: 108px;
    left: -8.97015%;
  }
}
.saving_electricity-why__illust2 {
  right: 34px;
  top: -30px;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .saving_electricity-why__illust2 {
    width: 108px;
    right: -9.97015%;
  }
}
.saving_electricity-why__stable {
  margin: 0 auto 0;
  border: 5px solid #000;
  border-radius: 18px;
  position: relative;
  /* padding-bottom: 40px; */
  max-width: 980px;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .saving_electricity-why__stable {
    padding: 10% 5.33333% 0;
    margin-top: 35px;
    border: 3px solid #000;
  }
}
@media screen and (max-width: 768px) {
  .saving_electricity-why__stable .saving_electricity-desc > * {
    line-height: 2;
  }
}
.saving_electricity-why__stable--ttl {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  background-color: #000;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  padding: 0.75em 1.1em;
  font-weight: bold;
  border-radius: 9999px;
}
@media screen and (max-width: 768px) {
  .saving_electricity-why__stable--ttl {
    /* font-size: 14px; */
    font-size: 3.3854166666666665vw;
    white-space: nowrap;
    line-height: 1.5;
  }
}
.saving_electricity-why__stable--link {
  text-align: center;
  font-size: 14px;
  margin-top: 1em;
  color: #000;
}
@media screen and (max-width: 768px) {
  .saving_electricity-why__stable--link {
    font-size: 11px;
    margin-top: 2em;
  }
}
.saving_electricity-why__stable--link a {
  color: #000;
  text-decoration: underline;
  position: relative;
  display: inline-block;
}
.saving_electricity-why__stable--link a i {
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5.5px 0 5.5px 7px;
  border-color: transparent transparent transparent #000;
  position: relative;
  top: 2px;
  margin-right: 2px;
}
/*
.saving_electricity-why__stable--link a:hover {
  text-decoration: none;
}
*/
.saving_electricity-sec3 .saving_electricity-desc h3 {
  line-height: 2;
}
.saving_electricity-howto {
  margin-top: 100px;
  margin-bottom: 125px;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .saving_electricity-howto {
    margin-top: 0;
    margin-bottom: 50px;
  }
}
.saving_electricity-howto a.banner-wrap {
  display: block;
}
.saving_electricity-howto a.banner-wrap:hover, .saving_electricity-howto a.banner-wrap:focus, .saving_electricity-howto a.banner-wrap:active, .saving_electricity-howto a.banner-wrap:visited {
  text-decoration: none;
}
.saving_electricity-howto dl {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .saving_electricity-howto dl {
    display: block;
  }
}
.saving_electricity-howto dl dt {
  position: absolute;
  background: none;
  z-index: 5;
}
@media (max-width: 768px) {
  .saving_electricity-howto dl dt {
    position: relative;
    margin-bottom: -50px;
    z-index: 2;
  }
}
.saving_electricity-howto dl dt figure {
  background-image: url(/saving_electricity/images/ico_howto_1.png);
  background-size: 248px;
  background-repeat: no-repeat;
  width: 248px;
  height: 248px;
}
@media (max-width: 768px) {
  .saving_electricity-howto dl dt figure {
    background-size: 64vw;
    width: 64vw;
    height: 64vw;
    margin: auto;
  }
}
.saving_electricity-howto dl dt figure .inner {
  position: relative;
  width: 100%;
  height: 100%;
  /*
  					&::after{
  					content: "";
  					width: 120px;
  					height: 10px;
  					background: #ffd92e;
  					position: absolute;
  					left: 50%;
  					top: 65%;
  					transform: translateY(-50%) translateX(-50%);
  					-webkit-transform: translateY(-50%) translateX(-50%);	
  					z-index: 0;	
  					margin-top: -10px;

  						@media (max-width: 768px) {
  						width: 36vw;
  						top: 64%;
  						}

  					}
  */
}
.saving_electricity-howto dl dt figure .inner::before {
  content: "";
  width: 65px;
  height: 65px;
  background-image: url(/saving_electricity/images/ico_howto_2.png);
  background-size: 65px;
  position: absolute;
  right: -15px;
  top: 25px;
}
@media (max-width: 768px) {
  .saving_electricity-howto dl dt figure .inner::before {
    background-size: 16vw;
    width: 16vw;
    height: 16vw;
  }
}
.saving_electricity-howto dl dt figure span {
  font-size: 108px;
  font-weight: bold;
  color: #355685;
  display: block;
  position: relative;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  z-index: 2;
  margin-top: -10px;
}
@media (max-width: 768px) {
  .saving_electricity-howto dl dt figure span {
    font-size: 25vw;
    margin-top: -5px;
  }
}
.saving_electricity-howto dl dd {
  background: white;
  border-radius: 18px;
  width: 800px;
  margin-left: 180px;
}
@media (max-width: 768px) {
  .saving_electricity-howto dl dd {
    width: 100%;
    margin-left: 0;
  }
}
.saving_electricity-howto dl dd h3 {
  font-size: 20px;
  font-weight: bold;
  color: black;
  padding: 20px 0 20px 100px;
  border: 4px solid #000;
  border-bottom: 0;
  border-radius: 0px 18px 0px 0px;
}
@media (max-width: 768px) {
  .saving_electricity-howto dl dd h3 {
    font-size: 14px;
    text-align: center;
    padding: 65px 40px 25px;
    border-radius: 18px 18px 0px 0px;
    line-height: 2;
    border: 5px solid #000;
    border-bottom: 0;
  }
}
.saving_electricity-howto dl dd p {
  background: #009944;
  text-align: center;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-weight: bold;
  font-size: 20px;
  padding: 12px 0;
  border-radius: 0 0 18px 18px;
  border: 4px solid #000;
}
@media (max-width: 768px) {
  .saving_electricity-howto dl dd p {
    border: 5px solid #000;
    font-size: 4.8vw;
  }
}
.saving_electricity-howto dl dd p i {
  margin-right: 20px;
}
@media (max-width: 768px) {
  .saving_electricity-howto dl dd p i {
    margin-right: 3px;
    margin-top: -2px;
  }
}
.saving_electricity-howto dl dd p::after {
  content: "";
  width: 14px;
  height: 14px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  right: 35px;
  top: 50%;
  margin-top: -7px;
}
@media (max-width: 768px) {
  .saving_electricity-howto dl dd p::after {
    position: inherit;
    right: inherit;
    top: inherit;
    margin-top: 0;
    width: 12px;
    height: 12px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    margin-left: 2px;
  }
}
.saving_electricity-challenge {
  background: #c3f0ff;
  padding: 40px 60px 60px;
  max-width: 980px;
  box-sizing: border-box;
  margin: auto;
  border-radius: 18px;
  position: relative;
}
@media (max-width: 768px) {
  .saving_electricity-challenge {
    padding: 3% 1% 0;
    margin: 0 6.33333%;
    position: relative;
  }
}
.saving_electricity-challenge::before {
  content: "";
  background-image: url(/saving_electricity/images/bg-deco-challenge.png?v1);
  background-repeat: no-repeat;
  background-size: 198px;
  position: absolute;
  right: -99px;
  bottom: 69px;
  display: block;
  width: 198px;
  height: 198px;
  z-index: -1;
}
@media (max-width: 768px) {
  .saving_electricity-challenge::before {
    content: none;
  }
}
.saving_electricity-challenge .fig {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .saving_electricity-challenge .fig {
    margin-bottom: 0;
    padding-bottom: 5px;
  }
}
.saving_electricity-challenge .fig img {
  max-width: 100%;
  height: auto;
}
.saving_electricity-challenge .entry_btn {
  max-width: 850px;
  height: 90px;
  position: relative;
  margin: 20px auto 0;
}
@media (max-width: 768px) {
  .saving_electricity-challenge .entry_btn {
    height: 55px;
    margin-top: 0;
    position: absolute;
    width: 90%;
    left: 50%;
    bottom: -20px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
}
.saving_electricity-challenge .entry_btn a {
  background: white;
  border-radius: 60px;
  width: 100%;
  height: 100%;
  border: 5px solid #e62321;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 32px;
  font-weight: bold;
  color: #e62321;
  z-index: 2;
  position: relative;
  box-sizing: border-box;
  transition: 0.2s;
  transform: translateY(0);
}
@media (max-width: 768px) {
  .saving_electricity-challenge .entry_btn a {
    border: 0;
    background-color: transparent;
    background-image: url(/saving_electricity/images/btn_challenge_sp_on.png);
    background-size: 100% auto;
    background-position: center center;
    background-repeat: no-repeat;
  }
}
.saving_electricity-challenge .entry_btn a .sp-btn {
  display: none;
}
@media (max-width: 768px) {
  .saving_electricity-challenge .entry_btn a .sp-btn {
    display: block;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .saving_electricity-challenge .entry_btn a span {
    display: none;
  }
}
.saving_electricity-challenge .entry_btn a::after {
  content: "";
  background-image: url(/saving_electricity/images/icon_challenge.png);
  background-size: 35px;
  background-repeat: no-repeat;
  width: 35px;
  height: 35px;
  margin-left: 40px;
}
@media (max-width: 768px) {
  .saving_electricity-challenge .entry_btn a::after {
    content: none;
  }
}
.saving_electricity-challenge .entry_btn::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #e62321;
  border-radius: 60px;
  position: absolute;
  left: 0;
  bottom: -9px;
  z-index: 0;
  transition: 0.1s;
}
@media (max-width: 768px) {
  .saving_electricity-challenge .entry_btn::before {
    content: none;
  }
}
.saving_electricity-challenge .entry_btn:hover a {
  text-decoration: none;
  transform: translateY(5px);
}
@media (max-width: 768px) {
  .saving_electricity-challenge .entry_btn:hover a {
    transform: translateY(0);
  }
  .saving_electricity-challenge .entry_btn:hover a .sp-btn {
    display: none;
  }
}
.saving_electricity-challenge .entry_btn:hover::before {
  bottom: -5px;
}
@media (max-width: 768px) {
  .saving_electricity-challenge .entry_btn:hover::before {
    bottom: -4px;
  }
}
.add-banner {
  text-align: center;
  padding-top: 30px;
}
.add-banner img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  #saving_electricity_sec4 .add-banner {
    padding: 0 5.33333%;
  }
}
/* 注意報用スタイル */
.saving_electricity-request {
  background: #ffb600;
  padding: 20px;
  border-radius: 10px;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .saving_electricity-request {
    padding: 20px 2.98507% 2.98507%;
  }
}
.saving_electricity-request__ttl {
  color: #3c3308;
  text-align: center;
  font-size: 40px;
  line-height: 1.5;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 768px) {
  .saving_electricity-request__ttl {
    font-size: 18px;
    margin-bottom: 1em;
  }
}
.saving_electricity-request__ttl > * {
  font-size: 40px;
  line-height: 1.5;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .saving_electricity-request__ttl > * {
    font-size: 18px;
  }
}
@media screen and (min-width: 769px) {
  .saving_electricity-request__ttl > * {
    letter-spacing: 0.2em;
  }
}
.saving_electricity-request__desc > * {
  font-size: 16px;
  line-height: 1.75;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .saving_electricity-request__desc > * {
    font-size: 13px;
  }
}
.saving_electricity-request__inner {
  background-color: #fff;
  color: #12568a;
  padding: 30px 20px 40px;
}
@media screen and (max-width: 768px) {
  .saving_electricity-request__inner {
    padding: 15px 3.1746% 20px;
  }
}
.saving_electricity-request__list {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .saving_electricity-request__list {
    margin-top: 10px;
  }
}
.saving_electricity-request__list ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  .saving_electricity-request__list ul {
    gap: 9.15254%;
  }
}
@media screen and (max-width: 768px) {
  .saving_electricity-request__list li {
    width: 38.98305%;
    margin-top: 14px;
  }
}
.saving_electricity-request__list dl {
  text-align: center;
}
.saving_electricity-request__list dt {
  font-size: 22px;
  margin-top: 1.5em;
  line-height: 1;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .saving_electricity-request__list dt {
    font-size: 18px;
    margin-top: 0.5em;
  }
}
.saving_electricity-request__list dd {
  font-size: 16px;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 1em;
}
@media screen and (max-width: 768px) {
  .saving_electricity-request__list dd {
    font-size: 13px;
    white-space: nowrap;
  }
}
.saving_electricity-request__list dd strong {
  background: linear-gradient(transparent 70%, #ffda2e 0%);
}
/* 警報用スタイル */
#saving_electricity_sec3 .saving_electricity-request {
  margin-top: 0;
  background-color: #f6d84c;
  padding: 20px;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  #saving_electricity_sec3 .saving_electricity-request {
    margin-top: 0;
    padding: 20px 2.98507% 2.98507%;
  }
}
.saving_electricity-request__ttl {
  color: #3c3308;
  text-align: center;
  font-size: 40px;
  line-height: 1.5;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 768px) {
  .saving_electricity-request__ttl {
    font-size: 18px;
    margin-bottom: 1em;
  }
}
.saving_electricity-request__ttl > * {
  font-size: 40px;
  line-height: 1.5;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .saving_electricity-request__ttl > * {
    font-size: 18px;
  }
}
@media screen and (min-width: 769px) {
  .saving_electricity-request__ttl > * {
    letter-spacing: 0.2em;
  }
}
.saving_electricity-request__desc > * {
  font-size: 16px;
  line-height: 1.75;
  text-align: center;
  color: black;
}
@media screen and (max-width: 768px) {
  .saving_electricity-request__desc > * {
    font-size: 13px;
  }
}
.saving_electricity-request__inner {
  background-color: #fff;
  color: #12568a;
  padding: 30px 20px 40px;
}
@media screen and (max-width: 768px) {
  .saving_electricity-request__inner {
    padding: 15px 3.1746% 20px;
  }
}
.saving_electricity-request__list {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .saving_electricity-request__list {
    margin-top: 10px;
  }
}
.saving_electricity-request__list ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  .saving_electricity-request__list ul {
    gap: 9.15254%;
  }
}
@media screen and (max-width: 768px) {
  .saving_electricity-request__list li {
    width: 38.98305%;
    margin-top: 14px;
  }
}
.saving_electricity-request__list dl {
  text-align: center;
}
.saving_electricity-request__list dt {
  font-size: 22px;
  margin-top: 1.5em;
  line-height: 1;
  font-weight: bold;
  color: black;
}
@media screen and (max-width: 768px) {
  .saving_electricity-request__list dt {
    font-size: 18px;
    margin-top: 0.5em;
  }
}
.saving_electricity-request__list dd {
  font-size: 16px;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 1em;
  color: black;
}
@media screen and (max-width: 768px) {
  .saving_electricity-request__list dd {
    font-size: 13px;
    white-space: nowrap;
  }
}
.saving_electricity-request__list dd strong {
  background: linear-gradient(transparent 80%, #ffb600 0%);
}
.saving_electricity-imasugu {
  margin-top: 30px;
  position: relative;
}
.saving_electricity-imasugu.no-line::after {
  content: none;
}
@media screen and (max-width: 768px) {
  .saving_electricity-imasugu {
    margin-top: 20px;
  }
}
/* 以下追加したcss */
.saving_electricity-cooperation {
  max-width: 860px;
  padding: 10px;
  margin: 0 auto;
  position: relative;
  background-color: #f2d965;
  text-align: center;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .saving_electricity-cooperation {
    margin-top: 60px;
    max-width: 100%;
    margin-left: 5%;
    margin-right: 5%;
    padding-top: 20px;
  }
}
.saving_electricity-cooperation__wrap {
  background: white;
  margin-top: 24px;
  padding: 10px 0 60px;
}
@media screen and (max-width: 768px) {
  .saving_electricity-cooperation__wrap {
    padding-top: 20px;
    padding-bottom: 40px;
  }
}
.saving_electricity-cooperation__flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 75%;
  margin: 30px auto 0;
}
@media screen and (max-width: 768px) {
  .saving_electricity-cooperation__flex {
    display: block;
    width: 90%;
    margin: auto;
  }
}
.saving_electricity-cooperation__flex-content {
  width: 33%;
  max-width: 247px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .saving_electricity-cooperation__flex-content {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px auto 0;
    max-width: 250px;
  }
}
.saving_electricity-cooperation__flex-num {
  width: 25%;
  margin: 40px auto 0;
}
@media screen and (max-width: 768px) {
  .saving_electricity-cooperation__flex-num {
    width: 40%;
    margin: 0 auto 10px;
  }
}
.saving_electricity-cooperation__flex-img {
  width: 90%;
  margin: 10px auto;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .saving_electricity-cooperation__flex-img {
    width: 40%;
    margin: 0 0 0 auto;
  }
}
.saving_electricity-cooperation__flex-text {
  color: black;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .saving_electricity-cooperation__flex-text {
    font-size: 25px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .saving_electricity-cooperation__flex-text {
    font-size: 16px;
  }
}
.saving_electricity-more {
  position: relative;
  z-index: 2;
}
.saving_electricity-more__img {
  width: 50%;
  max-width: 459px;
  margin: 40px auto;
}
@media screen and (max-width: 768px) {
  .saving_electricity-more__img {
    width: 80%;
    max-width: none;
    margin: 0 auto 10px;
  }
}
.saving_electricity-more__flex {
  display: flex;
  justify-content: center;
  max-width: 1280px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .saving_electricity-more__flex {
    justify-content: space-between;
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 50px;
  }
}
.saving_electricity-more__flex-content {
  position: relative;
  border: 4px solid black;
  border-radius: 10px;
  background-color: white;
  text-align: center;
  margin: 0 0.5%;
  width: 50%;
  max-width: 330px;
  padding-bottom: 60px;
}
.saving_electricity-more__flex-content a {
  display: block;
  height: 106%;
}
@media screen and (max-width: 768px) {
  .saving_electricity-more__flex-content {
    width: 49%;
    max-width: none;
    margin: 0;
  }
}
.saving_electricity-more__flex-content-img {
  width: 60%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .saving_electricity-more__flex-content-img {
    width: 80%;
    max-width: none;
  }
}
.saving_electricity-more__text {
  padding: 0 5%;
  color: black;
}
@media screen and (max-width: 768px) {
  .saving_electricity-more__text {
    font-size: 14px;
  }
}
.saving_electricity-more__text span {
  font-size: 25px;
  display: block;
  margin-bottom: 10px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .saving_electricity-more__text span {
    font-size: 20px;
  }
}
.saving_electricity-more__line {
  position: absolute;
  top: 0;
  width: 100%;
  border: 2px solid black;
}
.saving_electricity-more__line.-more {
  top: auto;
  bottom: 30px;
}
.saving_electricity-more__link {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0px;
  margin: auto;
  display: block;
  padding: 10px 0;
  font-weight: bold;
  background-color: #ffb600;
  border-radius: 0 0 5px 5px;
  color: black;
  transition: 0.2s;
}
.saving_electricity-more__link::after {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: -1px;
  right: 15%;
  width: 13px;
  height: 13px;
  border-top: 3px solid #000;
  border-right: 3px solid #000;
  transform: rotate(45deg);
  transition: 0.2s;
}
@media screen and (max-width: 768px) {
  .saving_electricity-more__link::after {
    width: 10px;
    height: 10px;
    bottom: -2px;
    right: 4%;
  }
}
@media screen and (min-width: 769px) {
  .hovered:hover .saving_electricity-more__link {
    background-color: #ffe194;
  }
}
.cm {
  position: relative;
  color: black;
  z-index: 6;
  /* padding: 100px 0 0; */
  padding: 30px 0 0;
}
@media screen and (max-width: 768px) {
  .cm {
    padding: 0 5%;
  }
}
.cm_ttl {
  width: 30%;
  max-width: 190px;
  margin: 40px auto 20px;
  /* margin: 100px auto 20px; */
  text-align: center;
}
@media screen and (max-width: 768px) {
  .cm_ttl {
    max-width: 300px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .cm_denko-ttl {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.cm_denko-ttl-left {
  position: absolute;
  top: -50px;
  left: 20%;
  width: 14vw;
}
@media screen and (max-width: 768px) {
  .cm_denko-ttl-left {
    position: static;
    width: 40%;
  }
}
.cm_denko-ttl-right {
  position: absolute;
  top: -50px;
  right: 15%;
  width: 22vw;
}
@media screen and (max-width: 768px) {
  .cm_denko-ttl-right {
    position: static;
    width: 50%;
  }
}
.cm_text {
  font-weight: bold;
  margin-top: 60px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .cm_text {
    font-size: 16px;
    margin-top: 0;
  }
}
.cm_flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1280px;
  margin: 100px auto 40px;
}
@media screen and (max-width: 768px) {
  .cm_flex {
    display: block;
    margin: 22px auto;
  }
}
.cm_flex-content {
  width: 49%;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .cm_flex-content {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cm_flex-content-ttl {
  text-align: center;
  color: #1a0f76;
  border: 6px solid #1a0f76;
  border-radius: 5px;
  position: relative;
  font-size: 24px;
  font-weight: bold;
  padding: 10px 0;
  margin-bottom: 40px;
}
.cm_flex-content-ttl::after {
  bottom: -20px;
  content: "";
  height: 0;
  margin: auto;
  position: absolute;
  right: 0px;
  left: 0;
  width: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 18px solid #1a0f76;
}
@media screen and (max-width: 768px) {
  .cm_flex-content-ttl {
    font-size: 14px;
    margin-bottom: 22px;
    padding: 4px 0;
    border-width: 4px;
  }
  .cm_flex-content-ttl::after {
    bottom: -11px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #1a0f76;
  }
}
.youtube_wrap {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 959px) {
  .youtube_wrap {
    width: 100%;
  }
}
.youtube_child {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56%;
}
.youtube_child.commingSoon {
  background: url("../images/comingSoon_banner.jpg") center no-repeat #9fa0a0;
  background-size: cover;
}
.youtube_child iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.corporate {
  background-color: #1a0f76;
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .corporate {
    padding: 50px 0;
  }
}
.corporate_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  text-align: center;
  border-radius: 43px;
  width: 50%;
  width: 850px;
  max-width: 100%;
  height: 90px;
  margin: auto;
  font-weight: bold;
  font-size: 32px;
  position: relative;
  color: black !important;
}
@media screen and (max-width: 768px) {
  .corporate_btn {
    width: 80%;
    height: 13vw;
    font-size: 4.4vw;
  }
}
.corporate_btn::before {
  content: "";
  width: 30px;
  height: 34px;
  position: absolute;
  background: url(/saving_electricity/images/icon-company.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  top: 0;
  bottom: 0;
  left: 10%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .corporate_btn::before {
    left: 8%;
    width: 3.9vw;
    height: 4.5vw;
  }
}
.corporate_btn::after {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: -5px;
  right: 10%;
  width: 18px;
  height: 18px;
  border-top: 4px solid #000;
  border-right: 4px solid #000;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .corporate_btn::after {
    width: 2.5vw;
    height: 2.5vw;
    bottom: -3px;
    right: 8%;
    border-top: 3px solid #000;
    border-right: 3px solid #000;
  }
}
@media screen and (max-width: 768px) {}
.bn-keigen {
  width: 100%;
  max-width: 532px;
  margin: 50px auto 75px;
}
.bn-eco {
  width: 100%;
  max-width: 560px;
  margin: 40px auto 40px !important;
  font-size: 100%;
}
@media screen and (max-width: 768px) {
  .bn-eco {
    margin: 20px auto !important;
  }
}
.bn-eco a {
  font-size: 77.777777777778%;
  line-height: 1;
}
.bn-keigen img {
  width: 100%;
  height: auto;
}
.bn-eco img {
  width: 100%;
  height: auto;
}
.title-label {
  width: 69.883%;
  max-width: 894px;
  margin: 0 auto 30px;
}
.bn-label-box {
  width: 100%;
  height: 10%;
  max-width: 894px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 0 0 40px;
}
.check {
  margin: 0 1% 20% 0;
  width: 15%;
  height: 0%;
  /* max-width: 165px; */
  padding: 0 0 15%;
  position: relative;
}
.check img {
  position: absolute;
  top: 5%;
  left: 53%;
}
.bn-label {
  width: 80%;
  max-width: 522px;
  margin: auto;
  text-align: center;
}
.bn-denko {
  margin: 0 0 0 1%;
  width: 15%;
  max-width: 144px;
}
@media screen and (max-width: 768px) {
  .bn-keigen {
    width: auto;
    margin: 20px 5.333% 4% 3.73%;
    max-width: 100%;
  }
  .bn-label-box {
    width: 100%;
    margin: auto;
    display: block;
    padding: 0 0 50%;
    position: relative;
  }
  .title-label {
    width: auto;
    margin: 0 5.333% 8%;
    max-width: 100%;
  }
  .check {
    margin: 0% 0 0 -8%;
    width: 20%;
    position: absolute;
    left: 0;
    bottom: -35%;
    z-index: 998;
  }
  .check img {
    position: absolute;
    top: -40%;
    left: 53%;
  }
  .bn-label {
    width: auto;
    margin: 0 5.333%;
    position: absolute;
    z-index: 995;
    bottom: -4em;
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .bn-label {
    bottom: -1em;
  }
}
@media screen and (max-width: 768px) {
  .bn-denko {
    margin: 10% 2% 0 1em;
    width: 20%;
    position: absolute;
    right: 0;
    z-index: 996;
    bottom: -45%;
  }
}
.saving_electricity-wrap-tab {
  position: relative;
  margin-top: -1px;
}
@media screen and (max-width: 768px) {
  .saving_electricity-wrap-tab {
    margin-top: -2px;
  }
}
.saving_electricity-wrap-tab #trigger {
  position: absolute;
  top: 0;
}
.saving_electricity_navi {
  position: absolute;
  top: -70px;
  left: 0;
  z-index: 1000;
  width: 100%;
  z-index: 999;
}
@media screen and (max-width: 768px) {
  .saving_electricity_navi {
    padding-inline: 16px;
    top: -78px;
  }
}
@media screen and (max-width: 375px) {
  .saving_electricity_navi {
    padding-inline: 4.26666667vw;
  }
}
.saving_electricity_navi ul {
  display: flex;
  justify-content: center;
}
.saving_electricity_navi .item {
  text-align: center;
  padding-inline: 23px;
}
@media screen and (max-width: 840px) {
  .saving_electricity_navi .item {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .saving_electricity_navi .item {
    padding-inline: 4px;
  }
}
@media screen and (max-width: 375px) {
  .saving_electricity_navi .item {
    padding-inline: 1.06666667vw;
  }
}
.saving_electricity_navi .item span {
  display: block;
  font-size: 21px;
  font-weight: 600;
  line-height: 1.49761905;
  color: #000;
  border: 3px solid #000;
  border-radius: 20px;
  width: 374px;
  padding: 14px 10px;
  cursor: pointer;
}
@media screen and (max-width: 840px) {
  .saving_electricity_navi .item span {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .saving_electricity_navi .item span {
    font-size: 13px;
    line-height: 1.30807692;
    padding: 9px 2px;
    letter-spacing: -0.09em;
    border-width: 1px;
    border-radius: 10px;
  }
}
@media screen and (max-width: 375px) {
  .saving_electricity_navi .item span {
    font-size: 3.46666667vw;
  }
}
.saving_electricity_navi .item--01 span {
  background-color: #fccc8b;
}
.saving_electricity_navi .item--02 span {
  background-color: #C4E8C7;
}
.modal {
  font-family: "Noto Sans JP", sans-serif;
}
.modal-wrap {
  height: 100%;
  border-radius: 10px;
  background-color: #fff;
  border: 3px solid #000;
  padding-block: 20px;
}
@media screen and (max-width: 768px) {
  .modal-wrap {
    padding-block: 10px;
    border-radius: 5px;
    border-width: 1px;
  }
}
.modal-overlay {
  background: #c4e8c7;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  z-index: 9991;
}
.modal-close {
  position: absolute;
  width: 73px;
  height: 73px;
  background: url(/saving_electricity/images/btn_close.svg) no-repeat center/contain;
  top: 30px;
  right: 0;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .modal-close {
    right: 40px;
  }
}
@media screen and (max-width: 768px) {
  .modal-close {
    width: 39px;
    height: 39px;
    right: 20px;
    top: 18px;
  }
}
.modal-item {
  position: fixed;
  display: none;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9992;
  padding-block: 120px 40px;
  width: 894px;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .modal-item {
    width: 100%;
    padding: 120px 40px 40px;
  }
}
@media screen and (max-width: 768px) {
  .modal-item {
    padding: 66px 21px;
  }
}
.modal-content {
  overflow-x: hidden;
  overflow-y: scroll;
  height: 100%;
  padding: 20px 39px 68px;
}
@media screen and (max-width: 768px) {
  .modal-content {
    padding: 4px 14px 14px;
  }
}
.modal .heading {
  text-align: center;
  margin-bottom: 23px;
}
@media screen and (max-width: 768px) {
  .modal .heading {
    margin-bottom: 7px;
  }
}
.modal .heading-line {
  color: #000;
  font-weight: 500;
  display: block;
}
.modal .heading-line:not(:last-child) {
  border-bottom: 3px solid #000;
  margin-bottom: 21px;
  padding-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .modal .heading-line:not(:last-child) {
    border-bottom-width: 1px;
    margin-bottom: 9px;
    padding-bottom: 4px;
  }
}
.modal .heading-line--01 {
  font-size: 41px;
  line-height: 1.27073171;
  letter-spacing: 0.09em;
}
@media screen and (max-width: 768px) {
  .modal .heading-line--01 {
    font-size: 15px;
    line-height: 1.433;
  }
}
.modal .heading-line--02 {
  font-size: 26px;
  line-height: 1.54230769;
  letter-spacing: 0.13em;
}
@media screen and (max-width: 768px) {
  .modal .heading-line--02 {
    font-size: 13px;
    line-height: 1.15769231;
  }
}
.modal .content-item:not(:last-child) {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .modal .content-item:not(:last-child) {
    margin-bottom: 20px;
  }
}
.modal .content-item .img {
  font-size: 0;
  margin-bottom: 38px;
}
@media screen and (max-width: 768px) {
  .modal .content-item .img {
    margin-bottom: 15px;
  }
}
.modal .content-item .img img {
  width: 100%;
  border: 3px solid #000;
  border-radius: 12px;
}
@media screen and (max-width: 768px) {
  .modal .content-item .img img {
    border-width: 1px;
    border-radius: 6px;
  }
}
.modal .content-item .desc {
  color: #000;
  font-size: 26px;
  line-height: 1.46538462;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .modal .content-item .desc {
    font-size: 13px;
    line-height: 1.26923077;
  }
}
.modal .content-item .desc p {
  font-weight: 500;
}
.modal .content-item .desc p:not(:last-child) {
  margin-bottom: 38px;
}
@media screen and (max-width: 768px) {
  .modal .content-item .desc p:not(:last-child) {
    margin-bottom: 16px;
  }
}
.saving_electricity-sec1 {
  padding: 13px 0 0;
  position: relative;
}
#saving_electricity_sec3 {
  padding-top: 0;
  margin-top: 0;
}
@media screen and (min-width: 769px) {
  .saving_electricity-ttl h2.imasugu {
    width: 100%;
    max-width: 926px;
    transform: translate(-16px, 0);
  }
}
#magic-content {
  z-index: 2;
}
.saving_electricity-imasugu__list-content .note {
  text-align: left;
  color: #000;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.08em;
  max-width: 100%;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .saving_electricity-imasugu__list-content .note {
    font-size: 11px;
  }
} /*# sourceMappingURL=style_j.css.map */