/*-----------------------------------------------------------
  FAQ
-----------------------------------------------------------*/
.page-header .subpage-mv:before {
  background-image: url('/faq/images/mv.jpg');
}

/* SP */
@media screen and (max-width: 768px) {
  .page-header .subpage-mv:before {
    background-image: url('/faq/images/mv_sp.jpg');
  }
}

.answer {
  display: none;
}

.faq-list {
  width: 950px;
  margin: 0 auto 80px;
  list-style: none;
}

.faq-list>li>dl>dt {
  list-style: none;
  border-top: 1px solid #e2e3e7;
  cursor: pointer;
}

.faq-list>li:last-child>dl>dt {
  border-bottom: 1px solid #e2e3e7;
}

.faq-list>li>dl>dt.open {
  border-bottom: 1px solid #e2e3e7;
}

.faq-list dl {
  margin: 0 auto;
}

.faq-list dd {
  margin: 0 auto;
  padding: 30px 25px 40px;
}

.faq-list>li:nth-child(even) .question {
  background: #f4f4f4;
}

.faq-list>li:nth-child(even) .question.open {
  background-color: #761d3d;
  color: #fff;
}

.question {
  padding: 35px 25px;
  box-sizing: border-box;
  font-weight: normal;
  display: flex;
  align-items: top;
  font-size: 1.05rem;
  position: relative;
}

.question:before {
  display: block;
  content: '';
  position: absolute;
  width: 20px;
  height: 2px;
  background-color: #ccc;
  right: 20px;
  top: 50%;
  transform: translateY(-50%)
}

.question:after {
  display: block;
  content: '';
  position: absolute;
  width: 20px;
  height: 2px;
  background-color: #ccc;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
}

.question.open:before {
  background-color: #fff;
}

.question.open:after {
  display: none;
}

.question.open {
  background-color: #761d3d;
  color: #fff;
}

.question span {
  font-size: 2rem;
  margin-right: 15px;
  line-height: 0.75;
  color: #b9a976;
}

.question.open span {
  color: #fff;
}

.question p {
  margin-bottom: 0;
  line-height: 1.5;
  max-width: 670px;
}

.answer-detail {
  background-color: #f0efdd;
  display: block;
  position: relative;
  padding: 30px 20px 30px 60px;
}


.answer-detail .f-futura {
  font-size: 2rem;
  position: absolute;
  left: 25px;
  line-height: 1;
  color: #761d3d;
  margin: 0 20px 0 0;
}

.answer-detail a {
  color: #b9a976;
}

.answer-detail ol {
  margin: 0 0 0 15px;
}

.answer-detail ol>li {
  font-size: 0.95rem;
}

.answer-detail ol+p {
  margin: 15px 0px 0px -5px;
}

.answer-detail-ttl {
  margin: 0 0 10px 0;
  font-size: 1.15rem;
}

.answer-detail ul {
  list-style: none;
  margin: 0;
}

.answer-detail ul dt {
  font-size: 1rem;
  margin-bottom: 5px;
}

.answer-detail ul dd {
  padding: 0;
  margin-bottom: 20px;
  font-size: 0.95rem;
}

@media screen and (max-width: 768px) {
  .faq-list {
    width: 100%;
    margin: 20px auto;
    list-style: none;
  }

  .faq-list dd {
    margin: 0 auto;
    padding: 10px;
  }

  .question p {
    margin-bottom: 0;
    line-height: 1.5;
    max-width: 80%;
    font-size: 1rem;
  }

  .question span {
    margin-right: 10px;
  }

  .answer-detail {
    padding: 20px 20px 20px 40px;
  }

  .answer-detail .f-futura {
    margin: 0 10px 0 0;
    left: 13px;
  }

  .question {
    padding: 20px 15px;
  }

  .answer-detail ul {
    margin: 0 0 0 -24px;
  }

  .answer-detail ol>li {
    text-indent: 0em;
    padding-left: 0em;
    font-size: 0.95rem;
  }

  .answer-detail ol+p {
    margin: 10px 0px 0px 0px;
  }
}