@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, .mod_tabSwitch {
  margin: 0 auto;
  max-width: 680px;
  padding: 0 1rem;
}
.inner:after, .mod_tabSwitch: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, .l-header .mod_tabSwitch:after {
  content: "";
  display: block;
  clear: both;
}
.l-header .left {
  max-width: 160px;
  float: left;
}
.l-header .right {
  max-width: 88px;
  float: right;
}

.elm_linkBox, .elm_linkBox--pdf {
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 1.1rem 1.45rem;
  padding-right: 3.5rem;
  display: block;
  transition: opacity 0.3s ease;
  line-height: 1;
  position: relative;
}
.elm_linkBox:after, .elm_linkBox--pdf:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 3.5rem;
  height: 100%;
  background-image: url("../images/icon/next.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 15px;
}
.elm_linkBox:hover, .elm_linkBox--pdf:hover {
  opacity: 0.6;
}
.elm_linkBox--pdf:after {
  background-image: url("../images/icon/icon_pdf.png");
  background-size: 22px;
}

.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_h6 {
  font-weight: 700;
  margin-bottom: 0.5em;
  font-size: 90%;
  color: #005398;
}
.elm_h6.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--slim.x2 {
  margin: 2rem 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;
  margin: 0 -1rem;
}
.mod_acd.end {
  border-bottom: 1px solid #ccc;
}
.mod_acd.first {
  margin-top: -1rem;
  border-top: none;
}
.mod_acd dt {
  text-decoration: none;
  font-weight: 700;
  padding: 1.3em 2.5em 1.3em 1em;
  font-size: 100%;
  position: relative;
  cursor: pointer;
  line-height: 1.3;
}
.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.8em;
  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;
  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.tableStyle05 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.tableStyle05 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.tableStyle05 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.tableStyle05 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.tableStyle05 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.tableStyle05 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.tableStyle05 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.tableStyle05 th, .mod_table.tableStyle04 th, .mod_table.tableStyle03 th, .mod_table.tableStyle02 th, .mod_table.tableStyle01 td, .mod_table.tableStyle05 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.tableStyle05 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.tableStyle05 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.tableStyle05 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.tableStyle05 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_table.tableStyle05 th {
  text-align: left;
}
.mod_table.tableStyle05 tr:first-child th:first-child {
  width: auto;
  text-align: left;
}
.mod_table.tableStyle05 tr:first-child th:nth-child(2) {
  width: auto;
  text-align: left;
}
.mod_table.tableStyle05 tr:first-child th:nth-child(3) {
  width: auto;
  text-align: left;
}
.mod_table.tableStyle05 tr:first-child th:nth-child(4) {
  text-align: left;
  width: auto;
  color: #333;
}
.mod_table.tableStyle05 tr:last-child td {
  border-bottom: 1px dashed #ccc;
}
.mod_table.tableStyle05 tr.last td {
  border-top: 1px dashed #ccc;
}
.mod_table.tableStyle05 td {
  width: auto;
  text-align: left;
}
.mod_table.tableStyle05 td:not(:nth-child(1)):after {
  content: "";
}
.mod_table.tableStyle05 td:nth-child(3) {
  font-weight: 400;
}
.mod_table.tableStyle05 td:nth-child(4) {
  font-weight: 400;
  color: #333;
}
.mod_table.tableStyle05 td strong {
  color: #ED4A00;
}

.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);
  text-indent: -1.2em;
  padding-left: 1.2em;
}
.box li:last-child {
  border-bottom: none;
}

#mod_intro {
  background: #f5fdff;
  padding: 1rem 0 2rem;
  margin: 0;
  line-height: 1.4;
  font-weight: 500;
}
#mod_intro p {
  line-height: 1.4;
  margin: 0.5em 0;
}
#mod_intro .lead {
  font-size: 108%;
  line-height: 1.4;
  color: #1A2586;
  font-weight: 600;
}
#mod_intro .waku {
  background: #fff;
  padding: 0.6em 0.9em;
  border-radius: 6px;
  font-weight: 500;
  border: 1px solid #dee;
  line-height: 1.2;
  font-size: 90%;
}

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

