@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: 14px;
  }
}
.l-wrap {
  max-width: 680px;
  margin: 0 auto;
  box-shadow: 0 0 200px rgba(222, 222, 222, 0.12);
}

.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;
}

a {
  display: inline-block;
  color: #F05400;
  text-decoration: underline;
}

p {
  line-height: 1.5;
  margin-bottom: 1em;
}
p.gray {
  color: #848484;
}
p.red {
  color: #ce0000;
}
p.green {
  display: block;
  font-weight: 700;
  border: 1px solid #F05400;
  border-radius: 3px;
  color: #F05400;
  text-align: center;
  padding: 0.8em 0;
  margin: 0.7em 0;
  background: #fff;
}
p.green.l {
  padding: 0.8em;
  margin-bottom: 0.3em;
  text-align: left;
}
p.green.l small {
  display: inline-block;
  line-height: 1.2;
  margin-top: 0.5em;
  margin-bottom: 0.8em;
}
p.green.l a {
  display: block;
  text-align: center;
  background: #F05400;
  text-decoration: none;
  color: #fff;
  padding: 0.5rem;
  border-radius: 6px;
}
p.green.tole {
  padding: 1.2rem 0.3em;
}
p.green strong {
  font-weight: 800;
}
p.lead {
  letter-spacing: 0.1em;
  font-weight: 500;
}
p strong {
  color: #F05400;
  font-weight: 600;
  display: inline-block;
}

section {
  margin: 0 0 3rem 0;
}
section.nm {
  margin-bottom: 0;
}

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

.elm_h2 {
  background: rgb(255, 192, 13);
  background: -moz-linear-gradient(-90deg, rgb(255, 192, 13) 0%, rgb(255, 138, 24) 100%);
  background: -webkit-linear-gradient(-90deg, rgb(255, 192, 13) 0%, rgb(255, 138, 24) 100%);
  background: linear-gradient(-90deg, rgb(255, 192, 13) 0%, rgb(255, 138, 24) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffc00d",endColorstr="#ff8a18",GradientType=1);
  color: #fff;
  font-weight: 700;
  text-align: center;
  padding: 0.75em;
  font-size: 17px;
  margin: 0 -1rem;
  margin-bottom: 1em;
}
.elm_h2 + p {
  letter-spacing: 0.1em;
  font-weight: 500;
}

.elm_h3 {
  font-weight: 700;
  text-align: center;
  padding: 0.75em;
  font-size: 16px;
  margin-bottom: 1em;
}

.elm_h4 {
  font-weight: 700;
  margin-bottom: 0.5em;
  font-size: 110%;
}
.elm_h4.under {
  margin-bottom: 1.2em;
}

.elm_h5 {
  font-weight: 700;
  margin-bottom: 0.5em;
  font-size: 100%;
}
.elm_h5.under {
  margin-bottom: 1.2em;
}

.elm_chui {
  font-size: 12px;
  color: #848484;
  display: block;
  margin: 0.5em 0;
  font-weight: 500;
}

.elm_hr--obake {
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0);
  margin: 1rem 0;
}

.elm_hr--line {
  border: none;
  border-top: 1px solid #F05400;
  margin: 1rem 0;
}

.elm_hr--slim {
  border: none;
  border-top: 1px dashed rgba(6, 6, 6, 0.1);
  margin: 1rem 0;
}

.elm_hr--obake--slim {
  border: none;
  border-top: 1px dashed rgba(6, 6, 6, 0);
  margin: 0.7rem 0;
}

.elm_imgMax {
  display: block;
  max-width: 450px;
  margin: 0 auto;
}

.elm_imgMax_s {
  display: block;
  max-width: 350px;
  margin: 0 auto;
}

.elm_imgMax_mv {
  display: block;
  max-width: 680px;
  margin: 0 auto;
}

