@charset "UTF-8";
.night {
  font-family: "Noto Sans Japanese", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.pr-inner {
  max-width: 1160px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.pr-inner_s {
  max-width: 980px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .pr-inner {
    width: 100%;
    max-width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 3%;
  }
}

/*--- link ---*/
a {
  color: #000;
}

a:link, a:hover, a:active, a:focus {
  color: #000;
  border: none;
  text-decoration: none;
}

/*---------------------------
		clearfix
----------------------------*/
.clearfix {
  zoom: 1;
}

.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

/*---------------------------
		PC / sp
----------------------------*/
.pc_none {
  display: none;
}

.sp_none {
  display: inline-block;
}

.pc_br {
  display: block;
}

.sp_br {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc_none {
    display: inline-block;
  }
  .sp_none {
    display: none;
  }
  .pc_br {
    display: none;
  }
  .sp_br {
    display: block;
  }
  main img {
    width: 100%;
    height: auto;
  }
}

#savingenergy-night #pr-mv {
  text-align: center;
  background: url(/ep/private/rebalance/images/mv.jpg) no-repeat 50% 50%;
  background-size: cover;
  height: 400px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  padding-top: 180px;
  margin-bottom: 120px;
}

#savingenergy-night #pr-mv h2 {
  color: #333;
  font-size: 38px;
  text-shadow: 0 0 1px #fff,0 0 1px #fff,0 0 1px #fff;
}

#savingenergy-night #pr-mv ul.line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 100%;
}

#savingenergy-night #pr-mv ul.line li {
  width: 25%;
  height: 10px;
}

#savingenergy-night #pr-mv ul.line li:nth-child(1) {
  background-color: #e62320;
}

#savingenergy-night #pr-mv ul.line li:nth-child(2) {
  background-color: #0080cb;
}

#savingenergy-night #pr-mv ul.line li:nth-child(3) {
  background-color: #00a63c;
}

#savingenergy-night #pr-mv ul.line li:nth-child(4) {
  background-color: #f9be00;
}

#savingenergy-night #pr-contents h3 {
  background-color: #5eb7e8;
  text-align: center;
  height: 160px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 60px;
  padding-top: 60px;
}

#savingenergy-night #pr-contents h3.line2 {
  line-height: 1.2;
  padding-top: 32px;
}

#savingenergy-night #pr-contents .lead {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  color: #333;
}

#savingenergy-night #review {
  margin-bottom: 80px;
}

#savingenergy-night #review p {
  font-size: 22px;
  margin-bottom: 60px;
  color: #333;
  font-weight: 700;
}

#savingenergy-night #review p .nowrap {
  white-space: nowrap;
}

#savingenergy-night #review .link-list {
  margin-bottom: 50px;
}

#savingenergy-night #review .link-list li {
  font-size: 22px;
  padding-left: 1.2em;
  position: relative;
  margin-bottom: 15px;
}

#savingenergy-night #review .link-list li .nowrap {
  white-space: nowrap;
}

#savingenergy-night #review .link-list li:before {
  content: '・';
  position: absolute;
  top: 0;
  left: 0;
}

#savingenergy-night #review .link-list li a {
  display: inline-block;
  padding-right: 35px;
  position: relative;
  color: #333;
  font-weight: 700;
}

#savingenergy-night #review .link-list li a:after {
  content: '';
  background: url(/ep/private/rebalance/images/icon-pdf.png) no-repeat;
  width: 25px;
  height: 26px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -13px;
}

#savingenergy-night #review .link-list li a:hover {
  text-decoration: underline;
  opacity: .7;
}

#savingenergy-night #review h4 {
  color: #333;
  font-size: 22px;
  margin-bottom: 20px;
  color: #0074c1;
}

#savingenergy-night #review .btn-qa {
  text-align: left;
}

