@charset "UTF-8";
.m-footer-copy, .e-ttl01 small {
  font-family: "Montserrat", sans-serif;
}

.e-txtLinkBox, .m-cv a, .m-cv .modalLink, .m-cvModal .close, .m-cvModal .in .call a, .m-footer-link a, .m-footer-nav ul a, .m-header-nav ul li a, .e-linkLabel {
  transition: opacity 0.3s ease;
}
.e-txtLinkBox:hover, .m-cv a:hover, .m-cv .modalLink:hover, .m-cvModal .close:hover, .m-cvModal .in .call a:hover, .m-footer-link a:hover, .m-footer-nav ul a:hover, .m-header-nav ul li a:hover, .e-linkLabel:hover {
  opacity: 0.4;
}

body {
  font-family: "Noto Sans JP", "Montserrat", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-feature-settings: "palt" 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-kerning: auto;
  line-height: 1.6;
  letter-spacing: 0.1em;
  font-size: 14px;
  font-weight: 400;
  color: #333;
  background: #fff;
}
img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.inner {
  @Include clf;
  margin: 0 auto;
  max-width: 1250px;
  padding: 0 75px;
}
@media screen and (max-width: 769px) {
  .inner {
    padding: 0 22px;
  }
}

@media screen and (max-width: 769px) {
  .l-contents {
    overflow: hidden;
  }
}

.l-section {
  margin: 6em 0;
}
@media screen and (max-width: 769px) {
  .l-section {
    margin: 3.5em 0;
  }
}

.l-header {
  padding: 1rem 0;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
@media screen and (max-width: 769px) {
  .l-header {
    z-index: 100;
    width: 100%;
  }
}
.l-header .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .l-header .inner {
    padding: 0;
  }
}

