.main_header {
	margin-bottom: 63px;
	background: url("../images/staff/bg_header.jpg") center 0 no-repeat;
}

@media (max-width: 767px) {
	.main_header {
		margin-bottom: 24px;
		-webkit-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}
}
.staff_list .item {
	padding: 64px 0 80px;
	border-bottom: #99D4DA 2px solid;
}
.staff_list .item:last-child {
	border-bottom: none;
}
.staff_list .header {
	margin-bottom: 28px;
	line-height: 1.5;
}
.staff_list .header .job {
	margin-right: 0.7em;
	font-size: 23px;
}
.staff_list .header .name {
	font-size: 30px;
}
.staff_list .inner {
	-js-display: flex;
	display: flex;
	justify-content: space-between;
}
.staff_list .inner .pic {
	width: 30%;
	text-align: center;
}
.staff_list .inner .txt {
	width: 65%;
}
.staff_list .inner .lead {
	margin-bottom: 0.5em;
	font-size: 18px;
}
.staff_list .inner .message {
	margin-bottom: 2em;
	font-size: 14px;
	line-height: 2;
}
.staff_list .inner .title {
	color: #487172;
	font-size: 18px;
	font-weight: bold;
}
.staff_list .inner .history {
	margin-bottom: 1em;
}
.staff_list .inner .history table {
	font-size: 14px;
	line-height: 2;
}
.staff_list .inner .history th {
	width: 6em;
	vertical-align: top;
}
.staff_list .inner .academy p {
	font-size: 14px;
}

@media (max-width: 767px) {
	.staff_list .item {
		padding: 30px 0 40px;
		border-bottom: #99D4DA 1px solid;
	}
	.staff_list .header {
		margin-bottom: 16px;
		text-align: center;
	}
	.staff_list .header .job {
		font-size: 16px;
	}
	.staff_list .header .name {
		font-size: 20px;
	}
	.staff_list .inner {
		flex-direction: column;
	}
	.staff_list .inner .pic {
		width: 100%;
		margin-bottom: 12px;
	}
	.staff_list .inner .txt {
		width: 100%;
	}
	.staff_list .inner .lead {
		margin-bottom: 0.5em;
		font-size: 18px;
	}
	.staff_list .inner .message {
		margin-bottom: 2em;
		font-size: 14px;
		line-height: 2;
	}
	.staff_list .inner .title {
		color: #487172;
		font-size: 18px;
		font-weight: bold;
	}
	.staff_list .inner .history {
		margin-bottom: 1em;
	}
	.staff_list .inner .history table {
		font-size: 14px;
		line-height: 2;
	}
	.staff_list .inner .history th {
		width: 6em;
		vertical-align: top;
	}
	.staff_list .inner .academy p {
		font-size: 14px;
	}
}
