*{
	margin: 0;
	padding: 0;
}
.environment .about-cont__tit{
	padding: 3% 0 1.5%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
.environment .about-cont__tit h2{
	text-align: center;
	margin: 0 2%;
}
.environment .about-cont__dis{
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 6%;
}
.about-cont__cont {
	padding: 3% 0 1.5%;
	background: url(images/about-cont-bg.png);
}
.about-cont .inner{
	width: 100%;
	padding: 0 3%;
	max-width: 940px;
	margin: 0 auto;
}
.about-cont__cont__tit{
	text-align: center;
	font-size: 27px;
	color: #e60012;
	letter-spacing: 4px;
	margin-bottom: 2%;
}
.about-cont__cont__dis{
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	padding: 3% 0;
}
.about-cont .rub-box {
	width: 100%;
	-webkit-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	background: #fff;
	/* font-size: 13px; */
	/* font-weight: bold; */
	margin-bottom: 4%;
}
.about-cont .rub-box.rub-box--type1 h4 {
	background: #f39700;
	color: #fff;
}
.about-cont .rub-box h4 {
	-webkit-border-radius: 10px 10px 0px 0px;
	-moz-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;
	padding: 1% 2.6%;
	font-size: 20px;
	line-height: 1.8;
}
.about-cont .rub-box.rub-box--type1 .rub-box__in {
	padding: 2.6%;
}
.about-cont .mb-text2 {
	margin-bottom: 4%;
}

.about-cont .mb-text {
	margin-bottom: 2%;
}
.environment p{
	line-height: 1.8;
	margin-bottom: 1.6%;
}
.environment .h_hybzimg{
	width: 100%;
}

@media (max-width:767px){
	.environment .about-cont__tit{padding-top: 8%;}
	.environment .about-cont__tit img{display: none;}
	.about-cont .rub-box h4{font-size: 18px;}
	.environment p {font-size: 14px;}
}