@charset "UTF-8";

/*
-----------------------------------------------------------
 section6
----------------------------------------------------------- */
.section6 p {
    margin-bottom: 0;
}

/* qa-item
----------------------------------------------------------- */

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

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

.section6 .qa-item dt::before,
.section6 .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%;
}

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

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

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

.section6 .qa-item02 .qa-button::before,
.section6 .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) {

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

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

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

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

.section6 .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) {
  .section6 .qa-item02 .qa-button {
    padding: 20px 45px 20px 40px;
    font-size: 15px;
  }
}

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

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

.section6 .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) {
  .section6 .qa-item02 .qa-button .icon {
    width: 20px;
    height: 20px;
  }
}

.section6 .qa-item02 .qa-button .icon::before,
.section6 .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;
}

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

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

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


.section6 .qa-item02 ul,
.section6 .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;
}

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

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

.section6 .qa-item02 .qa-item02-bold {
  font-weight: bold;
}


