@charset "utf-8";

.member_nav-container {
	display: block;
	width: 100%;
}
.member_nav-list {
	display: flex;
	width: 100%;
	flex-wrap: wrap;

	row-gap: 45px;
}
.member_nav-item {
	max-width: 355px !important;
	border-radius: 15px;
	flex: none !important;
}
.member-card {
	margin-bottom: 0 !important;
}
.member_nav-item h3 {
	margin-bottom: 5px !important;
	text-align: left !important;
}
.member_status {
	display: flex;
	width: 100%;
	margin-bottom: 5px;
	font-weight: 500;
	line-height: 1.3;
	text-align: left;
	flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
	.member_nav-list {
		column-gap: 1.5908%;

		row-gap: 25px;
	}
	.member_nav-item {
		width: 32.2728%;
	}
}
@media screen and (max-width: 767px) {
	.member_nav-list {
		column-gap: 15px;

		row-gap: 15px;
	}
	.member_nav-item {
		width: calc(50% - 7.5px);
	}
	.member-card {
		padding: 10px !important;
		font-size: 14px !important;
	}
	.member-name {
		font-size: 15px !important;
	}
	.member_status {
		margin: 10px 0;
	}
}
.member_status dt {
	display: flex;
	float: left;
	width: fit-content;
	width: 4em;
	white-space: nowrap;
	flex-wrap: nowrap;
}
.member_status dd {
	width: calc(100% - 4em);
}
.member_status dt::after {
	content: "：";
}
.member_url-list {
	display: flex;
	font-size: 14px;
	flex-direction: column;

	row-gap: 5px;
}
.member_url-list a {
	color: #0b57d0;
}

@media screen and (max-width: 767px) {
	.member_url-list {
		font-size: 13px;
	}
}
