@charset "utf-8";
/*health_container*/
.health_container {
	margin: 0 auto;
	padding: 0;
	font-size: 12px;
	padding: 0;
	text-align: center;
}
.health_pink_container {
	background-color: #FBF8F4;
	padding: 94px 0;
	height: auto;
}
.health_pink_container_inner {
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
.health_pink_container_gra {
	background-image: url(../images/health/health_pink_container_gra_bg.png);
	background-repeat: repeat-x;
	background-position: top;
}
.health_center_title img {
	height: 78px;
	width: auto;
}
.health_center_title {
	margin-bottom: 15px;
}
.health_center_title a{
	text-decoration:none;
	color:#4C372B;	
	margin-left:35px;
}
.health_center_title::after {
	display: block;
	content: "";
	height: 1px;
	background-color: #4C372B;
	margin: 10px auto 0;
	width: 90%;
}
/*health_main_container*/
.health_main_container {
	margin: 0;
}
.health_main_container_inner {
	width: 100%;
	height: 290px;
	background-position: center center;
	background-size: cover;
	display:-webkit-box;
  	display:-ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
}
.health_main_container_inner_text {
	background-color: rgba(255, 255, 255, 0.8);
	padding: 10px 10px 10px 30px;
	font-size: 16px;
	color: #4C372B;
	font-weight: bold;
	line-height: 36px;
	width: 240px;
}
/*health_overview*/
.health_overview {
	text-align: center;
}
.health_overview_title {
	font-size: 20px;
	line-height: 30px;
	color: #4C372B;
	font-weight: bold;
	margin: 40px 24px 32px 24px;
}
.health_overview_text {
	font-size: 16px;
	line-height: 24px;
	text-align: left;
	width:calc(100% - 48px);
	margin:0 auto 20px auto;
}
/*health_before*/
.health_before {
	position: relative;
	text-align: left;
	display:-webkit-box;
  	display:-ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	margin-bottom: 80px;
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
}
.health_before_image_right {
	position: relative;
	text-align: left;
	display:-webkit-box;
  	display:-ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	margin-bottom: 80px;
}
.health_before_image img {
	height: auto;
	width: 100%;
}
.health_before_right {
	/* z-index: 100; */
	top: 0px;
	bottom: 0;
	left: 377px;
	padding: 26px 20px 50px;
	text-align: center;
	width: calc(100% - 48px);
	background: #FFFFFF;
	box-shadow: 0px 4px 40px rgba(76, 55, 43, 0.08);
	border-radius: 4px;
	margin-top: -20px;
}
.health_before_text_left {
	position: absolute;
	z-index: 100;
	left: 0px;
	padding: 44px 20px 50px;
	text-align: center;
	background: #FFFFFF;
	box-shadow: 0px 4px 40px rgba(76, 55, 43, 0.08);
	border-radius: 4px;
}
.health_before_main_title {
	font-size: 24px;
	line-height: 34px;
	font-weight: bold;
	color: #4C372B;
	margin-bottom: 15px;
}
.health_before_main_text {
	font-size: 16px;
	line-height: 24px;
	text-align: left;
}
.health_before_main_text > a{
	font-size: 16px;
	line-height: 24px;
	text-align: left;
	color: #333333;
	text-decoration: underline !important;
}
/*health_list*/
.health_list {
	display:-webkit-box;
  	display:-ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	margin-bottom: -35px;
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
}
.health_list li {
	background: #fff;
	border-radius: 4px;
	box-shadow: 0px 4px 40px rgba(76, 55, 43, 0.08);
	width: calc(100% - 48px);
	margin-bottom: 35px;
	padding-bottom: 30px;
	text-align: left;
	display:-webkit-box;
  	display:-ms-flexbox;
	display: flex;
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
}
.health_list li:nth-of-type(3n) {
	margin-right: 0;
}
.health_list_image{
	position: relative;
}
.health_list_image img {
	border-radius: 4px 4px 0 0;
	max-width: 100%;
}
.health_list li a, .health_list li a:hover {
	text-decoration: none;
}
.health_list li a:hover .health_list_image {
	opacity: 0.5;
}
.health_list_title {
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
	color: #4c372b;
	padding: 25px 25px 0;
}
.health_list_text {
	font-size: 16px;
	line-height: 27px;
	color: #808080;
	padding: 10px 25px 0;
}
.health_list_tag {
	margin: 40px 25px 0;
	padding: 3px 25px;
	font-size: 14px;
	color: #4c372b;
	line-height: 20px;
	border: 1px solid #4c372b;
	display: inline-block;
}
.health_num {
	position: absolute;
	left: 0;
	top: 0;
	background-image: url(../../images/No/No_10/ranking_num01.png?$staticlink$);
	width: 67px;
	height: 67px;
	background-size: 67px 67px;
}

/*ranking numer*/
.health_list li:nth-child(1) .health_num {
	background-image: url(../../images/No/No_10/num01.png?$staticlink$);
}
.health_list li:nth-child(2) .health_num {
	background-image: url(../../images/No/No_10/num02.png?$staticlink$);
}
.health_list li:nth-child(3) .health_num {
	background-image: url(../../images/No/No_10/num03.png?$staticlink$);
}
.health_list li:nth-child(4) .health_num {
	background-image: url(../../images/No/No_10/num04.png?$staticlink$);
}
.health_list li:nth-child(5) .health_num {
	background-image: url(../../images/No/No_10/num05.png?$staticlink$);
}
.health_list li:nth-child(6) .health_num {
	background-image: url(../../images/No/No_10/num06.png?$staticlink$);
}
.health_list li:nth-child(7) .health_num {
	background-image: url(../../images/No/No_10/num07.png?$staticlink$);
}
.health_list li:nth-child(8) .health_num {
	background-image: url(../../images/No/No_10/num08.png?$staticlink$);
}
.health_list li:nth-child(9) .health_num {
	background-image: url(../../images/No/No_10/num09.png?$staticlink$);
}
.health_staff {
	position: relative;
	text-align: left;
	display:-webkit-box;
  	display:-ms-flexbox;
	display: flex;
	margin-bottom: 30px;
  	-webkit-box-orient: horizontal;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: row;
  	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.health_staff_image img {
	height: auto;
}
.health_staff_image {
	height: auto;
	width: 40%;
	margin-left:25px;
}
.health_staff_text {
	width: 50%;
	margin-top:100px;
	margin-bottom: 10px;
}
.health_staff_right {
	/* z-index: 100; */
	top: 0px;
	bottom: 0;
	padding: 25px 20px 25px;
	text-align: center;
	background: #F7EEE2;
	box-shadow: 0px 4px 40px rgba(76, 55, 43, 0.08);
	border-radius: 4px;
	width:
	calc(100% - 48px);
	margin:0 auto;
}
.health_link_area {
	text-align: center;
	margin: 0 auto;
	font-size: 0;
}
.health_link_list {
	display:-webkit-box;
  	display:-ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	margin-bottom: 35px;
}
.health_link_list li {
	width: 90%;
	margin-bottom: 33px;
	display:-webkit-box;
  	display:-ms-flexbox;
	display: flex;
}
.health_link_list li a {
	margin: 0 auto;
	display: block;
	padding: 10px;
	width: 100%;
	color: #4C372B;
	border: 1px solid #4C372B;
	border-radius: 4px;
	font-size: 14px;
	line-height: 25px;
	font-weight: bold;
	text-decoration: none;
	display:-webkit-box;
  	display:-ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.health_link_list li a:hover {
	text-decoration: underline;
}
/*page link*/
#healthcare,#inspection,#staff{
	display: block;
	padding-top: 70px;
	margin-top: -70px;
}
