@charset "UTF-8";

#sectionStaff h3 {
	position: relative;
}
#sectionStaff h3::after {
	position: absolute;
	content: "";
	background: #000;
	left: 0px;
}
	#sectionStaff dl.details dt span.en{
		font-weight: 800;
		color: #ccc;
	}
@media screen and ( max-width : 750px ){
	#sectionStaff h3{
		margin-bottom: 1em;
	}
	#sectionStaff h3::after {
		height: 4px;
		width: 100px;
		background: #000;
		bottom: -20px;
		left: 0px;
	}
	#sectionStaff dl.details dt span.en{
		font-size: 3rem;
	}
	#sectionStaff ul li {
		margin-bottom: 10em;
	}
}
@media print , screen and ( min-width : 750.02px ){
	#sectionStaff h3{
		margin-bottom: .5em;
	}
	#sectionStaff h3::after {
		height: 4px;
		width: 100px;
		background: #000;
		bottom: -20px;
		left: 0px;
	}
	#sectionStaff ul li {
		margin-bottom: 5em;
	}
	#sectionStaff dl.details dt span.en{
		font-size: 3rem;
	}
}