#savingenergy-night #review .btn-qa a {
  background-color: #0074c1;
  -webkit-box-shadow: 0 3px 0 #015b97;
          box-shadow: 0 3px 0 #015b97;
  display: block;
  height: 75px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 28px;
  max-width: 360px;
  width: 100%;
  border-radius: 15px;
  line-height: 1;
  overflow: hidden;
  position: relative;
  z-index: 1;
  text-align: center;
}

#savingenergy-night #review .btn-qa a:after {
  content: '';
  background: url(/ep/private/rebalance/images/arrow2.png) no-repeat;
  width: 8px;
  height: 13px;
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -6.5px;
}

#savingenergy-night #review .btn-qa a:hover {
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
  -webkit-box-shadow: 0 0px 0 #015b97;
          box-shadow: 0 0px 0 #015b97;
}

#savingenergy-night #price {
  margin-bottom: 120px;
  text-align: center;
}

#savingenergy-night #price .lead {
  margin-bottom: 40px;
}

#savingenergy-night #price .lead.line {
  line-height: 2;
}

#savingenergy-night #price .lead.line span {
  display: inline-block;
  padding: 0 20px;
  border-bottom: 2px dashed #eee;
  text-align: center;
}

#savingenergy-night #price .lead.lead2 {
  font-size: 26px;
}

#savingenergy-night #price .btn-calc a {
  margin: 0 auto;
  background-color: #e62320;
  -webkit-box-shadow: 0 3px 0 #c52020;
          box-shadow: 0 3px 0 #c52020;
  display: block;
  height: 75px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 28px;
  max-width: 360px;
  width: 100%;
  border-radius: 15px;
  line-height: 1;
  overflow: hidden;
  padding-right: 50px;
  position: relative;
  z-index: 1;
}

#savingenergy-night #price .btn-calc a:before {
  content: '';
  background-color: #fff;
  width: 75px;
  height: 75px;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: -1;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid #e62320;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}

#savingenergy-night #price .btn-calc a:after {
  content: '';
  background: url(/ep/private/rebalance/images/arrow1.png) no-repeat;
  width: 8px;
  height: 13px;
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -6.5px;
}

#savingenergy-night #price .btn-calc a span {
  position: relative;
  padding-left: 60px;
  display: inline-block;
}

#savingenergy-night #price .btn-calc a span:before {
  content: '';
  background: url(/ep/private/rebalance/images/icon1.png) no-repeat;
  width: 33px;
  height: 35px;
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -17.5px;
}

#savingenergy-night #price .btn-calc a:hover {
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
  -webkit-box-shadow: 0 0px 0 #c52020;
          box-shadow: 0 0px 0 #c52020;
}

#savingenergy-night #price .note {
  margin: 0 auto;
  white-space: nowrap;
  font-size: 14px;
  text-align: center;
  margin-top: 30px;
}

#savingenergy-night #price .note span {
  display: inline-block;
  text-align: left;
  position: relative;
  padding-left: 1.2em;
}

#savingenergy-night #price .note span:before {
  content: '※';
  position: absolute;
  top: 0;
  left: 0;
}

#savingenergy-night #price .note a {
  text-decoration: underline;
}

#savingenergy-night #price .note a:hover {
  text-decoration: none;
}

#savingenergy-night #intro {
  margin-bottom: -60px;
}

#savingenergy-night #intro h3 {
  margin-bottom: 50px;
}

#savingenergy-night #intro h4 {
  background-color: #fbb972;
  text-align: center;
  line-height: 1;
  padding: 27px 0;
  border-radius: 10px;
  margin-bottom: 60px;
}

#savingenergy-night #intro .lead {
  margin-bottom: 60px;
}

#savingenergy-night #intro #kaketsuke {
  margin-bottom: 60px;
}

#savingenergy-night #intro #kaketsuke .lead {
  font-size: 26px;
}

#savingenergy-night #intro .kaketuke-box {
  padding: 80px;
  border: 2px dashed #e62320;
}

#savingenergy-night #intro .kaketuke-box .note {
  margin: 40px 0 30px;
  font-size: 14px;
  color: #898989;
}

