@charset "UTF-8";

/**======================================
	video
======================================**/

/*--------------------------------------
	common
---------------------------------------*/

/*--------------------------------------
	index
---------------------------------------*/

.news_category {
	position: absolute;
	top: 2px;
	margin-left: 10px;
	padding: 2px 10px 3px;
	background-color: var(--text_color);
	color: var(--main_color);
	font-size: .8em;
	line-height:1.0em;
	font-weight: 500;
	white-space: nowrap;
}

@media screen and (min-width: 600px) {
	.news_category {
		position: absolute;
		top: 4px;
		margin-left: 15px;
		padding: 3px 10px 6px;
		font-size: .9em;
	}
}

/*--------------------------------------
	single
---------------------------------------*/

#single_news_box > .heading02 {
	margin-bottom: 0.8em;
	padding-bottom: 0.5em;
	border-bottom: 1px solid var(--text_color);
}