@charset "UTF-8";

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