@charset "UTF-8";

.sideMenu .heading{
	padding: 1em 0 1em .7em;
}
.sideMenu .heading:after {
	display: block;
	content: "";
	position: absolute;
	bottom: 0;
	right: .3em;
	width: 80px;
	height: 90px;
	background: url(/mcl/faq/images/img_faq.png);
}
.navAnchor{
	margin-top: 45px;
}
.navAnchor .plate{
	padding: 26px 20px 23px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	background-color: rgba(211, 235, 199, .3);
}
.navAnchor .plate > ol {}
.navAnchor .plate > ol li{position: relative;}
.navAnchor .plate > ol li,.navAnchor .contWrap dl > dt{
	position: relative;
	display: table;
	width: 100%;
	margin: 10px 0 0 0;
}
.navAnchor .plate > ol li:first-child,.navAnchor .contWrap dl > dt:first-child{
	margin-top: 0;
}
.navAnchor .plate > ol li:after{
	position: absolute;
	top: 0;
	right: 2em;
	bottom: 0;
	content: "";
	width: 10px;
	height: 10px;
	margin: auto;
	border-top: 3px solid #ffffff;
	border-right: 3px solid #ffffff;
	-ms-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
.navAnchor .plate > ol li > span,.navAnchor .contWrap dl > dt > span{
	display: table-cell;
	width: 54px;
	height: 54px;
	-moz-border-radius: 6px 0 0 6px;
	-webkit-border-radius: 6px 0 0 6px;
	border-radius: 6px 0 0 6px;
	background-color: #359942;
	text-align: center;
	vertical-align: middle;
}
.navAnchor .plate > ol li a,.navAnchor .contWrap dl > dt > b{
	display: table-cell;
	padding: 0 2.3em 0 .7em;
	-moz-border-radius: 0 6px 6px 0;
	-webkit-border-radius: 0 6px 6px 0;
	border-radius: 0 6px 6px 0;
	background-color: #d3ebc7;
	line-height: 1.3;
	vertical-align: middle;
	text-decoration: none;
	color: #222222;
	font-weight: 700;
	font-size: 14px;
	font-size: 1.38rem;
}
/*.navAnchor .plate > ol li:first-child a{
  padding: .3em 3em 0 .7em;
}*/
.navAnchor .plate > ol li a:hover{
	cursor: pointer;
	opacity: .7;
}
.navAnchor .contWrap{
	margin-top: 35px;
}
.navAnchor .contWrap dl{
	margin-top: 10px;
}
.navAnchor .contWrap dl:first-child{
	margin-top: 0;
}
.navAnchor .contWrap dl > dt{}
.navAnchor .contWrap dl > dt > span{}
.navAnchor .contWrap dl > dt > b{}
.navAnchor .contWrap dl dd{
	padding: .8em 0;
	line-height: 1.75;
	color: #222222;
	font-weight: 400;
	font-size: 14px;
	font-size: 1.38rem;
}

@media screen and (max-width: 768px) {
	.subject:after {
		width: 80px;
		height: 90px;
		background: url(/mcl/faq/images/img_faq@2x.png);
		background-size: cover;
	}
	.sideMenu .heading:after {
		bottom: 0;
		right: .3em;
		width: 80px;
		height: 90px;
		background: url(/mcl/faq/images/img_faq@2x.png);
		background-size: cover;
	}
	.navAnchor .plate > ol li > span, .navAnchor .contWrap dl > dt > span{
		padding: 0 .5em;
	}
	.navAnchor .plate > ol li a{
		padding: .5em 43px .5em .7em;
	}
	.navAnchor .contWrap dl > dt > b{
		padding: .5em .7em .5em .7em;
	}
	.navAnchor .plate > ol li:after{
		right: 1.5em;
	}
	.heading figure {
		margin: 3em auto 1em;
	}
}
