.m-footer-copy {
  font-family: "Montserrat", sans-serif;
}

.m-footer-link a, .m-footer-nav ul a, .m-header-nav ul li a, .mod_faq dl dt {
  transition: opacity 0.3s ease;
}
.m-footer-link a:hover, .m-footer-nav ul a:hover, .m-header-nav ul li a:hover, .mod_faq dl dt: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: 13px;
  font-weight: 400;
  color: #333;
  background-color: #FFFCED;
  background: url("../images/bg.jpg") no-repeat center bottom;
  background-size: cover;
  background-attachment: fixed;
}
img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.inner {
  @Include clf;
  margin: 0 auto;
  max-width: 580px;
  padding: 0 30px;
  position: relative;
}
@media screen and (max-width: 769px) {
  .inner {
    padding: 0 15px;
  }
}

p {
  margin-bottom: 1.2em;
}

hr {
  background: #ccc;
  border: none;
  height: 1px;
  margin: 1.5rem 0;
}
hr.sectionSepalate {
  border: none;
  margin: 2rem 0;
  background: none;
}

.imgs {
  display: block;
  max-width: 420px;
}

section {
  margin: 3rem 0;
}

.l-contents {
  background: #fff;
}
@media screen and (min-width: 769px) {
  .l-contents {
    max-width: 580px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 769px) {
  .l-contents {
    overflow: hidden;
  }
}

.l-header {
  padding: 1rem 0;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  background: #fff;
}
@media screen and (max-width: 769px) {
  .l-header {
    z-index: 100;
    width: 100%;
    box-shadow: 0 0 15px #eef;
  }
}
@media screen and (min-width: 769px) {
  .l-header {
    max-width: 580px;
    padding: 1rem;
    left: 50%;
    transform: translateX(-50%);
  }
}
.l-header .inner {
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .l-header .inner {
    padding: 0;
  }
}
.l-header .elm_btn_primary {
  font-size: 14px;
  margin: 0;
}
.l-header .elm_btn_primary span {
  padding: 0.8em 1.5em;
  border: none;
}

.l-footer {
  color: #333;
  text-align: center;
}
.l-footer .inner {
  background: #fff;
  padding: 2rem 0 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.mod_faq dl {
  color: #333;
  font-size: 16px;
  border-bottom: 1px solid #eee;
}
@media screen and (max-width: 769px) {
  .mod_faq dl {
    font-size: 13px;
  }
}
.mod_faq dl dt {
  font-weight: 500;
  padding: 1.9em 1.5rem;
  padding-right: 2rem;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 769px) {
  .mod_faq dl dt {
    padding: 1.5em;
    padding-right: 2.8rem;
  }
}
.mod_faq dl dt.active:before {
  content: none;
}
.mod_faq dl dt:before, .mod_faq dl dt:after {
  content: "";
  display: block;
  background: #EB5505;
  position: absolute;
  right: 15px;
  top: 50%;
}
.mod_faq dl dt:before {
  height: 17px;
  width: 1px;
  margin-top: -8px;
  right: 23px;
}
.mod_faq dl dt:after {
  width: 17px;
  height: 1px;
}
.mod_faq dl dd {
  font-weight: 500;
  background: #FFFCED;
  padding: 2rem;
}
@media screen and (max-width: 769px) {
  .mod_faq dl dd {
    padding: 1rem;
  }
}

.m-header-logo {
  margin: 0 auto;
  max-width: 120px;
}

@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: 1rem;
  }
  .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: 500;
}
.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.org {
  color: #EB5505;
}
.m-header-nav ul li:last-child a {
  text-align: center;
  padding: 1em 2.5em;
  border-radius: 100px;
  color: #fff;
  background: rgb(74, 135, 224);
  background: -moz-linear-gradient(180deg, rgb(74, 135, 224) 0%, rgb(14, 69, 147) 100%);
  background: -webkit-linear-gradient(180deg, rgb(74, 135, 224) 0%, rgb(14, 69, 147) 100%);
  background: linear-gradient(180deg, rgb(74, 135, 224) 0%, rgb(14, 69, 147) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4a87e0",endColorstr="#0e4593",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 {
  display: inline-block;
}
.m-footer-nav ul {
  margin-bottom: 2rem;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 769px) {
  .m-footer-nav ul {
    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;
    margin: 0 0.5rem;
  }
}

.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 {
  display: inline-block;
  width: 95px;
  margin-bottom: 1rem;
}
@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;
  }
}

