.main {
	background: #F5F5F5;
}
.main_top {
	background: url(../img/FAQ_right.png) no-repeat right center;
	background-size: contain;
}
.main_bot {
	background: url(../img/FAQ_left.png) no-repeat left center;
	background-size: 18%;
}
.qamain_bot {
	background: url(../img/qa_left.png) no-repeat left center;
	background-size: 18%;
}

.faq_content_list li {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	margin: 2rem 0;
	
}
.faq_pic {
	margin-right: 1rem;
}
.faq_content_list li h1 {
	color: #252525;
	font-size: 2rem;
}
.faq_da {
	font-size: 2rem;
	color: #4b4b4b;
}
.faq_content_list li p {
	font-size: 1.4rem;
	color: #4b4b4b;
}
.faq_content_list li .blue_p {
	color: #9e9e9e;
}
.faq_answer {
	margin-top: 6%;
}
.faq_answer1 {
	margin-top: 9%;
}
.faq_answer2 {
	margin-top: 4%;
}
.faq_answer4 {
	margin-top: 8%;
}
.faq_answer5 {
	margin-top: 10%;
}
.faq_answer6 {
	margin-top: 13%;
}
.faq_answer7 {
	margin-top: 11%;
}
.faq_content_list li .h_blue,.color_b {
	color: #3089ed;
}
.faq_content_list li .indent_p {
	text-indent: 3em;
	color: #9e9e9e;
}
