/* グローバル
***************************************************************/
@media all and (min-width: 681px) {
  .w_icatch {
    background-image: url(../img/faq/faq1.jpg);
  }
}
@media all and (max-width:680px) {
  .w_icatch {
    background-image: url(../img/faq/faq1_sp.jpg);
  }
}
@media all and (max-width:370px) {
}


/* faqWrap1
***************************************************************/
.faqWrap1 {
  padding-bottom: 210px;
}
.faqBlock {
  padding-top: 100px;
}
.faqBlock + .faqBlock {
  margin-top: 100px;
  border-top: 2px solid #6e7175;
}
.faqBlock .faqList {
  width: 1000px;
  margin: 0 auto;
  padding: 40px 0 0;
}
.faqBlock .faqList > li + li {
  margin-top: 40px;
}
.faqBlock .faqList .dl1 {
  background-color: #fff;
  border: 1px solid #aa9d54;
}
.faqBlock .faqList .dl1 .dt1 {
  font-size: 22px;
  font-weight: 700;
  color: #aa9d54;
  position: relative;
  cursor: pointer;
  padding: 20px 72px 20px 30px;
  text-indent: -32px;
  margin-left: 32px;
}
.faqList .dl1 .dt1::before,
.faqList .dl1 .dt1::after {
  content: "";
  width: 3px;
  height: 22px;
  background-color: #3c3c3c;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 50px;
  margin: auto;
  transition: 0.3s ease;
}
.faqList .dl1 .dt1::after {
  transform: rotate(90deg);
}
.faqList .dl1 .dt1.on::before {
  transform: rotate(90deg);
}
.faqList .dl1 .dt1.on::after {
  opacity: 0;
}
.faqBlock .faqList .dl1 .dd1 {
  display: none;
  width: calc(100% - 60px);
  margin: 0 auto;
  font-size: 20px;
  text-align: justify;
  line-height: 1.5;
  padding: 20px 0;
  border-top: 1px solid #aa9d54;
}
.faqBlock .faqList .dl1 .dd1 a {
  background-color: #666;
  color: #fff;
  display: inline-block;
  padding: 5px 45px 5px 15px;
  margin-top: 12px;
  position: relative;
}
.faqBlock .faqList .dl1 .dd1 a::after {
  display: block;
  content: "";
  position: absolute;
  top: 1px;
  bottom: 0;
  margin: auto;
  right: 10px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}
@media all and (min-width: 681px) {
  .faqBlock .faqList .dl1 .dd1 a:hover {
    background-color: #000;
  }
}
@media all and (max-width:680px) {
  .faqWrap1 {
    padding-bottom: 100px;
  }
  .faqBlock {
    padding-top: 50px;
  }
  .faqBlock + .faqBlock {
    margin-top: 50px;
  }
  .faqBlock .faqList {
    width: 100%;
    padding: 30px 5% 0;
  }
  .faqBlock .faqList > li + li {
    margin-top: 30px;
  }
  .faqBlock .faqList .dl1 .dt1 {
    font-size: 15px;
    padding: 10px 35px 10px 15px;
    text-indent: -23px;
    margin-left: 23px;
  }
  .faqList .dl1 .dt1::before,
  .faqList .dl1 .dt1::after {
    width: 2px;
    height: 14px;
    right: 22px;
  }
  .faqBlock .faqList .dl1 .dd1 {
    width: calc(100% - 30px);
    font-size: 13px;
    padding: 10px 0 15px 0;
  }
}
@media all and (max-width:370px) {
}


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