@charset "utf-8";
/* CSS Document */
/*about*/
.u_ab_title{
	width: 100%;
	float: left;
	position: relative;
	font-size: 28px;
	line-height: 24px;
	font-weight: 600;
	color: #158e66;
	text-align: center;
	padding-bottom: 25px;
	margin: 30px 0 40 0;
}
.u_ab_title::after{
	content: "";
	width: 80px;
	height: 2px;
	background-color: #fec04b;
	position: absolute;
	left: calc( 50% - 40px );
	bottom: 0;
}
.u_ab_text, .u_ab_text2{
	width: 100%;
	float: left;
	font-size: 16px;
	line-height: 28px;
	color: #333;
	padding: 0 20px;
}
.u_ab_text{ margin-bottom: 15px;}
.u_ab_text2{ margin-bottom: 10px;}
.u_ab_list{
	width: 100%;
	float: left;
	position: relative;
	font-size: 15px;
	line-height: 28px;
	color: #333;
	padding: 0 20px 0 45px;
	margin-bottom: 8px;
}
