.JGFAQ {
    margin: 100px 0;
}
.JGFAQ__head {
    max-width: 1200px;
    margin: 0 auto;
	padding: 0 20px;
}
.JGFAQ__head > h1 {
    position: relative;
    font-size: 79px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.JGFAQ__head > h1:before {
    top: 0;
    width: 600px;
    height: 100%;
    background: #dcd3c2;
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    -webkit-transition: -webkit-transform 1.5s cubic-bezier(0.575, 0.005, 0.285, 1.005), opacity 1s cubic-bezier(0.575, 0.005, 0.285, 1.005);
    -webkit-transition: opacity 1s cubic-bezier(0.575, 0.005, 0.285, 1.005), -webkit-transform 1.5s cubic-bezier(0.575, 0.005, 0.285, 1.005);
    transition: opacity 1s cubic-bezier(0.575, 0.005, 0.285, 1.005), -webkit-transform 1.5s cubic-bezier(0.575, 0.005, 0.285, 1.005);
    -o-transition: transform 1.5s cubic-bezier(0.575, 0.005, 0.285, 1.005), opacity 1s cubic-bezier(0.575, 0.005, 0.285, 1.005);
    transition: transform 1.5s cubic-bezier(0.575, 0.005, 0.285, 1.005), opacity 1s cubic-bezier(0.575, 0.005, 0.285, 1.005);
    transition: transform 1.5s cubic-bezier(0.575, 0.005, 0.285, 1.005), opacity 1s cubic-bezier(0.575, 0.005, 0.285, 1.005), -webkit-transform 1.5s cubic-bezier(0.575, 0.005, 0.285, 1.005);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    z-index: -1;
}
.JGFAQ__head > h1 + p {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	margin-top: 50px;
	font-size: 21px;
	line-height: 1.7;
}
.JGFAQ__tree {
    max-width: 1600px;
    margin: 100px auto 0;
    padding: 0 20px;
}
.JGFAQ_box {
    margin: 50px 0;
}
.JGFAQ_question ,.JGFAQ_answer {
	-ms-flex-preferred-size: 45%;
	flex-basis: 45%;
}
.JGFAQ_question {
	margin-right: 5%;
}
.JGFAQ_question > h3 {
    font-size: 21px;
}
.JGFAQ_answer {
    font-size: 17px;
    padding-top: 32px;
    line-height: 1.5;
}
.JGFAQ_line {
    background-color: #dcd3c2;
    height: 5px;
    margin-top: 15px;
}
@media screen and ( max-width: 1366px ){
	.JGFAQ__tree {
		max-width: 1200px;
	}
	.JGFAQ__head {
		max-width: 800px;
	}
	.JGFAQ__head > h1 {
		font-size: 75px;
	}
	.JGFAQ__head > h1 + p {
		font-size: 17px;
		line-height: 1.5;
		margin-top: 25px;
	}
	.JGFAQ_question > h3 {
		color: #131212;
		font-size: 19px;
		font-weight: 300;
	}
}
@media screen and ( max-width: 1024px ){
	.JGFAQ_question {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		margin-right: 0;
	}
	.JGFAQ_answer {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}
	.JGFAQ_answer {
		font-size: 17px;
	}	
}
@media screen and (max-width: 768px){
	.JGFAQ__head > h1:before {
		width: 0;
		height: 0;
	}
}
@media screen and (max-width: 600px){
	.JGFAQ_answer {
		font-size: 15px;
		padding-top: 20px;
	}
	.JGFAQ_line {
		height: 5px;
		margin-top: 10px;
	}
}
@media screen and (max-width: 480px){
	.JGFAQ {
		margin-bottom: 0;
	}
	.JGFAQ__head > h1 {
		font-size: 59px;
	}
	.JGFAQ_answer {
		font-size: 13px;
		line-height: 1.5;		
	}
	.JGFAQ__head > h1 + p {
		font-size: 15px;
		line-height: 1.4;
	}
}