@charset "UTF-8";

/* ====================================
	1080px以上専用スタイル
==================================== */
@media screen and (width >=1080px) {
  .button-link {
    text-align: center;
  }
}