@charset "utf-8";


/*---------------------------------------------------------------------------------------
	大枠設定
----------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------
	faq
----------------------------------------------------------------------------------------*/

#faq #contents .inner{
    text-align: left;
}
#faq #contents ul.anchor{
	overflow: hidden;
	margin-bottom: 60px;
}
#faq #contents ul.anchor li{
	float: left;
	width: 24%;
	margin: 0 1.333333333333333% 1.333333333333333% 0;
}
#faq #contents ul.anchor li:nth-child(4n){
	margin-right: 0;
}
#faq #contents ul.anchor li a{
	display: block;
	color: #00851f;
	font-size: 19px;
	font-weight: bold;
	line-height: 60px;
	padding-right: 15px;
	border: 1px solid #00851f;
	border-radius: 5px;
	text-align: center;
	background: url("../images/arrow-bottom-g.svg") no-repeat right 15px center;
}
#faq #contents article{
	clear: both;
	margin-bottom: 40px;
	overflow: hidden;
}
#faq #contents dl{
	clear: both;
	margin-bottom: 30px;
}
#faq #contents dl dt{
	font-size: 22px;
	line-height: 1.4;
	padding-right: 50px;
	padding-bottom: 15px;
	margin-bottom: 20px;
	padding-left: 1.5em;
	text-indent: -1.5em;
	border-bottom: 1px solid #ccc;
	cursor: pointer;
	position: relative;
}
#faq #contents dl dt:before{
	content: "";
	display: inline-block;
	position: absolute;
	right: 20px;
	top: 50%;
	width: 37px;
	height: 37px;
	margin-top: -26px;
	background: url("../images/faq-plusminus.png") no-repeat center top;
	background-size: 37px auto;
}
#faq #contents dl dt.open:before{
	background: url("../images/faq-plusminus.png") no-repeat center bottom;
	background-size: 37px auto;
}
#faq #contents dl dd{
	display: none;
	font-size: 20px;
	line-height: 1.4;
	padding-bottom: 20px;
	padding-left: 1.2em;
	border-bottom: 1px solid #ccc;
	position: relative;
}
#faq #contents dl dd:before{
	content: "A. ";
	position: absolute;
	left: 0;
	top: .01em;;
	color: #f20000;
}

/*------------------------------ responsive ------------------------------*/
@media screen and (max-width:900px){
	#faq #contents ul.anchor li{
		float: left;
		width: 49%;
		margin: 0 2% 2% 0;
	}
	#faq #contents ul.anchor li:nth-child(2n){
		margin-right: 0;
	}
}
@media screen and (max-width:768px){
	#faq #contents ul.anchor li a{
		font-size: 18px;
		line-height: 50px;
	}
	#faq #contents ul.anchor{
		margin-bottom: 30px;
	}
	#faq #contents article{
		margin-bottom: 20px;
	}
	#faq #contents dl{
		clear: both;
		margin-bottom: 30px;
	}
	#faq #contents dl dt{
		font-size: 18px;
		padding-right: 40px;
	}
	#faq #contents dl dt:before{
		content: "";
		display: inline-block;
		position: absolute;
		right: 20px;
		top: 50%;
		width: 25px;
		height: 25px;
		margin-top: -20px;
		background: url("../images/faq-plusminus.png") no-repeat center top;
		background-size: 25px auto;
	}
	#faq #contents dl dt.open:before{
		background: url("../images/faq-plusminus.png") no-repeat center bottom;
		background-size: 25px auto;
	}
	#faq #contents dl dd{
		font-size: 16px;
	}
}
@media screen and (max-width:500px){
	#faq #contents ul.anchor li{
		float: none;
		width: auto;
		margin: 0 0 2%;
	}
	#faq #contents ul.anchor li a{
		font-size: 18px;
		line-height: 50px;
	}
}
