@charset "UTF-8";



.characterBox__List10{
  display: flex;
  flex-wrap: wrap;
  margin-top: 12px;
}
.characterBox__List10 > li{
  width: calc(33.33% - 7px);
  margin-bottom: 4.8%;
  margin-right: 10px;
}
.characterBox__List10 > li:nth-child(3n){
  margin-right: 0;
}
.characterBox__List10 > li img{
  width: 100%;
}

.mechBox__List10{
  display: flex;
  flex-wrap: wrap;
  margin-top: 12px;
}
.mechBox__List10 > li{
  width: calc(50% - 10px);
  margin-bottom: 3.2%;
  margin-right: 10px;
}
.mechBox__List10 > li:nth-child(2n){
  margin-right: 0;
}
.mechBox__List10 > li img{
  width: 100%;
}