.l-footer {
  color: #403433;
}
@media screen and (max-width: 769px) {
  .l-footer {
    padding-top: 2rem;
  }
}
.l-footer .inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 769px) {
  .l-footer .inner:first-child {
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: 769px) {
  .l-footer .inner:first-child {
    flex-direction: column;
  }
}
.l-footer .inner:last-child {
  align-items: flex-end;
  margin: 1rem auto 2.3rem;
}
@media screen and (max-width: 769px) {
  .l-footer .inner:last-child {
    margin: 1rem auto 1.5rem;
  }
}

.e-ttl01 {
  text-align: center;
  margin: 0 0 4rem 0;
  line-height: 1.2;
}
@media screen and (max-width: 769px) {
  .e-ttl01 {
    margin: 0 0 2rem 0;
  }
}
.e-ttl01 span {
  color: #403433;
  font-weight: 700;
  font-size: 36px;
}
@media screen and (max-width: 769px) {
  .e-ttl01 span {
    font-size: 22px;
  }
}
.e-ttl01 small {
  display: block;
  color: #159846;
  font-weight: 500;
  margin-top: 1em;
  font-size: 12px;
}
@media screen and (max-width: 769px) {
  .e-ttl01 small {
    font-size: 10px;
  }
}

.e-chu {
  font-size: 12px;
  font-weight: 500;
}
.e-chu strong {
  color: #EF2F51;
  display: inline-block;
  font-weight: 500;
}
@media screen and (max-width: 769px) {
  .e-chu {
    font-size: 10px;
  }
}

.e-linkLabel {
  background-color: #87C4C6;
  display: block;
  border-radius: 6px;
  padding: 1.1em 1.3em;
  padding-right: 2.3rem;
  font-weight: 600;
  color: #fff;
  font-size: 13px;
  background-image: url(/energy/denki/eco_cmn/images/icon_arrow_r.png);
  background-repeat: no-repeat;
  background-size: 11px;
  background-repeat: no-repeat;
  background-position: right 1.3em center;
}
.e-linkLabel.under {
  background-image: url(/energy/denki/eco_cmn/images/icon_arrow_u.png);
}

.e-lead {
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.3em;
  text-align: center;
  line-height: 2.2em;
}
@media screen and (max-width: 769px) {
  .e-lead {
    font-size: 14px;
  }
}
@media screen and (max-width: 320px) {
  .e-lead {
    font-size: 12px;
  }
}

.m-header-logo {
  max-width: 300px;
  line-height: 1;
}
@media screen and (max-width: 769px) {
  .m-header-logo {
    max-width: 224px;
  }
}

@media screen and (max-width: 769px) {
  .m-header-nav {
    position: fixed;
    top: 59px;
    left: 0;
    height: 100%;
    width: 100%;
    background: #fff;
    z-index: 1;
    padding: 1.5rem;
    padding-top: 0;
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .m-header-nav ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .m-header-nav ul li {
    margin-left: 2rem;
  }
  .m-header-nav ul li a {
    text-align: center;
  }
}
@media screen and (max-width: 769px) {
  .m-header-nav ul {
    padding: 0 0 2rem 0;
  }
  .m-header-nav ul li {
    border-bottom: 1px solid #eee;
  }
  .m-header-nav ul li:last-child {
    border-bottom: none;
    padding-top: 1.4rem;
  }
  .m-header-nav ul li a {
    padding: 1.3em 0;
  }
}
.m-header-nav ul li a {
  display: block;
  font-weight: 600;
}
.m-header-nav ul li a span, .m-header-nav ul li a small {
  display: block;
  line-height: 1;
}
.m-header-nav ul li a small {
  font-size: 10px;
  margin-top: 0.4em;
}
.m-header-nav ul li:last-child a {
  text-align: center;
  padding: 1em 2.5em;
  border-radius: 100px;
  color: #fff;
  background: rgb(21, 152, 70);
  background: -moz-linear-gradient(0deg, rgb(21, 152, 70) 0%, rgb(141, 204, 57) 100%);
  background: -webkit-linear-gradient(0deg, rgb(21, 152, 70) 0%, rgb(141, 204, 57) 100%);
  background: linear-gradient(0deg, rgb(21, 152, 70) 0%, rgb(141, 204, 57) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#159846",endColorstr="#8dcc39",GradientType=1);
}
.m-header-nav ul li:last-child a.dis:hover {
  opacity: 1;
  cursor: default;
}

.m-header-spTrigg {
  width: 27px;
  height: 27px;
  background-image: url(/energy/denki/eco_cmn/images/sp_trigg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
}
.m-header-spTrigg.active {
  background-image: url(/energy/denki/eco_cmn/images/sp_trigg_c.png);
}
@media screen and (min-width: 769px) {
  .m-header-spTrigg {
    display: none;
  }
}

.m-footer-nav ul {
  margin-bottom: 2rem;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 769px) {
  .m-footer-nav ul {
    flex-direction: column;
    margin-bottom: 1.5rem;
  }
}
.m-footer-nav ul a {
  display: block;
  padding-left: 0.8rem;
  margin-right: 2rem;
  margin-bottom: 0.8em;
  background: url(/energy/denki/eco_cmn/images/icon_arrow_r_g.png) no-repeat left center;
  background-size: 6px;
  line-height: 1;
  font-weight: 600;
}
@media screen and (max-width: 769px) {
  .m-footer-nav ul a {
    padding-top: 0.7em;
    padding-bottom: 0.7em;
    font-size: 12px;
    margin-right: 0;
    margin-bottom: 0;
  }
}

.m-footer-msg p {
  font-size: 12px;
  font-weight: 400;
}
@media screen and (max-width: 769px) {
  .m-footer-msg p {
    font-size: 10px;
    line-height: 1.3;
    letter-spacing: 0.08em;
  }
}
.m-footer-msg p strong {
  font-weight: 500;
  display: block;
  margin-bottom: 0.6em;
}
.m-footer-msg p span {
  display: inline-block;
}

.m-footer-copy {
  font-weight: 700;
  font-size: 10px;
  line-height: 1;
}
@media screen and (max-width: 769px) {
  .m-footer-copy {
    letter-spacing: 0;
  }
}

.m-footer-logo {
  width: 95px;
}
@media screen and (max-width: 769px) {
  .m-footer-logo {
    width: 60px;
  }
}

.m-footer-link a {
  font-size: 16px;
  display: inline-block;
  border-radius: 8px;
  padding: 5px 5px 5px 64px;
  position: relative;
  background: rgb(235, 85, 5);
  background: -moz-linear-gradient(180deg, rgb(235, 85, 5) 0%, rgb(252, 194, 0) 100%);
  background: -webkit-linear-gradient(180deg, rgb(235, 85, 5) 0%, rgb(252, 194, 0) 100%);
  background: linear-gradient(180deg, rgb(235, 85, 5) 0%, rgb(252, 194, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eb5505",endColorstr="#fcc200",GradientType=1);
}
@media screen and (max-width: 769px) {
  .m-footer-link a {
    display: block;
    margin-bottom: 1.3rem;
  }
}
@media screen and (max-width: 320px) {
  .m-footer-link a {
    font-size: 12px;
  }
}
.m-footer-link a:before {
  content: "";
  display: block;
  width: 57px;
  height: 57px;
  background: url(/energy/denki/eco_cmn/images/icon_denki.png) no-repeat center center;
  background-size: auto 80%;
  position: absolute;
  left: 5px;
  top: 5px;
}
@media screen and (max-width: 320px) {
  .m-footer-link a:before {
    width: 51px;
    height: 51px;
  }
}
.m-footer-link span {
  background-color: #fff;
  border-radius: 5px;
  font-weight: 600;
  padding: 1rem;
  display: inline-block;
  min-width: 259px;
  background-image: url(/energy/denki/eco_cmn/images/icon_arrow_r_o.png);
  background-repeat: no-repeat;
  background-position: right 1em center;
  background-size: 10px;
}
@media screen and (max-width: 769px) {
  .m-footer-link span {
    display: block;
    min-width: 200px;
  }
}

.m-mv .inner {
  padding: 0;
}
@media screen and (max-width: 769px) {
  .m-mv .inner {
    padding: 0 1rem;
  }
}
.m-mv .badge {
  position: absolute;
  top: 1.2rem;
  right: 1.2rem;
  width: 162px;
  height: 162px;
  z-index: 2;
}
@media screen and (max-width: 769px) {
  .m-mv .badge {
    width: 120px;
    height: 120px;
  }
}
@media screen and (max-width: 508px) {
  .m-mv .badge {
    top: 0.5rem;
    right: -0.6rem;
    width: 120px;
    height: 120px;
  }
}
@media screen and (max-width: 414px) {
  .m-mv .badge {
    top: 33%;
    right: -0.6rem;
    width: 120px;
    height: 120px;
  }
}
@media screen and (max-width: 320px) {
  .m-mv .badge {
    top: 34%;
    width: 100px;
    height: 100px;
  }
}
.m-mv .m-mvchu {
  font-size: 12px;
  padding-top: 1em;
  line-height: 1.4;
  max-width: 70%;
  margin: 0 auto;
  opacity: 0.6;
}
.m-mv .m-mvchu.for_pc {
  display: block;
}
.m-mv .m-mvchu.for_sp {
  display: none;
}
@media screen and (max-width: 769px) {
  .m-mv .m-mvchu {
    max-width: 100%;
    font-size: 10px;
  }
  .m-mv .m-mvchu.for_pc {
    display: none;
  }
  .m-mv .m-mvchu.for_sp {
    display: block;
  }
}
@media screen and (max-width: 414px) {
  .m-mv .m-mvchu {
    padding-top: 2.5rem;
  }
}
.m-mv .m-mv_bg {
  background: url(/energy/denki/eco_cmn/images/mv.png) no-repeat center bottom;
  background-size: cover;
  border-radius: 12px;
  padding: 4rem 6rem 12rem;
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 769px) {
  .m-mv .m-mv_bg {
    display: block;
    background: none;
    padding: 0;
    border-radius: 0;
  }
}
.m-mv .m-mv_bg .m-mv-l {
  flex: 5;
  padding-top: 1rem;
}
@media screen and (max-width: 769px) {
  .m-mv .m-mv_bg .m-mv-l {
    padding: 1.5rem;
    background: url(/energy/denki/eco_cmn/images/mv_sp.png) no-repeat center bottom;
    background-size: cover;
    border-radius: 12px;
    padding-bottom: 4.5rem;
    padding-top: 2rem;
  }
}
.m-mv .m-mv_bg .m-mv-l h2 {
  margin-top: 1.5em;
  font-weight: 600;
  margin-bottom: 0.8em;
}
.m-mv .m-mv_bg .m-mv-l ul {
  margin: 0.5em 0 -0.5em;
  font-size: 0;
}
.m-mv .m-mv_bg .m-mv-l li {
  font-size: 14px;
  display: inline-block;
  margin-right: 1em;
  line-height: 1;
  padding: 0.6em 1.2em;
  background: #87C4C6;
  border-radius: 4px;
  font-weight: 600;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 769px) {
  .m-mv .m-mv_bg .m-mv-l li {
    padding: 0.4em 1em;
    margin-right: 0.2em;
    margin-bottom: 0.2em;
    font-size: 13px;
    width: 49%;
  }
}
@media screen and (max-width: 320px) {
  .m-mv .m-mv_bg .m-mv-l li {
    width: 48%;
  }
}
.m-mv .m-mv_bg .m-mv-l li small {
  display: block;
  font-size: 80%;
  opacity: 0.6;
  margin-top: 0.2em;
}
@media screen and (max-width: 769px) {
  .m-mv .m-mv_bg .m-mv-l li small {
    display: inline-block;
  }
}
.m-mv .m-mv_bg .m-mv-r {
  flex: 3;
}
.m-mv h1 {
  font-size: 46px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.25em;
  margin-bottom: 2rem;
}
@media screen and (max-width: 769px) {
  .m-mv h1 {
    font-size: 26px;
    letter-spacing: 0.2em;
    margin-bottom: 1.5rem;
    position: relative;
  }
}
@media screen and (max-width: 320px) {
  .m-mv h1 {
    font-size: 22px;
  }
}
.m-mv h1 sup {
  font-size: 10px;
  vertical-align: middle;
  transform: translateY(-1.5em);
  display: inline-block;
}
@media screen and (max-width: 769px) {
  .m-mv h1 sup {
    transform: translateY(-1.2em);
    /*
    position: absolute;
                    right: -1em;
                    top: 1em;
    */
  }
}
.m-mv p {
  font-size: 15px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 769px) {
  .m-mv p {
    font-size: 13px;
    line-height: 1.8em;
  }
}
@media screen and (max-width: 320px) {
  .m-mv p {
    font-size: 11px;
  }
}
.m-mv p.e-chu {
  display: inline-block;
  margin-top: 1em;
  font-size: 80%;
}
.m-mv .m-soon {
  background: #fff;
  background-size: auto 142%;
  padding: 2rem;
  border-radius: 24px;
  position: relative;
  z-index: 0;
  overflow: hidden;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.49);
}
@media screen and (max-width: 769px) {
  .m-mv .m-soon {
    background: none;
    padding-left: 0;
    padding-right: 0;
  }
}
.m-mv .m-soon .in {
  position: relative;
  z-index: 2;
}
.m-mv .m-soon:after {
  content: "";
  background: rgba(255, 255, 255, 0.34);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  display: block;
}
.m-mv .m-soon:before {
  content: "";
  background: inherit;
  -webkit-filter: blur(10px);
  -moz-filter: blur(10px);
  -o-filter: blur(10px);
  -ms-filter: blur(10px);
  filter: blur(10px);
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  z-index: -1;
}
.m-mv .m-soon p {
  margin-bottom: 0;
  margin-top: 0;
}
.m-mv .m-soon p.e-chu {
  color: #fff;
}
@media screen and (max-width: 769px) {
  .m-mv .m-soon p.e-chu {
    color: #403433;
  }
}
.m-mv .m-soon .ttl {
  margin-bottom: 0.5rem;
}
.m-mv .m-soon .ttl span {
  margin-top: 0.3em;
  line-height: 1.3;
  margin-bottom: 0.5em;
}
.m-mv .m-soon .area {
  flex-wrap: wrap;
}
.m-mv .m-soon .area li {
  flex-basis: 48%;
  max-width: 48%;
  margin-bottom: 0.7em;
}

.m-soon .ttl {
  text-align: center;
  letter-spacing: 0.2em;
  line-height: 1.6;
}
.m-soon .ttl span {
  display: block;
  font-size: 27px;
  color: #159846;
  font-weight: 600;
}
.m-soon .ttl span sup {
  font-size: 50%;
}
.m-soon .ttl .under {
  font-size: 22px;
  display: inline-block;
  border-bottom: 3px solid #159846;
}
@media screen and (max-width: 769px) {
  .m-soon .ttl .under {
    font-size: 18px;
  }
}
.m-soon .ttl small {
  display: block;
  font-size: 80%;
  letter-spacing: 0.15em;
}
.m-soon p {
  margin: 2rem 0;
  text-align: center;
  color: #403433;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.m-soon .area {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 769px) {
  .m-soon .area {
    flex-wrap: wrap;
  }
}
.m-soon .area li {
  flex-basis: 23%;
  max-width: 23%;
  background: #87C4C6;
  padding: 2rem 1rem;
  border-radius: 12px;
  text-align: center;
  color: #fff;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.3;
  margin-bottom: 0.8em;
}
@media screen and (max-width: 769px) {
  .m-soon .area li {
    flex-basis: 48%;
    max-width: 48%;
    margin-bottom: 0.6em;
  }
}
.m-soon .area li small {
  display: block;
  font-size: 14px;
  opacity: 0.6;
}
.m-soon .area li.dis {
  background: #bbb;
}

.m-cards {
  display: flex;
  justify-content: center;
  margin: 2rem 0;
}
@media screen and (max-width: 769px) {
  .m-cards {
    flex-direction: column;
    margin: 1rem 0;
    display: block;
  }
}
.m-cards + p {
  text-align: center;
  font-size: 16px;
  margin: 2rem 0;
}
@media screen and (max-width: 769px) {
  .m-cards + p {
    font-size: 13px;
  }
}

.m-card {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.12);
  border-radius: 12px;
  flex-basis: 31.5%;
  max-width: 31.5%;
  padding: 1.5rem;
  margin: 0 1%;
}
@media screen and (max-width: 769px) {
  .m-card {
    max-width: 100%;
    margin-bottom: 1.5rem;
  }
  .m-card:last-child {
    margin-bottom: 0;
  }
  .m-card:nth-child(odd) {
    margin-left: -1.5rem;
    border-radius: 0 12px 12px 0;
  }
  .m-card:nth-child(even) {
    transform: translateX(1.5rem);
    border-radius: 12px 0 0 12px;
  }
}
.m-card .head {
  max-width: 170px;
  margin: 0 auto 1rem;
}
.m-card .img {
  border-radius: 6px;
  margin: 1.3rem auto 1.3rem;
  overflow: hidden;
}
.m-card .ttl {
  text-align: center;
  color: #159846;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.3;
  margin: 1rem 0;
}
@media screen and (max-width: 769px) {
  .m-card .ttl {
    font-size: 18px;
  }
}
.m-card p {
  color: #403433;
  font-weight: 500;
  margin: 1rem 0;
}
.m-card p small {
  display: block;
  opacity: 0.6;
  margin-top: 0.5em;
  font-size: 10px;
}

.m-block-W {
  border-radius: 24px;
  background: #ccc;
  padding: 25px;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 769px) {
  .m-block-W {
    margin: 0 -1.5rem;
    border-radius: 0;
    padding: 1.5rem;
  }
}
.m-block-W > h4 {
  text-align: center;
  color: #403433;
  font-size: 27px;
  font-weight: 600;
  margin-bottom: 25px;
}
@media screen and (max-width: 769px) {
  .m-block-W > h4 {
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 1.3rem;
  }
}
.m-block-W.typeA {
  background: #F6FAD1;
  position: relative;
  margin-top: 4rem;
}
.m-block-W.typeA:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 48.5px 39px 48.5px;
  border-color: transparent transparent #F6FAD1 transparent;
  position: absolute;
  top: -36px;
  left: 50%;
  margin-left: -48.5px;
}
.m-block-W.typeB {
  background: #E2F3E8;
}
.m-block-W.typeB .ttl {
  color: #159846;
}
.m-block-W.typeB .ttl small {
  color: #333;
}
.m-block-W.typeC {
  background: #F1F9E7;
}

.m-block-in {
  position: relative;
}
.m-block-in:after {
  content: "";
  display: block;
  clear: both;
}

.linkwrap {
  display: flex;
  flex-wrap: wrap;
  margin: 2rem -0.5rem 0;
}
.linkwrap li {
  min-width: 33.3333333333%;
  padding: 0.5rem;
}
@media screen and (max-width: 769px) {
  .linkwrap li {
    min-width: 100%;
  }
}

.m-block {
  background: #fff;
  padding: 3.5rem 4rem;
  border-radius: 12px;
  margin-bottom: 16px;
  color: #403433;
  position: relative;
}
.m-block:after {
  content: "";
  display: block;
  clear: both;
}
.m-block:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 769px) {
  .m-block {
    padding: 1.5rem;
  }
}
.m-block .h2 {
  margin-bottom: 1em;
  font-weight: 700;
  border-bottom: 1px solid #eee;
  padding-bottom: 1em;
}
.m-block .txt {
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 769px) {
  .m-block .txt {
    margin-bottom: 1rem;
  }
}
.m-block .txt.full {
  width: 100%;
}
.m-block .txt .ttl {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 1.5rem;
}
.m-block .txt .ttl small {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.1em;
  display: inline-block;
}
@media screen and (max-width: 769px) {
  .m-block .txt .ttl small {
    text-align: left;
    font-size: 14px;
  }
}
@media screen and (max-width: 769px) {
  .m-block .txt .ttl {
    font-size: 18px;
    text-align: center;
    margin-bottom: 1.8rem;
    padding-top: 0.8rem;
  }
}
.m-block .txt p {
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 769px) {
  .m-block .txt p {
    font-size: 12px;
  }
}
.m-block .txt p a {
  display: inline-block;
  color: #159846;
}
.m-block .img {
  border-radius: 12px;
  overflow: hidden;
}
@media screen and (max-width: 769px) {
  .m-block .img {
    border-radius: 6px;
    margin-bottom: 1rem;
  }
}
.m-block .box {
  padding: 1em 1.5em;
  background: #E2F3E8;
  border-radius: 8px;
  margin: 1em 0;
}
.m-block .box p {
  line-height: 1.6;
}
.m-block .hr {
  margin: 1.5em 0;
  border: none;
  border-top: 1px dashed #ddd;
}
.m-block .hr2 {
  margin: 1.5em 0;
  border: none;
  border-top: 1px solid #ddd;
}
.m-block .hr3 {
  margin: 1.5em 0;
  border: none;
  border-top: 1px solid #fff;
}
@media screen and (max-width: 769px) {
  .m-block .btm {
    float: left;
    width: 100%;
    overflow: hidden;
    zoom: 1;
  }
}
@media screen and (min-width: 769px) {
  .m-block .txt {
    float: left;
    width: 50%;
    overflow: hidden;
    zoom: 1;
  }
  .m-block .img {
    float: right;
    width: 44%;
  }
  .m-block .btm {
    margin-top: 2rem;
    overflow: hidden;
    zoom: 1;
  }
  .m-block.rev .txt {
    float: right;
  }
  .m-block.rev .img {
    float: left;
  }
}

.m-hozen {
  margin: 3rem 0;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.12);
  border-radius: 12px;
  background: #fff;
  padding: 3.5rem 4.5rem;
}
@media screen and (max-width: 769px) {
  .m-hozen {
    padding: 1.5rem;
  }
}
.m-hozen ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
}
@media screen and (max-width: 769px) {
  .m-hozen ul {
    flex-wrap: wrap;
    margin-bottom: 1.5rem;
  }
}
.m-hozen li {
  flex-basis: 31%;
  max-width: 31%;
  overflow: hidden;
  border-radius: 12px;
}
@media screen and (max-width: 769px) {
  .m-hozen li {
    flex-basis: 48%;
    max-width: 48%;
  }
  .m-hozen li:last-child {
    flex-basis: 100%;
    max-width: 100%;
    margin-top: 12px;
  }
}
.m-hozen p {
  letter-spacing: 0.15em;
  font-weight: 500;
  line-height: 2;
  margin-bottom: 2rem;
}
@media screen and (max-width: 769px) {
  .m-hozen p {
    font-size: 12px;
    line-height: 1.8;
    margin-bottom: 1.5rem;
  }
}
.m-hozen p:last-child {
  margin-bottom: 0;
}
.m-hozen p .e-linkLabel {
  display: inline-block;
  padding: 0.8em 1.3em;
  padding-right: 2.2rem;
  min-width: 30%;
}
@media screen and (max-width: 769px) {
  .m-hozen p .e-linkLabel {
    display: block;
  }
}

