@charset 'UTF-8'; /*lower_common*/

li.site-header__language {margin: 0 10px 0 0;}

li.site-header__language,
li.site-header__language a { font-size:small}

/* PC header nav: fit 6 items (incl. after_bouquet) on one row */
@media only screen and (min-width: 1271px) {
	.site-header__nav ul.flex {
		flex-wrap: nowrap;
	}
	.site-header__nav li {
		width: auto;
		flex: 1 1 0;
		min-width: 0;
	}
	.site-header__nav a {
		font-size: clamp(13px, 0.95vw, 16px);
		padding: 18px 2px 22px;
		line-height: 1.3;
		white-space: nowrap;
	}
	.site-header__nav a::before {
		width: 22px;
		height: 22px;
		top: 5px;
		margin: 0 3px 0 0;
	}
}
