/* =========================================================
   utility.css
   余白・表示切替など、小さな便利クラス
========================================================= */

.u-center { text-align: center !important; }
.u-sp-only { display: none !important; }

@media (max-width: 767px){
  .u-pc-only { display: none !important; }
  .u-sp-only { display: block !important; }
}
