.social-links {
  display: flex;
  gap: 27px;
  align-items: center;
  margin: 30px 0;
  padding: 8px 0;
}
@media screen and (max-width: 767px) {
  .social-links {
    gap: 12px;
    margin: 10px 0;
  }
}
@media screen and (min-width: 768px) {
  .social-links.pc-start {
    justify-content: start;
  }
}
@media screen and (max-width: 767px) {
  .social-links.sp-start {
    justify-content: start;
  }
}
@media screen and (min-width: 768px) {
  .social-links.pc-center {
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .social-links.sp-center {
    justify-content: center;
  }
}
@media screen and (min-width: 768px) {
  .social-links.pc-end {
    justify-content: end;
  }
}
@media screen and (max-width: 767px) {
  .social-links.sp-end {
    justify-content: end;
  }
}
.social-links__icon-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
@media screen and (max-width: 767px), print {
  .social-links__icon-logo {
    margin-top: 0;
  }
}/*# sourceMappingURL=information.css.map */