@charset "UTF-8";
#staff .staff_content {
	margin-bottom: 60px;
}

#staff .staff_content:last-child {
	margin-bottom: 0;
}

#staff .staff_content.no_img .txt {
	float: none;
	width: auto;
}

#staff .staff_content .inner_s{
	flex-direction: row-reverse;
	display: flex;
	justify-content: flex-end;
}

#staff .staff_content .txt .name {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 8px;
}

#staff .staff_content .txt .name span {
	font-size: 15px;
	font-weight: normal;
	margin-left: 12px;
}

#staff .staff_content .txt .position {
	font-size: 14px;
	color: #828282;
	margin-bottom: 16px;
}

#staff .staff_content .txt .introduction {
	font-size: 14px;
}

#staff .staff_content .img {
	width: 240px;
	min-width: 240px;
	margin-right: 40px;
}

#staff .staff_content .img img {
	width: 100%;
	height: auto;
}
@media only screen and (max-width: 767px) {
	/*スマホのみ*/
#staff .staff_content .inner_s{
	display: block;
}
	#staff .staff_content .img {
		margin-right: auto;
		margin-left: auto;
		text-align: center;
		width: 100%;
	}
	#staff .staff_content .txt+.img {
		margin-top: 10px;
	}
}



/* ============================================================
カスタマイズ
============================================================ */
/* 名前 */
#staff .staff_content .txt .name {
	color: #083204;
	font-size: 24px;
	font-weight: 600;
	}
#staff .staff_content .txt .name span {
	color: #3e8738;
	}

/* ＞767 --------------------------- */
@media screen and (max-width: 767px) {

	/* h2 */
	#staff #main h2 {
		font-size: 20px;
		}
	/* 導入文 */
	#staff #main .common_donyu {
		margin-bottom: 45px;
		font-size: 14px;
		}
	/* 名前 */
	#staff .staff_content .txt .name {
		font-size: 21px;
		}

} /* end ＞767 */
