/* ===========================================
 * health_management use css
=========================================== */
#health_management_col1{
	padding: 60px 0;
}
#health_management_col1Inner{
	display: flex;
	justify-content: space-between;
}
#health_management_col1Inner .box{
	width: 540px;
	height: 360px;
}
#health_management_col1Inner .box h3 {
    font-size: 28px;
    color: #004ea2;
    margin-bottom: 20px;
}
#health_management_col1Inner .box p {
    line-height: 1.6em;
}
#health_management_col1Inner .box p.name {
    font-weight: 700;
	margin-top: 20px;
}
#health_management_col1Inner .box img{
	width: 540px;
	height: 360px;
	object-fit: cover;
}
#health_management_col2{
	padding: 60px 0;
}
#health_management_col2Inner h3 {
    font-size: 28px;
    color: #004ea2;
    margin-bottom: 20px;
}
#health_management_col2Inner ul{
	list-style: none;
}
#health_management_col2Inner ul li{
	position: relative;
	padding: 10px 0 10px 25px;
}
#health_management_col2Inner ul li::before{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 20px;
	content: "\f00c";
	position: absolute;
    top: 10px;
    left: 0;
	color: #004EA2;
}

#health_management_col3{
	padding: 60px 0;
}
#health_management_col3Inner h3 {
    font-size: 28px;
    color: #004ea2;
    margin-bottom: 20px;
}
#health_management_col3Inner .img_box{
	width: 786px;
	margin: 40px auto 0;
}
#health_management_col3Inner .img_box img{
	width: 786px;
	object-fit: cover;
}
#health_management_col4{
	padding: 60px 0;
}
#health_management_col4Inner h3 {
    font-size: 28px;
    color: #004ea2;
    margin-bottom: 20px;
}
#health_management_col4Inner .block{
	margin-top: 60px;
	display: flex;
	justify-content: space-between;
}
#health_management_col4Inner .block .box{
	width: 540px;
	border-radius: 5px;
	background: #e1ebf7;
	padding: 40px;
	box-sizing: border-box;
}
#health_management_col4Inner .block .box h4{
	font-size: 22px;
	text-align: center;
	margin-bottom: 40px;
}
#health_management_col5{
	padding: 60px 0;
}
#health_management_col5Inner h3 {
    font-size: 28px;
    color: #004ea2;
    margin-bottom: 20px;
}
#health_management_col5Inner ul{
	list-style: none;
}
#health_management_col5Inner ul li{
	position: relative;
	padding: 10px 0 10px 25px;
}
#health_management_col5Inner ul li::before{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 20px;
	content: "\f00c";
	position: absolute;
    top: 10px;
    left: 0;
	color: #004EA2;
}

.health_management_btn{
	margin: 60px auto 0;
    width: 200px;
    height: 40px;
    border: 1px solid #004ea2;
    border-radius: 99px;
    text-align: center;
	background: #fff;
}
.health_management_btn a {
	display: block;
    font-size: 16px;
	font-weight: 700;
    color: #004ea2;
    line-height: 40px;
}





@media screen and (max-width:640px){
	
	
	#health_management_col1{
		padding: 60px 0;
	}
	#health_management_col1Inner{
		display: block;
		justify-content: space-between;
	}
	#health_management_col1Inner .box{
		width: 580px;
		height: auto;
	}
	#health_management_col1Inner .box h3 {
		font-size: 32px;
		color: #004ea2;
		margin-bottom: 20px;
	}
	#health_management_col1Inner .box p {
		line-height: 1.6em;
		font-size: 20px;
	}
	#health_management_col1Inner .box img{
		width: 580px;
		height: auto;
		object-fit: cover;
		margin-top: 20px;
	}
	#health_management_col2{
		padding: 60px 0;
	}
	#health_management_col2Inner h3 {
		font-size: 32px;
		color: #004ea2;
		margin-bottom: 20px;
	}
	#health_management_col2Inner ul{
		list-style: none;
	}
	#health_management_col2Inner ul li{
		position: relative;
		padding: 10px 0 10px 25px;
	}
	#health_management_col2Inner ul li::before{
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		font-size: 20px;
		content: "\f00c";
		position: absolute;
		top: 10px;
		left: 0;
		color: #004EA2;
	}

	#health_management_col3{
		padding: 60px 0;
	}
	#health_management_col3Inner h3 {
		font-size: 32px;
		color: #004ea2;
		margin-bottom: 20px;
	}
	#health_management_col3Inner .img_box{
		width: 580px;
		margin: 40px auto 0;
	}
	#health_management_col3Inner .img_box img{
		width: 580px;
		object-fit: cover;
	}
	#health_management_col4{
		padding: 60px 0;
	}
	#health_management_col4Inner h3 {
		font-size: 32px;
		color: #004ea2;
		margin-bottom: 20px;
	}
	#health_management_col4Inner .block{
		margin-top: 60px;
		display: block;
		justify-content: space-between;
	}
	#health_management_col4Inner .block .box{
		width: 580px;
		border-radius: 5px;
		background: #e1ebf7;
		padding: 30px;
		box-sizing: border-box;
		margin-bottom: 20px;
	}
	#health_management_col4Inner .block .box h4{
		font-size: 26px;
		text-align: center;
		margin-bottom: 40px;
	}
	#health_management_col5{
		padding: 60px 0;
	}
	#health_management_col5Inner h3 {
		font-size: 32px;
		color: #004ea2;
		margin-bottom: 20px;
	}
	#health_management_col5Inner ul{
		list-style: none;
	}
	#health_management_col5Inner ul li{
		position: relative;
		padding: 10px 0 10px 25px;
	}
	#health_management_col5Inner ul li::before{
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		font-size: 20px;
		content: "\f00c";
		position: absolute;
		top: 10px;
		left: 0;
		color: #004EA2;
	}

	.health_management_btn{
		margin: 60px auto 0;
		width: 300px;
		height: 50px;
		border: 1px solid #004ea2;
		border-radius: 99px;
		text-align: center;
		background: #fff;
	}
	.health_management_btn a {
		display: block;
		font-size: 20px;
		font-weight: 700;
		color: #004ea2;
		line-height: 50px;
	}
	
	
	
}

