body {
	background: #eff1f7;
}

.tab-buttons {
	align-items: center;
	display: flex;
	gap: 16px;
	justify-content: center;
}
.newsTab {
	/* border: 1px solid #333;
	display: block;
	padding: 2px 10px;
	text-align: center;
	width: 100px; */
}
.newsTab.is-active {
	background-color: #282a2c;
	color: #fff;
}
.newsTab.is-active a,
.newsTab.is-active a:visited {
	color: #fff;
}
.newstab__content {
	/* display: none; */
	margin-top: 40px;
}
.newstab__content.is-active {
	display: block;
}

/* ページ固有 */
.archive .newsList {
	align-items: flex-start;
}
.archive .newsList__category {
	margin-top: 0;
}
.archive .newsList__category a {
	font-size: 14px;
}
.archive .newsList__label {
	display: flex;
	flex: 0 1 206px;
	justify-content: space-between;
}
.archive .newsList__content {
	flex: 1;
}
.archive .newsList__date {
	margin-top: 4px;
}
.newsList__category + .newsList__category {
	margin-top: 4px;
}
.tab-buttons .newsList__category {
	margin: 0;
}

@media (max-width: 767px) {
	.archive .newsList__label {
		flex: auto;
		justify-content: flex-start;
	}
	.news__category-wrapper {
		align-items: center;
		display: flex;
		gap: 4px;
		margin-top: 0;
	}
}
