@charset "utf-8";
/* ------------------------------
 講座紹介 スタッフ紹介
------------------------------ */
.staffBlock:not(:last-child) {
    border-bottom: solid 1px #ebf6f4;
    padding-bottom: 50px;
}
.staffBlock:not(.mb50) {
	border-bottom: none;
}
.staffBlock .cms_text p {
	line-height: 1;
	margin-bottom: 3px;
}
.staffBlock .normal table tr th {
	width: auto;
}
/* ------------------------------
 PC用コード
------------------------------ */
@media screen and (min-width: 768px) {
	.staffBlock .cms_image.w1-5,
	.staffBlock .cms_image.w1-5 img {
		width: 208px;
		height: 209px;
	}
}
/* ------------------------------
 スマホ用コード
------------------------------ */
@media screen and (max-width: 767px) {
	.staffBlock {
		padding-bottom: 30px;
	}
	.staffBlock .cms_image {
		width: 50%;
		margin: 0 auto 15px;
	}
	.staffBlock .cms_text p {
		margin-bottom: 5px;
	}
}