@charset "UTF-8";

.sideMenu > dl > dt{
	font-size: 22px;
	font-size: 2.2rem;
}
.sideMenu dl dd > ul > li:last-child a{
	font-size: 15px;
	font-size: 1.5rem;
}
.sideMenu dl dd > ul dd > ul li:last-child a{
	font-size: 15px;
	font-size: 1.5rem;
}
figure + .listUl03{
	margin-top: 28px;
}
h3{
	margin-top: 5px;
}
.sideMenu dl > dt:after {
	right: 0;
	width: 102px;
	height: 90px;
	background: url(/wm/support01/images/img_support.png) no-repeat;
}
.aR{
	font-size: 14px;
	font-size: 1.4rem;
}
h3.heading01 {
	margin-top: 30px;
}
@media screen and (max-width: 768px) {
	.subject:after{
		bottom: 0;
		right: .6em;
		width: 102px;
		height: 90px;
		background: url(/wm/support01/images/img_support@2x.png);
		background-size: cover;
	}
	.aR{
		font-size: 13px;
		font-size: 1.3rem;
	}
	.sideMenu dl dd {
		width: 100%;
		padding: 0 0 1.5em 1.5em;
	}
	.sideMenu dl dd dd > ul {
		margin: 0 0 0 .3em;
	}
	.sideMenu dl dd > ul > li dt{
		width: 100%;
		display: inline-block;
		vertical-align: middle;
		min-height: inherit;
	}
}