@charset "UTF-8";
body {
  font-family: -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;
  -webkit-font-kerning: auto;
  font-kerning: auto;
  line-height: 1;
  letter-spacing: 0.02em;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  background: #fff;
}

@media screen and (max-width: 769px) {
  body {
    font-size: 16px;
  }
}
.inner {
  margin: 0 auto;
  max-width: 680px;
  padding: 0 1rem;
}
.inner:after {
  content: "";
  display: block;
  clear: both;
}

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

.l-section {
  margin: 3rem 0;
}
.l-section.cv {
  background: #ffe;
  padding-bottom: 3rem;
  padding-top: 0.1rem;
  margin: 0;
}

.l-header {
  width: 100%;
  padding: 0.7rem 0;
}
.l-header .inner:after {
  content: "";
  display: block;
  clear: both;
}
.l-header .left {
  max-width: 110px;
  float: left;
}
.l-header .right {
  max-width: 131px;
  float: right;
}

.l-footer {
  background: #F4F4F4;
  color: #C1C1C1;
  text-align: center;
}
.l-footer .exsmall {
  font-size: 10px;
  line-height: 1.2;
  padding: 1rem 0;
  text-align: left;
  color: #7E7E7E;
}

.m-footer-copy {
  display: inline-block;
  font-weight: 700;
  font-size: 11px;
  line-height: 4;
}

