.faq {
	margin-bottom : 1%;
}

.qindex {
	position : relative;
	overflow : hidden;
	margin-bottom : 8px;
	padding : 14px 0 16px 10px;
	background : #d7e1f5;
	text-align : left;
	border-radius : 9px;
	cursor : pointer;
}

.qindex:after {
	content : "";
	display : inline-block;
	position : absolute;
	top : 45%;
	right : 15px;
	width : 10px;
	height : 10px;
	border-right : 4px solid #0546af;
	border-bottom : 4px solid #0546af;
	transform : translateY(-50%) rotate(45deg);
	transition : .3s;
}

.qindex.open:after {
	transform : rotate(225deg);
}

.qindex h3 {
	font-size : 100%;
	font-weight : 700;
}

.qindex h3 span {
	margin-right : 8px;
	padding : 4px 6px 6px 6px;
	color : #ffffff;
	background : #0546af;
	font-size : 80%;
	border-radius : 8px;
}

.detail {
	display : none;
	margin-bottom : 10px;
	padding : 2%;
	line-height : 1.5em;
}