@charset "UTF-8";

/* --------------------------------------------------------
-----------------------------------------------------------
 faq
-----------------------------------------------------------
----------------------------------------------------------- */
.keni-section h1:not(.title_no-style) {
  margin: 0 0 25px;
}
.article-body p {
  margin: 0;
}
.article-body dd {
  font-size: 1.7rem;
}
.faq-body{
  letter-spacing: 0.06em;
}
@media (min-width: 768px) {
  .keni-main .keni-section_wrap{
    padding: 0 40px;
  }
}
@media (max-width: 767px) {
  .article-body p,.article-body dd {
    font-size: 1.4rem;
    line-height: 1.7;
  }
}

/* qa-item
----------------------------------------------------------- */
.faq-body .qa-item+.qa-item {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #CCC;
}

.faq-body .qa-item dt {
  /* font-family: Arial, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; */
  font-weight: bold;
  position: relative;
  display: block;
  margin-bottom: 21px;
  padding: 7px 0 10px 49px;
  font-size: 21px;
  line-height: 1.4;
}

.faq-body .qa-item dt::before {
  content: "Q";
  background: #26574a;
}

.faq-body .qa-item dt::before,
.faq-body .qa-item dd::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  margin-right: 1em;
  font-weight: bold;
  font-size: 20px;
  font-family: "Lucida Sans Unicode", "Lucida Grande", serif;
  color: #fff;
  line-height: 40px;
  text-indent: 0;
  text-align: center;
  vertical-align: middle;
  border-radius: 50%;
}

.faq-body .qa-item dd {
  position: relative;
  padding: 8px 0 0 50px;
  min-height: 40px;
}

.faq-body .qa-item dd::before {
  content: "A";
  background: #911e10;
}

/* qa-item02
----------------------------------------------------------- */
.faq-body .qa-item02+.qa-item02 {
  border-top: 1px solid #CCC;
}

.faq-body .qa-item02 .qa-button::before,
.faq-body .qa-item02 dd::before {
  position: absolute;
  font-weight: bold;
  font-family: "Lucida Sans Unicode", "Lucida Grande", serif;
  text-align: center;
  color: #fff;
  left: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  border-radius: 50%;
}

@media (max-width: 767px) {

  .faq-body .qa-item02 .qa-button::before,
  .faq-body .qa-item02 dd::before {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    border-radius: 50%;
  }
}

.faq-body .qa-item02>dd {
  display: none;
  position: relative;
  padding: 7px 0 35px 50px;
  min-height: 40px;
}

@media (max-width: 767px) {
  .faq-body .qa-item02>dd {
    padding: 7px 0 25px 40px;
  }
}

.faq-body .qa-item02>dd::before {
  content: "A";
  background: #911e10;
  top: 0;
}

.faq-body .qa-item02 .qa-button {
  /* font-family: Arial, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; */
  font-weight: bold;
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  line-height: 1.45;
  padding: 25px 45px 25px 50px;
  font-size: 19px;
}

@media (max-width: 767px) {
  .faq-body .qa-item02 .qa-button {
    padding: 20px 45px 20px 40px;
    font-size: 15px;
  }
}

.faq-body .qa-item02 .qa-button::before {
  content: "Q";
  background: #26574a;
  top: 0;
  bottom: 3px;
  margin: auto 0;
}

.faq-body .qa-item02 .qa-button:hover {
  opacity: 0.7;
}

.faq-body .qa-item02 .qa-button .icon {
  pointer-events: none;
  position: absolute;
  right: 14px;
  width: 24px;
  height: 24px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

@media (max-width: 767px) {
  .faq-body .qa-item02 .qa-button .icon {
    width: 20px;
    height: 20px;
  }
}

.faq-body .qa-item02 .qa-button .icon::before,
.faq-body .qa-item02 .qa-button .icon::after {
  content: "";
  position: absolute;
  margin: auto;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  transition: 0.3s all;
  background: #26574a;
}

.faq-body .qa-item02 .qa-button .icon::before {
  height: 2px;
  width: 100%;
}

.faq-body .qa-item02 .qa-button .icon::after {
  height: 100%;
  width: 2px;
}

.faq-body .qa-item02 .qa-button.js-active .icon::after {
  height: 0;
}


.faq-body .qa-item02 ul,
.faq-body .qa-item02 ol {
  padding-left: 20px;
  margin: 0;
}

.qa-item02-box {
  padding-top: 14px;
  padding-bottom: 14px;
  margin: 10px 0;
  border-top: 1px dashed #ccc;
  border-bottom: 1px dashed #ccc;
}

.faq-body .qa-item02 ul {
  list-style: disc;
}

.faq-body .qa-item02 li+li {
  margin-top: 10px;
}

.faq-body .qa-item02 .qa-item02-bold {
  font-weight: bold;
}

.faq-body .qa-item02 .qa-item02-table {
  margin-top: 10px;
  table-layout: fixed;
}

.faq-body .qa-item02 .qa-item02-table table {
  width: 100%;
  line-height: 1.3;
  font-weight: normal;
  text-align: center;
  table-layout: fixed;
}

.faq-body .qa-item02 th {
  padding: 10px 5px;
  font-weight: normal;
  text-align: center;
  background: #6e6e6e;
  border: 1px solid #ccc;
  vertical-align: middle;
  color: #fff;
}

@media (max-width: 767px) {
  .faq-body .qa-item02 th {
    font-size: 13px;
    padding: 10px 5px;
  }
}

.faq-body .qa-item02-table span {
  font-size: 70%;
  font-weight: normal;
}

@media (max-width: 767px) {
  .faq-body .qa-item02-table span {
    font-size: 10px;
  }
}

.faq-body .qa-item02 .qa-item02-th {
  font-family: Arial, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "Yu Gothic Medium", "游ゴシック Medium", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
  text-align: center;
  background-color: #729489;
  color: #fff;
  border: 1px solid #ddd;
}

.faq-body .qa-item02 td {
  border: 1px solid #ddd;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .faq-body .qa-item02 td {
    padding: 5px 0;
    letter-spacing: 0.5px;
  }
}

.faq-body .qa-item02 .qa-item02-premium td {
  font-weight: bold;
}

/* faq-table
----------------------------------------------------------- */
.faq-body .faq-body-table {
  margin-top: 10px;
  text-align: center;
}

/* qa-table
----------------------------------------------------------- */
.faq-body .qa-table {
  margin-top: 10px;
  line-height: 1.6;
  text-align: left;
}

.faq-body .qa-table th,
.faq-body .qa-table td {
  border: 1px solid #ddd;
}

.faq-body .qa-table td {
  font-size: 92%;
}

.faq-body .qa-table th {
  font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  text-align: center;
  background-color: #729489;
  color: #fff;
  line-height: 1.5;
  vertical-align: middle;
}