.m-cvModal {
  display: none;
  top: 0;
  left: 0;
  z-index: 100;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgb(141, 204, 58);
  background: -moz-linear-gradient(180deg, rgb(141, 204, 58) 0%, rgba(86, 217, 134, 0.9) 100%);
  background: -webkit-linear-gradient(180deg, rgb(141, 204, 58) 0%, rgba(86, 217, 134, 0.9) 100%);
  background: linear-gradient(180deg, rgb(141, 204, 58) 0%, rgba(86, 217, 134, 0.9) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#8dcc3a",endColorstr="#56d986",GradientType=1);
}
.m-cvModal .in {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.m-cvModal .in .call {
  max-width: 566px;
}
@media screen and (max-width: 769px) {
  .m-cvModal .in .call {
    max-width: 90%;
  }
}
.m-cvModal .in .call a {
  background: #fff;
  display: block;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
  border-radius: 25px;
}
.m-cvModal .close {
  position: absolute;
  top: 1rem;
  right: 1.3rem;
  width: 64px;
}

.m-cv {
  margin: 5rem 0;
  text-align: center;
}
@media screen and (max-width: 769px) {
  .m-cv {
    margin: 0 -1.5rem;
  }
}
.m-cv .modalLink {
  font-size: 12px;
  margin-top: 1.5rem;
  background: #fff;
  border-radius: 3px;
  padding: 0.5em 0.8em;
  line-height: 1;
  display: inline-block;
  cursor: pointer;
}
.m-cv .modalLink:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 9px;
  background: url(/energy/denki/eco_cmn/images/up.png) no-repeat center center;
  background-size: 100%;
  margin-left: 0.2em;
}
@media screen and (max-width: 769px) {
  .m-cv .modalLink {
    text-align: left;
    line-height: 1.4;
    padding: 1em;
    font-size: 11px;
  }
}
.m-cv .elm {
  background-image: url(/energy/denki/eco_cmn/images/cv_b.png);
  background-color: #E2F4F2;
  background-position: center bottom;
  background-size: 100%;
  background-repeat: no-repeat;
  border-radius: 12px;
  padding: 6rem 0;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 769px) {
  .m-cv .elm {
    border-radius: 0;
    padding: 4rem 1.5rem 5rem;
    background-size: 200%;
    background-position: 100% bottom;
  }
}
.m-cv .elm.dis:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgb(21, 152, 70);
  background: -moz-linear-gradient(0deg, rgb(21, 152, 70) 0%, rgb(141, 204, 57) 100%);
  background: -webkit-linear-gradient(0deg, rgb(21, 152, 70) 0%, rgb(141, 204, 57) 100%);
  background: linear-gradient(0deg, rgb(21, 152, 70) 0%, rgb(141, 204, 57) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#159846",endColorstr="#8dcc39",GradientType=1);
  mix-blend-mode: multiply;
  opacity: 0.8;
}
.m-cv .elm.dis:before {
  content: "お申し込み受付は2021.9.1より開始予定です。";
  font-weight: 600;
  font-size: 25px;
  color: #fff;
  position: absolute;
  z-index: 2;
  width: 100%;
  left: 0;
  top: 3rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 769px) {
  .m-cv .elm.dis:before {
    font-size: 18px;
    padding: 0 3rem;
    top: 2rem;
  }
}
@media screen and (max-width: 320px) {
  .m-cv .elm.dis:before {
    padding: 0 2rem;
  }
}
.m-cv a {
  font-weight: 600;
  font-size: 22px;
  text-align: center;
  padding: 1em 3.5em;
  border-radius: 100px;
  color: #fff;
  display: inline-block;
  background: rgb(21, 152, 70);
  background: -moz-linear-gradient(0deg, rgb(21, 152, 70) 0%, rgb(141, 204, 57) 100%);
  background: -webkit-linear-gradient(0deg, rgb(21, 152, 70) 0%, rgb(141, 204, 57) 100%);
  background: linear-gradient(0deg, rgb(21, 152, 70) 0%, rgb(141, 204, 57) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#159846",endColorstr="#8dcc39",GradientType=1);
}
@media screen and (max-width: 769px) {
  .m-cv a {
    font-size: 18px;
  }
}
@media screen and (max-width: 320px) {
  .m-cv a {
    font-size: 16px;
  }
}
.m-cv a.dis {
  background: rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.14);
}

.m-select {
  margin: 2rem 0;
}
.m-select select {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.12);
  border-radius: 12px;
  display: block;
  width: 100%;
  margin: 0 auto;
  max-width: 830px;
  padding: 1em 1.5em;
  font-size: 18px;
  font-weight: 500;
  background: url(/energy/denki/eco_cmn/images/icon_arrow_u_brw.png) no-repeat right 2rem center;
  background-size: 14px;
  background-color: #fff;
}
@media screen and (max-width: 769px) {
  .m-select select {
    font-size: 14px;
    padding: 1.5em 2em;
  }
}

