.page-about {
	width: 1100px;
	margin: 50px auto;
	
}
h2 {
	color:#ea5413;
	text-align: center;
	font-size: 30px;
}
h5 {
	text-align: center;
}
strong {
	color:#ea5413;
}
p {
	line-height:30px;
}
li {
	list-style-type: none;
}
.w100 {
	width:100%;
}
.p-gs {
	vertical-align: top;
	width: 50%;
	display: inline-block;
		
}
.p-gs p {
	line-height: 40px;
	font-size: 18px;
}
.img-gs {
	width: 40%;
	display: inline-block;
	margin-left: 8%;
}
.img-gs img {
	width: 90%;
}
.img-gs li {
	line-height: 60px;
	font-size: 20px;
}
.img-gs li strong {
	margin-right:20px;
}
.ewm {
	display: inline-block;
	text-align: center;
	width: 40%;
	margin: 4%;
	font-weight: 700;
}
.ewm p {
	line-height: 0;
}

@media (max-width: 768px) {
	.page-about {
		width: 94%;
		padding: 0 3%;
	}
	.p-gs {
		width: 100%;
	}
	.p-gs p {
		line-height: 30px;
		font-size: 16px;
	}
	.p-gs img {
		width: 100%;
		height: auto;
	}
	.img-gs {
		width: 100%;
		margin: 0;
	}
}