@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:after, blockquote:before, q:after, q:before {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  box-sizing: border-box;
}

input {
  -webkit-appearance: none;
}

img {
  vertical-align: bottom;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  background: #FFF4C9;
  font-size: 14px;
  color: #333333;
  line-height: 1.3;
  font-weight: 500;
  -webkit-text-size-adjust: 100%;
}

.inner {
  margin: 0 auto;
  max-width: 640px;
  position: relative;
  padding: 1rem;
}
.inner:after {
  content: "";
  display: block;
  clear: both;
}

hr {
  border: none;
  border-bottom: 1px dashed #E0E0E0;
  margin: 1em 0;
}

.typo_h1 {
  font-size: 21px;
  color: #F37F02;
  font-weight: 700;
  text-align: center;
  margin: 2rem 0;
  line-height: 1.2;
}
.typo_h1:before {
  content: "";
  display: block;
  height: 60px;
  width: 60px;
  margin: 0 auto 1rem;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
}

.typo_h2 {
  font-weight: 700;
  color: #1A1A1A;
  font-size: 14px;
  line-height: 1;
  margin: 1.2rem 0 0.3rem 0;
}
.typo_h2 strong {
  font-size: 18px;
  color: #F37F02;
  font-weight: 700;
}
.typo_h2:after {
  content: "";
  display: block;
  clear: both;
}
.typo_h2 a {
  font-weight: 400;
  font-size: 12px;
  color: #1A1A1A;
  display: block;
  line-height: 14px;
  float: right;
}

p {
  color: #848484;
  text-align: justify;
  display: block;
  margin: 0.3rem 0;
}
p.center {
  text-align: center;
}
p:first-child {
  margin-top: 0;
}
p:last-child {
  margin-bottom: 0;
}

.typo_lead {
  color: #F37F02;
}

.typo_ex, .typo_ex--kome {
  font-size: 10px;
  color: #848484;
  display: block;
}

.typo_ex--kome {
  margin: 0.4rem 0;
}
.typo_ex--kome li {
  padding-left: 1em;
  text-indent: -1em;
  text-align: justify;
}
.typo_ex--kome li:before {
  content: "※ ";
}

.link a, .link span {
  color: #F37F02;
  text-decoration: underline;
  display: inline-block;
  line-height: 1;
  margin: 0.3em 0;
}
.link a small, .link span small {
  font-size: 80%;
}

.btn, .btn--secondary, .btn--txt, .btn--primary {
  font-size: 15px;
  padding: 1.3em 1.5em 1.4em;
  font-weight: 600;
  border: none;
  border-radius: 6px;
  margin: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}

.btn--primary {
  background-color: #F37F02;
  color: #fff;
  width: 100%;
  max-width: 400px;
  background-image: url(/energy/denki/moving/hayatoku/cmn/images/arrow.png);
  background-repeat: no-repeat;
  background-position: 95% center;
  background-size: 6px;
}
.btn--primary:disabled {
  background-color: #DADADA;
  cursor: default;
}
.btn--primary:hover {
  background-color: #fd8c11;
}

.btn--txt {
  border: 1px solid #dedede;
  color: #8c8c8c;
  text-decoration: none;
  display: block;
  margin: 1rem auto 0;
  max-width: 400px;
  padding: 0.8rem;
  background-image: url(/energy/denki/moving/hayatoku/cmn/images/arrow_r.png);
  background-repeat: no-repeat;
  background-position: 5% center;
  background-size: 6px;
}

.btn--secondary {
  font-size: 13px;
  margin: 1px 0;
  padding: 1.2em 0;
  border-radius: 4px;
  background-color: #393939;
  line-height: 1.3;
  color: #fff;
  width: 100%;
  max-width: 400px;
}
.btn--secondary:disabled {
  background-color: #DADADA;
  cursor: default;
}
.btn--secondary:hover {
  background-color: #6c6c6c;
}

section {
  background: #fff;
  margin-bottom: 1rem;
}
section > h2 {
  text-align: center;
  background: #333333;
  color: #fff;
  font-size: 16px;
  line-height: 1.2;
  padding: 0.4rem 0;
}
section h3 {
  text-align: center;
  font-size: 15px;
  margin-bottom: 0.5rem;
}

