#top_hero_slide{}
#top_hero_slide .top_hero_slide_item{
	padding:10px;
}
@media screen and (max-width: 768px) {
	#top_hero_slide .top_hero_slide_item{
		padding:0px;
	}
}

#top_service_banners{
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
	margin-top: -30px;
}
#top_service_banners > a{
	display: block;
	width: 100%;
	flex-basis: 32%;
}

#top_concept{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding:40px 0px;
}
#top_concept .image{
	width: 100%;
	flex-basis: 46%;
}
#top_concept .text{
    box-sizing: border-box;
    width: 100%;
    flex-basis: 52%;
    padding: 10px 15px;
}
#top_concept .text .title{
	font-size: 24px;
	line-height: 2.6em;
    text-align: center;
}
#top_concept .text p{
	text-align: justify;
}
@media screen and (max-width: 768px) {
	#top_concept{
		display: block;
	}
}