.m-select-body {
  padding: 2rem 5rem;
  background: #fff;
  border-radius: 12px;
  display: none;
}
@media screen and (max-width: 769px) {
  .m-select-body {
    padding: 1rem;
    margin: 0 -1.5rem;
    border-radius: 0;
  }
}

.m-document {
  text-align: left;
  line-height: 1.7;
}
@media screen and (max-width: 769px) {
  .m-document {
    font-size: 80%;
  }
}
.m-document h1 {
  font-size: 220%;
  font-weight: 800;
  margin: 1em 0;
}
.m-document h1 strong {
  color: #b3b3b3;
}
.m-document h1 small {
  display: block;
  line-height: 1;
  font-size: 50%;
  font-weight: 600;
}
.m-document h2 {
  font-size: 180%;
  font-weight: 800;
  margin: 1em 0;
}
.m-document h2 strong {
  color: #b3b3b3;
}
.m-document h2 small {
  display: block;
  line-height: 1;
  font-size: 60%;
  font-weight: 600;
}
.m-document h3 {
  font-size: 140%;
  font-weight: 600;
  margin: 1em 0;
}
.m-document h3 strong {
  color: #b3b3b3;
}
.m-document h3 small {
  display: block;
  line-height: 1.4;
  font-size: 70%;
  font-weight: 600;
}
.m-document h4 {
  font-size: 120%;
  font-weight: 600;
  margin: 1em 0;
}
.m-document h4 strong {
  color: #b3b3b3;
}
.m-document h4 small {
  display: block;
}
.m-document h5 {
  font-size: 90%;
  font-weight: 600;
  margin: 1em 0;
}
.m-document h5 strong {
  color: #b3b3b3;
}
.m-document h5 small {
  display: block;
}
.m-document h6 {
  font-size: 90%;
  font-weight: 600;
  color: #999999;
  margin: 1em 0;
}
.m-document h6 strong {
  color: #333333;
}
.m-document h6 small {
  display: block;
}
.m-document p {
  margin: 1em 0;
  text-align: justify;
  word-break: break-all;
}
.m-document small {
  font-size: 76%;
}
.m-document b {
  font-weight: 600;
}
.m-document i {
  display: inline-block;
  padding: 0 0.3em;
  font-style: italic;
}
.m-document del {
  display: inline-block;
  padding: 0 0.3em;
}
.m-document ins {
  display: inline-block;
  line-height: 1;
  background: #fff4a3;
  text-decoration: none;
  padding: 0 0.2em;
  margin: 0 0.2em;
}
.m-document sub {
  font-size: 70%;
}
.m-document sup {
  font-size: 70%;
}
.m-document em {
  font-weight: 600;
  font-style: normal;
}
.m-document strong {
  font-weight: 800;
}
.m-document a {
  display: inline-block;
  padding: 0 0.1em;
  text-decoration: underline;
  transition: opacity 0.3s ease;
  cursor: pointer;
  color: #3870c9;
}
.m-document a:hover {
  opacity: 0.6;
}
.m-document ul, .m-document ol {
  margin: 2.7em 0;
  padding-left: 1.5em;
}
.m-document ul ul, .m-document ul ol, .m-document ol ul, .m-document ol ol {
  margin: 0;
}
.m-document ul ul li, .m-document ul ol li, .m-document ol ul li, .m-document ol ol li {
  margin: 0.3em 0;
}
.m-document ul {
  list-style: disc;
}
.m-document ul > li ul {
  list-style: circle;
}
.m-document ul.e-chu {
  font-size: 80%;
  opacity: 0.7;
  list-style: none;
  padding-left: 0;
}
.m-document ul.e-chu li {
  padding-left: 1em;
  text-indent: -1em;
}
.m-document ul.e-chu li:before {
  content: "※";
}
.m-document ul.e-disc {
  font-size: 80%;
  opacity: 0.7;
  list-style: none;
  padding-left: 0;
}
.m-document ul.e-disc li {
  padding-left: 1em;
  text-indent: -1em;
}
.m-document ul.e-disc li:before {
  content: "・";
}
.m-document ul.e-none {
  font-size: 80%;
  opacity: 0.7;
  list-style: none;
  padding-left: 0;
}
.m-document ol {
  margin: 2.7em 0;
  list-style: decimal;
}
.m-document ol > ul {
  list-style: disc;
}
.m-document li {
  line-height: 1.4;
  margin: 0.6em 0;
}
.m-document hr {
  display: block;
  margin: 4.05em 0;
  border: none;
  border-top: 1px dashed #333;
  opacity: 0.2;
}
.m-document blockquote {
  background: #f8f8f8;
  margin: 2.7em 0;
  padding: 2.55em 2.55em;
  padding-left: 2.72em;
  border-left: 4px solid #333;
}
.m-document blockquote p {
  margin: 1.3em 0;
}
.m-document blockquote p:first-child {
  margin-top: 0;
}
.m-document blockquote p:last-child {
  margin-bottom: 0;
}
.m-document blockquote cite {
  display: block;
  text-align: right;
  font-size: 90%;
  font-weight: 600;
  margin: 0;
}
.m-document q {
  font-style: italic;
  quotes: '"' '"';
}
.m-document cite {
  display: inline-block;
  font-style: normal;
  margin: 0 0.5em;
}
.m-document cite a {
  font-style: italic;
}
.m-document code {
  display: block;
  background: #f8f8f8;
  margin: 2.7em 0;
  padding: 2.55em 3.4em;
  padding-top: 3.4em;
  font-size: 80%;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #646464;
  border-radius: 6px;
  position: relative;
  box-shadow: 0 0 2px #b3b3b3 inset;
}
.m-document code:before {
  content: "code";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: #333;
  color: #fff;
  font-weight: 600;
  padding: 4px 1em 5px;
  border-radius: 5px 0 5px 0;
  line-height: 1;
}
.m-document figure {
  margin: 2.7em 0;
}
.m-document figure figcaption {
  display: block;
  font-size: 90%;
  padding: 0.3em 0;
  line-height: 1.3;
  text-align: right;
  font-size: 10px;
  margin-top: 0.5em;
}
.m-document img {
  width: 100%;
  height: auto;
}
.m-document video {
  width: 100%;
  height: auto;
}
.m-document address {
  display: block;
}
.m-document table {
  width: 100%;
  border: 1px solid #ccc;
}
.m-document table th, .m-document table td {
  padding: 0.5em 1em;
  border: 1px solid #ccc;
}
.m-document table th {
  background: #eee;
}
.m-document table th.bgEmBasic {
  background: #403433;
  color: #fff;
}
.m-document table td.bgEmBasic {
  background: #ffe7e7;
}
.m-document table .vaM {
  vertical-align: middle;
  text-align: center;
}

