@charset "UTF-8";
/* サイドバー */
.l-side {
	width: 100%;
	max-width: 230px;
	font-size: 16px;
	position: relative;
}
.l-side h2 {
	position: relative;
	font-size: 20px;
	margin-bottom: 45px;
}
.l-side h2::after {
	content: "";
	display: block;
	width: 50%;
	height: 2px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	background-color: #442209;
}
.side-category__item {
	position: relative;
	display: block;
	padding-left: 16px;
	padding-right: 24px;
}
.side-category__item::before {
	content: "";
	display: inline-block;
	width: 8px;
	height: 1px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	background-color: #676767;
}
.side-category__item:nth-of-type(n + 2) {
	margin-top: 20px;
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 767px) {
	.l-side {
		max-width: 100%;
	}
	.l-side h2::after {
		width: 70%;
	}
}
@media screen and (max-width: 480px) {
}
