@charset "UTF-8";
/* CSS Document */
/*ヘッダー上左側矢印アイコン追加*/
#subNaviArea ul {
	display: flex;
}
#subNaviArea li a {
	display: flex;
	align-items: center;
}
#subNaviArea li a::before {
	content: '';
	display: inline-block;
	width: 14px;
	height: 14px;
	background-image: url(https://www.lfa.jp/global-data/20250908171930503.svg);
	background-size: contain;
	background-repeat: no-repeat;
	margin-right: 3px;
}
/*メインナビゲーション画像解像度アップのためのサイズ調整*/
#globalNaviArea ul li a.m_item_btn {
    background-size: contain;
    width: 238px !important;
    height: 64px !important;
}
