@charset "UTF-8";
body {
  font-size: 14px;
  line-height: 1.6;
  font-family: "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, "Segoe UI", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  background: #fafafa;
}
@font-face {
  body {
    font-family: "Yu Gothic M";
    src: local("Yu Gothic Medium");
  }
}
@font-face {
  body {
    font-family: "Yu Gothic M";
    src: local("Yu Gothic Bold");
    font-weight: bold;
  }
}

* {
  box-sizing: border-box;
}

ul, ol {
  list-style: none;
}

img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
}

.inner {
  max-width: 600px;
  margin: 0 auto;
  padding: 0 1rem;
}

#wrap {
  overflow: hidden;
}

.chui {
  text-align: left;
  font-size: 10px;
  line-height: 1.4;
  display: inline-block;
  padding: 1rem 0;
}
.chui li {
  margin-bottom: 4px;
  text-align: justify;
}
.chui li:last-child {
  margin-bottom: 0;
}

.cvbtn {
  background: #eee;
  border-radius: 100px;
  display: inline-block;
  box-shadow: 0 5px 0 rgba(0, 0, 0, 0.27);
  width: 90%;
  max-width: 260px;
  text-align: center;
  position: relative;
  cursor: pointer;
  transition: all 0.1s ease-in;
}
.cvbtn:hover {
  background: orange;
  transform: scale(1.2);
}
.cvbtn:after {
  content: "";
  display: block;
  background: url(/energy/denki/pr/passcmn/images/cvbtnarrow.png) no-repeat center center;
  background-size: 100%;
  height: 10px;
  width: 10px;
  position: absolute;
  top: 40%;
  top: calc(50% - 5px);
  right: 16px;
}
.cvbtn img {
  height: 45px;
  width: auto;
}
.cvbtn + .ex {
  margin-top: 1.5em;
  font-size: 11px;
  color: #fff;
}
.cvbtn + .ex a {
  color: #fff;
  display: inline-block;
  padding: 0 0.3em;
  font-weight: 600;
}
.cvbtn + .cvbtn2 {
  margin-top: 0.8rem;
}

.cvbtn2 {
  background: #eee;
  border-radius: 100px;
  display: inline-block;
  box-shadow: 0 5px 0 rgba(0, 0, 0, 0.27);
  width: 90%;
  max-width: 260px;
  text-align: center;
  position: relative;
  cursor: pointer;
  transition: all 0.1s ease-in;
}
.cvbtn2:hover {
  background: orange;
  transform: scale(1.2);
}
.cvbtn2:after {
  content: "";
  display: block;
  background: url(/energy/denki/pr/passcmn/images/cvbtnarrow.png) no-repeat center center;
  background-size: 100%;
  height: 10px;
  width: 10px;
  position: absolute;
  top: 40%;
  top: calc(50% - 5px);
  right: 16px;
}
.cvbtn2 img {
  height: 45px;
  width: auto;
}
.cvbtn2 + .ex {
  margin-top: 1.5em;
  font-size: 11px;
  color: #fff;
}
.cvbtn2 + .ex a {
  color: #fff;
  display: inline-block;
  padding: 0 0.3em;
  font-weight: 600;
}
.cvbtn2 + .cvbtn {
  margin-top: 0.8rem;
}

#cvArea {
  background: rgba(0, 0, 0, 0.37);
  text-align: center;
  padding: 2rem 0;
  transform: rotate(-3deg);
  margin: 9px -1rem 17px;
  position: relative;
  z-index: 2;
  margin-top: -1rem;
}
#cvArea:before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(6deg);
  z-index: 1;
  background: #D53E0A;
}
#cvArea p {
  margin-bottom: 1rem;
}
#cvArea .inner {
  max-width: 400px;
  transform: rotate(3deg);
  padding: 0 2rem;
  position: relative;
  z-index: 3;
}
#cvArea .chui {
  color: #fff;
}

#denkiExplenation {
  background-color: #fff;
  color: #868686;
}

.denkiExplenation {
  margin: 1rem 0;
}
.denkiExplenation .chui {
  color: #868686;
  padding: 0;
}

.denkiExplenation_head {
  background: url(/energy/denki/pr/passcmn/images/denkiexplenation01bg.png) no-repeat center center;
  background-size: auto 100%;
  padding-top: 4rem;
  margin-top: -2rem;
}
.denkiExplenation_head p {
  margin-bottom: 0.5rem;
}
.denkiExplenation_head .chui small {
  color: #b40000;
}