@media screen and (max-width: 320px) {
  .m-footer-copy {
    line-height: 4;
  }
}
.m-pageAnc {
  background: #fc0;
  padding: 1em 0 1.4em;
}
.m-pageAnc .inner {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.m-pageAnc .elm {
  -webkit-flex: 1;
  flex: 1;
  min-width: 50%;
  text-align: center;
  padding: 0 0.2em;
}
.m-pageAnc .elm:nth-child(2) {
  -webkit-flex: 1.3;
  flex: 1.3;
}
.m-pageAnc .elm a {
  display: block;
  padding: 1.3em 0.5em;
  background: #fff;
  border-radius: 5px;
  border: 2px solid #000;
  position: relative;
  font-weight: 700;
  font-size: 15px;
  color: #000;
  padding-left: 43px;
}
.m-pageAnc .elm a:after {
  content: "";
  display: block;
  width: 50px;
  height: 100%;
  background-size: 80%;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
.m-pageAnc .elm a.ico01:after {
  background-image: url(/energy/denki/pr/5000_pay_charge/cmn/images/icon/pageAnc00.png);
}
.m-pageAnc .elm a.ico02:after {
  background-image: url(/energy/denki/pr/5000_pay_charge/cmn/images/icon/pageAnc01.png);
}
.m-pageAnc .elm a:before {
  left: 50%;
  height: 16px;
  width: 16px;
  border: 8px solid #000;
  border-top-color: transparent;
  border-right-color: transparent;
  bottom: -8.5px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-left: -8.4px;
}

@media screen and (max-width: 769px) {
  .m-pageAnc .elm a {
    font-size: 13px;
  }
}
@media screen and (max-width: 320px) {
  .m-pageAnc .elm a {
    padding: 3em 0 1em;
  }
  .m-pageAnc .elm a:after {
    width: 100%;
    background-size: 25%;
    background-position: center 0.4em;
  }
}
.mod_userv h3:after {
  left: 50%;
  height: 30px;
  width: 30px;
  background: 0 0;
  border: 15px solid transparent;
  border-top-color: #fff;
  bottom: -30px;
  margin-left: -25px;
}

.m-pageAnc .elm a:before, .m-titleBlock .title strong:before, .mod_userv h3:after {
  content: "";
  display: block;
  position: absolute;
}

.m-titleBlock {
  text-align: center;
  margin: 3rem 0 1.5rem;
}
.m-titleBlock .title small {
  display: block;
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin-bottom: 0.5em;
}

.m-box hr {
  display: block;
  margin: 2rem auto;
  width: 30%;
  border: 0;
  border-top: 1px solid #ddd;
}

.m-titleBlock .img {
  display: block;
  width: 144px;
  margin: 0 auto 0.8rem;
}
.m-titleBlock .title span {
  font-size: 30px;
  color: #a8840f;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
.m-titleBlock .title strong {
  display: inline-block;
  position: relative;
}
.m-titleBlock .title strong:before {
  height: 6px;
  width: 100%;
  background: #fff7ba;
  bottom: 3px;
  left: 0;
  z-index: -1;
}

@media screen and (min-width: 769px) {
  .m-titleBlock {
    margin: 0 0 2.5rem;
  }
  .m-titleBlock .img {
    width: 184px;
  }
}
@media screen and (max-width: 320px) {
  .m-titleBlock .img {
    width: 124px;
  }
}
@media screen and (min-width: 769px) {
  .m-titleBlock .title small {
    font-size: 22px;
  }
}
@media screen and (max-width: 320px) {
  .m-titleBlock .title small {
    font-size: 16px;
  }
}
@media screen and (min-width: 769px) {
  .m-titleBlock .title span {
    font-size: 42px;
  }
}
@media screen and (max-width: 320px) {
  .m-titleBlock .title span {
    font-size: 27px;
  }
}
.m-box {
  background: #fff;
  border-radius: 7px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.16);
  padding: 2rem 1rem 1rem;
  text-align: center;
  position: relative;
  margin-top: 3.5rem;
}
.m-box.noti {
  margin-top: 1rem;
  padding: 2rem 1rem 1rem;
}
.m-box.noti2 {
  margin-top: 1rem;
  padding: 2rem 1rem 1rem;
  padding: 2rem 0 0;
  overflow: hidden;
}
.m-box.noti2 .img {
  max-width: 100%;
  margin-bottom: 0;
}
.m-box.clear {
  box-shadow: none;
  border-radius: none;
  margin-top: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}
.m-box .title {
  position: relative;
  top: -1.8em;
}
.m-box .title span {
  background: -ms-linear-gradient(top, #ffe886, #ebbf00);
  font-weight: 700;
  color: #333;
  font-size: 18px;
  padding: 0.7em 0;
  display: block;
  margin: 0 auto;
  width: 88%;
  letter-spacing: 0.05em;
  position: relative;
  z-index: 1;
}
.m-box .title:after {
  height: 43px;
  width: 32px;
  bottom: -7px;
  background-size: 100%;
  background-position: center center;
}
.m-box .title:before {
  height: 43px;
  width: 32px;
  bottom: -7px;
  background-size: 100%;
  background-position: center center;
  left: 0;
  background-image: url(/energy/denki/pr/5000_pay_charge/cmn/images/title_l.png);
}
.m-box .title:after {
  right: 0;
  background-image: url(/energy/denki/pr/5000_pay_charge/cmn/images/title_r.png);
}
.m-box .bt {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 0.6em;
}
.m-box .bt strong {
  color: #ed5501;
}
.m-box .lead {
  margin: 0.5rem 0 2rem;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.08em;
}
.m-box .lead strong {
  color: #ed5501;
  font-weight: 400;
}

.mod_userv h3 {
  color: #ed5501;
  font-weight: 400;
  text-align: center;
  font-size: 22px;
  color: #333;
  margin-bottom: 0.8em;
  position: relative;
}

.m-box .over {
  text-align: center;
  width: 100%;
}
.m-box .img {
  margin: 0 auto;
  margin-bottom: 0.5rem;
  max-width: 450px;
}
.m-box .img-txt {
  margin: -50px auto 1em;
  max-width: 450px;
  text-align: left;
  padding-left: 20%;
}
.m-box .img-txt a {
  font-size: 13px;
  display: inline-block;
  color: #2989fd;
  border-bottom: 1px solid #2989fd;
}

@media screen and (min-width: 769px) {
  .m-box {
    padding: 0 1rem;
  }
}
@media screen and (min-width: 769px) {
  .m-box .lead {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 2.5em;
  }
  .m-box .img-txt {
    padding-left: 14%;
    margin: -50px auto 1em;
  }
  .m-box .img-txt a {
    display: inline-block;
    color: #2989fd;
    border-bottom: 1px solid #2989fd;
  }
}
@media screen and (max-width: 320px) {
  .m-box .img-txt {
    margin: -34px auto 1em;
  }
}
.m-chu {
  font-size: 10px;
  color: #969696;
  line-height: 1.4;
  text-align: justify;
  font-weight: 500;
  letter-spacing: -0.001em;
}

@media screen and (min-width: 769px) {
  .m-chu {
    font-size: 12px;
  }
}
.m-abouts {
  text-align: center;
  margin-bottom: 3rem;
}
.m-abouts .title {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.07em;
  margin-bottom: 1rem;
}
.m-abouts .title sup {
  font-weight: 400;
  display: inline-block;
  margin: 0 0.2em;
}
.m-abouts .title strong {
  color: #ed5601;
  font-weight: 600;
  display: block;
  margin-top: 0.3em;
}
.m-abouts .img {
  margin: 0 auto;
  max-width: 430px;
  margin-bottom: 1rem;
}

@media screen and (min-width: 769px) {
  .m-abouts .title {
    font-size: 24px;
  }
}
@media screen and (max-width: 320px) {
  .m-abouts .title {
    font-size: 16px;
  }
}
.links {
  margin-top: 1rem;
  text-align: right;
}
.links a {
  display: inline-block;
  font-weight: 600;
}

.m-cvArea .title {
  display: inline-block;
  font-weight: 600;
}

.links a {
  padding: 0.3em 0;
  font-size: 12px;
  text-decoration: underline;
  color: #0092d3;
}

@media screen and (min-width: 769px) {
  .links a {
    font-size: 14px;
  }
}
.m-cvArea {
  text-align: center;
  background: #fafafa;
}
.m-cvArea .title {
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  font-size: 16px;
  line-height: 1.8;
  vertical-align: bottom;
}
.m-cvArea .m-mvset {
  padding: 1rem 0;
}
.m-cvArea .m-cvbs {
  margin: 0;
}
.m-cvArea .m-cvbs .anc {
  margin-bottom: 1em;
}
.m-cvArea .txtlink {
  margin-top: 2rem;
}
.m-cvArea .txtlink a {
  text-decoration: none;
  color: #65a438;
  font-weight: 500;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .m-cvArea .txtlink {
    margin-top: 1.5rem;
  }
  .m-cvArea .txtlink a {
    font-size: 12px;
  }
}
.m-cvArea .txtlink + .txtlink {
  margin-top: 0.5em;
}
.m-cvArea .txtlink + .txtlink a {
  color: #D6A500;
}

@media screen and (min-width: 769px) {
  .m-cvArea .m-mvset {
    padding: 3rem 0;
  }
}
.m-gaiyou {
  font-feature-settings: normal;
  font-size: 12px;
  line-height: 1.5;
  color: #7E7E7E;
  margin: 3rem 0;
}
.m-gaiyou hr {
  margin: 1.5rem 0;
  border: none;
}
.m-gaiyou .t1 {
  font-weight: 700;
  font-size: 14px;
  color: #333333;
  margin-bottom: 0.5rem;
}
.m-gaiyou .t2 {
  font-weight: 500;
  color: #333333;
  margin-bottom: 0.3rem;
}
.m-gaiyou p, .m-gaiyou ul {
  margin-bottom: 1em;
}
.m-gaiyou p.nosp, .m-gaiyou ul.nosp {
  margin-bottom: 0;
}
.m-gaiyou a {
  display: inline;
  color: #00a1b9;
  text-decoration: underline;
}
.m-gaiyou ul.list li, .m-gaiyou ul.list-kome li, .m-gaiyou ul.list-none li {
  padding-left: 1em;
  text-indent: -1em;
}
.m-gaiyou ul.list li:before {
  content: "・";
}
.m-gaiyou ul.list-kome li:before {
  content: "※";
}
.m-gaiyou ul.list-none li:before {
  content: none;
}
.m-gaiyou ul li > ul {
  margin-bottom: 0;
}

@media screen and (min-width: 769px) {
  .m-gaiyou {
    font-size: 13px;
  }
}
.fixbtn {
  position: fixed;
  bottom: 0;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.28);
  z-index: 100;
  width: 100%;
  background: #eb5504;
}

.end span {
  margin: 0 auto;
  width: 275px;
}

.fixbtn a {
  margin: 0 auto;
  max-width: 500px;
}

.end {
  display: block;
}
.end a, .end span {
  display: block;
}

.fixbtn a {
  display: block;
}

.end {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  z-index: 60000000;
}
.end a {
  margin-top: 2rem;
}
.end p {
  margin-left: -150px;
  position: absolute;
  left: 50%;
  width: 300px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 320px) {
  .end span {
    width: 235px;
  }
  .end p {
    width: 260px;
    margin-left: -130px;
  }
}
.m-bgy {
  background: #fc0;
  padding: 1px 0 1.2rem;
}
.m-bgy hr {
  margin: 1.5rem auto;
  width: 100%;
}

.explenation_about {
  padding: 1px 0;
  margin-top: 2rem;
  padding-bottom: 1rem;
  background-color: #dd5523;
}
.explenation_about .about {
  display: block;
  margin: -1.2rem auto 1.5rem;
  max-width: 142px;
}
.explenation_about .ds {
  margin-bottom: 3rem;
}
.explenation_about .chui {
  color: #fff;
}

@media screen and (min-width: 1024px) {
  .explenation_about {
    background-color: #dd5523;
  }
}
.explenation_about2 {
  margin-top: -1.8rem;
  padding-bottom: 1rem;
}
.explenation_about2 .inner.np {
  padding: 0;
}

.mod_faq dd .chui {
  padding: 0;
}

.explenation_about2 .chui {
  color: #969696;
  line-height: 1.2;
  font-size: 12px;
}
.explenation_about2 .chui li {
  margin: 0.5em 0;
}
.explenation_about2 .chui a {
  text-decoration: underline;
}

@media screen and (min-width: 769px) {
  .explenation_about .chui, .explenation_about2 .chui {
    font-size: 16px;
  }
}
.explenation_about .inner, .explenation_about2 .inner {
  max-width: 600px;
}

.m-hrgr {
  background-color: #fc9b04;
  background-image: url(/energy/denki/pr/5000_pay_charge/cmn/images/s_voice/hrgr_bg.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 200%;
  padding: 3rem 0 0.1em;
}
.m-hrgr .titile {
  max-width: 500px;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .m-hrgr {
    background-size: 80%;
  }
}
.mod_userv {
  margin-top: 2rem;
  margin-bottom: 3.5rem;
}
.mod_userv h3 span {
  background: #fff;
  border-radius: 50px;
  padding: 0.7em 2rem;
  display: inline-block;
}
.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;
}

.mod_faq {
  margin-bottom: 3.5rem;
  padding-top: 3rem;
  padding-bottom: 2rem;
}
.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 {
  background-repeat: no-repeat;
  background-size: 17px;
  line-height: 1;
  padding: 1.2em 30px;
  font-size: 16px;
  font-weight: 600;
  background-position: 6px center;
  background-image: url(/energy/denki/pr/5000_pay_charge/cmn/images/s_faq/faq_simbol.png);
  color: #333;
  border-top: 1px solid #ebebeb;
  cursor: pointer;
}
.mod_faq dt:after {
  background-repeat: no-repeat;
  background-size: 17px;
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  background-position: left center;
  background-image: url(/energy/denki/pr/5000_pay_charge/cmn/images/icon/faq_arrow-d.png);
  position: absolute;
  top: 50%;
  right: 7px;
  margin-top: -8.5px;
}
.mod_faq dt.active, .mod_faq dt:hover {
  color: #ec5600 !important;
}
.mod_faq dt.active:after {
  background-image: url(/energy/denki/pr/5000_pay_charge/cmn/images/icon/faq_arrow-u.png);
}
.mod_faq dd {
  padding: 1.2rem;
  font-size: 14px;
  background: #f6f6f6;
  line-height: 1.5;
}
.mod_faq dd p {
  color: #333;
}
.mod_faq dd strong {
  color: #c30000;
  font-weight: 600;
}
.mod_faq dd a {
  color: #2c61df;
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .mod_faq {
    padding-top: 1.5rem;
    padding-bottom: 1rem;
  }
}
.m-btn-primary {
  background-image: none;
  padding: 1.5em 0;
}

.cvbtn:after {
  content: none;
}

.sec_entry {
  /*
    padding: 6rem 0;
    margin-bottom: 5rem;
    background: #fafafa;
  */
}

@media screen and (max-width: 768px) {
  /*
    .sec_entry {
      padding: 4rem 0;
      margin-bottom: 2rem;
    }
  */
}
.hilt {
  font-size: 14px;
  color: red;
  background: #fff;
  margin-top: 0.5rem;
  padding: 0.3em 1em;
  border: 1px solid red;
  border-radius: 3px;
  display: inline-block;
}

@media screen and (max-width: 414px) {
  .hilt {
    text-align: left;
  }
}
#mv {
  position: relative;
}
#mv .inner {
  position: relative;
}