.mod_cv {
  margin: 3rem 0;
  text-align: center;
}
.mod_cv .msg {
  font-weight: 700;
  color: rgb(216, 0, 0);
  text-decoration: underline;
  font-size: 110%;
  margin-bottom: 1.5rem;
}
.mod_cv .cv-btn {
  font-size: 140%;
  font-weight: 800;
  text-decoration: none;
  display: block;
  max-width: 400px;
  margin: 0 auto;
  border-radius: 600px;
  padding: 1em;
  background: rgb(0, 23, 189);
  background: linear-gradient(90deg, rgb(0, 23, 189) 35%, rgb(0, 125, 255) 100%);
  color: #fff;
  cursor: pointer;
}
.mod_cv .cv-btn.dis {
  background: rgb(143, 143, 143);
  color: rgb(178, 178, 178);
  cursor: default;
}
.mod_cv .lead {
  font-weight: 700;
  margin-top: 1.5rem;
  color: rgb(216, 0, 0);
  font-size: 110%;
  line-height: 1.3;
}

.mod_slider {
  max-width: 320px;
  margin: 1rem auto;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 1000;
  display: inline-block;
  text-indent: -9999px;
  width: 45px;
  height: 45px;
  margin-top: -22px;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
}
.slick-arrow.slick-prev {
  left: -45px;
  background-image: url("../images/icon/prev.png");
}
@media screen and (max-width: 769px) {
  .slick-arrow.slick-prev {
    left: -25px;
  }
}
.slick-arrow.slick-next {
  right: -45px;
  background-image: url("../images/icon/next.png");
}
@media screen and (max-width: 769px) {
  .slick-arrow.slick-next {
    right: -25px;
  }
}

.slick-dots {
  text-align: center;
  font-size: 0;
  margin: 1rem 0;
}
.slick-dots li {
  font-size: 1rem;
  display: inline-block;
  text-indent: -9999px;
  background: #ccc;
  width: 22px;
  height: 6px;
  border-radius: 50px;
  margin: 0 0.3em;
}
.slick-dots li.slick-active {
  background: #394290;
}

.sp {
  display: none;
}
@media screen and (max-width: 769px) {
  .sp {
    display: inline;
  }
}

.center {
  text-align: center;
}

#mod_tabSwitchWrap {
  padding: 1em 0 0;
}
#mod_tabSwitchWrap.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  background: #fff;
  z-index: 50000;
}

