@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;
}
.sideMenu dl > dt:after {
	right: 0;
	width: 102px;
	height: 90px;
	background: url(/wm/support01/images/img_support.png) no-repeat;
}
.boxLink03{
	margin-top: 60px;
}

@media screen and (max-width: 768px) {
	.sideMenu{
		display: none;
	}
	.boxLink03{
		margin-top: 2em;
	}
	.sideMenu dl > dt:after{
		display: none;
	}
	.subject:after{
		right: 0;
		width: 103px;
		height: 91px;
		background: url(/wm/support01/images/img_support@2x.png) no-repeat;
		background-size: contain;
	}
}