.template_faq_header {
  width: 100%;
  display: flex;
  cursor: pointer;
  align-items: center;
  background-color: white;
  padding: 0rem 6rem;
  border: none;
}
.template_faq_header .q {
  font-family: CormorantSC-Regular;
  font-size: 4rem;
  line-height: 100%;
  color: #6E6E6E;
  margin-top: 5px;
  margin-bottom: auto;
}
.template_faq_header .title {
  width: 100%;
  text-align: left;
  font-size: 1.8rem;
  line-height: 200%;
  font-family: Zen-Kaku-Gothic-New-Medium;
  margin: 0rem 3rem;
}

.template_faq_item_icon_border {
  width: 59px;
  height: 59px;
  border: 1px solid #777;
  border-radius: 50%;
  position: relative;
  flex-shrink: 0;
}

.template_faq_item_icon_border img {
  width: 16px;
  height: 16px;
  object-fit: contain;
}

.icon-plus,
.icon-minus {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease, transform 0.4s ease;
}

.icon-minus {
  opacity: 0;
}

.template_faq_item.open .icon-plus {
  opacity: 0;
  transform: rotate(180deg);
}

.template_faq_item.open .icon-minus {
  opacity: 1;
  transform: rotate(180deg);
}

.template_faq_item {
  width: 100%;
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-top: 1px solid rgba(221, 221, 221, 0.8666666667);
}

.template_faq_item:last-child {
  border-bottom: 1px solid rgba(221, 221, 221, 0.8666666667);
}

.template_faq_item.rotating .icon {
  transform: rotate(180deg);
}

.template_faq_item.open .icon {
  opacity: 1;
}

.template_faq_body {
  height: 0;
  overflow: hidden;
  cursor: pointer;
  padding-left: 12rem;
  padding-right: 14rem;
  transition: height 1s cubic-bezier(0.4, 0, 0.2, 1);
}

.template_faq_content {
  padding-top: 3rem;
  line-height: 200%;
  font-size: 1.6rem;
  font-family: Zen-Kaku-Gothic-New-Regular;
  cursor: pointer;
}
.template_faq_content a {
  text-decoration: none;
  color: black;
}
.template_faq_content a:visited {
  color: black;
}
.template_faq_content span {
  text-underline-offset: 0.3rem;
  text-decoration: underline;
}

@media (max-width: 1599px) {
  .template_faq_header {
    padding: 0rem 48.75px;
  }
  .template_faq_header .q {
    font-size: 32.5px;
  }
  .template_faq_header .title {
    font-size: 14.63px;
    margin: 0rem 24.38px;
  }
  .template_faq_item_icon_border {
    width: 47.94px;
    height: 47.94px;
  }
  .template_faq_item_icon_border img {
    width: 13px;
    height: 13px;
  }
  .template_faq_item {
    padding-top: 47.25px;
    padding-bottom: 47.25px;
  }
  .template_faq_body {
    padding-left: 10rem;
    padding-right: 10rem;
  }
  .template_faq_content {
    padding-top: 24.37px;
    font-size: 14px;
  }
}
@media (max-width: 760px) {
  .template_faq_header {
    padding: 0rem 0px;
  }
  .template_faq_header .q {
    font-size: 30px;
  }
  .template_faq_header .title {
    font-size: 14px;
    margin-right: 15px;
    margin-top: 5px;
    margin-left: 15px;
  }
  .template_faq_item_icon_border {
    width: 34px;
    height: 34px;
  }
  .template_faq_item_icon_border img {
    width: 12px;
    height: 12px;
  }
  .template_faq_item {
    padding-top: 22.5px;
    padding-bottom: 22.5px;
  }
  .template_faq_body {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .template_faq_content {
    padding-top: 18px;
    font-size: 14px;
  }
}

/*# sourceMappingURL=_common_faq.css.map */
