.lh-index-about_inde{background: #F4F4F8 url(../images/icon1.jpg) no-repeat right center;	display: flex;
	align-items: center;	height: 100vh;	padding-top: 12vh;}
 
.lh-index-about_inde .text_inde {
	float: left;
	
}
.lh-index-about_inde .text_inde h2 {
	font-size: 3.125vw;
	color: #2f318b;
	font-family: "CenturyGothicbold";
}
.lh-index-about_inde .text_inde h3 {
	font-size: 1.45vw;
	color: #222222;
	font-weight: bold;
	margin-top: 1vh;
}
.lh-index-about_inde .text_inde pre {
	line-height: 32px;
	color: #555555;
	margin: 5vh 0 5vh;
}
.lh-index-about_inde .img {
	float: right;
	width: 41.66vw; 
}
.lh-more.gray:before, .lh-more.gray:after {
	background: #AAA;
}
.lh-more.gray:hover {
	transform: rotate(360deg);
}
 