@charset "UTF-8";

.sideMenu > dl > dt{
	font-size: 22px;
	font-size: 2.2rem;
}
.sideMenu dl dd > ul > li:last-child a{
	font-size: 14px;
	font-size: 1.4rem;
}
.sideMenu dl dd > ul dd > ul li:last-child a{
	font-size: 15px;
	font-size: 1.5rem;
}
p.ledeTxt{
	margin: 22px 0 0;
}
.figureTitle{
	position: relative;
	margin-bottom: 12px;
	padding: 0 0 0 15px;
	text-align: left;
	color: #f37820;
	font-weight: 700;
	font-size: 18px;
	font-size: 1.8rem;
}
.figureTitle:before{
	content: "";
	display: block;
	position: absolute;
	top: .16em;
	left: 0;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #f37820;
}
figure.singleImg{
	margin: 0;
	padding: 0;
}
.sideMenu dl > dt:after {
	right: 0;
	width: 102px;
	height: 90px;
	background: url(/support01/images/img_support.png) no-repeat;
}

@media screen and (max-width: 768px) {
	.subject:after{
		bottom: 0;
		right: .6em;
		width: 102px;
		height: 90px;
		background: url(/support01/images/img_support@2x.png);
		background-size: cover;
	}
	p.ledeTxt{
		margin: 1em 0;
	}
	figure{
		margin: 2em 0 1em;
		padding: 0;
	}
	figcaption{
		font-size: 14px;
		font-size: 1.4em;
	}
	.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;
	}
}