

.faq1,
.faq2
{
	clear: both;
	x-margin-bottom: 20px;
}

.faq1 .faq_quest,
.faq2 .faq_quest
{
	font-weight: bold;
	padding-left: 20px;

	cursor: pointer;
}

.faq1 .faq_quest::before,
.faq2 .faq_quest::before
{
	content: '+';
	background: #007bff;
	color: #fff;
	
	font-weight: bold;
	font-size: 30px;
	x-padding: 20px;

	margin: 0px 20px 5px 0px;

	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	display: inline-block;	
}

.faq2 .faq_quest::before
{
	content: '-';
	x-padding: 20px 23px 20px 24px;
}


.faq1 .faq_answer
{
	display: none;
}

.faq2 .faq_answer
{
	padding: 25px 15px 30px 100px;
	display: block;
}


