@charset "utf-8";
/* ===================================================
   Content
=================================================== */
.setitem_item_list {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
}
.setitem_item_list li {
  width: 31%;
  text-align: center;
}