#savingenergy-night #intro .kaketuke-box .btn-detail a {
  background-color: #fff;
  border: 2px solid #e72825;
  -webkit-box-shadow: 0 3px 0 #e72825;
          box-shadow: 0 3px 0 #e72825;
  color: #e72825;
  display: block;
  height: 75px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 360px;
  width: 100%;
  border-radius: 15px;
  line-height: 75px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
}

#savingenergy-night #intro .kaketuke-box .btn-detail a:after {
  content: '';
  background: url(/ep/private/rebalance/images/arrow1.png) no-repeat;
  width: 8px;
  height: 13px;
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -6.5px;
}

#savingenergy-night #intro .kaketuke-box .btn-detail a:hover {
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
  -webkit-box-shadow: 0 0px 0 #e72825;
          box-shadow: 0 0px 0 #e72825;
}

#savingenergy-night #intro #howto .pdf-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -2%;
  margin-bottom: -2%;
}

#savingenergy-night #intro #howto .pdf-list li {
  width: 48%;
  margin-left: 2%;
  margin-bottom: 2%;
}

#savingenergy-night #intro #howto .pdf-list li img {
  width: 100%;
}

#savingenergy-night #intro #howto .pdf-list li a:hover {
  opacity: .7;
}

#savingenergy-night #intro #howto .pdf-list + p {
  font-weight: 700;
  color: #333;
  font-size: 20px;
  margin: 40px 0 50px;
}

#savingenergy-night #intro #howto .pdf-list + p sup {
  font-size: 12px;
}

#savingenergy-night #intro #howto .note li {
  font-weight: 700;
  color: #333;
  font-size: 16px;
  position: relative;
  padding-left: 1.2em;
}

#savingenergy-night #intro #howto .note li:before {
  content: '・';
  position: absolute;
  top: 0;
  left: 0;
}

#savingenergy-night #intro #howto .note li.mark:before {
  content: '⁎';
}

#savingenergy-night #intro #enekari {
  margin-top: 80px;
  padding: 40px 60px 60px;
  border: 2px dashed #5eb7e8;
}

#savingenergy-night #intro #enekari h4 {
  background-color: #5eb7e8;
  color: #fff;
  font-size: 28px;
  border-radius: 0px;
  margin-bottom: 40px;
}

#savingenergy-night #intro #enekari p {
  font-weight: 600;
  font-size: 18px;
  color: #333;
}

#savingenergy-night #intro #enekari p a {
  text-decoration: underline;
  color: #333;
}

#savingenergy-night #intro #enekari p a:hover {
  text-decoration: none;
}




#savingenergy-night #intro #miraene {
  margin-top: 80px;
  padding: 40px 60px 60px;
  border: 2px dashed green;
}

#savingenergy-night #intro #miraene h4 {
  background-color: green;
  color: #fff;
  font-size: 28px;
  border-radius: 0px;
  margin-bottom: 40px;
}

#savingenergy-night #intro #miraene p {
  font-weight: 600;
  font-size: 18px;
  color: #333;
}

#savingenergy-night #intro #miraene p a {
  text-decoration: underline;
  color: #333;
}

#savingenergy-night #intro #miraene p a:hover {
  text-decoration: none;
}





