.page_price {
  padding: 6rem 0;
}

.page_price__wrapper {
  padding: 0 0 4rem;
}

.page_price.adjust_bg {
  background-color: #f4f6f8;
}

.page_price__list {
  margin-bottom: 3rem;
}

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

.page_price__title {
  font-size: 2.8rem;
  font-weight: 600;
  letter-spacing: 0.04rem;
  line-height: 2.8rem;
  position: relative;
  padding-left: 2.3rem;
  color: #005293;
  padding-bottom: 0.5rem;
  border-bottom: solid 1px #025293;
  width: fit-content;
  margin: 2rem 0;
}

.page_price__title:first-of-type {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .page_price__title {
    font-size: 2rem;
    padding-left: 2rem;
  }
}

.page_price__title::before {
  content: "";
  display: block;
  width: 1.3rem;
  height: 1.3rem;
  background-color: #fff;
  border: solid 4px #2dace5;
  border-radius: 5rem;
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  transform: translateY(-50%);
}

.page_price__lead {
  font-size: 2rem;
  font-weight: 600;
  color: #005293;
  letter-spacing: 0.08rem;
  padding-bottom: 0.5rem;
  border-bottom: solid 1px #005293;
  margin-top: 2rem;
}

@media screen and (max-width: 767px) {
  .page_price__lead {
    font-size: 1.8rem;
  }
}

.page_price__lead span {
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .page_price__lead span {
    font-size: 1.2rem;
    display: block;
  }
}

.page_price__text {
  margin-top: 2rem;
  letter-spacing: 0.04rem;
}

@media screen and (max-width: 767px) {
  .page_price__text {
    margin-top: 1.5rem;
  }
}

.page_price__list_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.8rem;
  font-weight: 400;
  padding: 1.6rem 0;
  border-bottom: dashed 1px #bcbcbc;
}

@media screen and (max-width: 767px) {
  .page_price__list_item {
    font-size: 1.4rem;
  }
}

.page_price__list_label {
  color: #000;
  font-size: 1.8rem;
  text-align: center;
  border: solid 1px #000;
  padding: 0.3rem 2rem;
  margin-top: 2rem;
  display: block;
  width: fit-content;
}

@media screen and (max-width: 767px) {
  .page_price__list_label {
    font-size: 1.4rem;
  }
}

.page_price__list_label.blue {
  border: unset;
  background-color: #2dace5;
  color: #fff;
  border-radius: 5rem;
  font-size: 2rem;
  padding: 0.3rem 2.5rem;
}

@media screen and (max-width: 767px) {
  .page_price__list_label.blue {
    font-size: 1.4rem;
  }
}

.page_price__list_price {
  display: flex;
  align-items: center;
  gap: 8rem;
}

@media screen and (max-width: 767px) {
  .page_price__list_price {
    gap: 3rem;
  }
}

.page_price__list_price_number {
  position: relative;
  text-align: right;
}

.page_price .one::before,
.page_price .ten::before,
.page_price .each::before,
.page_price .course::before {
  color: #fff;
  background-color: #2dace5;
  font-size: 1.6rem;
  letter-spacing: 0.08rem;
  display: block;
  border-radius: 5rem;
  width: 7.5rem;
  text-align: center;
  position: absolute;
  top: -4rem;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .page_price .one::before,
  .page_price .ten::before,
  .page_price .each::before,
  .page_price .course::before {
    font-size: 1.2rem;
    width: 6rem;
    padding: 0.3rem;
  }
}

.page_price .one::before {
  content: "1錠";
}

.page_price .ten::before {
  content: "10+1錠";
}

.page_price .each::before {
  content: "都度";
}

.page_price .course::before {
  content: "5回コース";
  width: 10rem;
}

@media screen and (max-width: 767px) {
  .page_price .course::before {
    width: 8rem;
  }
}

.adjust_flex .page_price__list_price {
  flex-direction: column;
  align-items: flex-end;
  gap: 0;
}

.page_price__list_name {
  max-width: 73%;
}

@media screen and (max-width: 767px) {
  .page_price__list_name {
    max-width: 65%;
  }
}

.page_price__list_name > span {
  display: block;
  font-weight: 700;
}

.page_price__list_attention {
  margin-top: 4rem;
}

.page_price__list_attention p {
  padding-left: 1em;
  text-indent: -1em;
  letter-spacing: 0.04rem;
}

.page_price__list_attention > .color {
  color: #ff7600;
}

@media screen and (max-width: 767px) {
  .adjust_flex {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }

  .adjust_flex .page_price__list_price {
    align-items: flex-start;
  }

  .adjust_flex .page_price__list_name {
    margin-bottom: 1rem;
  }
}

.page_price__discount {
  border: solid 1px #ff7600;
  padding: 2rem;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.04rem;
}

.page_price__discount_title {
  font-size: 1.8rem;
  color: #ff7600;
  margin-bottom: 1rem;
}