.denkiExplenation_point {
  margin: 1.5rem 0 0;
}
.denkiExplenation_point .inner {
  padding: 0;
}
.denkiExplenation_point h3 {
  padding: 0 2rem;
  max-width: 360px;
  margin: 0 auto;
}

.denkiExplenation_joken {
  margin-bottom: 1rem;
  padding: 1rem 0 0;
  background: rgba(248, 248, 248, 0.75);
}
.denkiExplenation_joken .title {
  font-weight: 600;
  font-size: 12px;
  margin-bottom: -0.8em;
}
.denkiExplenation_joken ul li {
  position: relative;
  text-indent: -1em;
  margin-left: 1em;
}

.denkiExplenation_miryoku {
  text-align: center;
  margin: 1rem 0 2rem;
  overflow: hidden;
}
.denkiExplenation_miryoku .cvbtn {
  margin-bottom: 2rem;
}
.denkiExplenation_miryoku h3 {
  margin: 3rem auto 1rem;
  width: 80%;
  max-width: 300px;
}
.denkiExplenation_miryoku h4 {
  margin: 2rem auto 1rem;
  width: 80%;
  max-width: 161px;
}
.denkiExplenation_miryoku h5 {
  margin: 1rem auto 1.5rem;
  width: 100%;
}
.denkiExplenation_miryoku p {
  margin: 1rem 0;
}
.denkiExplenation_miryoku .chui {
  padding: 0;
}
.denkiExplenation_miryoku .slider {
  max-width: 600px;
  margin: 0 auto 1rem;
  background: url(/energy/denki/pr/passcmn/images/denkiexplenation_mi03_sbg.png) no-repeat center top;
  background-size: auto 86%;
}
.denkiExplenation_miryoku .slider .elm {
  padding: 0 1rem;
}
.denkiExplenation_miryoku .slider .slick-dots {
  margin: 0.5rem 0 1rem;
}
.denkiExplenation_miryoku .slider .slick-dots li {
  vertical-align: middle;
  display: inline-block;
  text-indent: -9999px;
  height: 6px;
  width: 6px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 100%;
  margin: 3px;
}
.denkiExplenation_miryoku .slider .slick-dots li.slick-active {
  background: #ED6F00;
}

#footer {
  background: #9A2700;
  text-align: center;
  font-size: 9px;
  font-weight: 600;
  color: #fff;
  margin-top: -2rem;
  padding: 3.5rem 0 2.5rem;
}
#footer .inner {
  padding: 0;
}

.denkiExplenation_miryoku .cvbtn + .cpbnr {
  margin: -1em -0.4em 0;
}

#cvArea .cpbnr {
  margin: 1.6em -0.6em 0;
}

.cpbnr {
  display: block;
  position: relative;
  z-index: 10;
  text-align: center;
}
.cpbnr img {
  display: inline-block;
  max-width: 550px;
}

.mod_Acd {
  border: 2px solid #ccc;
  padding: 0 0.8rem 0.5rem;
  padding-bottom: 0;
  border-radius: 4px;
  color: #333;
  margin-bottom: 1rem;
}
.mod_Acd .mod_Acd-trigg {
  padding: 0.5rem 0;
  font-size: 14px;
  font-weight: 600;
  text-align: left;
  background: url(/energy/denki/pr/passcmn/images/flow_ico_und_org2.png) no-repeat right center;
  background-size: 14px;
}
.mod_Acd .mod_Acd-trigg.active {
  background: url(/energy/denki/pr/passcmn/images/flow_ico_top_org2.png) no-repeat right center;
  background-size: 14px;
}
.mod_Acd .mod_Acd-target {
  border-top: 1px dashed #ccc;
  font-size: 13px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  display: none;
}