@media screen and (max-width: 768px) {
  #savingenergy-night img {
    width: 100%;
  }
  #savingenergy-night #pr-mv {
    background: url(/ep/private/rebalance/images/mv_sp.jpg) no-repeat 50% 50%;
    background-size: cover;
    height: 200px;
    padding-top: 65px;
    margin-bottom: 60px;
  }
  #savingenergy-night #pr-mv h2 {
    font-size: 24px;
    line-height: 1.4 !important;
  }
  #savingenergy-night #pr-mv ul.line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
    width: 100%;
  }
  #savingenergy-night #pr-mv ul.line li {
    height: 5px;
  }
  #savingenergy-night #pr-contents h3 {
    background-color: #5eb7e8;
    text-align: center;
    height: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 30px;
    padding: 25px 1%;
    line-height: 1;
  }
  #savingenergy-night #pr-contents h3.line2 {
    line-height: 1;
    padding: 30px 5%;
  }
  #savingenergy-night #pr-contents .lead {
    font-size: 16px;
  }
  #savingenergy-night #review {
    margin-bottom: 40px;
  }
  #savingenergy-night #review p {
    font-size: 16px;
    margin-bottom: 30px;
  }
  #savingenergy-night #review .link-list {
    margin-bottom: 30px;
  }
  #savingenergy-night #review .link-list li {
    font-size: 16px;
  }
  #savingenergy-night #review h4 {
    font-size: 16px;
    margin-bottom: 10px;
    text-align: center;
  }
  #savingenergy-night #review .btn-qa {
    text-align: left;
  }
  #savingenergy-night #review .btn-qa a {
    height: 60px;
    padding-top: 28px;
    width: 80%;
    border-radius: 10px;
    padding-top: 21px;
    margin: 0 auto;
  }
  #savingenergy-night #review .btn-qa a img {
    width: 118px !important;
  }
  #savingenergy-night #review .btn-qa a:after {
    content: '';
    background: url(/ep/private/rebalance/images/arrow2.png) no-repeat;
    width: 8px;
    height: 13px;
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -6.5px;
  }
  #savingenergy-night #review .btn-qa a:hover {
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
    -webkit-box-shadow: 0 0px 0 #015b97;
            box-shadow: 0 0px 0 #015b97;
  }
  #savingenergy-night #price {
    margin-bottom: 60px;
  }
  #savingenergy-night #price .lead {
    margin-bottom: 25px;
  }
  #savingenergy-night #price .lead.line {
    line-height: 2;
  }
  #savingenergy-night #price .lead.line span {
    padding: 0 5px;
  }
  #savingenergy-night #price .lead.lead2 {
    font-size: 19px;
  }
  #savingenergy-night #price .btn-calc a {
    height: 60px;
    padding-top: 21px;
    border-radius: 10px;
    padding-right: 10px;
    width: 80%;
  }
  #savingenergy-night #price .btn-calc a:after {
    right: 20px;
  }
  #savingenergy-night #price .btn-calc a:before {
    width: 50px;
    height: 60px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  #savingenergy-night #price .btn-calc a span {
    position: relative;
    padding-left: 0px;
    display: block;
  }
  #savingenergy-night #price .btn-calc a span:before {
    left: 20px;
  }
  #savingenergy-night #price .btn-calc a span img {
    width: 106px !important;
  }
  #savingenergy-night #price .note {
    width: auto;
    margin: 0 auto;
    white-space: normal;
    font-size: 12px;
    text-align: left;
    margin-top: 20px;
  }
  #savingenergy-night #intro {
    margin-bottom: -20px;
  }
  #savingenergy-night #intro h3 {
    margin-bottom: 30px;
  }
  #savingenergy-night #intro h4 {
    padding: 15px 5px;
    border-radius: 10px;
    margin-bottom: 30px;
  }
  #savingenergy-night #intro .lead {
    margin-bottom: 35px;
  }
  #savingenergy-night #intro #kaketsuke {
    margin-bottom: 40px;
  }
  #savingenergy-night #intro #kaketsuke .lead {
    font-size: 19px;
  }
  #savingenergy-night #intro .kaketuke-box {
    padding: 5%;
    border: 2px dashed #e62320;
  }
  #savingenergy-night #intro .kaketuke-box .note {
    margin: 25px 0 20px;
    font-size: 12px;
  }
  #savingenergy-night #intro .kaketuke-box .btn-detail a {
    height: 60px;
    border-radius: 10px;
    line-height: 60px;
  }
  #savingenergy-night #intro .kaketuke-box .btn-detail a:after {
    content: '';
    background: url(/ep/private/rebalance/images/arrow1.png) no-repeat;
    width: 8px;
    height: 13px;
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -6.5px;
  }
  #savingenergy-night #intro #howto .pdf-list {
    display: block;
    margin-left: 0;
    margin-bottom: -2%;
  }
  #savingenergy-night #intro #howto .pdf-list li {
    width: 100%;
    margin-left: 0;
    margin-bottom: 2%;
  }
  #savingenergy-night #intro #howto .pdf-list + p {
    font-size: 16px;
    margin: 30px 0 25px;
  }
  #savingenergy-night #intro #howto .pdf-list + p sup {
    font-size: 10px;
  }
  #savingenergy-night #intro #howto .note li {
    font-size: 12px;
  }
  #savingenergy-night #intro #enekari {
    margin-top: 40px;
    padding: 20px 5% 30px;
    border: 2px dashed #5eb7e8;
  }
  #savingenergy-night #intro #enekari h4 {
    font-size: 5vw;
    margin-bottom: 20px;
    line-height: 1.6;
  }
  #savingenergy-night #intro #enekari p {
    font-size: 16px;
  }

  #savingenergy-night #intro #miraene {
    margin-top: 40px;
    padding: 20px 5% 30px;
    border: 2px dashed green;
  }
  #savingenergy-night #intro #miraene h4 {
    font-size: 5vw;
    margin-bottom: 20px;
    line-height: 1.6;
  }
  #savingenergy-night #intro #miraene p {
    font-size: 16px;
  }
}
/*# sourceMappingURL=index.css.map */