.mod_faq dt {
  position: relative;
}

.mod_faq dl:last-child {
  margin-bottom: 2rem;
}

.item__mv--cach {
  background: #fff;
  padding: 0.7em;
  font-size: 13px;
  color: #EC5A03;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 1.5rem;
  position: relative;
  z-index: 2;
  border-radius: 6px;
}

.item__mv--chui {
  font-size: 12px;
  text-align: left;
  font-weight: 400;
  color: #000;
  line-height: 1.4;
  margin-bottom: 1.5rem;
  position: relative;
  z-index: 2;
}

#mv {
  background-color: #FFFAE5;
  color: #707070;
  text-align: center;
  padding: 0 0 20px 0;
  overflow: hidden;
  font-weight: 600;
}
#mv .inner {
  max-width: 600px;
  z-index: 1;
}
#mv .btns {
  background: #fff;
  padding-bottom: 2em;
  margin-top: 0.5em;
}
#mv .item__mv--chui {
  margin: 0 auto;
  margin-top: 1rem;
  margin-bottom: 1rem;
  color: #fff;
  font-weight: 600;
  padding: 0 1rem;
}
@media screen and (min-width: 768px) {
  #mv .item__mv--chui {
    text-align: center;
  }
}
#mv .item__mv--title {
  margin: 0 -1rem;
  background: url("../images/mv/mvbg.png") no-repeat center center;
  background-size: cover;
  padding-bottom: 0.5rem;
  margin-bottom: 1.5rem;
}
#mv .space {
  background: #fff;
  border-radius: 3px;
  padding: 2px 10px 5px;
  display: inline-block;
}
#mv .item__mv--btm {
  color: #eb5505;
  margin-top: 0.5em;
  margin-bottom: 1rem;
  line-height: 1.3;
}
#mv .item__mv--btm .chu {
  font-size: 10px;
  margin-bottom: 0.3rem;
}
#mv .item__mv--btm .chu_big {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 0.3rem;
}
#mv .item__mv--btm .chu_big sup {
  font-size: 10px;
}
#mv .item__mv--btm .bk {
  color: #000;
}
#mv .item__mv--small {
  opacity: 0.8;
  font-weight: 400;
}
#mv .chui li {
  padding-left: 1em;
  text-indent: -1em;
}
#mv p {
  padding: 1px 0;
}
#mv p.space {
  margin-bottom: 1.2rem;
}
#mv .l-section.cv {
  padding-bottom: 0;
  background: none;
}
#mv .l-section.cv .m-titleBlock {
  margin-top: 0;
  margin-bottom: 1em;
}
#mv .l-section.cv .m-titleBlock .img {
  display: none;
}
#mv .l-section.cv .m-titleBlock .title small {
  display: inline-block;
  font-size: 1.2rem;
  margin: 0 0.2em;
}
#mv .l-section.cv .m-titleBlock .title strong, #mv .l-section.cv .m-titleBlock .title span {
  font-size: 1.3rem;
}

