.com_grade_icon {
  width: 30px;
  height: 30px;
  margin-right: 5px;
}

.p_point_shop_list .list {
  border-block: 1px solid #EDEDEE;
  padding-block: 60px;
  margin-bottom: 45px;
}
.dark .p_point_shop_list .list {
  border-color: #3B3B3B;
}
@media screen and (min-width: 1023.9px) {
  .p_point_shop_list .list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 70px 60px;
    width: 100%;
  }
  .p_point_shop_list .list > * {
    width: calc((100% - 60px * 2) / 3);
    min-width: calc((100% - 60px * 2) / 3);
  }
}
@media screen and (max-width: 1023.9px) {
  .p_point_shop_list .list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    gap: 40px;
    padding-block: 20px;
    margin-bottom: 0;
  }
}
.p_point_shop_list .list__top {
  border-top: 1px solid #111;
  padding: 20px 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 10px;
}
.dark .p_point_shop_list .list__top {
  border-color: #6c6d70;
}
@media screen and (max-width: 1023.9px) {
  .p_point_shop_list .list__top {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    padding: 10px 0;
  }
}
.p_point_shop_list .list__top-tit {
  font-size: 18px;
  font-weight: 700;
  position: relative;
}
.p_point_shop_list .list__top-tit::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 5px;
  height: 5px;
  margin-inline: 10px;
  background: #9B111E;
  border-radius: 5px;
  vertical-align: middle;
  cursor: default;
}
.p_point_shop_list .list__top-tit:before {
  margin-left: 0;
}
.p_point_shop_list .list__top-point {
  color: #9B111E;
  font-size: 24px;
  font-weight: 600;
}
.p_point_shop_list .list__top-tip {
  font-size: 15px;
}
@media screen and (max-width: 1023.9px) {
  .p_point_shop_list .list__top-tip {
    width: 100%;
    text-align: center;
  }
}
.p_point_shop_list .list-name {
  text-align: center;
  margin-top: 20px;
  font-size: 18px;
}
@media screen and (max-width: 1023.9px) {
  .p_point_shop_list .list-name {
    font-size: 14px;
  }
}
.p_point_shop_list .coupon {
  background: url(../img/bg_coupon_gray.png) no-repeat center/contain;
  width: 100%;
  height: 176px;
  padding-right: 19%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  gap: 10px;
  text-align: center;
}
@media screen and (max-width: 1023.9px) {
  .p_point_shop_list .coupon {
    height: 150px;
  }
}
.p_point_shop_list .coupon-tit {
  font-size: 15px;
  font-weight: 500;
}
@media screen and (max-width: 1023.9px) {
  .p_point_shop_list .coupon-tit {
    font-size: 14px;
  }
}
.dark .p_point_shop_list .coupon-tit {
  color: #111;
}
.p_point_shop_list .coupon-price {
  font-size: 32px;
  font-weight: 600;
  color: #9B111E;
}
@media screen and (max-width: 1023.9px) {
  .p_point_shop_list .coupon-price {
    font-size: 24px;
  }
}
.p_point_shop_list .coupon-period {
  color: #9B111E;
}
.p_point_shop_list .quantity_control {
  border-radius: 50px;
  border: 1px solid #DBDBDB;
}
.dark .p_point_shop_list .quantity_control {
  border: none;
  background-color: #2B2B2B;
}
.dark .p_point_shop_list .quantity_control input {
  background-color: #2B2B2B;
}
.p_point_shop_list .quantity_control .quantity {
  border: none;
  text-align: center;
  width: 75px;
}
.p_point_shop_list .quantity_control .increase, .p_point_shop_list .quantity_control .decrease {
  font-size: 18px;
}
.p_point_shop_list .quantity_control .increase {
  padding-right: 20px;
  vertical-align: 1px;
}
.p_point_shop_list .quantity_control .decrease {
  padding-left: 20px;
}
.p_point_shop_list .quantity_control__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  gap: 10px;
  margin-top: 20px;
}
@media screen and (max-width: 1023.9px) {
  .p_point_shop_list .quantity_control__wrap .com_btn {
    padding-inline: 34px;
  }
}