.l-faq {
  margin-bottom: 15rem;
}

.l-faq_content {
  margin-bottom: 12rem;
}

.l-faq_content_ttl {
  margin-bottom: 4rem;
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.l-faq_content_item {
  margin-bottom: 2rem;
  border: 0.3rem solid #101820;
}

.l-faq_content_item:last-of-type {
  margin-bottom: 0;
}

.l-faq_content_item_ttl {
  display: grid;
  position: relative;
  grid-template: 1fr / 9rem 1fr;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 2.8rem 4rem;
  font-size: 1.8rem;
  letter-spacing: 0.12em;
  cursor: pointer;
}

.l-faq_content_item_ttl::before,.l-faq_content_item_ttl::after {
  position: absolute;
  top: 50%;
  right: 4rem;
  width: 3.2rem;
  height: 0.2rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #101820;
  content: "";
  -webkit-transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1),-webkit-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1),-webkit-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1),transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1),transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1),-webkit-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.l-faq_content_item_ttl::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}

.l-faq_content_item_ttl.is-active::after {
  -webkit-transform: translateY(-50%) rotate(0);
  transform: translateY(-50%) rotate(0);
  opacity: 0;
}

.l-faq_content_item_ttl_sub {
  font-family: "GT Ultra",sans-serif;
  font-size: 2rem;
  letter-spacing: 0.12em;
}

.l-faq_content_item_content {
  display: none;
  padding: 0 4rem 2rem;
}

.l-faq_content_item_content_txt {
  padding-left: 9rem;
  letter-spacing: 0.12em;
  line-height: 2;
}

.l-manual_ttl {
  margin-bottom: 7rem;
  font-size: 4rem;
  letter-spacing: 0.04em;
  text-align: center;
}

.l-manual_wrapper {
  display: block;
  padding: 6rem 8rem;
  background: #fff;
}

.l-manual_content {
  width: 100%;
}

.l-manual_content_ttl {
  margin-bottom: 4rem;
  text-align: center;
}

.l-manual_content_ttl_img {
  width: 44rem;
}

.l-manual_content_btn {
  margin: 0 auto;
}

.l-manual_content_btn:first-of-type {
  width: 18.5rem;
}

.l-manual_content_btn:last-of-type {
  width: 18.5rem;
}

.l-manual_content_btn_wrapper {
  display: block;
}

.l-manual_img_wrapper {
  width: calc(100% - 42rem);
}

@media screen and (max-width: 48em) {
  .l-faq_content {
    margin-bottom: 6rem;
  }
  .l-faq_content_ttl {
    margin-bottom: 2.8rem;
    font-size: 2.8rem;
    line-height: 1.4;
  }
  .l-faq_content_item_ttl {
    grid-template: 1fr / 6.8rem 1fr;
    padding: 1.6rem 5rem 1.6rem 2rem;
    font-size: 1.6rem;
    line-height: 1.4;
  }
  .l-faq_content_item_ttl::before,.l-faq_content_item_ttl::after {
    right: 2rem;
    width: 2.4rem;
  }
  .l-faq_content_item_ttl_sub {
    font-size: 1.8rem;
    line-height: 1.4;
  }
  .l-faq_content_item_content {
    padding: 0 2rem 1.6rem;
  }
  .l-faq_content_item_content_txt {
    padding-left: 6.8rem;
    line-height: 1.6;
    word-break: break-all;
  }
  .l-manual_ttl {
    margin-bottom: 6rem;
    font-size: 3.2rem;
  }
  .l-manual_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 4rem 2rem;
  }
  .l-manual_content_ttl_img {
    width: 32rem;
  }
  .l-manual_content_btn:first-of-type {
    width: 100%;
    margin-bottom: 2rem;
  }
  .l-manual_content_btn:last-of-type {
    width: 100%;
  }
  .l-manual_img_wrapper {
    width: 100%;
    margin-bottom: 6rem;
    padding-right: 0;
  }
}