.mod_faq dt {
  line-height: 1.3;
  font-weight: 400;
  padding: 0.7em 1.5em;
  position: relative;
}
.mod_faq dt:before {
  content: "Q";
  font-weight: 800;
  color: #F05400;
  display: block;
  position: absolute;
  top: 0.5em;
  left: 0;
  font-size: 16px;
}
.mod_faq dt:after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-image: url(/energy/denki/other/nenchou/cmn/images/icon/faq_arrow-d.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  position: absolute;
  right: 0;
  top: 1em;
}
.mod_faq dt.active {
  color: #F05400;
}
.mod_faq dt.active:after {
  background-image: url(/energy/denki/other/nenchou/cmn/images/icon/faq_arrow-u.png);
}
.mod_faq dd {
  background: #FFFEF0;
  padding: 1.8em 1.3em;
  font-size: 90%;
  margin-bottom: 1.2em;
}
.mod_faq p:last-child {
  margin-bottom: 0;
}

.mod_chui {
  font-size: 88%;
  line-height: 1.2;
}
.mod_chui p {
  margin-bottom: 0.5em;
  line-height: 1.2;
}

.mod_acd {
  margin-top: 1em;
}
.mod_acd dt {
  color: #F05400;
  text-decoration: underline;
  font-weight: 400;
  margin-bottom: 0.5em;
}
.mod_acd dt:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  vertical-align: middle;
  margin-left: 0.5em;
  background-image: url(/energy/denki/other/nenchou/cmn/images/icon/faq_arrow-d.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
}
.mod_acd dt.active:after {
  background-image: url(/energy/denki/other/nenchou/cmn/images/icon/faq_arrow-u.png);
}
.mod_acd dd {
  background: #fafafa;
  padding: 1rem;
  border-radius: 6px;
  line-height: 1.3;
}

.mod_app {
  position: relative;
}
.mod_app:before {
  content: "";
  display: block;
  position: absolute;
  top: -1.1rem;
  left: 0;
  height: 30%;
  width: 100%;
  background: rgb(255, 192, 13);
  background: -moz-linear-gradient(-90deg, rgba(255, 192, 13, 0.4966228386) 0%, rgba(255, 138, 24, 0.3727035303) 100%);
  background: -webkit-linear-gradient(-90deg, rgba(255, 192, 13, 0.4966228386) 0%, rgba(255, 138, 24, 0.3727035303) 100%);
  background: linear-gradient(-90deg, rgba(255, 192, 13, 0.4966228386) 0%, rgba(255, 138, 24, 0.3727035303) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffc00d",endColorstr="#ff8a18",GradientType=1);
}
.mod_app .inner {
  position: relative;
}
.mod_app .card {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.08);
  border-radius: 6px;
  background: #fff;
  padding: 1.6rem;
}
.mod_app .slider {
  margin: 2rem auto;
  max-width: 300px;
  position: relative;
}
.mod_app .slider .slick-arrow {
  position: absolute;
  top: 55%;
  width: 35px;
  height: 35px;
  text-indent: -9999px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 10;
}
.mod_app .slider .slick-arrow.slick-next {
  background-image: url(/energy/denki/other/nenchou/cmn/images/icon/r.png);
  right: -1.5rem;
}
.mod_app .slider .slick-arrow.slick-prev {
  background-image: url(/energy/denki/other/nenchou/cmn/images/icon/l.png);
  left: -1.5rem;
}
.mod_app .slider .slick-dots {
  margin-top: 1rem;
  text-align: center;
}
.mod_app .slider .slick-dots li {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 100px;
  text-indent: -9999px;
  background: #dfdfdf;
  margin: 0 5px;
}
.mod_app .slider .slick-dots li.slick-active {
  background: #F05400;
}
.mod_app .links {
  display: flex;
}
.mod_app .links .elm {
  padding: 0 0.5rem;
  flex: 1;
}
.mod_app .links .elm:first-child {
  border-right: 1px solid #eee;
  padding-right: 1rem;
}
.mod_app .links .elm:last-child {
  padding-left: 1rem;
}
.mod_app .links a {
  display: block;
  margin-top: 0.7rem;
}

