
.page_title{	margin-bottom: 30px;}

/** qa **/

.qa_in{
	padding: 20px;
}
.topimg{
	font-size: 0;
	line-height: 0;
	margin-bottom: 20px;
}
.topimg img{
	width: 100%;
	height: auto;
}

.qa_cate{}

.form_title{
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 500;
	font-size: 20px;
	line-height: 24px;
	text-align: left;
	margin: 0 0 12px 0;
	padding: 11px 10px 13px 10px;
	text-align: center;
}
.form_title span{
	position: relative;
	bottom: -5px;
	font-size: 24px;
	line-height: 24px;
	margin: 0 2px 0 0;
}

.qabox{
	text-align: left;
	padding: 20px 0;
	border-bottom: 1px dotted #333;
}
.qabox:last-of-type{	border-bottom: none;}

.qabox h4{
	min-height: 30px;
	position: relative;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	cursor: pointer;
	color: #cc9966;
	margin: 0 0 0 0;
	padding: 5px 25px 0 40px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.qabox h4:before{
	content: '';
	width: 20px;
	height: 20px;
	background: url(./img/qa.png) no-repeat;
	background-size: 20px auto;
	-webkit-transition	: 0.4s ease-in-out;
	-moz-transition	: 0.4s ease-in-out;
	-o-transition	: 0.4s ease-in-out;
	transition		: 0.4s ease-in-out;
	position: absolute;
	top: 5px;
	right: 0;
}
.qabox h4.open:before{
	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	     -o-transform: rotate(45deg);
	        transform: rotate(45deg);
}

.qabox h4:after{
	content: 'Q';
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 500;
	width: 30px;
	font-size: 18px;
	line-height: 30px;
	text-align: center;
	color: #000;
	background: #dfc04a;
	border-radius: 3px;
	position: absolute;
	top: 0;
	left: 0;
}

.qabox div{
	position: relative;
	display: none;
	font-size: 16px;
	line-height: 22px;
	margin: 14px 0 0 0;
	padding: 0 0 0 40px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.qabox div em{
	font-weight: bold;
	color: #91bdee;
}

.qabox div:after{
	content: 'A';
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 500;
	width: 30px;
	font-size: 18px;
	line-height: 30px;
	text-align: center;
	color: #000000;
	background: #91bdee;
	border-radius: 3px;
	position: absolute;
	top: 0;
	left: 0;
}

.qabox div span{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 22px;
	height: 22px;
	font-size: 16px;
	line-height: 22px;
	text-align: center;
	border-radius: 3px;
	margin: 0 5px 0 0;
}

.qabox div span.ok{	color: #fff; background: #4ba172; margin-left: 5px;}
.qabox div span.sp{	color: #fff; background: #f19e5c;}
.qabox div span.ng{	color: #666; background: #ddd;}

.credit{
	font-size: 0;
	line-height: 0;
	text-align: center;
	padding: 10px 0 0 0;
}
.credit img{
	width: 100%;
	max-width: 200px;
	height: auto;
}

