/* スタッフ写真	*/
.staff1{ background:url(images/p_yamamoto.jpg); }
.staff2{ background:url(images/p_furuhata.jpg); }

.staff3{ background:url(images/p_todoriki.jpg); }
.staff4{ background:url(images/p_kaikawa2.jpg); }

.staff5{ background:url(images/p_.png); }
.staff6{ background:url(images/p_.png); }

.staff7{ background:url(images/p_.png); }
.staff8{ background:url(images/p_.png); }

.staff9{ background:url(images/p_.png); }
.staff10{ background:url(images/p_.png); }

.staff11{ background:url(images/p_.png); }
.staff12{ background:url(images/p_.png); }


.staff_img {	/*写真*/
	background-repeat:  no-repeat;
	background-position:center center;
	background-size:cover;
	width:100%;
	height:298px;
}


.team1 { }
.team1 .pro-pic { min-height: 298px; }	/*画像の縦最小値*/

/*
.team1 h1, .team1 h2, .team1 h3, .team1 h4, .team1 h5, .team1 h6 {
	color: #3e4555;
}

.team1 .font-weight-medium {
	font-weight: 500;
	font-weight: normal;
}


.team1 .bg-light { 
	background-color: #f4f8fa !important;
}

.team1 .subtitle {
	color: #8d97ad;
	line-height: 24px;
}

.team1 .pro-pic .card-img-overlay {
	background: rgba(26, 139, 243, 0.87);
	display: none;
}

.team1 .pro-pic .card-img-overlay ul {
	top: 50%;
}

.team1 .pro-pic .card-img-overlay ul li a {
	-webkit-transition: 0.1s ease-in;
	-o-transition: 0.1s ease-in;
	transition: 0.1s ease-in;
}

.team1 .pro-pic .card-img-overlay ul li a:hover {
	-webkit-transform: translate3d(0px, -5px, 0px);
	transform: translate3d(0px, -5px, 0px);
}

.team1 .pro-pic:hover .card-img-overlay {
	display: block;
}
*/

.box_sf1 {	/*出身地・主な仕事・趣味*/
	padding: 1px 0 0 0;
	margin: 1px;
	width: 56px;
	color: #003E92;
	border: solid 1px #003E92;
	font-size: 8pt;
	text-align: center;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
	-ms-border-radius: 2px;
	float: left; 
}


.box_sf2 {	/*メッセージ*/
	padding: 1px 0 0 0;
	margin: 1px 0;
	width: 70px;
	color: #003E92;
	border: solid 1px #003E92;
	font-size: 8pt;
	text-align: center;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
	-ms-border-radius: 2px;
	float: left; 
	margin-bottom: 3px;
}
