.list-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
}

.list-box {
  width: 22%;
  margin-bottom: 60px;
  box-sizing: content-box;
  margin-right: 4%;
}
.list-box--active {
  border-radius: 5px;
  border-width: 5px;
  border-style: solid;
  border-color: #4CABCF !important;
}
.list-box:nth-of-type(4n) {
  margin-right: 0;
}
@media screen and (max-width: 500px) {
  .list-box {
    width: 47%;
    margin-right: 6%;
  }
  .list-box:nth-of-type(2n) {
    margin-right: 0;
  }
}
.list-box__header {
  width: 100%;
  padding-bottom: 3px;
}
@media screen and (max-width: 500px) {
  .list-box__header {
    height: 300px;
  }
}
.list-box__badges {
  width: 100%;
  padding-top: 5px;
}
.list-box__img {
  width: 100%;
  text-align: center;
  height: 260px;
  overflow-y: hidden;
  position: relative;
}
@media screen and (max-width: 500px) {
  .list-box__img {
    height: 190px;
  }
}
.list-box__img > img {
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.list-box__body {
  width: 100%;
  text-decoration: none;
  color: black;
}
.list-box__text {
  width: 100%;
  font-size: 14px;
}
.list-box__title {
  font-weight: lighter;
  font-size: 1.1em;
  margin-bottom: 0;
}
.list-box__attract {
  font-weight: bold;
  color: black;
  text-align: right;
  font-size: 1.5em;
  margin-top: 0;
}
.list-box__explain-text {
  font-size: 0.6em;
}
.list-box__hidden {
  height: 0px;
  visibility: hidden;
  overflow: hidden;
}

.badge {
  border-radius: 5px;
  color: black;
}
.badge--hollow {
  border-style: solid;
  border-color: black;
  border-width: 0.5px;
  background-color: white;
  background-color: transparent;
}

/*# sourceMappingURL=list_block.css.map */