.mod_chui p, .mod_chui dl {
  font-size: 11px;
  font-weight: 400;
  color: #767676;
  padding-left: 1em;
  text-indent: -1em;
}
.mod_chui p.noind, .mod_chui dl.noind {
  padding-left: 0;
  text-indent: 0;
}
.mod_chui p strong, .mod_chui dl strong {
  color: #dc0000;
}
.mod_chui dt.active {
  color: #474747;
}
.mod_chui dt.active:after {
  content: " -";
}
.mod_chui dt:after {
  content: " +";
}
.mod_chui dd {
  display: none;
}
.mod_chui dt {
  font-weight: 600;
}
.mod_chui h3 {
  font-size: 11px;
  margin-top: 1rem;
  font-weight: 400;
  margin-bottom: 0.1em;
  text-align: left;
  color: #767676;
}
.mod_chui h3:first-child {
  margin-top: 0;
}

.mod_call {
  display: block;
  background: #FEF0E0;
  border-radius: 8px;
  padding: 1rem;
  text-align: center;
}
.mod_call img {
  width: 100%;
  height: auto;
  max-width: 400px;
}

#mod_footer {
  text-align: center !important;
  background: #fff;
  text-align: center;
  margin: 1rem 0 0;
  padding: 0.5rem 0;
}
#mod_footer img {
  width: 98px;
  height: auto;
}

#mod_Header {
  text-align: center;
  position: relative;
  z-index: 100;
}
#mod_Header .inner {
  padding: 0.5rem 0.5rem 0;
}
#mod_Header img {
  width: 100%;
  height: auto;
  max-width: 460px;
}

#mod_mv {
  text-align: center;
}
#mod_mv h1 {
  display: none;
}
@media screen and (max-width: 414px) {
  #mod_mv .mv_image {
    margin-top: -8%;
    margin-bottom: -0.7rem;
    padding-top: 86%;
    background: url(/energy/denki/moving/hayatoku/cmn/images/mv.png) no-repeat center top;
    background-size: auto 100%;
  }
  #mod_mv .mv_image img {
    display: none;
  }
}
@media screen and (min-width: 414px) {
  #mod_mv .mv_image {
    margin-top: -45px;
    margin-bottom: -1rem;
  }
  #mod_mv .mv_image img {
    width: 100%;
    height: auto;
    max-width: 1040px;
  }
}
#mod_mv .mv_elm-01 {
  margin: 1rem 0;
  width: 100%;
  text-align: center;
}
#mod_mv .mv_elm-01 img {
  width: 100%;
  height: auto;
  max-width: 460px;
}

