h2.expert-lead-title{margin: 20px auto 10px;}
h2.expert-lead-title img{
	position: relative;
	z-index: 0;
	margin: 0 -55px 0 0;
}
h2.expert-lead-title span{
	position: relative;
	z-index: 100;
}
#office-info > .white-box{
	margin: 0;
}
.office-box{
	margin: 0 auto 40px;
}
.office-box h4.office-title{
	background: url(../../common/img/back-bj1.jpg) repeat left center;
	padding: 10px 15px;
	margin: 0 auto 15px;
}
.office-map img{
	width: 80%;
	max-width: 600px;
	height: auto;
	margin: 0 auto;
	display: block;
}
.office-map .font-min{
	text-align: center;
	display: block;
}
.office-box .button{
	margin: 20px auto 0;
}
/*-------------------スタッフ紹介---------------------*/
.staff-box-header{
	background: url(../../common/img/thead-back.jpg) repeat left center;
	padding: 10px 0 0 0;
}
.staff-box-inner{
	background: #F8F5EE;
	padding: 25px 20px 25px 20px;
}
.title-icon {
	width: 50px;
	height: 50px;
	border-radius: 50px;
	position: relative;
	display: table-cell;
	vertical-align: middle;
	background: url(../../common/img/back-s3.jpg) repeat left top;
}
.staff-box{
	margin-bottom: 20px;
}
.staff-top{
	align-items: flex-start;
	margin: 0 auto 20px;
}
.staff-top .photo{
	order: 2;
	width: 240px;
	margin: 0 0 0 30px;
}
.staff-top ul{
	order: 1;
	flex: 2;
}
@media (max-width:1059px) {
	.staff-top{
		justify-content: center;
	}
	.staff-top ul{
		flex: none;
	}
}
@media (max-width:789px) {
	.staff-top{
		display: block;
	}
	.staff-top .photo {
		margin: 0 auto 20px;
		display: block;
	}
	.staff-top ul{
		flex: none;
	}
}
@media (max-width:589px) {
	.staff-top{
		margin: 0 auto 40px;
	}
	.staff-bottom{
		font-size: 14px;
	}
}