.btn1 {
  font-weight: 700;
  text-decoration: none;
  color: #fff;
  position: relative;
  text-align: center;
}

#mv .txtAnc {
  font-size: 14px;
  padding: 0 1em 0.3em 0;
  font-weight: 600;
  color: #000;
  position: relative;
}
#mv .txtAnc:after {
  content: "";
  display: block;
  height: 8px;
  width: 8px;
  border: 1.5px solid #000;
  position: absolute;
  top: 50%;
  margin-top: -7.5px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top-color: transparent;
  border-left-color: transparent;
}

.btn1:after {
  content: "";
  display: block;
  height: 8px;
  width: 8px;
  border: 1.5px solid #fff;
  position: absolute;
  top: 50%;
  margin-top: -7.5px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top-color: transparent;
  border-left-color: transparent;
}

#mv .txtAnc:after {
  right: 0;
}

.btn1 {
  display: block;
  border-radius: 500px;
  font-size: 18px;
  letter-spacing: 0.1em;
  background: rgb(50, 255, 169);
  background: linear-gradient(146deg, rgb(50, 255, 169) 0%, rgb(149, 113, 255) 40%, rgb(197, 228, 231) 80%, rgb(165, 255, 114) 100%);
  border: 1px solid rgba(255, 255, 255, 0.74);
  box-shadow: 0 5px 0 rgba(0, 0, 0, 0.17);
  margin: 0 auto 5px;
  transition: all 0.3s ease;
  padding: 1.2em 0;
  max-width: 350px;
}
.btn1:hover {
  margin-top: 5px;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.17);
  margin-bottom: 0;
}
.btn1:after {
  right: 1.3rem;
}
@media screen and (max-width: 320px) {
  .btn1 {
    font-size: 16px;
  }
}

