/*.staff-photo {
text-align: center;
margin-bottom: 20px;
}*/

.staff-photo {
  display: flex;
  justify-content: center;
  align-items: center;
  margin:0 auto 30px;
}
.staff-photo img{
  width: 260px;
  height: 260px;
  object-fit: cover;
  border-radius: 260px;
}
.staff-company {
	text-align: center;
	font-size: 1.5rem;
	font-weight: bold;
	margin: 15px 0 5px;
}
.staff-position {
	text-align: center;
	font-size: .85rem;
	margin: 0 0 25px;
}
.site-body .staff-profile { max-width: 640px; margin: 2rem auto; }
.staff-sns     { padding: 0; }
.staff-sns ul  { list-style: none; margin: 15px 0; padding: 0; }
.staff-sns li  { margin-bottom: 20px; }
.sp-line {
	margin: 8px 0 25px;
	text-align: center;
}
.sp-line-btn img{
	width: 280px;
	height: auto;
	display: inline-block;
}

h1.staff-name {
	padding: 20px 10px;
	background-color: #fff0cc;
	border-radius: 10px;
	text-align: center;
	line-height: 1;
}
h1.staff-name .staff-furigana {
	font-weight: normal;
	font-size: 14px;
}
.staff-mobile {
	margin-bottom: 35px;
	font-size: 24px;
	letter-spacing: 2px;
	text-align: center;
}
.staff-mobile img {
	width:24px;
	height:24px;
  vertical-align: middle;
  display: inline-block;
	margin: 0 5px 10px;
}
.staff-mobile-txt {
	font-size: 13px;
	margin-left: 40px;
}
.sp-vcard {
	margin: 20px 0 35px;
	text-align: center;
}
.sp-vcard-btn {
	box-sizing: border-box;
	display: inline-block;
	width: 280px;
	text-align: center;
	padding: 16px 10px;
	background-color: #eee;
	border: 1px #ccc solid;
	border-radius: 10px;
	text-decoration: none;
	font-size: 20px;
}
.sp-vcard-btn:hover {
	background-color: #f1f1f1;
}
.sp-vcard-txt {
	margin: 10px 0 25px;
	font-size: 13px;
	text-align: center;
}
.staff-sns {
	margin: 25px 0;
}
.sp-sns-btn {}
.sp-sns-btn img{
	width:24px;
	height:24px;
  vertical-align: middle;
  display: inline-block;
	margin-right: 5px;
}
