@charset "utf-8";

/* =========================================================
 Utility
========================================================= */

/* 横幅
   ========================================================================== */
/* 共通 */
.u-w-116px {
	width: 116px;
}
/* 下マージン
   ========================================================================== */
/* 共通 */

.u-mb-56px {
	margin-bottom: 56px !important;
}
/* 上パッディング
   ========================================================================== */
/* 共通 */

.u-pt-0 {
	padding-top: 0px !important;
}