.overIMG {
  width: 100%;
  background: #ec5600;
}
.overIMG img {
  display: block;
  margin: 0 auto;
  max-width: 600px;
}

.add_joken {
  background: #ec5600;
  color: #fff;
  padding: 1.5rem 0;
  margin-bottom: 1.2em;
}
.add_joken .ttl {
  font-weight: 700;
  margin-bottom: 0.4em;
}
.add_joken p {
  line-height: 1.5;
  font-size: 13px;
}

.sec_entry {
  margin: 0;
}

.col_red {
  color: #e60000;
}

.m-cvArea {
  padding: 6rem 0;
  background: #fafafa;
}

@media screen and (max-width: 768px) {
  .m-cvArea {
    background: #fafafa;
    padding: 3rem 0;
  }
}
#adBnr {
  padding: 0 0 1rem 0;
  background: #FFFA00;
}
#adBnr .inner {
  max-width: 480px;
}
#adBnr a {
  display: block;
}
#adBnr .img {
  margin-top: -1rem;
  position: relative;
  z-index: 1;
}
#adBnr .txt {
  padding: 0 0.5em;
  text-decoration: underline;
  color: #00AAD3;
  font-size: 14px;
  line-height: 1.3;
  font-emphasize: 500px;
}
@media screen and (max-width: 768px) {
  #adBnr .txt {
    font-size: 12px;
  }
}

.m_flowAcd {
  text-align: center;
  margin-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 8px solid #ec5600;
}
.m_flowAcd .m_flowAcd-trigg {
  color: #fff;
  background: #ec5600;
  font-weight: 700;
  padding: 1rem 0;
  border-radius: 8px 8px 8px 8px;
  position: relative;
}
.m_flowAcd .m_flowAcd-trigg:before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background-color: #fff;
  border-radius: 3px;
  position: absolute;
  right: 0.8em;
  top: 50%;
  margin-top: -9px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 80%;
  background-image: url(/energy/denki/pr/5000_pay_charge/cmn/images/icon/faq_arrow-d.png);
}
.m_flowAcd .m_flowAcd-trigg.active {
  border-radius: 8px 8px 0 0;
}
.m_flowAcd .m_flowAcd-trigg.active:before {
  background-image: url(/energy/denki/pr/5000_pay_charge/cmn/images/icon/faq_arrow-u.png);
}
.m_flowAcd .m_flowAcd-tgt {
  display: none;
  background: #ec5600;
  padding: 0 0.5rem 0.5rem 0.5rem;
  border-radius: 0 0 8px 8px;
}

