@charset "utf-8";
.contents_read{
  padding: 15px;
  border-bottom: 1px solid #c2c2c2;
}
.cardBox_wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.cardBox{
  width: calc(243px / 2);
  margin: auto;
}