@charset "utf-8";
/* CSS Document */

.light_blueBG {
	background: #e5f4fb;
	padding: 50px 0;
}
.staff_top_img {
	background: url(../images/Staff_top_img.jpg) no-repeat center;
	height: 198px;
}
.staff_img1 {
	max-width: 1920px;
}

/* スタッフ紹介 */
.staff {
	background: white;
	border-radius: 20px;
	width: 924px;
	padding: 40px 40px 25px 40px;
	margin: 80px auto;
	display: flex;
	justify-content: space-between;
}

/* PHOTO */
.staff .staffA {
	background: url(../images/Staff_photoA.jpg) no-repeat;
	height: 55px;
	padding-top: 210px;
}
.staff .staffB {
	background: url(../images/Staff_photoB.jpg) no-repeat;
	height: 55px;
	padding-top: 210px;
}
.staff .name {
	font-size: 23px;
	padding: 15px 0 5px 0;
}
.staff .name small {
	font-size: 15px;
}

/* PROFILE */
.staff .profile .flex {
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 20px;
}
.staff .profile p {
	width: 80px;
	border-bottom: #000000 2px dotted;
	margin: 0;
	padding-left: 10px;
	font-size: 14px;
	font-weight: normal;
}
.staff .profile b {
	width: 60px;
	color: white;
	background: #46D7F7;
	text-align: center;
	border-radius: 5px;
	padding-top: 1px;
	font-size: 14px;
	margin-right: 8px;
}

/* INTRODUCTION */
.staff .right b {
	font-size: 26px;
	color: #009CE5;
}
.staff .right p {
	width: 470px;
	padding: 0 30px;
	margin: 15px auto;
	font-size: 18px;
	text-align: justify;
}