@media print, screen and (min-width: 800px) {
  .top-info__body__sns {
    width: auto;
    float: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .top-info__body__sns a {
    width: 49%;
  }
}