/****************************************************************************************/
[has-header-news="false"] #staff {
	margin-top: 100px;
}
[has-header-news="true"] #staff {
	margin-top: 150px;
}
/*******************************************/
#staff h1 {
	margin-bottom: 40px;
	padding-top: 0;
	font-size: 2.1rem;
	line-height: 3.1rem;
}

#staff h1 span::before,
#staff h1 span::after {
	width: 30px;
}
#staff h1 span::before {
	left: -40px;
}
#staff h1 span::after {
	right: -40px;
}
/*******************************************/
#staff li:nth-child(2n) {
	margin-top: 50px;
}

#staff img {
	width: 100%;
}
#staff p {
	margin-top: 10px;
}
/*******************************************/
#staff .back {
	margin-top: 70px;
}
/****************************************************************************************/