@charset "UTF-8";
.single-wrapper h1 {
  font-size: 1.857rem;
  margin-top: -3.5rem;
  margin-bottom: 0.1rem;
  color: #555;
  letter-spacing: 0.05em;
}
.single-wrapper h1 figure {
  margin: 0 auto 0.35rem;
  width: 8rem;
}

.faq-contents-area {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", "Meiryo", "Helvetica Neue", sans-serif;
}
.faq-contents-area .main-cat-title {
  font-size: 1.143rem;
  color: #333;
  border-bottom: 2px solid #e6e6e6;
  padding-bottom: 10px;
  margin: 40px 0 20px;
}
.faq-contents-area .sub-cat-title {
  font-size: 1.143rem;
  background: #F0F0F0;
  color: #333;
  padding: 8px 15px;
  border-left: 4px solid #ccc;
  margin: 30px 0 15px;
}

.faq-tab-btn {
  font-size: 1rem;
  padding: 10px 20px;
  background: #fff;
  border: 1px solid #F0F0F0;
  border-radius: 2rem;
  color: #555;
  cursor: pointer;
  transition: all 0.5s ease 0s;
}
.faq-tab-btn:hover {
  background: #F0F0F0;
}
.faq-tab-btn.is-active {
  background: #aaa;
  color: #fff;
  border-color: #aaa;
}

.faq-copy {
  font-size: 0.857rem;
  color: #555;
}

.faq-accordion-list {
  margin-bottom: 3rem;
}

.faq-item-box {
  border: 1px solid #ccc;
  margin-bottom: 12px;
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
  scroll-margin-top: 100px;
  transition: all 0.5s ease 0s;
}
.faq-item-box .faq-q-summary {
  padding: 18px 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  list-style: none;
  font-weight: bold;
  background: #fff;
  position: relative;
  color: #333;
}
.faq-item-box .faq-q-summary::-webkit-details-marker {
  display: none;
}
.faq-item-box .faq-q-summary .faq-q-icon {
  color: #aaa;
  margin-right: 15px;
  font-size: 1.286rem;
}
.faq-item-box .faq-q-summary .faq-q-text {
  flex: 1;
  padding-right: 30px;
  line-height: 1.5;
  font-size: 1.0714rem;
}
.faq-item-box .faq-q-summary .faq-arrow {
  position: absolute;
  right: 20px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #aaa;
  border-right: 2px solid #aaa;
  transform: rotate(135deg);
  transition: transform 0.3s ease;
}
.faq-item-box[open] {
  border-color: #aaa;
  border-radius: 0.5rem;
}
.faq-item-box[open] .faq-arrow {
  transform: rotate(-45deg);
}
.faq-item-box[open] .faq-q-summary {
  background: #F0F0F0;
}
.faq-item-box .faq-a-content {
  padding: 1.5rem;
  padding-bottom: 2.5rem;
  border-top: 1px solid #F0F0F0;
  background: #fff;
  line-height: 1.8;
}
.faq-item-box .faq-a-content .faq-a-flex .faq-a-icon {
  display: block;
  font-weight: bold;
  color: #6c5b59;
  font-size: 1.286rem;
}
.faq-item-box .faq-a-content .faq-a-flex .faq-a-text {
  flex: 1;
  color: #555;
  font-size: 0.857rem;
}
.faq-item-box .faq-a-content .faq-a-flex .faq-a-text p:last-child {
  margin-bottom: 0;
}
.faq-item-box .faq-a-content .faq-a-flex .faq-a-text a {
  font-weight: bold;
  color: #317f88;
  text-decoration: underline;
}
.faq-item-box .faq-a-content .faq-a-flex .faq-a-text a:hover {
  color: #ff780b;
}

@media (max-width: 767px) {
  .faq-copy {
    margin-top: 0;
  }
  .faq-item-box .faq-a-content .faq-a-flex .faq-a-text {
    font-size: 1rem;
  }
}/*# sourceMappingURL=page-faq.css.map */