@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Didact+Gothic|Lora|Open+Sans:300,400,600,700&display=swap");
html {
  font-size: 62.5%;
}

@media screen and (min-width: 601px) and (max-width: 960px) {
  html {
    font-size: 55%;
  }
}
@media screen and (max-width: 600px) {
  html {
    font-size: 52.5%;
  }
}
.qanda {
  width: 100%;
  padding: 5% 0;
  background: #f8f8f8;
}
.qanda__head__inr {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 897px) {
  .qanda__head__inr {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 896px) {
  .qanda__head__inr {
    margin-bottom: 10px;
  }
}
.qanda__head__heading {
  padding-right: 20px;
}
@media screen and (min-width: 897px) {
  .qanda__head__heading__txt {
    font-size: 15px;
  }
}
@media screen and (max-width: 896px) {
  .qanda__head__heading__txt {
    font-size: 12px;
  }
}
@media screen and (min-width: 897px) {
  .qanda__head__heading__txt_big {
    font-size: 27px;
  }
}
@media screen and (max-width: 896px) {
  .qanda__head__heading__txt_big {
    font-size: 22px;
  }
}

.qanda__head__logo__img {
  width: 98px;
}

@media screen and (max-width: 896px) {
  .qanda__toc {
    margin-bottom: 30px;
  }
}
.qanda__toc__inr {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 897px) {
  .qanda__toc__inr {
    justify-content: center;
    width: 700px;
    margin: 25px auto 30px;
  }
}
@media screen and (max-width: 896px) {
  .qanda__toc__inr {
    justify-content: flex-start;
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 897px) {
  .qanda__toc__list {
    margin: 0 10px 20px;
  }
}
@media screen and (max-width: 896px) {
  .qanda__toc__list {
    margin: 0 1%;
    width: 48%;
  }
}
.qanda__toc__list__anchor {
  display: block;
  padding: 10px;
}
@media screen and (min-width: 897px) {
  .qanda__toc__list__anchor {
    background: #8c7f7f;
    border-radius: 10px;
  }
}
@media screen and (max-width: 896px) {
  .qanda__toc__list__anchor:before {
    content: "▶";
    font-size: 10px;
  }
}

.qanda__toc__list__txt {
  padding-bottom: 5px;
}
@media screen and (min-width: 897px) {
  .qanda__toc__list__txt {
    font-size: 14px;
    color: #fff;
  }
}
@media screen and (max-width: 896px) {
  .qanda__toc__list__txt {
    font-size: 12px;
  }
}

.qanda__menu .contents {
  margin: 0 auto;
  background: #fff;
  margin-bottom: 40px;
}
@media screen and (min-width: 897px) {
  .qanda__menu .contents {
    width: 700px;
    padding: 40px;
  }
}
@media screen and (max-width: 896px) {
  .qanda__menu .contents {
    width: 90%;
    padding: 10% 5%;
  }
}
.contents__head {
  margin: 0 auto 20px;
}
@media screen and (min-width: 897px) {
  .contents__head {
    width: 80%;
  }
}
@media screen and (max-width: 896px) {
  .contents__head {
    width: 100%;
  }
}
.contents__head__txt {
  font-size: 18px;
  text-align: center;
  display: flex;
  align-items: center;
}
.contents__head__txt:before,
.contents__head__txt:after {
  border-top: 1px solid;
  content: "";
  flex-grow: 1;
}

.contents__head__txt:before {
  margin-right: 1rem;
}

.contents__head__txt:after {
  margin-left: 1rem;
}

.qanda__menu .contents__inr {
  margin: 0 auto;
}
@media screen and (min-width: 897px) {
  .qanda__menu .contents__inr {
    width: 80%;
  }
}
@media screen and (max-width: 896px) {
  .qanda__menu .contents__inr {
    width: 100%;
  }
}
.qanda__menu .contents__item {
  border-bottom: 1px solid #ffffff;
}
.qanda__menu .contents__item:last-child {
  border-bottom: 0;
}

.qanda__menu .contents__item__checkbox {
  display: none;
}

.qanda__menu .contents__item__label {
  display: block;
  position: relative;
  cursor: pointer;
  transition: all 0.5s;
  width: 100%;
  background: #9d5877;
  color: #fff;
}
@media screen and (min-width: 897px) {
  .qanda__menu .contents__item__label {
    padding: 10px 0;
  }
}
@media screen and (max-width: 896px) {
  .qanda__menu .contents__item__label {
    padding: 20px 0;
  }
}
.qanda__menu .contents__item__label:after {
  margin-right: 12px;
  position: absolute;
  right: 0;
  width: 12px;
  content: "+";
  height: 12px;
  top: 50%;
  background-position: center;
  background-size: 12px;
  -webkit-transition-property: background, -webkit-transform;
  -webkit-transition-duration: 0.6s;
  transition-property: background, transform;
  transition-duration: 1s;
  background-repeat: no-repeat;
  margin-top: -10px;
  background-color: #fff;
  padding: 4px;
  color: #000;
  line-height: 9px;
  text-align: center;
  font-size: 14px;
  letter-spacing: 0;
}

.qanda__menu .contents__item__checkbox:checked + .contents__item__label:after {
  content: "-";
}

.qanda__menu .contents__item__label__txt {
  font-size: 18px;
}

.contents__item__show {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.8s;
  transition: 0.8s;
  width: 100%;
  background: #aa8898;
}
.qanda__menu .contents__item__checkbox:checked + .contents__item__label + .contents__item__show {
  height: auto;
  opacity: 1;
  margin-left: 0;
}

.contents .contents__item__question {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  margin: 0 auto;
}
.contents .contents__item__question__inr {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (min-width: 897px) {
  .contents .contents__item__question__logo {
    width: 20px;
    margin-right: 16px;
  }
}
@media screen and (max-width: 896px) {
  .contents .contents__item__question__logo {
    width: 16px;
    margin-right: 8px;
  }
}
.contents .contents__item__question__logo__img {
  width: 100%;
}

@media screen and (min-width: 897px) {
  .contents .contents__item__question__comment {
    width: calc(100% - 50px);
  }
}
@media screen and (max-width: 896px) {
  .contents .contents__item__question__comment {
    width: calc(100% - 48px);
  }
}
@media screen and (min-width: 897px) {
  .contents .contents__item__question__comment_txt {
    font-size: 14px;
  }
}
@media screen and (max-width: 896px) {
  .contents .contents__item__question__comment_txt {
    font-size: 12px;
  }
}

.contents .contents__item__answer {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 90%;
  margin: 30px auto;
}
.contents .contents__item__answer__inr {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media screen and (min-width: 897px) {
  .contents .contents__item__answer__logo {
    width: 20px;
    margin-right: 16px;
  }
}
@media screen and (max-width: 896px) {
  .contents .contents__item__answer__logo {
    width: 16px;
    margin-right: 8px;
    margin-top: 8px;
  }
}
.contents .contents__item__answer__logo__img {
  width: 100%;
}

@media screen and (min-width: 897px) {
  .contents .contents__item__answer__comment {
    width: calc(100% - 50px);
  }
}
@media screen and (max-width: 896px) {
  .contents .contents__item__answer__comment {
    width: calc(100% - 48px);
  }
}
.contents .contents__item__answer__comment__txt {
  color: #ffffff;
  line-height: 2;
}
@media screen and (min-width: 897px) {
  .contents .contents__item__answer__comment__txt {
    font-size: 14px;
  }
}
@media screen and (max-width: 896px) {
  .contents .contents__item__answer__comment__txt {
    font-size: 12px;
  }
}

.contents .contents__item__answer__comment__anchor {
  text-decoration: underline;
  color: inherit;
}

.contents .contents__item__answer__list {
  color: #ffffff;
}
@media screen and (min-width: 897px) {
  .contents .contents__item__answer__list {
    font-size: 14px;
  }
}
@media screen and (max-width: 896px) {
  .contents .contents__item__answer__list {
    font-size: 12px;
  }
}
.contents .contents__item__answer__list__item {
  margin-top: 10px;
}
@media screen and (min-width: 897px) {
  .contents .contents__item__answer__list__item {
    font-size: 14px;
  }
}
@media screen and (max-width: 896px) {
  .contents .contents__item__answer__list__item {
    font-size: 12px;
  }
}
.contents .contents__item__answer__list__item:first-child {
  margin-top: 10px;
}

.contents .contents__item__answer__list__term {
  margin-top: 10px;
}
.contents .contents__item__answer__list__term:before {
  content: "▶";
}

.contents .contents__item__answer__list__description {
  margin-left: 21px;
}