@charset "UTF-8";
/* ==========================================================================
   Object / Utility
   ========================================================================== */
.u-sr-only {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.u-pc-only { display: block; }
.u-sp-only { display: none; }

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

.u-center { text-align: center; }
.u-mt-0  { margin-top: 0 !important; }
.u-mt-8  { margin-top: 8px !important; }
.u-mt-16 { margin-top: 16px !important; }
.u-mt-24 { margin-top: 24px !important; }
.u-mt-40 { margin-top: 40px !important; }
