@charset "utf-8"; /* 〠 */

/*----------------------------------------------*/
/* faq CSS [PC]
/*----------------------------------------------*/

.faqbox {
	width: 90%;
	margin: 30px auto 25px;
}

.faqlistbox {
	width: 100%;
}

.faqlist-qbox {
	display: table;
	margin-bottom: 10px;
}

.faqlist-title-qbox {
	display: table-cell;
	width: 40px;
	height: 40px;
}

.faqlist-title-q {
	width: 40px;
	height: 40px;
	line-height: 40px;
	margin: 0px auto;
	
	font-size: 20px;
	color: #FFFFFF;
	text-align: center;
	background-color: #43630E;
	
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}

.faqlist-title-textq {
	display: table-cell;
	line-height: 110%;
	padding-left: 10px;
	font-size: 18px;
	vertical-align: middle;
	color: #43630E;
}

.faqlist-abox {
	display: table;
	margin-bottom: 30px;
}

.faqlist-title-abox {
	display: table-cell;
	width: 40px;
	height: 40px;
}

.faqlist-title-a {
	width: 40px;
	height: 40px;
	line-height: 40px;
	margin: 0px auto;
	
	font-size: 20px;
	color: #FFFFFF;
	text-align: center;
	background-color: #EFA036;
	
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}

.faqlist-title-texta {
	display: table-cell;
	line-height: 160%;
	padding-left: 10px;
	font-size: 16px;
	vertical-align: middle;
}
