@charset "utf-8";
/* Staff C */
/*--------------------------------------------------*/
.staff-list h4{
	padding:0;
	margin-bottom: 10px;
}
/*.staff-box{
	margin-bottom: 70px;
}*/
.staff-list{
	margin-bottom: 50px;
}
.staff-list:last-child{
	margin-bottom: 0;
}
.staff-img{
	height: auto;
	overflow: hidden;
}
.staff-img img{
	position: relative;
	width: 100%;
	height: auto;
}


@media (max-width: 767px) {
	.staff-text{
		line-height: 1.6;
	}
/*	.staff-box{
		margin-bottom: 50px;
	}*/
}
@media (max-width: 575px) {
	.staff-list h4{
		margin-bottom: 0;
	}
}