@charset "UTF-8";

.bl_purchaseHistory {
  border-bottom: 1px solid #888;
  padding-bottom: 18px;
  margin-bottom: 30px;
}

.bl_purchaseHistory_head {
  font-size: 18px;
  font-weight: bold;
  color: #ed1e79;
  margin-bottom: 20px;
}

.bl_syuzai_list {
  display: flex;
  /* justify-content: space-between; */
  flex-wrap: wrap;
}

.bl_syuzai_item {
  width: calc((100% / 5) - (12.5px * 4 / 5));
  padding: 8px 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0.8rem 0.8rem 1.2rem rgb(0 0 0 / 5%), -0.8rem -0.8rem 1.2rem #fff;
  box-shadow: 0px 0px 4px rgb(0 0 0 / 15%);
  transition: all ease .3s;
  margin-bottom: 12.5px;
}

.bl_syuzai_item:not(:nth-child(5n)) {
  margin-right: 12.5px;
}

.bl_syuzai_item:hover {
  opacity: .7;
}

.bl_syuzai_item_img {
  position: relative;
  transition: .3s ease;
}

.bl_syuzai_item_txtBox {
  padding-top: 10px;
  height: 50px;
  text-align: center;
}

.bl_syuzai_item_txt {
  font-size: 16px;
  font-weight: bold;
  color: #000;
  line-height: 1.3;
  overflow: hidden;
  text-align: left;
  display: inline-block;
}