@charset "UTF-8";

/*//////////----- NOTICE -----//////////*/

#faq{
	color:#fff;
}

#faq div.content{
	width:100%;
	margin:0 auto;
	max-width: 840px;
	
	box-sizing: border-box;
	padding:5px;
}

#faq div.row{
	margin-bottom:20px;
	
	box-sizing: border-box;
	padding:10px;
	border:solid 5px #f0f0f0;
	
	background-color:#fff;
	color:#000;
}

#faq div.row:last-child{
	margin-bottom:0;
}

#faq div.row p.que{
	margin-bottom:10px;
	
	font-weight:bold;
	
	box-sizing: border-box;
	padding-left:40px;
	
	position: relative;
}

#faq div.row p.que:before{
	display:block;
	content:"Q";
	
	width:30px;
	height:30px;
	
	font-size:0.8rem;
	line-height:30px;
	font-weight:bold;
	
	text-align: center;
	
	background-color:#c90;
	color:#fff;
	
	border-radius:50px;
	
	position: absolute;
	top:0;
	left:0;
}

#faq div.row p.ans{
	box-sizing: border-box;
	padding-left:40px;
	
	position: relative;
}

#faq div.row p.ans:before{
	display:block;
	content:"A";
	
	width:30px;
	height:30px;
	
	font-size:0.8rem;
	line-height:30px;
	font-weight:bold;
	
	text-align: center;
	
	background-color:#f44;
	color:#fff;
	
	border-radius:50px;
	
	position: absolute;
	top:0;
	left:0;
}