.elm_h1 {
  text-align: center;
  font-size: 170%;
  margin-bottom: 1em;
}
.elm_h1 small {
  display: block;
  margin-bottom: 0.4em;
}
.elm_h1 strong {
  font-weight: 800;
  color: #EB5505;
}

.elm_h3 {
  font-size: 190%;
  font-weight: 500;
  text-align: center;
  line-height: 1.3;
  margin-bottom: 0.8em;
}

.elm_h5 {
  font-weight: 600;
  text-align: center;
  margin-bottom: 0.5em;
}

.elm_btn_primary {
  display: block;
  background: rgb(255, 157, 0);
  background: linear-gradient(180deg, rgb(255, 157, 0) 0%, rgb(255, 89, 0) 100%);
  color: #fff;
  font-weight: 700;
  text-align: center;
  padding: 2px;
  border-radius: 100px;
  font-size: 125%;
  margin: 1em 0;
  line-height: 1;
}
.elm_btn_primary span {
  display: block;
  background: rgb(255, 157, 0);
  background: linear-gradient(180deg, rgb(255, 157, 0) 0%, rgb(255, 89, 0) 100%);
  color: #fff;
  font-weight: 700;
  text-align: center;
  border: 2px solid rgba(255, 255, 255, 0.63);
  border-radius: 100px;
  padding: 1.4em 2em;
}

.mod_cvBox {
  margin: 0 auto;
  width: 90%;
  max-width: 500px;
}

.mod_ajstBox {
  margin: 0 auto;
  width: 90%;
  max-width: 500px;
}

p:last-child {
  margin-bottom: 0;
}

.mod_chui {
  font-size: 10px;
  opacity: 0.7;
  line-height: 1.3;
}

.mod_modalTrigg {
  text-align: center;
  font-weight: 600;
  font-size: 100%;
  cursor: pointer;
}
.mod_modalTrigg:after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url("../images/icon/pls_o.png") no-repeat center center;
  background-size: cover;
  margin-left: 0.3em;
  vertical-align: middle;
  transform: translateY(-1px);
}

.mod_modalObj {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgb(255, 157, 0);
  background: linear-gradient(180deg, rgba(255, 157, 0, 0.9) 0%, rgba(255, 89, 0, 0.9) 100%);
  z-index: 1000;
}
.mod_modalObj .inner {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.mod_modalObj .close {
  background: #fff;
  color: #EB5505;
  font-weight: 600;
  display: inline-block;
  padding: 0.5em 1em;
  border-radius: 5px;
  margin-top: 1em;
  cursor: pointer;
}

.mod_acd01 {
  margin: 1em 0;
}
@media screen and (min-width: 769px) {
  .mod_acd01 {
    margin: 2em 0;
  }
}
.mod_acd01 .acdTrigg {
  text-align: center;
  font-weight: 500;
  text-decoration: underline;
  cursor: pointer;
}
.mod_acd01 .acdTrigg:after {
  content: "";
  display: inline-block;
  background-image: url("../images/icon/arrow_bk_u.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  width: 12px;
  height: 12px;
  margin-left: 0.3em;
  vertical-align: middle;
  transform: translateY(-1px);
}
.mod_acd01 .acdTrigg.active:after {
  background-image: url("../images/icon/arrow_bk_t.png");
}
.mod_acd01 .acdtgt {
  margin-top: 1em;
  border-radius: 7px;
  background: #FCFCFC;
  border: 1px solid #e6e6e6;
  padding: 1.2em;
  font-size: 12px;
  line-height: 1.4;
  display: none;
}
.mod_acd01 .acdtgt .ttl {
  margin-top: 0 !important;
  color: #333 !important;
}
.mod_acd01 .acdtgt p:last-child {
  margin-bottom: 0 !important;
}

.mod_smalltxts {
  font-feature-settings: normal;
  font-weight: 500;
}
.mod_smalltxts .ttl {
  font-weight: 600;
  margin-bottom: 0.3em;
}
.mod_smalltxts p, .mod_smalltxts li {
  padding-left: 1em;
  text-indent: -1em;
}
.mod_smalltxts a {
  color: #EB5505;
}

#mv {
  text-align: center;
  margin-top: 52px;
}
@media screen and (max-width: 769px) {
  #mv {
    margin-top: 52px;
  }
}
#mv .jump {
  display: block;
  background: #fff;
  color: #EB5505;
  font-weight: 700;
  line-height: 1;
  padding: 0.8em;
  font-size: 14px;
  text-decoration: underline;
}
#mv .jump img {
  vertical-align: middle;
  display: inline-block;
  width: 12px;
  margin-left: 0.3em;
}