.mod_data {
  background: #FFFEF0;
  padding: 0 0 1.5rem 0;
}
.mod_data .dataHead {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 1.5rem 0 0.8rem;
}
.mod_data .month {
  color: #F05400;
  font-weight: 700;
  font-size: 120%;
}
.mod_data .month span {
  display: inline-block;
}
.mod_data .ex {
  font-size: 90%;
}

.m_table {
  width: 100%;
  font-size: 90%;
}
.m_table tr:first-child th {
  padding: 0 0 0.5em 0;
  font-size: 90%;
  border-bottom: 1px solid #ccc;
  font-weight: 700;
  text-align: center;
}
.m_table tr:first-child th:first-child {
  text-align: left;
  width: 20%;
}
.m_table tr:first-child th:nth-child(2) {
  width: 40%;
}
.m_table tr:first-child th:nth-child(3) {
  width: 40%;
}
.m_table tr td:nth-child(2) {
  position: relative;
}
.m_table tr td:nth-child(2):before {
  content: "";
  display: block;
  width: 4px;
  height: 10px;
  background: #000;
  position: absolute;
  right: -2px;
  top: 50%;
  margin-top: -5px;
  background: url("/energy/denki/other/nenchou/images/icon/arrow.png") no-repeat center center;
  background-size: cover;
}
.m_table tr td:last-child {
  font-weight: 700;
}
.m_table th, .m_table td {
  padding: 1em 0;
  border-bottom: 1px dashed #ccc;
  font-weight: 400;
}
.m_table td {
  text-align: center;
}
.m_table td:after {
  content: "／kWh";
}

.box {
  background: #FFFEF0;
  border-radius: 6px;
  padding: 0.8rem;
  margin: 1rem 0;
}
.box.white {
  padding: 1.2rem;
  background: #fff;
}
.box p.cont {
  letter-spacing: 0.12em;
  opacity: 0.7;
  font-size: 90%;
  text-align: justify;
}
.box p:last-child {
  margin-bottom: 0;
}

#mod_intro {
  background: #FFFEF0;
  padding: 1rem 0 2rem;
  margin: 0;
}

p.green {
  display: block;
  position: relative;
  z-index: 10;
}

