@charset "UTF-8";

p.ledeTxt + .boxLink01{
	margin-top: 60px;
}
p.ledeTxt{
	width: 545px;
}
.sideMenu > dl > dt{
	font-size: 20px;
	font-size: 2.0rem;
}
.sideMenu dl > dt:after {
	top: .49em;
	right: .1em;
	width: 100px;
	height: 90px;
	background: url(/wm/treatment01/images/ico_title01_treatment.png) no-repeat;
}
.sideMenu dl dd > ul li:first-child a{
	font-size: 15px;
	font-size: 1.55rem;
}

@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;
	}
	p.ledeTxt{
		width: 100%;
	}
	.sideMenu dl > dt:after{
		display: none;
	}
	.subject:after{
		top: .3em;
		width: 103px;
		height: 91px;
		background: url(/wm/treatment01/images/ico_title01_treatment@2x.png) no-repeat;
		background-size: contain;
	}
	.heading figure {
		margin-top: 30px;
	}
}