#archive-faq .cate-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 16px;
  max-width: 1000px;
  margin: 0 auto;
  margin-bottom: calc(8px * 5);
}

@media screen and (max-width: 959px) {
  #archive-faq .cate-list {
    margin-bottom: calc((8px * 5) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  #archive-faq .cate-list {
    margin-bottom: calc((8px * 5) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  #archive-faq .cate-list {
    gap: 12px;
  }
}

@media screen and (max-width: 767px) {
  #archive-faq .cate-list {
    gap: 8px;
  }
}

#archive-faq .cate-list__item {
  width: calc((100% / 4) - (16px * 3 / 4));
  height: 46px;
}

@media screen and (max-width: 959px) {
  #archive-faq .cate-list__item {
    width: calc((100% / 2) - (12px * 1 / 2));
  }
}

@media screen and (max-width: 767px) {
  #archive-faq .cate-list__item {
    width: calc((100% / 2) - (8px * 1 / 2));
    height: 42px;
  }
}

#archive-faq .cate-list__item a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #ffffff;
  border: 1px solid #6AACA1;
  color: #6AACA1;
  border-radius: 10px 2px 10px 2px;
}

@media screen and (max-width: 767px) {
  #archive-faq .cate-list__item a {
    font-size: 1.4rem;
  }
}

#archive-faq .cate-list__item a::after {
  content: '';
  position: absolute;
  top: 19px;
  right: 21px;
  width: 7px;
  height: 8px;
  background-color: #6AACA1;
  -webkit-mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/arrow.svg");
  mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/arrow.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  rotate: 90deg;
}

@media screen and (max-width: 519px) {
  #archive-faq .cate-list__item a::after {
    top: 18px;
    right: 10px;
  }
}

#archive-faq .cate-list__item a:hover {
  background: #6AACA1;
  color: #ffffff;
}

#archive-faq .cate-list__item a:hover::after {
  background-color: #ffffff;
}

#archive-faq .cate-list__item.current a {
  color: #ffffff;
  background: #6AACA1;
}

#archive-faq #anchor-nutrition {
  display: block;
  padding-top: 100px;
  margin-top: -100px;
}

#archive-faq #anchor-infusion {
  display: block;
  padding-top: 100px;
  margin-top: -100px;
}

#archive-faq #anchor-consultation {
  display: block;
  padding-top: 100px;
  margin-top: -100px;
}

#archive-faq #anchor-other {
  display: block;
  padding-top: 100px;
  margin-top: -100px;
}

#archive-faq em {
  color: #6AACA1;
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  #archive-faq em {
    font-size: 1.6rem;
  }
}

#archive-faq .link-btn a {
  color: #6AACA1;
  text-decoration: underline;
}

#archive-faq .link-btn a:hover {
  text-decoration: none;
}

/*# sourceMappingURL=../../maps/pages/faq.css.map */
