.history .bukken_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 10px;
  margin-bottom: 1rem;
  background: #000;
}

.history .bukken_list .list {
  position: relative;
  margin-bottom: 1.2rem;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 216px;
}

.history .bukken_list .btn_item {
  display: flex;
  justify-content: center;
  margin-top: 5px;
}

.history .bukken_list .btn_item .btn-red{
  position: relative;
  padding: 10px;
  font-size: 12px;
  text-align: center;
  width: 100%;
}

.history .bukken_list .btn_item .icon-email:before {
  font-size: 19px;
}

.cache .no_list{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  background: #fff;
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
}

.history .bukken_list:after {
  content: "";
  display: block;
  width: 216px;
  height: 0;
}
.history .bukken_list:before {
  content: "";
  display: block;
  width: 216px;
  height: 0;
  order: 1;
}