@charset "UTF-8";

.staff {
	display: flex;
	flex-wrap: wrap;
	gap: 20px 2.8%;
}

.staff_item {
	width: 48.6%;
	box-sizing: border-box;
	background: #F7F7F7;
	border-radius: 5px;
	padding: 15px;
}

.staff_item_img {
}

.staff_item_img img {
	width: 100%;
	height: auto;
}

.staff_item_cap {
	margin-top: 15px;
	padding: 5px;
}

.staff_item_name {
	display: flex;
	gap: 10px;
	color: #488C23;
}

.staff_item_jp {
	font-weight: bold;
	font-size: 20px;
}

.staff_item_en {
	font-weight: bold;
	font-size: 16px;
}

.staff_item_data {
	margin-top: 10px;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.staff_item_dl {
	display: flex;
	line-height: 1.5;
	font-size: 16px;
}

.staff_item_dl > dt {
	width: 4.5em;
	font-weight: bold;
}

.staff_item_dl > dt.-space {
	letter-spacing: 1em;
}

.staff_item_dl > dd {
}

.staff_item_subject {
	list-style-type: none;
}

.staff_item_subject > li {
}

.staff_item_subject > li a {
	color: #8CB832;
	text-decoration: underline;
}

.staff_item_subject > li a:hover {
	text-decoration: none;
}

@media screen and (max-width:1020px) {
}

@media screen and (min-width:641px) {
}

@media screen and (max-width:640px) {
	.staff {
		gap: 10px;
		flex-direction: column;
	}

	.staff_item {
		width: 100%;
	}

	.staff_item_img {
	}

	.staff_item_img img {
	}

	.staff_item_cap {
	}

	.staff_item_name {
	}

	.staff_item_jp {
		font-size: 18px;
	}

	.staff_item_en {
		font-size: 14px;
	}

	.staff_item_data {
	}

	.staff_item_dl {
		font-size: 14px;
	}

	.staff_item_dl > dt {
	}

	.staff_item_dl > dt.-space {
	}

	.staff_item_dl > dd {
	}

	.staff_item_subject {
	}

	.staff_item_subject > li {
	}

	.staff_item_subject > li a {
	}

	.staff_item_subject > li a:hover {
	}

}