#anc03 .m-titleBlock {
  margin-top: 0 !important;
}

.m_hideBtn {
  text-align: center;
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 1rem 1rem;
  z-index: 6000;
}
@media screen and (max-width: 320px) {
  .m_hideBtn a {
    font-size: 16px;
  }
}

.acdTrigg {
  background-image: url("../images/icon/faq_arrow-d.png");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 1em;
  padding-right: 2rem;
  cursor: pointer;
}
.acdTrigg.active {
  background-image: url("../images/icon/faq_arrow-u.png");
}

.mod_cvBtn {
  text-align: center;
}
.mod_cvBtn:last-child {
  margin-bottom: 0;
}
.mod_cvBtn .twins {
  display: flex;
  max-width: 460px;
  margin: 0 auto;
  justify-content: space-between;
}
.mod_cvBtn .twins .cvBtn {
  flex: 1;
  max-width: 49%;
}
.mod_cvBtn .twins .cvBtn i {
  text-align: left;
  line-height: 1.4;
  padding: 0.7em 1.3em;
}
.mod_cvBtn .twins .cvBtn small {
  display: block;
  font-size: 80%;
}
.mod_cvBtn .cvBtn {
  font-size: 110%;
  font-weight: 700;
  line-height: 1;
  display: block;
  margin: 0.8em 0 0.7em;
}
.mod_cvBtn .cvBtn:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 320px) {
  .mod_cvBtn .cvBtn {
    font-size: 100%;
  }
}
.mod_cvBtn .cvBtn small {
  font-size: 80%;
}
.mod_cvBtn .cvBtn a, .mod_cvBtn .cvBtn span {
  text-align: center;
  display: inline-block;
  text-decoration: none;
  border-radius: 500px;
  padding: 2px;
  color: #fff;
  transition: all 0.2s ease-out;
  width: 100%;
  max-width: 460px;
}
@media screen and (min-width: 768px) {
  .mod_cvBtn .cvBtn a, .mod_cvBtn .cvBtn span {
    cursor: pointer;
    text-align: center;
  }
  .mod_cvBtn .cvBtn a:hover, .mod_cvBtn .cvBtn span:hover {
    transform: scale(1.05);
  }
}
.mod_cvBtn .cvBtn i {
  display: block;
  width: 100%;
  font-style: normal;
  border: 2px solid rgba(255, 255, 255, 0.318);
  border-radius: 500px;
  padding: 1.1em 1.9em;
  position: relative;
}
.mod_cvBtn .cvBtn i:after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: url("../images/icon/arrow_r.png") no-repeat center center;
  background-size: 100%;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
}
.mod_cvBtn .cvBtn.au a, .mod_cvBtn .cvBtn.au span {
  background: rgb(255, 157, 0);
  background: linear-gradient(180deg, rgb(255, 157, 0) 0%, rgb(255, 89, 0) 100%);
}
.mod_cvBtn .cvBtn.uq a, .mod_cvBtn .cvBtn.uq span {
  background: #B441AF;
  background: linear-gradient(180deg, #B441AF 0%, #6969CF 100%);
}
.mod_cvBtn .cvBtn.povo a, .mod_cvBtn .cvBtn.povo span {
  background: #fbe447;
}
.mod_cvBtn .cvBtn.povo a i, .mod_cvBtn .cvBtn.povo span i {
  color: #000;
}
.mod_cvBtn .cvBtn_cach {
  font-size: 120%;
  font-weight: 600;
  letter-spacing: 0.09em;
  line-height: 1;
  margin-bottom: 1rem;
}
@media screen and (max-width: 320px) {
  .mod_cvBtn .cvBtn_cach {
    font-size: 100%;
    letter-spacing: 0.01em;
  }
}
.mod_cvBtn .cvBtn_cach:before, .mod_cvBtn .cvBtn_cach:after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 12px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left top;
}
.mod_cvBtn .cvBtn_cach:before {
  margin-right: 0.5em;
  background-image: url("../images/cvbtn/accent_l.png");
}
.mod_cvBtn .cvBtn_cach:after {
  margin-left: 0.5em;
  background-image: url("../images/cvbtn/accent_r.png");
}
.mod_cvBtn .none {
  display: none;
}

