@charset "utf-8";
/* CSS Document */

div.justify {
　text-align: justify;
　text-justify: inter-ideograph;
　-ms-text-justify: inter-ideograph; /*IE9*/
　-moz-text-align-last:justify; /*Firefox*/
　-webkit-text-align-last:justify; /*Chrome*/
}
div.justify:after {
　content: '';
　display: inline-block;
　width: 100%;
}

.sapce {
	margin-bottom:150px;
}

.content2{
	margin:0 auto 60px auto;
	max-width:500px;
	padding:0 40px;
	font-size:14px;
	float:left;
}

.p1{
	border-bottom:#7accc7 solid 1px;
	border-top:#7accc7 solid 1px;
	padding:15px 10px 15px 30px;
	overflow:auto;
	width:47%;
	float:left;
	list-style:disc outside;
}

.p2{
	padding:10px 0 30px 20px;
	overflow:auto;
	width:100%;
	float:left;
	list-style:disc outside;
}

.team{
	margin:0;
	
}

.doctor{
	width:25%;
	height:auto;
	float:left;
	margin:20px 4% 0 4%;
	text-align:center;
}

.doctorpic{
	width:100%;
	height:100%;
}

.nurse{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	padding-top: 30px;
}

.nurse-item{
	width:25%;
	height:auto;
	margin:20px 4% 0 4%;
	text-align:center;
}

.nursepic{
	width:100%;
}

.d{
	border-bottom:#7accc7 solid 1px;
	border-top:#7accc7 solid 1px;
	height:auto;
	padding:15px 10px;
	margin-top:20px;
	line-height:28px;
	text-align:justify;
}

.pic{
	width:45%;
	margin-left:2%;
	float:right;
	overflow:hidden;
	min-height:300px;
	background: url(../images/service/surrounding/s1.jpg) no-repeat center center;
	background-size:cover;
}

.pic2{
	width:30%;
	margin-left:2%;
	float:right;
	overflow:hidden;
	height:618px;
}

.pic3{
	width:45%;
	margin-left:2%;
	float:right;
	overflow:hidden;
	height:685px;
	background: url(../images/service/care/c1.jpg) no-repeat center 55%;
	background-size:cover;
}

.pic4{
	width:45%;
	margin-right:2%;
	float:left;
	overflow:hidden;
	height:235px;
	background: url(../images/service/meal/m1.jpg) no-repeat center center;
	background-size:cover;
}

.t {
	font-size:18px;
	color:#7accc7;
	text-align:center;
}

.food .p1 {
	min-height:300px;
}


@media screen and (max-width:1000px) {

body,html {
	line-height:1.6em;
}
	
.sapce {
	margin-bottom:100px;
}

.content2{
	margin:60px 0;
	max-width:500px;
	padding:0 40px;
	font-size:14px;
}

.p1{
	list-style:disc outside;
	box-sizing: border-box;
	overflow:auto;
	width:100%;
}

.p2{
	padding:10px 0 20px 20px;
	list-style:disc outside;
	box-sizing: border-box;
	overflow:auto;
	width:100%;
}

.pic{
	width:100%;
	height:235px;
	margin-left:0;
	margin-bottom:30px;
}

.pic2{
	width:100%;
	margin-top:30px;
	margin-left:0;
	height:300px;
}

.pic3{
	width:100%;
	margin-top:30px;
	margin-left:0;
	height:300px;
}

.pic4{
	width:100%;
	margin-right:0;
	margin-bottom:30px;
	height:235px;
}

.team{
	margin:30px 0;
}

.doctor{
	width: 100%;
    height: auto;
    overflow: auto;
    float: left;
	margin:30px 0 0 0;
}

.doctorpic{
	width:35%;
	float:left;
}

.nurse{
	width: 104%;
	margin-left: -2%;
}

.nurse-item{
	width: 29%;
	margin: 20px 2% 0 2%;
}

.d{
	height:auto;
    width:calc(65% - 43px);
    float:left;
	margin-top:0;
	margin-left:23px;
	padding:15px 10px;
}

.nurse .d{
	height:auto;
    width:auto;
    float:unset;
	margin-top:15px;
	margin-left:unset;
	padding:15px 10px;
}


}

@media screen and (max-width:640px) {

.doctor{
	height:auto;
	margin:23px 0 0 0;
}

.nurse{
	width: 100%;
	margin-left: unset;
}

.nurse-item{
	width: 46%;
}

}

@media screen and (max-width:480px) {

body,html {
	line-height:2em;
	font-size:14px;
}

.subT {
	margin-bottom:25px;
}

.team{
	margin:15px 0;
}

.doctor{
	width:100%;
	margin:15px 0;
}

.doctorpic{
	width:100%;
	height:100%;
}

.nurse{
	padding-top: unset;
}

.nurse-item{
	width: 100%;
	margin: 20px 0 0;
}

.d{
	width:90%;
	margin:15px 0;
	padding:15px 5%;
}

.nurse .d{
	width:90%;
	margin:15px 0;
	padding:15px 5%;
}

.pic{
	width:100%;
	margin-bottom:20px;
}

.pic2{
	width:100%;
	margin-top:20px;
}

.pic3{
	width:100%;
	margin-top:20px;
}

.pic4{
	width:100%;
	margin-bottom:20px;
}




}