@charset "UTF-8";

/* 共通
***************************************************************/
@media all and (min-width: 681px) {
  .icatchWrap .thumb .img1 {
    background-image: url(../../img/faq/mv.jpg);
  }
}
@media all and (max-width: 680px) {
}
@media all and (max-width: 370px) {
}

/* faqWrap
***************************************************************/
.faqWrap {
  padding: 120px 0 32px;
}
.faq_dl1 {
  width: 1000px;
  margin: 0 auto;
}
.faq_dl1_item {
  background-color: #fafafa;
}
.faq_dl1_item + .faq_dl1_item {
  margin-top: 20px;
}
.faq_dl1_item_dt {
  background-color: #efefef;
  color: #908679;
  padding: 20px 68px;
  font-size: 18px;
  font-weight: 500;
  text-align: justify;
  letter-spacing: 0.05em;
  line-height: calc(26 / 18);
  position: relative;
  cursor: pointer;
}
.faq_dl1_item_dt::before {
  content: "Q.";
  font-family: "Andada Pro", serif;
  font-size: 20px;
  font-weight: 500;
  position: absolute;
  top: 19px;
  left: 40px;
}
.faq_dl1_item_dt .arrow {
  position: absolute;
  top: 47%;
  right: 31px;
  width: 15px;
  height: 15px;
  border-top: 2px solid #414a62;
  border-left: 2px solid #414a62;
  transform: translateY(-50%) rotate(225deg);
  transition: 0.3s ease-in-out;
}
.is-show .faq_dl1_item_dt .arrow {
  transform: translateY(-0%) rotate(45deg);
}
.faq_dl1_item_dd {
  padding: 30px 65px 35px;
  font-size: 15px;
  font-weight: 400;
  text-align: justify;
  letter-spacing: 0.05em;
  line-height: calc(25.5 / 15);
  display: none;
}
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
  .faqWrap {
    padding: 30px 0 20px;
  }
  .faq_dl1 {
    width: 100%;
    padding: 0 20px;
  }
  .faq_dl1_item + .faq_dl1_item {
    margin-top: 10px;
  }
  .faq_dl1_item_dt {
    padding: 20px 34px;
    font-size: 16px;
    letter-spacing: 0.05em;
  }
  .faq_dl1_item_dt::before {
    font-size: 18px;
    top: 19px;
    left: 11px;
  }
  .faq_dl1_item_dt .arrow {
    position: absolute;
    top: 31px;
    right: 12px;
    width: 9px;
    height: 9px;
  }

  .faq_dl1_item_dd {
    padding: 20px 32px 25px;
    font-size: 15px;
  }
}
@media all and (max-width: 370px) {
}

/* コンテンツ
***************************************************************/
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
}
@media all and (max-width: 370px) {
}
