@charset "utf-8";

body#staff .column3 span.name{
	display:block;
	padding:0;
	margin: 8px 0 5px 0;}


body#staff .wakaru{
	display:block;
	margin: 80px 0px 0px 0px;}





.staff-flex {
	display: flex;
    flex-wrap: wrap;
	margin: 0 auto;
	width: 100%;
}
.staff-flex li {
	margin: 0;
	max-width: unset;
	width: 33.333%;
	margin-bottom: 40px;
	padding: 0 15px;
	float: unset;
	box-sizing: border-box;
}
div.staff-flame_236 {
	max-width: unset;
	width: auto;
    height: auto;
}
div.staff-flame_236 span {
	max-width: unset;
	width: 100%;
	height: auto;
}
div.staff-flame_236 .staff_flame {
	width: 102%;
    top: 50%;
    left: 50%;
	position: absolute;
    transform: translate(-50%, -50%);
}


@media screen and (max-width: 1000px) {
    div.staff-flame_236 {
        display: block;
        position: relative;
        max-width: none;
        width: 100%;
        height: auto;
        flex-direction: none;
    }
	.staff-flex li {
		margin: 0;
		max-width: unset;
		width: 50%;
		margin-bottom: 40px;
		padding: 0 15px;
		float: unset;
		box-sizing: border-box;
	}
}