@charset "utf-8";

/*=== よくあるご質問 ===*/
.faq {
  overflow: hidden;
}
.faq .main-section {
  padding-bottom: 0;
}
.faq .main-subsec {
  margin: 0 -100%;
  padding: 70px 100% 0;
  background-color: #f7f7f7;
}
.visit.main-subsec {
  margin-top: 70px;
}
.faq .main-subsec:last-child {
  padding-bottom: 100px;
}
.faq-wrapItem {
  margin-top: 40px;
  padding: 20px 40px 30px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.faq-ttl {
  position: relative;
  padding-left: 35px;
  color: #e85d00;
  font-size: 18px;
}
.faq-question {
  position: absolute;
  top: 3px;
  left: 0;
  font-size: 24px;
  line-height: 1;
}
.faq-cont {
  margin-top: 15px;
  padding: 25px 30px 30px;
  background-color: #f7f7f7;
  border-radius: 10px;
}
.faq-cont > * {
  margin-top: 15px;
}
.faq-cont > *:first-child {
  margin-top: 0;
}
.faq-cont .type-wide {
  margin-top: 30px;
}
.faq-txt .type-em {
  font-weight: bold;
}
.faq-item {
  position: relative;
  margin-top: 5px;
  padding-left: 1em;
}
.faq-item::before {
  content: "・";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.faq-noteItem {
  margin-top: 5px;
  padding-left: 2.5em;
  text-indent: -2.5em;
}


/*=== アンカーリスト ===*/
.anchorList {
  margin-top: 30px;
  padding: 30px 40px;
  background-color: #f2f2f2;
}
.anchorList-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.anchorList-item {
  width: calc((100% - 20px) / 2);
}
@media print, screen and (min-width: 769px) {
  .anchorList-item:not(:nth-child(-n+2)) {
    margin-top: 20px;
  }
}
a.anchorList-btn {
  display: flex;
  align-items: center;
  position: relative;
  height: 100%;
  padding: 20px 40px 20px 30px;
  font-size: 18px;
  line-height: 1.4;
  text-decoration: none;
  background-color: #fff;
  border-radius: 10px;
}
a.anchorList-btn:hover {
  opacity: 0.7;
}
a.anchorList-btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 12px;
  height: 8px;
  background-color: #666;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  transform: translateY(-50%);
}


@media print, screen and (max-width: 768px) {
  /*=== よくあるご質問 ===*/
  .faq .main-section {
    padding-top: 0;
  }
  .faq .main-subsec {
    padding-top: 60px;
  }
  .visit.main-subsec {
    margin-top: 60px;
  }
  .faq-wrapList {
    margin-top: 20px;
  }
  .faq-wrapItem {
    margin-top: 25px;
    padding: 15px 15px 25px;
  }
  .faq-wrapItem:first-child {
    margin-top: 0;
  }
  .faq-ttl {
    padding-left: 25px;
    font-size: 17px;
  }
  .faq-question {
    font-size: 18px;
  }
  .faq-cont {
    padding: 20px 15px;
    font-size: 16px;
  }
  /*=== アンカーリスト ===*/
  .anchorList {
    margin-top: 25px;
    padding: 20px 15px;
  }
  .anchorList-list {
    display: block;
  }
  .anchorList-item {
    width: 100%;
  }
  .anchorList-item:not(:first-child) {
    margin-top: 20px;
  }
  a.anchorList-btn {
    padding: 15px 30px 15px 15px;
    font-size: 14px;
  }
  a.anchorList-btn::after {
    right: 15px;
  }
}
