@charset "UTF-8";

p.ledeTxt + .boxLink01{
	margin-top: 60px;
}
.sideMenu > dl > dt{
	font-size: 23px;
	font-size: 2.3rem;
}
.sideMenu dl > dt:after {
	right: 0;
	width: 100px;
	height: 90px;
	background: url(/wm/inspection01/images/img_inspection.png) no-repeat;
}

@media screen and (min-width: 769px) {
	.sideMenu > dl > dt > a {
		padding: 1.7em 0 1.7em .7em;
	}
}

@media screen and (max-width: 768px) {
	.sideMenu{
		display: none;
	}
	p.ledeTxt + .boxLink01{
		margin-top: 2em;
	}
	.sideMenu dl > dt:after{
		display: none;
	}
	.subject:after{
		right: 0;
		width: 103px;
		height: 91px;
		background: url(/wm/inspection01/images/img_inspection@2x.png) no-repeat;
		background-size: contain;
	}
	.heading figure {
		margin-top: 30px;
	}
}