.p-informatics-item__btn.--space {
  margin: 0 10px;
}

@media screen and (max-width: 1023px) {
  .p-informatics-item__btn.--space {
    margin: 10px auto;
  }
}

.p-faculty__btn--faculty-gl::after {
  content: "";
  width: 185px;
  height: 94px;
  right: 28px;
  bottom: 5px;
  position: absolute;
  background-size: cover;
  background-image: url(../images/page/faculty/img-faculty-gl.png);
}

.l-footer__contact__btn--pamph--2025:before {
  background-image: url(../images/common/img-pamphlet2025.png);
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio:3 / 2), only screen and (min--moz-device-pixel-ratio:1.5), only screen and (min-device-pixel-ratio:1.5) {
  .p-faculty__btn--faculty-gl::after {
      background-image: url(../images/page/faculty/img-faculty-gl@2x.png);
  }

  .l-footer__contact__btn--pamph--2025:before {
    background-image: url(../images/common/img-pamphlet2025@2x.png);
  }
}

@media screen and (max-width: 567px) {
  .p-faculty__btn--faculty-gl:after {
    width: 105px;
    height: 52px;
    right: 0;
  }
}
