/**
 * ナビゲーション項目
 */
.nav-items {
	display: flex;
}

.nav-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 81px;
	text-decoration: none;
}

.nav-item .nav-label {
	font-size: 14px;
	font-weight: 400;
	color: #333333;
	letter-spacing: 1.96px;
	line-height: normal;
}

.nav-item .label-en {
	margin-top: -2px;
}