#charges {
  background: #F3F9EA;
  padding: 6rem 0 12rem;
  margin-bottom: -14rem;
  text-align: center;
  color: #403433;
}
@media screen and (max-width: 769px) {
  #charges {
    margin-bottom: 0;
    padding-bottom: 3rem;
  }
}
#charges p {
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 769px) {
  #charges p {
    font-size: 12px;
  }
}

@media screen and (max-width: 769px) {
  #powersupply {
    margin-bottom: 0;
  }
}

#protection {
  padding-top: 6rem;
  position: relative;
}
@media screen and (max-width: 769px) {
  #protection {
    padding-top: 3rem;
    margin-bottom: 3rem;
    margin-top: 0;
  }
  #protection .e-ttl01 {
    margin-bottom: 2rem;
  }
}
#protection:before, #protection:after {
  content: "";
  display: block;
  width: 20%;
  height: 50%;
  position: absolute;
  top: 0;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center top;
}
#protection:before {
  left: 0;
  background-image: url(/energy/denki/eco_cmn/images/hozen_bg_01.png);
}
#protection:after {
  right: 0;
  background-image: url(/energy/denki/eco_cmn/images/hozen_bg_02.png);
}
#protection .inner {
  position: relative;
  z-index: 1;
}

#protection-wrap {
  position: relative;
  padding-bottom: 1px;
}
#protection-wrap:before, #protection-wrap:after {
  content: "";
  display: block;
  width: 100%;
  height: 25%;
  position: absolute;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  left: 0;
}
#protection-wrap:before {
  top: 0;
  background: rgb(250, 252, 228);
  background: -moz-linear-gradient(180deg, rgb(250, 252, 228) 0%, rgb(255, 255, 255) 100%);
  background: -webkit-linear-gradient(180deg, rgb(250, 252, 228) 0%, rgb(255, 255, 255) 100%);
  background: linear-gradient(180deg, rgb(250, 252, 228) 0%, rgb(255, 255, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fafce4",endColorstr="#ffffff",GradientType=1);
}
#protection-wrap:after {
  bottom: 0;
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(250, 252, 228) 100%);
  background: -webkit-linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(250, 252, 228) 100%);
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(250, 252, 228) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#fafce4",GradientType=1);
}