.mod_tabSwitch {
  list-style: none;
  padding: 0;
  display: flex;
  color: #005;
  gap: 5px;
  justify-content: center;
  margin: 1rem　0;
  position: relative;
}
.mod_tabSwitch:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #005;
  position: absolute;
  bottom: 0;
}
.mod_tabSwitch li {
  flex: 1;
  text-align: center;
  padding: 1rem 0.6rem;
  font-weight: 600;
  cursor: pointer;
  display: inline-block;
  translate: opacity 0.6s ease-out;
  border: 2px solid #eee;
  border-bottom: none;
  background: #eee;
  border-radius: 10px 10px 0 0;
  position: relative;
  color: #888;
  max-width: 47%;
  font-weight: 600;
  font-size: 110%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mod_tabSwitch li span {
  display: inline-block;
  margin-bottom: 0;
  line-height: 1.2;
}
.mod_tabSwitch li:hover {
  color: #005;
}
.mod_tabSwitch li.active {
  background: #fff;
  border: 2px solid #005;
  border-bottom: none;
  z-index: 1;
  color: #005;
}

.mod_tabContent {
  display: none;
}
.mod_tabContent.ts .content-ts, .mod_tabContent.hthc .content-hthc {
  display: block;
}

#mod_faq dl:last-child {
  border-bottom: 1px solid #ccc;
}
#mod_faq dt {
  display: flex;
  align-items: center;
}
#mod_faq dt .elm {
  display: block;
}
#mod_faq dt .elm:first-child {
  min-width: 1.8rem;
  color: #247;
}
@media screen and (max-width: 769px) {
  #mod_faq dt .elm:first-child {
    min-width: 1.6rem;
  }
}
#mod_faq small {
  display: inline-block;
  line-height: 1.4;
}
#mod_faq .elm_h5 {
  position: relative;
  padding-left: 0.6em;
  line-height: 1;
  margin-bottom: 1em;
  margin-top: 2.5em;
}
#mod_faq .elm_h5:first-child {
  margin-top: 0.5em;
}
#mod_faq .elm_h5:before {
  content: "";
  display: block;
  background: #247;
  width: 4px;
  height: 1em;
  border-radius: 50px;
  position: absolute;
  left: 0;
  top: 0;
}
#mod_faq .elm_h6 {
  margin-top: 1.5em;
}
#mod_faq .elm_h6:first-child {
  margin-top: 0;
}
#mod_faq .elm_h6 + p {
  margin-top: -0.4em;
}
#mod_faq .elm_txb {
  border: 1px solid #ddd;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 1em;
}
#mod_faq .elm_txb span {
  margin-bottom: 0;
}
#mod_faq .elm_txb + p {
  margin-top: -0.5em;
}
#mod_faq .elm_txb .t, #mod_faq .elm_txb .d {
  display: block;
  margin: 0;
  padding: 0.5rem 1rem;
  line-height: 1.5;
}
#mod_faq .elm_txb .t p, #mod_faq .elm_txb .d p {
  margin-bottom: 0.3em;
  font-size: 95%;
}
#mod_faq .elm_txb .t p:last-child, #mod_faq .elm_txb .d p:last-child {
  margin-bottom: 0;
}
#mod_faq .elm_txb .t p.bigger, #mod_faq .elm_txb .d p.bigger {
  font-size: 115%;
}
#mod_faq .elm_txb .t {
  min-width: 100%;
  border-bottom: 1px solid #ddd;
}
#mod_faq .elm_txb .d {
  padding: 1rem 1rem;
}
@media screen and (max-width: 769px) {
  #mod_faq .elm_txb .d {
    padding-top: 1em;
    font-size: 100%;
  }
}
#mod_faq .elm_txb .d .txb_mini {
  display: flex;
}
#mod_faq .elm_txb .d .txb_mini:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 769px) {
  #mod_faq .elm_txb .d .txb_mini {
    flex-direction: column;
    margin-bottom: 1em;
  }
}
#mod_faq .elm_txb .d .txb_mini .mini_t {
  min-width: 4.7em;
  padding-right: 1em;
  position: relative;
}
@media screen and (max-width: 769px) {
  #mod_faq .elm_txb .d .txb_mini .mini_t {
    font-weight: 600;
    font-size: 90%;
    opacity: 0.6;
  }
}
#mod_faq .elm_txb .d .txb_mini .mini_t:after {
  position: absolute;
  right: 0.3em;
  content: ":";
  display: inline-block;
}
@media screen and (max-width: 769px) {
  #mod_faq .elm_txb .d .txb_mini .mini_t:after {
    content: none;
  }
}
#mod_chui {
  line-height: 1.2;
  font-size: 90%;
  font-weight: 500;
  font-feature-settings: normal;
  font-kerning: none;
  color: #555;
}
#mod_chui p {
  font-weight: 500;
  margin-bottom: 0;
  line-height: 1.2;
}
#mod_chui .head {
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #eee;
}
#mod_chui small {
  font-size: 100%;
}
#mod_chui ul {
  margin: 0;
  list-style: none;
}
#mod_chui dl, #mod_chui dt, #mod_chui dd {
  margin: 0;
}
#mod_chui ul li {
  padding-left: 1em;
  text-indent: -1em;
}
#mod_chui ul.disc > li {
  margin-bottom: 0.3em;
}
#mod_chui ul.disc > li:before {
  content: "・";
}
#mod_chui ul.disc.waku > li {
  margin-bottom: 0;
}
#mod_chui .waku {
  font-size: 90%;
  margin: 0.5em 0;
  background: #fafafa;
  padding: 0.8em 1em;
  border-radius: 6px;
}
