@charset "UTF-8";

@media screen and (max-width: 939px) {
	.pdf__link--list.--pc-horizontal {
		grid-template-columns: 100%;
	}
}

.tab__horizontal--header {
	padding: 5.6rem 0 8rem;
}
.tab__horizontal--header .tab__horizontal--header-list {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
}
.tab__horizontal--header .tab__horizontal--header-list .--list-item {
	color: #777;
	cursor: pointer;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 4.2rem;
}
.tab__horizontal--header .tab__horizontal--header-list .--list-item:not(:last-of-type) {
	margin-right: 3.7rem;
}
.tab__horizontal--header .tab__horizontal--header-list .--list-item a:hover,
.tab__horizontal--header .tab__horizontal--header-list .--list-item.--is-active {
	color: #FF6B00;
	text-decoration: none;
}