.anchor-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) {
  .anchor-list {
    margin-bottom: calc((8px * 5) * 0.75);
  }
}

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

@media screen and (max-width: 959px) {
  .anchor-list {
    gap: 12px;
  }
}

@media screen and (max-width: 767px) {
  .anchor-list {
    gap: 8px;
  }
}

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

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

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

.anchor-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) {
  .anchor-list__item a {
    font-size: 1.4rem;
  }
}

.anchor-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) {
  .anchor-list__item a::after {
    top: 18px;
    right: 10px;
  }
}

.anchor-list__item a:hover {
  background: #6AACA1;
  color: #ffffff;
}

.anchor-list__item a:hover::after {
  background-color: #ffffff;
}

.anchor-list__item.current a {
  color: #ffffff;
  background: #6AACA1;
}

.price {
  margin-bottom: calc(8px * 13);
}

@media screen and (max-width: 959px) {
  .price {
    margin-bottom: calc((8px * 13) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .price {
    margin-bottom: calc((8px * 13) * 0.5);
  }
}

.price .tbl .tbl-ttl {
  position: relative;
  padding-left: 16px;
  color: #7C7052;
  font-weight: bold;
  margin-bottom: 8px;
  font-size: 1.8rem;
}

.price .tbl .tbl-ttl::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: rgba(124, 112, 82, 0.4);
}

@media screen and (max-width: 959px) {
  .price .tbl .tbl-ttl::before {
    top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .price .tbl .tbl-ttl::before {
    top: 8px;
  }
}

@media screen and (max-width: 959px) {
  .price .tbl .tbl-ttl {
    font-size: 1.6rem;
    padding-left: 12px;
  }
}

@media screen and (max-width: 767px) {
  .price .tbl .tbl-ttl {
    font-size: 1.4rem;
    margin-bottom: 6px;
  }
}

.price .tbl .tbl-list__item {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 10px;
  font-size: 1.3rem;
  line-height: 1.5;
}

@media screen and (max-width: 519px) {
  .price .tbl .tbl-list__item {
    font-size: 1.2rem;
  }
}

.price .tbl .tbl-list__item:not(:nth-last-of-type(1)) {
  margin-bottom: 0;
}

.price .tbl .tbl-list__item::before {
  content: '';
  position: absolute;
  top: 9px;
  left: 0;
  width: 4px;
  height: 4px;
  background: #7C7052;
  border-radius: 100%;
}

.price .tbl .sub-txt {
  font-size: 1.4rem;
}

.--fee-cv {
  margin-left: 40px;
  margin-right: 40px;
}

@media screen and (max-width: 959px) {
  .--fee-cv {
    margin-left: 32px;
    margin-right: 32px;
  }
}

@media screen and (max-width: 767px) {
  .--fee-cv {
    margin-left: 24px;
    margin-right: 24px;
  }
}

@media screen and (max-width: 519px) {
  .--fee-cv {
    margin-left: 16px;
    margin-right: 16px;
  }
}

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