.mod_simulation .input {
  position: relative;
  margin: -2.5rem 0 0 0;
  padding: 2rem 0 1.5em;
  background: rgb(255, 192, 13);
  background: -moz-linear-gradient(-90deg, rgb(255, 192, 13) 0%, rgb(255, 138, 24) 100%);
  background: -webkit-linear-gradient(-90deg, rgb(255, 192, 13) 0%, rgb(255, 138, 24) 100%);
  background: linear-gradient(-90deg, rgb(255, 192, 13) 0%, rgb(255, 138, 24) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffc00d",endColorstr="#ff8a18",GradientType=1);
}
.mod_simulation .input .elm_h3 {
  text-align: left;
  color: #fff;
  margin: 0.8rem 0 0.5em 0;
  padding: 0;
}
.mod_simulation .input .link {
  margin-top: 0.3em;
}
.mod_simulation .input a {
  color: #fff;
  display: inline-block;
}
.mod_simulation .input input, .mod_simulation .input select {
  width: 100%;
  background: #fff;
  border-radius: 6px;
  font-size: 115%;
  padding: 1rem 1.1rem;
  line-height: 1;
  font-weight: 700;
}
.mod_simulation .input select {
  padding: 1.06rem 1.1rem;
  background: url("/energy/denki/other/nenchou/images/icon/select.png") no-repeat center right 1rem;
  background-size: 12px;
  background-color: #fff;
}
.mod_simulation .input input {
  padding-right: 6.5em;
  position: relative;
}
.mod_simulation .input .inputW {
  position: relative;
}
.mod_simulation .input .inputW:after {
  content: "kWhの場合";
  position: absolute;
  right: 1rem;
  top: 50%;
  margin-top: -0.25em;
  font-weight: 600;
}
.mod_simulation .rsult {
  position: relative;
  padding: 1rem 0;
  background: #FFFEF0;
}
.mod_simulation .rsult:after {
  content: "";
  display: block;
  width: 60px;
  height: 20px;
  background: url("/energy/denki/other/nenchou/images/s_hikaku/img1.png") no-repeat center top;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -30px;
}
.mod_simulation .rsult .elm_h3 {
  color: #F05400;
  font-size: 150%;
  margin-top: 0.3em;
}
.mod_simulation .rsult .result_stage .slot {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mod_simulation .rsult .result_stage .slot:first-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.mod_simulation .rsult .result_stage .slot:first-child .elm {
  border-radius: 6px 6px 0 0;
}
.mod_simulation .rsult .result_stage .slot:first-child .elm:after {
  content: "";
  display: block;
  width: 21px;
  height: 8px;
  background: url("/energy/denki/other/nenchou/images/s_hikaku/img1.png") no-repeat center top;
  background-size: cover;
  position: absolute;
  bottom: -5px;
  left: 50%;
  margin-left: -10px;
  z-index: 10;
}
.mod_simulation .rsult .result_stage .slot:first-child .elm:first-child:after {
  content: none;
}
.mod_simulation .rsult .result_stage .slot:first-child .elm:nth-child(2):before {
  content: "燃料費調整単価";
  position: absolute;
  font-size: 70%;
  top: -1.6em;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
}
.mod_simulation .rsult .result_stage .slot:first-child .elm:nth-child(3):before {
  content: "燃料費調整額";
  position: absolute;
  font-size: 70%;
  top: -1.6em;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
}
.mod_simulation .rsult .result_stage .slot:nth-child(2) {
  border-bottom: 1px solid #FFAB0D;
}
.mod_simulation .rsult .result_stage .slot:last-child {
  color: #F05400;
}
.mod_simulation .rsult .result_stage .slot:last-child .elm {
  border-radius: 0 0 6px 6px;
}
.mod_simulation .rsult .result_stage .slot .elm {
  width: 38%;
  background: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 138%;
  padding: 1.2rem 0;
  line-height: 1.3;
  position: relative;
}
.mod_simulation .rsult .result_stage .slot .elm small {
  display: block;
  font-weight: 500;
  font-size: 55%;
}
.mod_simulation .rsult .result_stage .slot .elm:first-child {
  text-align: left;
  width: 20%;
  background: none;
  font-size: 90%;
}

.btn {
  background: #f92;
  border: 1px solid #e95;
  padding: 0.5rem 1rem;
  border-radius: 4px;
  font-weight: 600;
  text-decoration: none;
  display: block;
  max-width: 250px;
  text-align: center;
  margin: 0.5rem auto;
  color: #fff;
}

#mv .why {
  padding-bottom: 1rem;
}

.mod_float {
  width: 100%;
  background: #fff;
  padding: 1rem;
  position: fixed;
  bottom: 0;
  left: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.172);
  z-index: 5000;
}
.mod_float a {
  display: block;
  width: 100%;
  max-width: 360px;
  margin: 0 auto;
  font-weight: 700;
  padding: 0.8rem 3rem 0.8rem 60px;
  font-size: 118%;
  text-align: left;
  background: url("/energy/denki/other/nenchou/images/icon/dentaku.png") no-repeat left 11px center;
  background-size: 40px;
  background-color: #F05400;
  position: relative;
}
.mod_float a:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url("/energy/denki/other/nenchou/images/icon/faq_arrow-d_w.png") no-repeat center center;
  background-size: cover;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -8px;
}
.mod_float a span {
  display: block;
  font-size: 85%;
}