.for_sp {
  display: none;
}
@media screen and (max-width: 769px) {
  .for_sp {
    display: inline;
  }
}

.for_pc {
  display: block;
}
@media screen and (max-width: 769px) {
  .for_pc {
    display: none;
  }
}

.e-txtLink {
  color: #4995ff;
  font-weight: 600;
}

.e-txtLinkBox {
  margin: 0 auto;
  font-size: 13px !important;
  line-height: 1.4 !important;
  text-align: center;
  max-width: 70%;
  margin: 1rem auto;
  border: 1px solid #c1dafc;
  border-radius: 8px;
  padding: 0.8rem 1rem;
  background: #f5f9ff;
}
@media screen and (max-width: 769px) {
  .e-txtLinkBox {
    max-width: 100%;
    text-align: left;
    font-size: 12px !important;
    display: block;
  }
}
.e-txtLinkBox span {
  font-size: 12px;
  color: #4995ff;
  font-weight: 600;
}

@media screen and (max-width: 769px) {
  #bigAd {
    margin-top: -3rem;
  }
}
#bigAd .bigAdWrap {
  overflow: hidden;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  border-radius: 12px;
}
#bigAd .bigAdTtl {
  font-weight: 600;
  margin-bottom: 0.6em;
  font-size: 130%;
  color: #f96000;
  text-align: center;
}
@media screen and (max-width: 769px) {
  #bigAd .bigAdTtl {
    font-size: 120%;
    margin-bottom: 1.3em;
  }
}
#bigAd .bigAd-trigg {
  text-align: center;
}
#bigAd .bigAd-trigg .btn {
  background: #F7E003;
  padding: 0.6em;
  cursor: pointer;
  font-weight: 600;
}
#bigAd .bigAd-trigg .btn:after {
  content: "詳細を見る +";
  display: inline-block;
}
#bigAd .bigAd-trigg.active .btn:after {
  content: "閉じる -";
}
#bigAd .bigAd-target {
  display: none;
  padding: 3rem 5rem;
}
@media screen and (max-width: 769px) {
  #bigAd .bigAd-target {
    padding: 2rem 1.5rem;
  }
}
#bigAd hr {
  border: none;
  border-bottom: 1px dashed #ccc;
  margin: 2rem 0;
}
#bigAd .m-gaiyou {
  font-feature-settings: normal;
  font-size: 12px;
  line-height: 1.5;
  color: #7E7E7E;
}
#bigAd .m-gaiyou hr {
  margin: 1.5rem 0;
  border: none;
}
#bigAd .m-gaiyou .t1 {
  font-weight: 700;
  font-size: 14px;
  color: #333333;
  margin-bottom: 0.5rem;
}
#bigAd .m-gaiyou .t2 {
  font-weight: 500;
  color: #333333;
  margin-bottom: 0.3rem;
}
#bigAd .m-gaiyou p, #bigAd .m-gaiyou ul {
  margin-bottom: 1em;
}
#bigAd .m-gaiyou p.nosp, #bigAd .m-gaiyou ul.nosp {
  margin-bottom: 0;
}
#bigAd .m-gaiyou a {
  display: inline;
  color: #00a1b9;
  text-decoration: underline;
}
#bigAd .m-gaiyou ul.list li, #bigAd .m-gaiyou ul.list-kome li, #bigAd .m-gaiyou ul.list-none li {
  padding-left: 1em;
  text-indent: -1em;
}
#bigAd .m-gaiyou ul.list li:before {
  content: "・";
}
#bigAd .m-gaiyou ul.list-kome li:before {
  content: "※";
}
#bigAd .m-gaiyou ul.list-none li:before {
  content: none;
}
#bigAd .m-gaiyou ul li > ul {
  margin-bottom: 0;
}
@media screen and (min-width: 769px) {
  #bigAd .m-gaiyou {
    font-size: 13px;
  }
}
#bigAd .bigAdBody {
  max-width: 450px;
  margin: 0 auto 5rem;
}
@media screen and (max-width: 769px) {
  #bigAd .bigAdBody {
    margin: 0 auto 2rem;
  }
}
#bigAd .bigAdBody .m-titleBlock {
  text-align: center;
  margin-bottom: 3rem;
}
@media screen and (max-width: 320px) {
  #bigAd .bigAdBody .m-titleBlock {
    margin-bottom: 2em;
  }
}
#bigAd .bigAdBody .m-titleBlock .img {
  width: 160px;
  margin: 0 auto 1rem;
}
@media screen and (max-width: 769px) {
  #bigAd .bigAdBody .m-titleBlock .img {
    width: 100px;
  }
}
#bigAd .bigAdBody .m-titleBlock .title small {
  display: block;
  font-size: 120%;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 0.8em;
}
@media screen and (max-width: 769px) {
  #bigAd .bigAdBody .m-titleBlock .title small {
    font-size: 110%;
  }
}
#bigAd .bigAdBody .m-titleBlock .title span {
  font-size: 260%;
  color: #a8840f;
  font-weight: 800;
  display: block;
  line-height: 1;
}
@media screen and (max-width: 769px) {
  #bigAd .bigAdBody .m-titleBlock .title span {
    font-size: 200%;
  }
}
@media screen and (max-width: 320px) {
  #bigAd .bigAdBody .m-titleBlock .title span {
    font-size: 160%;
  }
}
#bigAd .bigAdBody .m-titleBlock .title span strong {
  display: inline-block;
  position: relative;
}
#bigAd .bigAdBody .m-titleBlock .title span strong:after {
  display: block;
  content: "";
  height: 6px;
  width: 100%;
  background: #fff7ba;
  position: absolute;
  bottom: 0px;
  left: 0;
  z-index: -1;
}
#bigAd .bigAdBody .img-adjst {
  margin-top: 2.3rem;
}
@media screen and (max-width: 769px) {
  #bigAd .bigAdBody .img-adjst {
    margin-top: 1.3rem;
  }
}
#bigAd .bigAdBody .img-txt {
  margin-top: -4rem;
  margin-left: 5.7rem;
}
@media screen and (max-width: 769px) {
  #bigAd .bigAdBody .img-txt {
    margin-top: -2.7rem;
    margin-left: 20%;
  }
}
@media screen and (max-width: 320px) {
  #bigAd .bigAdBody .img-txt {
    margin-top: -1.7rem;
    margin-left: 20%;
  }
}
#bigAd .bigAdBody .img-txt a {
  display: inline-block;
  color: #3e88e8;
  text-decoration: underline;
}
@media screen and (max-width: 769px) {
  #bigAd .bigAdBody .img-txt a {
    font-size: 11px;
  }
}

.pontBnr a {
  display: block;
  width: 83%;
  margin: 0 auto;
}
@media screen and (max-width: 769px) {
  .pontBnr a {
    width: 100%;
  }
}
.pontBnr img {
  width: 100%;
}

#charges {
  padding-bottom: 7rem;
  margin-bottom: 0;
}

.m-footer-link a {
  margin-top: -2px;
  line-height: 1;
  background: none;
  display: block;
  color: #EB5605;
  padding: 0;
}
.m-footer-link a:before {
  content: none;
}
.m-footer-link a span {
  line-height: 1;
  padding: 0;
  min-width: 190px;
  font-size: 14px;
}

.blank {
  height: 170px;
}
