.four-plus {
  margin: -5px 0 30px;
  padding: 20px 0;
  border-top: 1px solid #005bab;
  border-bottom: 1px solid #005bab;
  overflow: hidden;
}
.four-plus__article {
  position: relative;
  float: left;
  width: calc(25% - 18px);
  min-height: 100px;
  margin: 0 24px 0 0;
  padding: 0 0 0 112px;
  overflow: hidden;
}
.four-plus__article:last-child {
  margin: 0;
}
.four-plus__cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  line-height: 0;
}
.four-plus__category a {
  position: relative;
  z-index: 1;
  font-size: 1.4rem;
  line-height: 1.7rem;
  color: #ed1c24;
}
.four-plus__title {
  margin: 0 0 5px;
  font-weight: bold;
}
.four-plus__author {
  font-size: 1.4rem;
  line-height: 1.7rem;
}


@media screen and (max-width: 999px) {
  .four-plus {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px 0 8px;
  }
  .four-plus__article {
    float: none;
    -ms-flex: 1 0 calc(50% - 12px);
    -webkit-flex: 1 0 calc(50% - 12px);
    flex: 1 0 calc(50% - 12px);
    margin: 0 12px 12px 0;
  }
  .four-plus__article:nth-child(2n) {
    margin: 0 0 12px 12px;
  }
}

@media screen and (max-width: 767px) {
  .four-plus__article {
    padding: 0 0 10px;
  }
  .four-plus__cover {
    position: relative;
    width: auto;
    height: 0;
    margin: 0 0 8px;
    padding-bottom: 100%;
    overflow: hidden;
  }
  .four-plus__cover img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .home-promo-bottom .four-plus__article {
    float: none;
    -ms-flex: 1 0 calc(50% - 12px);
    -webkit-flex: 1 0 calc(50% - 12px);
    flex: 1 0 calc(50% - 12px);
    margin: 0 12px 12px 0;
    padding: 0 0 0 112px;
  }
  .home-promo-bottom .four-plus__article:nth-child(2n) {
    margin: 0 0 12px 12px;
  }
  .home-promo-bottom .four-plus__cover {
    position: absolute;
    width: 100px;
    height: 100px;
    margin: 0;
    padding: 0;
  }
  .home-promo-bottom .four-plus__cover img {
    position: static;
    width: auto;
    height: auto;
  }
}

@media screen and (max-width: 599px) {
  .four-plus__article {
    margin: 0 6px 10px 0;
  }
  .four-plus__article:nth-child(2n) {
    margin: 0 0 10px 6px;
  }
  .four-plus__cover {
    padding-bottom: 75%;
  }

  .home-promo-bottom .four-plus {
    display: block;
    margin-bottom: 20px;
  }
  .home-promo-bottom .four-plus__article,
  .home-promo-bottom .four-plus__article:nth-child(2n) {
    min-height: 80px;
    width: auto;
    margin: 0 0 12px;
    padding: 0 0 0 95px;
  }
  .home-promo-bottom .four-plus__cover {
    width: 80px;
  }
}