.mod_flow {
  text-align: center;
  padding-bottom: 1rem !important;
}
.mod_flow .flow-t01 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0.5em;
  line-height: 1.2;
}
.mod_flow .flow-t02, .mod_flow .flow-t03 {
  font-size: 16px;
  color: #EC5500;
  border: 1px solid #EC5500;
  line-height: 1.2;
  padding: 0.7rem 0;
  border-radius: 4px;
  margin: 1rem 0 0.8rem;
}
.mod_flow .flow-t03 {
  background: #FFEFE6;
}
.mod_flow p {
  margin: 0.5rem 0;
  text-align: left;
}
.mod_flow .chui {
  margin-top: -0.3rem;
  display: block;
  text-align: left;
  opacity: 0.8;
}
.mod_flow .arrow {
  margin: 0 auto;
  width: 32px;
}
.mod_flow .image {
  margin: 1.3rem auto 1rem;
  max-width: 320px;
}
.mod_flow .bigBg {
  background: #FFEFE6;
  margin: 0 -0.8rem;
  padding: 1rem;
}
.mod_flow .bigBg h6 {
  font-weight: 600;
  font-size: 14px;
}
.mod_flow .bigBg p {
  text-align: center;
  font-size: 22px;
  color: #EC5500;
  font-weight: 600;
}

.mod_faq {
  margin-bottom: 3.5rem;
}
.mod_faq h3 {
  text-align: center;
  font-size: 22px;
  font-weight: 400;
  color: #333;
  margin-bottom: 0.8em;
}
.mod_faq dl:last-child {
  border-bottom: 1px solid #ebebeb;
}
.mod_faq dt {
  line-height: 1;
  padding: 1.2em 30px;
  font-size: 16px;
  font-weight: 600;
  position: relative;
  background-position: 6px center;
  background-repeat: no-repeat;
  background-size: 17px;
  background-image: url(/energy/denki/pr/passcmn/images/faq_simbol.png);
  color: #333;
  border-top: 1px solid #ebebeb;
  cursor: pointer;
}
.mod_faq dt:hover {
  color: #EC5600 !important;
}
.mod_faq dt:after {
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 17px;
  background-image: url(/energy/denki/pr/passcmn/images/faq_arrow-d.png);
  position: absolute;
  top: 50%;
  right: 17px;
  margin-top: -8.5px;
}
.mod_faq dt.active {
  color: #EC5600 !important;
}
.mod_faq dt.active:after {
  background-image: url(/energy/denki/pr/passcmn/images/faq_arrow-u.png);
}
.mod_faq dd {
  padding: 1.2rem;
  font-size: 14px;
  background: #f6f6f6;
}
.mod_faq dd p {
  color: #333;
}
.mod_faq dd .chui {
  padding: 0;
}

.pontaMessage, .pontaMessage_bk, .pontaMessage_single {
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  display: block;
  margin-bottom: 1.5rem;
  background: rgba(117, 117, 117, 0.38);
  padding: 1rem;
  border-radius: 4px;
  margin-top: -0.5rem;
  line-height: 1.4;
}
.pontaMessage a, .pontaMessage_bk a, .pontaMessage_single a {
  color: #fff;
  display: block;
  margin-top: 0.6rem;
  font-size: 13px;
}

.pontaMessage_bk, .pontaMessage_single {
  background: #fff;
  box-shadow: 0 0 5px #ccc;
  color: #000;
  font-weight: 400;
}
.pontaMessage_bk a, .pontaMessage_single a {
  color: #ED5507;
}

.pontaMessage_single {
  margin: 0.5rem auto 1rem;
  max-width: 400px;
  width: 93%;
}

.mod_userv {
  margin-top: 2rem;
  margin-bottom: 3.5rem;
}
.mod_userv .inner {
  padding: 0;
}
.mod_userv h3 {
  text-align: center;
  font-size: 22px;
  font-weight: 400;
  color: #333;
  margin-bottom: 0.8em;
}
.mod_userv li {
  background: #FFF0BC;
  border-radius: 36px;
  padding: 1.5rem;
  position: relative;
  margin: 3em 0;
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.1);
}
.mod_userv li p {
  text-align: justify;
}
.mod_userv li span {
  display: block;
  height: 100px;
  width: 82px;
  position: absolute;
  bottom: -3px;
}
.mod_userv li span img {
  width: 100%;
  height: auto;
}
.mod_userv li:nth-child(even) {
  margin-left: 2rem;
  padding-left: 3.5rem;
}
.mod_userv li:nth-child(even) span {
  left: -41px;
}
.mod_userv li:nth-child(odd) {
  margin-right: 2rem;
  padding-right: 3.5rem;
}
.mod_userv li:nth-child(odd) span {
  right: -41px;
}
