/* テーマの追加CSSに記述する */


@media screen and (max-width: 1024px)
{
	.p-header__menu-other-item.--x .p-header__menu-other-link{
		justify-content: center;
	}
}
@media screen and (max-width: 768px)
{
	.p-header__menu-other-item.--x .p-header__menu-other-link{
		justify-content: center;
	}
}