@charset "utf-8";

.p-tab_body {
	max-width: 1490px;
}

.member_list {
	display: flex;
	flex-wrap: wrap;
}

.member_item {
	display: block;
	max-width: 470px;
	width: 31.5437%;
	flex-direction: column;
}

.member_content {
	display: flex;
	flex-direction: column;
}

.member_img {
	display: flex;
	overflow: hidden;
	justify-content: center;
	align-items: center;

	aspect-ratio: 47/32;
}

.member_details {
	display: flex;
	border: 1px solid #a7a7a7;
	flex-direction: column;
}

.member_profile {
	display: flex;
	border-bottom: 1px solid #a7a7a7;
	flex-direction: column;
	align-items: center;
}
.member_profile-year {
	font-size: 12px;
}
.member_profile-position {
	font-size: 13px;
}
.member_text {
	padding: 15px 20px 25px;
	font-size: 14px;
	line-height: 26px;
	text-align: justify;
}

@media screen and (min-width: 768px) {
	.p-tab_body {
		inline-size: 95%;
	}

	.member_list {
		column-gap: 2.68445%;

		row-gap: 80px;
	}

	.member_item {
		width: 31.5437%;
	}
	.member_profile {
		padding: 15px 0 20px;

		row-gap: 10px;
	}
	.member_profile-name {
		font-size: 19px;
	}
}
@media screen and (max-width: 767px) {
	.p-tab_body {
		inline-size: calc(100% - 40px);
	}

	.member_list {
		column-gap: 20px;

		row-gap: 30px;
	}
	.member_item {
		width: calc(50% - 10px);
	}
	@media screen and (max-width: 550px) {
		.member_list {
			flex-direction: column;
			align-items: center;
		}
		.member_item {
			width: 100%;
		}
	}

	.member_profile {
		padding: 10px 0 15px;

		row-gap: 5px;
	}
	.member_profile-name {
		font-size: 17px;
	}
}