.mainContents h3 {
  margin: 1.5rem 0;
  font-size: 23px;
  font-weight: 400;
  line-height: 1.2;
}
@media screen and (max-width: 320px) {
  .mainContents h3 {
    font-size: 21px;
  }
}
.mainContents ul {
  margin: 0 -0.2rem;
  max-width: 480px;
  margin: 0 auto;
}
.mainContents ul img {
  width: 100%;
  height: auto;
  border-radius: 6px;
}
.mainContents ul:after {
  content: "";
  display: block;
  clear: both;
}
.mainContents ul li {
  float: left;
  width: 48%;
  margin: 0 1%;
  text-align: center;
  cursor: pointer;
  position: relative;
}
.mainContents ul li:hover img, .mainContents ul li.active img {
  box-shadow: 0 0 10px #ccc;
}
.mainContents ul li.active img {
  opacity: 0;
}
.mainContents ul li.active:after {
  content: "";
  display: inline-block;
  height: 15px;
  width: 15px;
  background: #F37F02;
  transform: rotate(45deg);
  position: absolute;
  bottom: -2em;
  left: 50%;
  margin-left: -8px;
}
.mainContents ul li.active.itemOK {
  background: url(/energy/denki/moving/hayatoku/cmn/images/btn-01-on.png) no-repeat left top;
  background-size: 100%;
}
.mainContents ul li.active.itemNG {
  background: url(/energy/denki/moving/hayatoku/cmn/images/btn-02-on.png) no-repeat left top;
  background-size: 100%;
}
.mainContents .forHead {
  background: #F37F02;
  margin: 1.2rem -1rem -2rem;
  padding: 1.2rem 1rem 3.2rem;
  text-align: center;
  color: #fff;
  font-size: 16px;
}
.mainContents .card {
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.16);
  padding: 1.3rem 1rem;
  text-align: center;
  margin-bottom: 1rem;
}
.mainContents .card:last-child {
  margin-bottom: 0;
}
.mainContents .card h4 {
  font-size: 18px;
  margin-bottom: 1.3rem;
}
@media screen and (max-width: 320px) {
  .mainContents .card h4 {
    font-size: 16px;
  }
}
.mainContents .card p {
  text-align: center;
}
@media screen and (max-width: 320px) {
  .mainContents .card p {
    font-size: 12px;
  }
}
.mainContents .card img {
  width: 100%;
  height: auto;
  max-width: 400px;
}
.mainContents .card .btn-primaly {
  background-color: #F37F02;
  background-image: url(/energy/denki/moving/hayatoku/cmn/images/ico_arrow.png);
  background-repeat: no-repeat;
  background-size: 7px;
  background-position: 95% center;
  color: #fff;
  border-radius: 6px;
  display: block;
  text-decoration: none;
  padding: 1.2rem;
  font-size: 16px;
  text-align: center;
  margin: 1.2rem auto 0;
  max-width: 320px;
}
@media screen and (max-width: 320px) {
  .mainContents .card .btn-primaly {
    font-size: 14px;
  }
}
.mainContents .card .btn-call {
  background-color: #F37F02;
  background-image: url(/energy/denki/moving/hayatoku/cmn/images/ico_call.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: right center;
  color: #fff;
  border-radius: 6px;
  display: block;
  text-decoration: none;
  padding: 1.2rem;
  padding-right: 57px;
  font-size: 16px;
  text-align: center;
  margin: 1.2rem auto 0;
  max-width: 320px;
}
@media screen and (max-width: 320px) {
  .mainContents .card .btn-call {
    font-size: 14px;
    padding-right: 65px;
  }
}
.mainContents .card .mod_call {
  border-radius: 0;
  margin: 1rem -1rem;
}

/*
.info{
    background: #ffe2e2;
    padding: 1rem;
    margin: 0 -1rem 1rem;
    .box{
        background: #fff; 
        padding: 1.2em;
        text-align: left;
        border: 1px solid #d60000;
    }
    h2.title{
        color: #d60000;
        font-size: 15px;
        margin-bottom: .8rem;
        text-align: justify;
        line-height: 1.6;
    }
    h3.lead{
        margin-bottom: 1em;
        font-size: 14px;
        font-weight: 600;
        text-align: left;
    }
    a{
        display: block;
        text-align: center;
        padding: 1em .5em;
        box-shadow: 0 0 13px #ccc;
        border-radius: 4px;
        text-decoration: none;
        color: #222;
        span{
            color: #0039c5;
            display: block;
                font-size: 28px;

                margin: .2em 0;
                line-height: 1;
                small{
                    font-size: 13px;
                }
        }
    }
}

.cover{
    position: relative;
    &:after{
        content: '';
        display: block;
        background: rgba(0, 0, 0, 0.71);
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
    }
}
div.cover{
    margin-bottom: -2.3em;
    .inner{
        padding: 0;
        margin-top: .2em;
    }
    .info{
        width: 100%;
        position: relative;
        z-index: 10;
        margin: 0;
        background: $col-Orange;
    }

}
section.cover{
    margin-bottom: 0;
    padding-bottom: 1rem;
}

.mainContents{
    margin-bottom: 0;
    .forHead{
        margin-top: 1rem;
    }
}
*/
.end {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.65);
  position: fixed;
  display: block;
  z-index: 60000000;
}
.end img {
  width: 100%;
}
.end a {
  display: block;
  margin-top: 2rem;
}
.end span {
  display: block;
  width: 275px;
  margin: 0 auto;
}
@media screen and (max-width: 320px) {
  .end span {
    width: 235px;
  }
}
.end p {
  margin-left: -150px;
  position: absolute;
  left: 50%;
  width: 300px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 320px) {
  .end p {
    width: 260px;
    margin-left: -130px;
  }
}

.ryoukinAlt {
  max-width: 650px;
  margin: 2rem auto 1rem;
  background: #fff;
  border-radius: 8px;
  padding: 1em;
  text-align: left;
}
.ryoukinAlt .ttl {
  font-weight: 700;
  margin-bottom: 0.8em;
  text-align: center;
}
.ryoukinAlt a {
  border: 1px solid #d00000 !important;
  line-height: 1.3 !important;
  padding: 0.9em 0.8em 0.8em;
  padding-right: 2em;
  display: block;
  color: #d00000 !important;
  font-weight: 500 !important;
  text-decoration: none !important;
  margin-bottom: 0.8em;
  text-align: left;
  position: relative;
  border-radius: 4px;
}
.ryoukinAlt a:last-child {
  margin-bottom: 0;
}
.ryoukinAlt a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 1.3em;
  transform: rotate(-45deg);
  width: 9px;
  height: 9px;
  margin-top: -4px;
  border: 1px solid #d00000;
  border-top-color: #fff;
  border-left-color: #fff;
}
.ryoukinAlt .chu {
  text-align: left;
  letter-spacing: -0.03em;
  font-size: 11px;
  color: #777;
}