#sec01 {
  margin-top: 1em;
}
#sec01 .ul3 {
  display: flex;
  padding: 0.8em 0.5em;
  background: #FFFCED;
  border-radius: 12px;
  margin-bottom: 1em;
}
#sec01 .ul3 li {
  flex: 1;
  padding: 0 0.3em;
}
#sec01 .mod_acd01 {
  padding: 0;
  margin: 1em 0;
}
#sec01 .mod_acd01 .acdTrigg {
  text-align: left;
  max-width: 240px;
}
#sec02 {
  background: #FFFCED;
  padding: 4rem 0;
}
#sec02 h2 {
  margin-bottom: 2rem;
}
#sec02 p {
  margin-bottom: 2rem;
}

#sec03 .over {
  margin: 0 -23px;
}

#sec04 .inner {
  padding: 0;
}
#sec04 p {
  margin-bottom: 0;
}

#sec05 .inner {
  padding: 0;
}

#sec06 {
  font-size: 12px;
}
#sec06 .mod_smalltxts .ttl {
  font-size: 13px;
  margin-top: 1.5rem;
  font-weight: 600;
  color: #EB5505;
}
#sec06 .mod_smalltxts p {
  text-indent: 0;
  padding-left: 0;
}
#sec06 .mod_smalltxts li {
  text-indent: -1em;
  padding-left: 1em;
}

#sec07 {
  margin-bottom: 0;
}
#sec07 .inner {
  padding: 0;
}

.mod_contact_box {
  padding: 11px;
  border-radius: 12px;
  background: #f6f6f6;
}

.mod_contact_box p {
  margin-bottom: 0;
}

.mod_contact_box__inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  padding: 32px 40px;
  background: #fff;
}

.mod_contact_box__inner {
  padding: 24px;
  grid-template-columns: 1fr;
  text-align: left;
}

.mod_contact_box .ttl,
.mod_contact_box .e-notes01 {
  grid-column: 1/2;
}

.mod_contact_box .ttl {
  grid-row: 1/2;
  margin-bottom: 5px;
  line-height: 1.25;
  font-size: 14px;
  font-weight: 600;
  color: #114997;
  letter-spacing: 0.13em;
}

.mod_contact_box .ttl {
  margin-bottom: 9px;
  grid-column: 1/2;
}

.mod_contact_box .e-notes01 {
  grid-row: 2/3;
  letter-spacing: 0.19em;
}

.mod_contact_box dl {
  grid-column: 2/3;
  grid-row: 1/3;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.583;
}

.mod_contact_box dl {
  margin-top: 24px;
  grid-column: 1/2;
  grid-row: 3/4;
}

.mod_contact_box dl p {
  margin-bottom: 6px;
}

.mod_contact_box dl p:last-child {
  margin-bottom: 0;
}

.mod_contact_box dl dt {
  margin-bottom: 6px;
  font-weight: 700;
}

.mod_contact_box dl a {
  color: #114997;
}

.bnr-box {
  padding: 11px;
}

.links {
  color: #114997 !important;
  text-decoration: underline;
}

.mod_acd01 .acdtgt {
  margin: 1.5rem 0;
  font-weight: 500;
  background: #fdfdfd;
  border-radius: 12px;
  border: 1px solid #eee;
  padding: 1.3rem;
}
.mod_acd01 .acdtgt .ttl {
  color: #114997 !important;
  font-weight: 600 !important;
  font-size: 0.95rem !important;
  margin-bottom: 0.2em !important;
}
.mod_acd01 .acdtgt p {
  margin-bottom: 1em !important;
}

.mod_attention {
  font-size: 0.85rem;
  margin: 1.5rem 0;
  font-weight: 500;
}
.mod_attention .attention_title--main {
  color: #114997;
  font-weight: 600;
  font-size: 1.05rem;
  margin-bottom: 0.5em;
  text-align: center;
}
.mod_attention .attention_text {
  background: #fdfdfd;
  border-radius: 12px;
  border: 1px solid #eee;
  padding: 1.3rem;
}
.mod_attention .attention_title {
  color: #114997;
  font-weight: 600;
  font-size: 0.95rem;
  margin-bottom: 0.2em;
}
