@charset "UTF-8";

/* c-page-topics
----------------------------------------*/
.c-page-topics {
	font-size: 1.5rem;
}
@media only screen and (max-width: 767px) {
	.c-page-topics {
		font-size: 1.3rem;
	}
}
.c-page-topics__head {
	margin: 0 0 30px;
	text-align: center;
}
.c-page-topics__head h2 {
	font-size: 1.6em;
	font-weight: bold;
	line-height: 1.4;
	letter-spacing: .05em;
	margin: 30px 0 0;
}
.c-page-topics__category {
	float: left;
}
.c-page-topics__date {
	float: right;
	font-size: 1.06em;
	font-family: 'Roboto', sans-serif;
}
.c-page-topics__label {
	display: inline-block;
	background: #133568;
	color: #fff;
	font-size: 1.06em;
	text-align: center;
	padding: 2px .5em 0;
	margin-right: 12px;
	border: solid 1px #fff;
	width: 6em;
	font-family: 'Roboto', sans-serif;
}
.c-page-topics__label[data-category="news"] {
	background: #7b7b7c;
}
.c-page-topics__label[data-category="recruit"] {
	background: #bbb;
}