.section-price .price-wrapper,
.section-price .price-sub-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.section-price .price-item,
.section-price .price-sub-item {
  margin-bottom: 1.22rem;
}
.section-price .price-item:last-child,
.section-price .price-sub-item:last-child {
  margin-bottom: 0;
}
.section-price .list-common-tag {
  margin-bottom: 0.5rem;
}
.section-price .button-common-tag {
  position: relative;
  border-radius: 0;
}
.section-price .button-common-tag::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  background: url("../img/common/arrow_icn_down_01.svg") center/100% auto no-repeat;
}
@media print, (min-width: 767px) {
  .section-price {
    padding: 100px 0 120px;
  }
  .section-price .price-wrapper {
    max-width: 910px;
    margin-right: auto;
    margin-left: auto;
  }
  .section-price .button-common-tag {
    padding: 10px 20px 10px 32px;
  }
  .section-price .button-common-tag::before {
    left: 16px;
    width: 9px;
  }
}
@media only screen and (max-width: 766.98px) {
  .section-price {
    padding: 0.8rem 0 1.5rem;
  }
  .section-price .title-common-secondary {
    margin-bottom: 0.7rem;
  }
  .section-price .list-common-tag .list-item-long {
    width: 100%;
    max-width: initial;
  }
  .section-price .button-common-tag {
    padding: 0.2rem 0.2rem 0.2rem 0.46rem;
  }
  .section-price .button-common-tag::before {
    left: 0.16rem;
    width: 0.14rem;
  }
}

.list-product-price .list-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-product-price .item-title {
  text-align: center;
}
.list-product-price .item-link {
  display: block;
  margin: 0 auto;
  -webkit-box-shadow: 0 0.03rem 0.06rem rgba(0, 0, 0, 0.16);
          box-shadow: 0 0.03rem 0.06rem rgba(0, 0, 0, 0.16);
}
.list-product-price .item-link.has-pdf {
  position: relative;
}
.list-product-price .item-link.has-pdf::after {
  content: "";
  position: absolute;
  right: -0.19rem;
  bottom: -0.14rem;
  width: 0.58rem;
  height: 0.58rem;
  background: url("../img/common/pdf_icon_02.svg") no-repeat 0 0/auto 100%;
}
.list-product-price .item-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.list-product-price .item-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}
@media print, (min-width: 767px) {
  .list-product-price .list-item {
    width: 205px;
  }
  .list-product-price .list-wrapper {
    gap: 60px 30px;
  }
  .list-product-price .item-button {
    height: 36px;
    margin: 30px auto 0;
  }
  .list-product-price .item-title {
    margin-bottom: 30px;
    font-size: 0.14rem;
    line-height: 1.4285714286;
  }
  .list-product-price .button-common-secondary {
    width: 140px;
    min-height: 28px;
    font-size: 0.14rem;
  }
  .list-product-price .item-link {
    width: 150px;
  }
}
@media only screen and (max-width: 766.98px) {
  .list-product-price .list-item {
    width: 3.2rem;
  }
  .list-product-price .list-wrapper {
    gap: 1rem 0.3rem;
  }
  .list-product-price .item-title {
    margin-bottom: 0.5rem;
    font-size: 0.28rem;
    line-height: 1.4;
  }
  .list-product-price .item-link {
    width: 2.8rem;
  }
  .list-product-price .button-common-secondary {
    width: 2.8rem;
    min-height: 0.56rem;
    font-size: 0.28rem;
  }
  .list-product-price .item-button {
    height: 0.56rem;
    margin: 0.4rem auto 0;
  }
}