.s-medialogolist {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.s-medialogolist li {
  width: 33.3%;
  padding: 1rem .5rem;
}
.s-medialogolist li img {
  width: 100%;
}
@media only screen and (min-width: 1080px) {
  .s-medialogolist li {
    width: 20%;
    padding: 1.5rem;
  }
}

.s-othertext {
  text-align: center;
  color: #008EC1;
  font-weight: bold;
  line-height: 1.6;
  font-size: 2.2rem;
}

@media only screen and (min-width: 1080px) {
  .s-othertext {
    font-size: 2.8rem;
  }
}
