@charset "UTF-8";

.sideMenu > dl > dt:after {
    background: url(/wm/about01/images/img_about.png);
}
.ledeTxt+.boxLink01{
	margin: 60px 0 0;
}
.pcItemblock {
	display: block;
}
@media screen and (max-width: 768px) {
	.subject:after {
		height: 85px;
		width: 66px;
		background: url(/wm/about01/images/img_about@2x.png) no-repeat;
		background-size: contain;
	}
	.sideMenu{
		display: none;
	}
	.sideMenu > dl > dt:after {
		background: url(/wm/about01/images/img_about@2x.png) no-repeat;
		background-size: contain;
	}
	.ledeTxt+.boxLink01{
		margin: 2em 0 0;
	}
	.pcItemblock {
		display: none;
	}
	.heading figure {
		margin-top: 30px;
	}
}
