@charset "utf-8";
#ind_faqbg{
	/*border: 1px solid red;*/
	background: url(../../image/index_27.png) top center no-repeat;
	background-repeat:no-repeat;
	background-position:top;
	height: 300px;
}
#ind_faq_div{
	/*border: 1px solid green;*/
	margin: 0 auto;
	height: auto;
	overflow: hidden;
}
.ind_faq_col{
	/*border: 1px solid red;*/
	text-align: center;
	margin-top: 8%;
}
.ind_faq_col h3{
	color: #fff;
	font-size: 30px;
	margin-bottom: 2%;
	letter-spacing: 8px;
}
.ind_faq_col h4{
	color: #fff;
	border: 1px solid #fff;
	width: 19%;
	margin: 0 auto;
	line-height: 25px;
	letter-spacing: 15px;
	margin-bottom: 20px;
}
.ind_faq_col span{
	display: block;
	background: #C4000E;
	width: 10%;
	margin: 0 auto;
	border-radius:10px;
}
.ind_faq_col span a{
	color: #fff;
	line-height: 30px;

}

@media(max-width: 768px){
	.ind_faq_col{
	/*border: 1px solid red;*/
		text-align: center;
		margin-top:20%;
	}
	.ind_faq_col h3{
		color: #fff;
		font-size: 30px;
		margin-bottom: 6%;
		letter-spacing: 8px;
	}
	.ind_faq_col h4{
		color: #fff;
		border: 1px solid #fff;
		width: 60%;
		margin: 0 auto;
		line-height: 25px;
		letter-spacing: 15px;
		margin-bottom: 20px;
	}
	.ind_faq_col span{
		display: block;
		background: #C4000E;
		width: 30%;
		margin: 0 auto;
		border-radius:10px;
	}
	
}