/*
	root
*/

/* 強調 */
strong {
	font-weight: bold;
}
em {
	font-weight: bold;
}

/* 横幅一杯の背景 */
.fluid {
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
	padding-right: calc(50vw - 50%);
	padding-left: calc(50vw - 50%);
}

/* アイキャッチのobject-fit */
.ncb-recent-post-eyecatch img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}