.mod_acd dd, .mod_acd--hybrid dd, .mod_acd--txt dd {
  display: none;
}
.mod_acd--txt .trigg {
  line-height: 1;
  text-align: center;
}
.mod_acd--txt .trigg:before, .mod_acd--txt .trigg:after {
  vertical-align: middle;
}
.mod_acd--txt .trigg:before {
  content: "詳細を見る";
  font-weight: 600;
  font-size: 100%;
  color: #000;
}
.mod_acd--txt .trigg:after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url("../images/icon/dn.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin-left: 0.3em;
  transform: translateY(1px);
}
@media screen and (min-width: 769px) {
  .mod_acd--txt .trigg {
    transition: all 0.2s ease;
    cursor: pointer;
  }
  .mod_acd--txt .trigg:hover {
    opacity: 0.6;
  }
}
.mod_acd--txt .elm {
  padding-bottom: 1rem;
}
.mod_acd--txt.active .trigg:before {
  content: "閉じる";
}
.mod_acd--txt.active .trigg:after {
  background-image: url("../images/icon/up.png");
}
.mod_acd--hybrid li {
  margin: 0.5rem 0;
}
.mod_acd--hybrid dl.colors {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 7px;
  font-size: 13px;
  line-height: 1.6;
  font-weight: 500;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 320px) {
  .mod_acd--hybrid dl.colors {
    font-size: 11px;
  }
}
.mod_acd--hybrid dl.colors.tone--blue {
  border: 1px solid #34B4ED;
}
.mod_acd--hybrid dl.colors.tone--blue dt {
  background-color: #F4FBFF;
}
.mod_acd--hybrid dl.colors.tone--blue .elm {
  border-top-color: #34B4ED;
}
.mod_acd--hybrid dl.colors.tone--orange {
  border: 1px solid #ED9834;
}
.mod_acd--hybrid dl.colors.tone--orange dt {
  background-color: #FFF7EF;
}
.mod_acd--hybrid dl.colors.tone--orange .elm {
  border-top-color: #ED9834;
}
.mod_acd--hybrid dl.colors.tone--green {
  border: 1px solid #70C71A;
}
.mod_acd--hybrid dl.colors.tone--green dt {
  background-color: #F7FFEF;
}
.mod_acd--hybrid dl.colors.tone--green .elm {
  border-top-color: #70C71A;
}
.mod_acd--hybrid dl.colors.tone--red {
  border: 1px solid #ED3466;
}
.mod_acd--hybrid dl.colors.tone--red dt {
  background-color: #FFF4F7;
}
.mod_acd--hybrid dl.colors.tone--red .elm {
  border-top-color: #ED3466;
}
.mod_acd--hybrid dl.colors.tone--yellow {
  border: 1px solid #FFE200;
}
.mod_acd--hybrid dl.colors.tone--yellow dt {
  background-color: #FFFDF4;
}
.mod_acd--hybrid dl.colors.tone--yellow .elm {
  border-top-color: #FFE200;
}
.mod_acd--hybrid .colors dt {
  padding: 0.5rem 0.9rem;
  padding-right: 2.8rem;
  position: relative;
  border-radius: 7px;
}
.mod_acd--hybrid .colors dt .accent {
  max-width: 93px;
}
.mod_acd--hybrid .colors dt:after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  transform: translateY(1px);
  position: absolute;
  right: 0.9rem;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 769px) {
  .mod_acd--hybrid .colors dt {
    cursor: pointer;
    transition: all 0.2s ease;
  }
  .mod_acd--hybrid .colors dt:hover {
    opacity: 0.6;
  }
}
.mod_acd--hybrid .colors dt, .mod_acd--hybrid .colors .elm_head {
  display: flex;
  align-items: center;
}
.mod_acd--hybrid .colors dt .accent, .mod_acd--hybrid .colors .elm_head .accent {
  margin-right: 0.7rem;
}
.mod_acd--hybrid .colors dt .accent img.small, .mod_acd--hybrid .colors .elm_head .accent img.small {
  max-width: 26px;
}
.mod_acd--hybrid .colors dt .title, .mod_acd--hybrid .colors .elm_head .title {
  font-weight: 600;
  line-height: 1.2;
  font-size: 100%;
}
.mod_acd--hybrid .colors dt .title strong, .mod_acd--hybrid .colors .elm_head .title strong {
  color: #EB5505;
}
.mod_acd--hybrid .elm {
  border-top: 1px solid #eee;
  position: relative;
  padding: 0.8rem 0.9rem;
}
.mod_acd--hybrid .elm_head {
  margin-bottom: 0.8rem;
  font-size: 115%;
}
.mod_acd--hybrid .elm_head .accent {
  max-width: 50px;
  padding: 0 0.4rem;
}
.mod_acd--hybrid .elm_body .img {
  margin: 0 0 1rem 0;
}
.mod_acd--hybrid .elm_foot {
  padding: 1.3rem 0 0.6rem;
  text-align: center;
}
@media screen and (max-width: 320px) {
  .mod_acd--hybrid .elm_foot {
    padding: 0.3rem 0 0;
  }
}
@media screen and (min-width: 769px) {
  .mod_acd--hybrid .close_txt, .mod_acd--hybrid .close_icon {
    cursor: pointer;
    transition: all 0.2s ease;
  }
  .mod_acd--hybrid .close_txt:hover, .mod_acd--hybrid .close_icon:hover {
    opacity: 0.6;
  }
}
.mod_acd--hybrid .close_txt {
  color: #EB5505;
  text-decoration: underline;
  font-weight: 600;
  font-size: 110%;
}
.mod_acd--hybrid .close_icon {
  width: 40px;
  height: 40px;
  background: url("../images/icon/close.png") no-repeat center center;
  background-size: 18px;
  position: absolute;
  top: -20px;
  right: -20px;
}
@media screen and (min-width: 769px) {
  .mod_acd--hybrid .close_icon {
    background-size: 24px;
  }
}
.mod_acd--hybrid .mdl dt:after {
  background-image: url("../images/icon/pls.png");
}
.mod_acd--hybrid .mdl dd {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.67);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 300;
}
.mod_acd--hybrid .mdl .in {
  margin: 0 auto;
  padding: 0 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  max-width: 550px;
}
.mod_acd--hybrid .mdl .elm {
  background: #fff;
  border-radius: 9px;
}
.mod_acd--hybrid .mdl.mini {
  margin: 0;
}
.mod_acd--hybrid .mdl.mini dl {
  border: none;
}
.mod_acd--hybrid .mdl.mini dt {
  padding: 0;
}
.mod_acd--hybrid .mdl.mini dt:after {
  transform: translateY(0);
  position: initial;
  margin-left: 0.4em;
}
.mod_acd--hybrid .mdl.mini .elm_head {
  text-align: center;
}
.mod_acd--hybrid .mdl.mini .elm_head .title {
  width: 100%;
}
.mod_acd--hybrid .mdl.mini .elm_head .accent {
  display: none;
}
.mod_acd--hybrid .acd dl.colors.active dt:after {
  background-image: url("../images/icon/up.png");
}
.mod_acd--hybrid .acd dt:after {
  background-image: url("../images/icon/dn.png");
}
.mod_acd--hybrid .acd .elm_head, .mod_acd--hybrid .acd .elm_foot {
  display: none;
}
.mod_acd--hybrid .open dd {
  display: block;
}
.mod_acd--hybrid .open dt {
  display: none;
}
.mod_acd--hybrid .open .elm {
  border-top: none;
  padding-bottom: 1.3em;
}
.mod_acd--hybrid .open .elm_foot {
  display: none;
}
.mod_acd--hybrid .open .elm_body .mod_acd--txt .elm {
  padding: 0 0 0.8rem;
}

