@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: #fefefe;
}

@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);
  background: #fff;
}

.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: #005398;
  text-decoration: underline;
}

p, span {
  line-height: 1.6;
  margin-bottom: 1em;
}
p.gray, span.gray {
  color: #848484;
}
p.red, span.red {
  color: #ce0000;
}
p.green, span.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, span.green.l {
  padding: 0.8em;
  margin-bottom: 0.3em;
  text-align: left;
}
p.green.l small, span.green.l small {
  display: inline-block;
  line-height: 1.2;
  margin-top: 0.5em;
  margin-bottom: 0.8em;
}
p.green.l a, span.green.l a {
  display: block;
  text-align: center;
  background: #F05400;
  text-decoration: none;
  color: #fff;
  padding: 0.5rem;
  border-radius: 6px;
}
p.green.tole, span.green.tole {
  padding: 1.2rem 0.3em;
}
p.green strong, span.green strong {
  font-weight: 800;
}
p.lead, span.lead {
  letter-spacing: 0.1em;
  font-weight: 500;
}
p.lead a, span.lead a {
  display: inline;
}
p strong, span strong {
  color: #F05400;
  font-weight: 600;
  display: inline-block;
}

.taright {
  text-align: right;
  width: 100%;
  display: 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(5, 0, 87);
  background: -moz-linear-gradient(90deg, rgb(5, 0, 87) 0%, rgb(52, 62, 122) 100%);
  background: -webkit-linear-gradient(90deg, rgb(5, 0, 87) 0%, rgb(52, 62, 122) 100%);
  background: linear-gradient(90deg, rgb(5, 0, 87) 0%, rgb(52, 62, 122) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#050057",endColorstr="#343e7a",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_h4.col {
  color: #005398;
}

.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--obake.x2 {
  margin: 2rem 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_chui {
  font-size: 88%;
  line-height: 1.2;
}
.mod_chui p {
  margin-bottom: 0.5em;
  line-height: 1.2;
}

.mod_acd {
  border-top: 1px solid #ccc;
}
.mod_acd.end {
  border-bottom: 1px solid #ccc;
}
.mod_acd dt {
  text-decoration: none;
  font-weight: 800;
  padding: 1em 0;
  font-size: 100%;
  position: relative;
  cursor: pointer;
}
.mod_acd dt:after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  vertical-align: middle;
  margin-left: 0.5em;
  background-image: url(/energy/denki/other/audenki_revision/cmn/images/icon/faq_arrow-d.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -7px;
}
.mod_acd dt.active {
  color: #005398;
}
.mod_acd dt.active:after {
  background-image: url(/energy/denki/other/audenki_revision/cmn/images/icon/faq_arrow-u.png);
}
.mod_acd dt span {
  display: block;
  float: right;
  font-size: 85%;
  font-weight: 500;
  margin: 0 1.5rem 0 0;
  line-height: 1.2em;
}
.mod_acd dd {
  border-top: 1px dashed #ccc;
  padding: 1rem 0;
  line-height: 1.3;
}

.mod_table {
  width: 100%;
  font-size: 90%;
  margin: 1em 0;
}
.mod_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;
  vertical-align: bottom;
}
.mod_table.tableStyle01 tr:first-child th:first-child, .mod_table.tableStyle04 tr:first-child th:first-child, .mod_table.tableStyle03 tr:first-child th:first-child, .mod_table.tableStyle02 tr:first-child th:first-child {
  text-align: left;
  width: 24%;
}
.mod_table.tableStyle01 tr:first-child th:nth-child(2), .mod_table.tableStyle04 tr:first-child th:nth-child(2), .mod_table.tableStyle03 tr:first-child th:nth-child(2), .mod_table.tableStyle02 tr:first-child th:nth-child(2) {
  width: 25.3%;
}
.mod_table.tableStyle01 tr:first-child th:nth-child(3), .mod_table.tableStyle04 tr:first-child th:nth-child(3), .mod_table.tableStyle03 tr:first-child th:nth-child(3), .mod_table.tableStyle02 tr:first-child th:nth-child(3) {
  width: 25.3%;
}
.mod_table.tableStyle01 tr:first-child th:nth-child(4), .mod_table.tableStyle04 tr:first-child th:nth-child(4), .mod_table.tableStyle03 tr:first-child th:nth-child(4), .mod_table.tableStyle02 tr:first-child th:nth-child(4) {
  width: 25.4%;
  color: #ED4A00;
}
.mod_table.tableStyle01 tr td:first-child, .mod_table.tableStyle04 tr td:first-child, .mod_table.tableStyle03 tr td:first-child, .mod_table.tableStyle02 tr td:first-child {
  text-align: left;
}
.mod_table.tableStyle01 tr:last-child td, .mod_table.tableStyle04 tr:last-child td, .mod_table.tableStyle03 tr:last-child td, .mod_table.tableStyle02 tr:last-child td {
  border-bottom: 1px solid #ccc;
}
.mod_table.tableStyle01 tr.last td, .mod_table.tableStyle04 tr.last td, .mod_table.tableStyle03 tr.last td, .mod_table.tableStyle02 tr.last td {
  border-top: 1px solid #ccc;
}
.mod_table.tableStyle01 th, .mod_table.tableStyle04 th, .mod_table.tableStyle03 th, .mod_table.tableStyle02 th, .mod_table.tableStyle01 td, .mod_table.tableStyle04 td, .mod_table.tableStyle03 td, .mod_table.tableStyle02 td {
  padding: 0.6em 0.2em;
  border-bottom: 1px dashed #ccc;
  font-weight: 400;
}
.mod_table.tableStyle01 td, .mod_table.tableStyle04 td, .mod_table.tableStyle03 td, .mod_table.tableStyle02 td {
  text-align: center;
  vertical-align: middle;
}
.mod_table.tableStyle01 td:not(:nth-child(1)):after, .mod_table.tableStyle04 td:not(:nth-child(1)):after, .mod_table.tableStyle03 td:not(:nth-child(1)):after, .mod_table.tableStyle02 td:not(:nth-child(1)):after {
  content: "円";
  display: inline-block;
  font-size: 85%;
  margin-left: 0.1em;
}
.mod_table.tableStyle01 td:nth-child(3), .mod_table.tableStyle04 td:nth-child(3), .mod_table.tableStyle03 td:nth-child(3), .mod_table.tableStyle02 td:nth-child(3) {
  font-weight: 700;
}
.mod_table.tableStyle01 td:nth-child(4), .mod_table.tableStyle04 td:nth-child(4), .mod_table.tableStyle03 td:nth-child(4), .mod_table.tableStyle02 td:nth-child(4) {
  font-weight: 700;
  color: #ED4A00;
}
.mod_table.tableStyle02 tr:first-child th:first-child {
  width: 30%;
}
.mod_table.tableStyle02 tr:first-child th:nth-child(2) {
  width: 23%;
}
.mod_table.tableStyle02 tr:first-child th:nth-child(3) {
  width: 23%;
}
.mod_table.tableStyle02 td:not(:nth-child(1)):after {
  content: "％";
}
.mod_table.tableStyle03 tr:first-child th:first-child {
  width: 15%;
}
.mod_table.tableStyle03 tr:first-child th:nth-child(2) {
  width: 25%;
}
.mod_table.tableStyle03 tr:first-child th:nth-child(3) {
  width: 25%;
}
.mod_table.tableStyle03 tr:first-child th:nth-child(4) {
  width: 15%;
}
.mod_table.tableStyle03 td:not(:nth-child(1)):after {
  content: "P";
}
.mod_table.tableStyle04 tr:first-child th:first-child {
  width: 50%;
}
.mod_table.tableStyle04 tr:first-child th:nth-child(2) {
  width: 50%;
  text-align: right;
  color: #ED4A00;
}
.mod_table.tableStyle04 td:not(:nth-child(1)):after {
  content: none;
}
.mod_table.tableStyle04 td:nth-child(2) {
  font-weight: 700;
  color: #ED4A00;
  text-align: right;
}

.mod_sepalate {
  display: flex;
  justify-content: space-between;
}
.mod_sepalate .elm {
  width: 48%;
}

.box {
  background: #f5fdff;
  border-radius: 6px;
  padding: 0.4rem 1rem;
  margin: 1rem 0;
  font-size: 98%;
  font-weight: 500;
}
.box li {
  display: flex;
  justify-content: space-between;
  padding: 0.6em 0;
  border-bottom: 1px dashed rgba(52, 52, 52, 0.09);
}
.box li:last-child {
  border-bottom: none;
}

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

.mod_fileList--pdf {
  margin: 1rem 0 1.5rem 0;
}
.mod_fileList--pdf ul li {
  margin: 0 0 0.4em 0;
}
.mod_fileList--pdf ul li a {
  background: url("/energy/denki/other/audenki_revision/cmn/images/icon/icon_pdf.png") no-repeat right 0.6em center;
  background-size: 21px;
  background-color: #ffffff;
  padding: 1em 3.1em 1em 1.1em;
  line-height: 1;
  color: #3d71b4;
  display: block;
  text-decoration: none;
  border-radius: 4px;
  border: 1px solid #eee;
  font-size: 95%;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .mod_fileList--pdf ul li a {
    transition: all 0.3s ease-out;
  }
  .mod_fileList--pdf ul li a:hover {
    background-color: #f0f6fd;
  }
}
