h2{
	color:#fff;
}

.faq .main-column{
	background:#b2b2b2;
}

.faq_in{
	width: 95%;
    background: #fff;
    margin: 0 auto;
	padding: 3%;
}

.faq_in ul{
	margin-bottom:5%;
}

.faq_in ul li.ques{
	margin-bottom:15px;
}

.faq_in ul li.ques:before{
	content: "Q";
    display: block;
    background: #b2b2b2;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    box-sizing: border-box;
    font-family: 'fgsmartweb';
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 1px;
    font-size: 2rem;
	float: left;
    margin-right: 1%;
}

.faq_in ul li.ans:before{
	content: "A";
    display: block;
    background: #59bfe9;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    box-sizing: border-box;
    font-family: 'fgsmartweb';
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 1px;
    font-size: 2rem;
	float: left;
    margin-right: 1%;
}



.management-source .main-column{
	background:#b2b2b2;
	height:100vh;
}

.management-source_in{
	width: 95%;
    background: #fff;
    margin: 0 auto;
	padding: 3%;
}

.management-source_in ul{
	margin-bottom:5%;
}

.management-source_in ul li.ques{
	margin-bottom:15px;
}

.management-source_in ul li.ques:before{
	content: "Q";
    display: block;
    background: #b2b2b2;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    box-sizing: border-box;
    font-family: 'fgsmartweb';
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 1px;
    font-size: 2rem;
	float: left;
    margin-right: 1%;
}

.management-source_in ul li.ans:before{
	content: "A";
    display: block;
    background: #59bfe9;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    box-sizing: border-box;
    font-family: 'fgsmartweb';
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 1px;
    font-size: 2rem;
	float: left;
    margin-right: 1%;
}

.management-source td,.management-source th{
    padding:10px;
}

@media only screen and (max-width:1000px) {
    .management-source .main-column{
	height:auto;
}
    }