@charset "UTF-8";
/**
 * カスタム投稿：メンテナンスのCSS
 */
.u-hidden-large {
	display: block;
}

@media screen and (min-width: 767px) {
	.u-hidden-large {
		display: none;
	}
}

.u-visible-large {
	display: none;
}

@media screen and (min-width: 767px) {
	.u-visible-large {
		display: block;
	}
}
