@charset "utf-8";
/* CSS Document */

.side-menu{
	padding: 1rem 0.75rem 0.75rem 0;
	display: block;
}
@media all and (max-width:992px){
	.side-menu{
		display: none;
	}
}
.side-product-list li,.side-product-index-link a,.side-product-category-index-link a{
	margin-bottom: 0.5rem;
}
.side-product-list a:hover{
	opacity: 0.5;
}
.side-product-index-link a{
	font-weight: 700;
	background-color: #667699;
	color: #fff!important;
	padding: 0.5rem;
	position: relative;
	font-size: 110%;
}
.side-product-index-link a::before{
	position: absolute;
	content: url("https://ddsp.jp/motto-ddsp/common-img/link-icon_white.svg");
	top: 0.7rem;
	width: 10px;
	right: 0.5rem;	
}
.side-product-category-index-link a{
	font-weight: 700;
	padding-bottom: 0.3rem;
	border-bottom: dotted 3px #cce1e8;
}
.side-product-category-index-link a,.side-product-item-link a{
	position: relative;
}
.side-product-category-index-link a::before,.side-product-item-link a::before{
	position: absolute;
	content: url("https://ddsp.jp/motto-ddsp/common-img/link-icon_black.svg");
	top: 0;
	width: 8px;
	right: 0.5rem;	
}
.side-product-category-index-link a:hover,.side-product-item-link a:hover{
	text-decoration: underline;
}
.side-link-list a img{
	transition: 0.2s;
}
.side-link-list a img:hover{
	opacity: 0.5;
	transition: 0.2s;
}