/*enekari plus*/
.bnr_enekari {
margin: 1em 0 0 0;
}

.bnr_enekari img {
    max-width: 100%;
    vertical-align: bottom;
}

.PC {
width:400px;
height:auto;
    display: block;
}

.SP {
    display: none;
}

@media (max-width: 768px)
.PC {
    display: none;
}

@media (max-width: 768px)
.SP {
width:98%;
    display: block;
}


/* 2022 0222 btn */
.ecogae_flex {
    width: 100%;
}

.btn_ecogae {
margin: 2em 0 1em;
background: #eaf8ff;
border-radius: 3em;
padding: 2em 3em;
}

.btn_ecogae p {
font-size:14px!important;
}


@media (min-width: 768px){
.ecogae_flex {
    display: flex;
}
.btn_ecogae:first-of-type {
margin-right:7em;
}
}

@media (max-width: 768px){
.btn_ecogae {
    width:80%;
}
}

#savingenergy-night #intro .consultation {
    margin-top: 80px;
    padding: 40px 60px 60px;
    border: 2px dashed #00608d;
}

#savingenergy-night #intro .consultation h4 {
    background-color: #00608d;
    color: #fff;
    font-size: 28px;
    border-radius: 0px;
    margin-bottom: 40px;
}

#savingenergy-night #intro .consultation p {
    font-weight: 600;
    font-size: 18px;
    color: #333;
}

#savingenergy-night #intro .consultation .btn-detail a {
    background-color: #fff;
    border: 2px solid #00608d;
    -webkit-box-shadow: 0 3px 0 #00608d;
    box-shadow: 0 3px 0 #00608d;
    color: #00608d;
    display: block;
    height: 75px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 360px;
    width: 100%;
    border-radius: 15px;
    line-height: 75px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
}

#savingenergy-night #intro .consultation .btn-detail a:hover {
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
  -webkit-box-shadow: 0 0px 0 #00608d;
          box-shadow: 0 0px 0 #00608d;
}

#savingenergy-night #intro .consultation .btn-detail a:after {
    content: '';
    background: url(/ep/private/rebalance/images/arrow1.png) no-repeat;
    width: 8px;
    height: 13px;
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -6.5px;
    filter: hue-rotate(250deg) brightness(20%) grayscale(50%);
}

#savingenergy-night #intro .consultation .tel, #savingenergy-night #intro .consultation .time {
    color: #666;
    font-size: 14px;

}