@charset "shift_JIS";
.staff-thum-area{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 30px;
}
.staff-thum-block{
	width: 27%;
	text-align: center;
	margin: 20px;
	padding: 0;
}
.staff-thum-block img{
	width: 100%;
}
.staff-thum-area-person{
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
}
.staff-thum-person{
	width: 50%;
	margin: 0 auto;
}
.staff-thum-person a img{
	width: 100%;
}
p.staff-cont{
	margin: 20px 0 60px 0;
	font-weight: 600;
}
p.staff-cont span.selected{
	color:#DD6000; 
}
@media screen and (max-width:767px) {
	.staff-thum-area{
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		margin-bottom: 30px;
	}
	.staff-thum-block{
		width: 100%;
		text-align: center;
		margin: 15px;
		padding: 0;
	}
	.staff-thum-block img{
		width: 100%;
	}
	.staff-thum-area-person{
		width: 100%;
		text-align: center;
		margin-bottom: 30px;
	}
	.staff-thum-person{
		width: 90%;
		margin: 0 auto;
	}
	.staff-thum-person a img{
		width: 100%;
	}
p.staff-cont{
	font-size: 0.8em;
	margin: 0 15px 30px 15px;
}
}