.mod_textBlock p, .mod_acd--hybrid dl.colors p {
  margin-bottom: 1rem;
  line-height: 1.5;
}
.mod_textBlock p img, .mod_acd--hybrid dl.colors p img {
  display: block;
  margin: 0 auto;
}
.mod_textBlock p:last-child, .mod_acd--hybrid dl.colors p:last-child {
  margin-bottom: 0;
}
.mod_textBlock .img img, .mod_acd--hybrid dl.colors .img img {
  display: block;
  margin: 0 auto;
}

.elm_imgFrame, .mod_acd--hybrid .elm_body .img {
  border-radius: 7px;
  border: 1px solid #eee;
  overflow: hidden;
  background: #fff;
}
.elm_imgFrame p, .mod_acd--hybrid .elm_body .img p {
  padding: 0 0.7em 0.7em;
}

.mod_cvm .elm_body {
  padding: 0.7rem 0.7rem 1rem;
}
.mod_cvm .cv_wrap_au {
  padding-bottom: 1.3em;
  border: 2px solid #FF7F00;
  border-radius: 8px;
}
.mod_cvm .elm {
  padding: 0;
  width: 100%;
}
.mod_cvm .elm_foot {
  padding: 0;
}
.mod_cvm .inc_entry {
  box-shadow: none;
  margin-top: -1px;
}
.mod_cvm .sec_entry .entry_box {
  box-shadow: none;
  border-radius: 7px;
}
.mod_cvm .sec_entry {
  width: 100%;
}
.mod_cvm .sec_entry .sec_inner {
  padding: 0;
}
.mod_cvm .sec_entry .entry_box_body {
  padding: 0.5em 0.9rem;
  padding-bottom: 0;
}
.mod_cvm .sec_entry .entry_box .entry_box_message {
  font-size: 12px;
  margin-bottom: 0.8em;
}
.mod_cvm .sec_entry .entry_box .btn_login {
  width: 100%;
  max-width: 350px;
}
.mod_cvm .sec_entry .entry_box .btn_login span {
  display: inline-block;
  margin-left: 6px;
}
.mod_cvm .sec_entry .entry_box_step1 {
  padding-bottom: 0.8rem;
}
.mod_cvm .sec_entry .entry_box_note {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.mod_cvm .sec_entry .entry_box h3 {
  background: none;
  margin: 0;
  padding: 0;
  font-size: 1rem;
  line-height: 1.2;
  padding: 0.7rem;
}
.mod_cvm .sec_entry .entry_box_header {
  height: auto;
}
.mod_cvm .sec_entry .entry_box select {
  padding: 0.8em 1rem;
}
