.only-sp {
  display: none !important;
}
.t-center {
  text-align: center;
}
@media screen and (max-width: 769px) {
  .only-pc {
    display: none !important;
  }
  .only-sp {
    display: block !important;
  }
}