#header .center-box #rent-menu ,
#header .center-box #sale-menu ,
#header .center-box #owner-menu ,
#header .center-box #lend-menu{
	display: none;
}   
/*説明文*/
.description{
	margin-bottom:30px;
}

/*スタッフ全体*/
.staff-type{
	border-top:2px solid #b7be8c;
	margin-bottom:30px;
}
.staff-type dt{
	background:#ebefd1;
	height:139px;
	position:relative;
}
.staff-type dt .img{
    padding: 10px;
    width: 119px;
    height: 119px;
}
.staff-type dt .img img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}

/* 文字に変更 */
.staff-type dt .flex{
	display: flex;
	align-items: center;
}
.staff-type dt .txt{
    flex: 1;
    margin-left: 12px;
}
.staff-type dt .name{
    margin-bottom: 15px;
}
.staff-type dt .point{
	font-size: 95%;
    font-weight: bold;
}
.staff-type dd{
	padding:15px 10px;
	background:#fff;
}
.staff-type dd table{
	width:100%;
}
.staff-type dd table th,
.staff-type dd table td{
	padding: 10px 0px 10px 10px;
	border-bottom: 1px solid #fff;
}

.staff-type dd table th {
	background: #eaeaea;
	width: 20%;
	border-right: 1px solid #fff;
}
.staff-type dd table td{
	background: #f6f6f6;
}
.staff-type dd table td li {
	font-size: 80%;
}