@media only screen and (min-width: 1080px) {
  .s-exportlogolist {
    display: flex;
    justify-content: center;
  }
}

.s-exportlogolist li {
  text-align: center;
  margin-bottom: 1.6rem;
}

.s-exportlogolist li img {
  width: 300px;
}

@media only screen and (min-width: 1080px) {
  .s-exportlogolist li:not(:last-child) {
    margin-bottom: 0;
    padding: 0 6px 0 0;
  }
  .s-exportlogolist li img {
    width: 335px;
  }
}
