@charset "UTF-8";

#special-cart-box .cart-price-set h3 {
  margin-bottom: 0;
  font-weight: bold;
}
#special-cart-box .cart-price-set h3::after {
  display: none;
}

/*  price-chart
-------------------------------------- */
.price-chart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 420px;
  width: 100%;
  padding-right: 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.price-chart li {
  margin: 0 !important;
  padding: 15px 0 13px 18px !important;
  text-align: center;
}
.price-chart li::before {
  display: block !important;
  position: absolute;
  top: 50%;
  right: -25px;
  left: auto;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-width: 100px 0 100px 25px;
  border-radius: 0;
  border-color: transparent transparent transparent #fff;
  background: transparent;
  content: "";
  z-index: 1;
  transform: translateY(-50%);
}
.price-chart li:first-child {
  width: calc(33.3333% - 3%);
  background: #fff;
}
.price-chart li:first-child dt span:not(.num) {
  color: #535353;
}
.price-chart li:first-child dt::after {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 90%;
  height: 4px;
  margin: auto;
  background: url(/products/common/images/dot01.png) repeat-x left bottom;
  background-size: contain;
  content: "";
}
.price-chart li:nth-child(2) {
  width: calc(33.3333% + 1%);
  padding-left: 32px !important;
  background: #f3ecd0;
}
.price-chart li:nth-child(2)::before {
  border-color: transparent transparent transparent #f3ecd0;
}
.price-chart li:nth-child(2) dt span:not(.num) {
  color: #535353;
}
.price-chart li:nth-child(2) dt::after {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 92%;
  height: 4px;
  margin: auto;
  background: url(/products/common/images/dot02.png) repeat-x left bottom;
  background-size: contain;
  content: "";
}
.price-chart li:last-child {
  width: calc(33.3333% + 2%);
  padding-left: 32px !important;
  background: #e6d498;
}
.price-chart li:last-child::before {
  border-color: transparent transparent transparent #e6d498;
}
.price-chart li:last-child dt span.num {
  font-size: 1.875rem;
  line-height: 1.25rem;
}
.price-chart li:last-child dt::after {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 90%;
  height: 4px;
  margin: auto;
  background: url(/products/common/images/dot01.png) repeat-x left bottom;
  background-size: contain;
  content: "";
}
.price-chart li:last-child dd {
  font-weight: bold;
}
.price-chart li dl {
  margin-bottom: 0;
}
.price-chart li dt {
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 13px;
  font-size: 1.25rem;
  font-weight: bold;
}
.price-chart li dt span:not(.num) {
  display: block;
  margin-bottom: 3px;
  font-size: 0.75rem;
}
.price-chart li dt span.num {
  padding: 0;
  font-size: 1.375rem;
}
.price-chart li dd {
  width: 100%;
  padding: 0 !important;
  font-size: 0.812rem;
  color: #333;
  line-height: 1.2;
}

@media screen and (max-width: 980px) {
  .price-chart {
    padding-left: 0 !important;
    padding-right: 20px;
  }
  .price-chart li {
    padding: 15px 0 13px 10px !important;
  }
  .price-chart li::before {
    right: -20px;
    border-width: 90px 0 90px 20px;
  }
  .price-chart li:nth-child(2) {
    padding-left: 20px !important;
  }
  .price-chart li:last-child {
    padding-left: 20px !important;
  }
  }
  
@media screen and (max-width: 767px) {
  .price-chart {
    -webkit-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-right: 20px;
  }
  .price-chart li {
    padding: 13px 0 10px 13px !important;
  }
  .price-chart li::before {
    right: -20px;
    border-width: 70px 0 70px 20px;
  }
  .price-chart li dl dt {
    font-size: 0.875rem;
  }
  .price-chart li dl dt span:not(.num) {
    margin-bottom: 5px;
    line-height: 1.2;
  }
  .price-chart li dl dt span.num {
    font-size: 1.125rem;
  }
  .price-chart li dl dd {
    font-size: 0.75rem;
  }
  .price-chart li:nth-child(2) {
    padding: 13px 0 13px 20px !important;
  }
  .price-chart li:last-child {
    padding: 13px 0 13px 20px !important;
  }
  .price-chart li:last-child dl dt span.num {
    font-size: 1.25rem;
  }
  }