@charset "UTF-8";
@import "/include/css/common.sp.css";

/* ---------------------------------------------------------
	CSS Document faq > gallery
--------------------------------------------------------- */

#anchor {
	text-align: left;
}

#anchor p {
	margin: 0 15px 15px;
}

#anchor ul {
	margin-bottom: 40px;
	text-align: center;
}

#anchor li {
	display: inline-block;
	vertical-align: top;
	width: 44%;
	margin: 0 2px 10px;
	text-align: left;
}

#anchor a {
	display: block;
	height: 48px;
	padding-left: 12px;
	border: solid 1px #586931;
	background: #fff;
	text-decoration: none;
	font-size: 13px;
	line-height: 1.3;
	color: #586931;
	cursor: pointer;
}

#anchor a:hover {
	background: #586931;
	color: #fff;
}

#anchor a:before {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: 2px;
	content: '';
	width: 6px;
	height: 6px;
	margin-right: 10px;
	border-bottom: solid 2px #586931;
	border-right: solid 2px #586931;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

#anchor a:hover:before {
	border-color: #fff;
}

#anchor a:after {
	display: inline-block;
	vertical-align: middle;
	content: '';
	width: 1px;
	height: 46px;
}

#anchor a span {
	display: inline-block;
	vertical-align: middle;
	width: 80%;
}

/* ---------------------------------------------------------
	CSS Document faq > section
--------------------------------------------------------- */

#faq .section {
	margin: -60px 15px 40px;
	padding-top: 60px;
	border-bottom: solid 1px #c1c1c0;
	text-align: left;
}

#faq .section h2 {
	margin-bottom: 10px;
	padding-top: 25px;
	background: url(/include/images/h3_icon_sp.png) no-repeat top;
	background-size: 56px auto;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
}

#faq .section dl {
	padding: 15px 0;
	border-top: solid 1px #c1c1c0;
}

#faq .section dt {
	display: inline;
	padding-left: 23px;
	background: url(../images/icon.png) no-repeat 0 1px;
	background-size: 17px auto;
	font-weight: bold;
	color: #586931;
}

#faq .section dd {
	margin-top: 10px;
}
