.p-archiveInfo__inner.l-inner {
	width: 100%;
	max-width: 1300px;
	margin-inline: auto;
}

.c-sitesTab__item.--pb {
	padding-bottom: 16px;
	color: #333;
	font-weight: 400;
	font-size: 14px;
}

.member__lists {
	display: grid;
	margin-inline: auto;
	gap: 40px 0;
}

.member__list {
	display: grid;
	grid-template-rows: auto 1fr;
	width: 330px;
	padding-bottom: 24px;
	gap: 20px;
	border-bottom: 1px solid #DDD;
}

.member-list__content {
	display: grid;
	grid-template-rows: auto auto 1fr auto;
	gap: 12px;
}

.member-list__category .term {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 4px 35px;
	border: 1px solid #DDD;
	color: #605E5C;
	font-weight: 300;
	font-size: 14px;
}

.member-list__category.--single {
	margin-bottom: 14px;
}

.member-list__paragraph {
	margin-top: 40px;
}

.member-list__paragraph p + p {
	margin-top: 16px;
}

.member-list__name {
	color: #333;
	font-weight: 500;
	font-size: 20px;
}

.member-list__btn {
	margin-top: 40px;
	text-align: center;
}

/* single-member */

.p-single-member {
	padding-block: 72px;
}

.member-list__wrapper.--single {
	margin-top: 16px;
}

.p-trainerModal__content.--single {
	display: block;
}

/* ここから追加 2/3 */

.member-list__box {
	padding: 16px;
	border-top: 1px solid #DDD;
	word-break: break-word;
}

.member-list__box:last-child {
	border-bottom: 1px solid #DDD;
}

.member-list__box dt,
.member-list__box dd {
	color: #333;
	font-weight: 300;
	font-size: 14px;
}

.member-list__box dt {
	width: 100px;
}

.member-list__box dd {
	margin-top: 12px;
}

.c-sitesTab__inner {
	display: flex;
}

.l-borderGrid__item {
	margin-top: 70px;
}

.member-list__info {
	margin-top: 40px;
}

.single-member .wp-block-button__link {
	padding-block: 6px;
}

.single-member .p-single-member {
	padding-block: 36px;
}

.single-member .l-recPost article {
	width: 92vw;
}

@media screen and (min-width: 640px) and (max-width: 939px) {

.l-borderGrid__item:nth-child(n+3):after {
	width: 100%;
}

}

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

.single-member .l-recPost article {
	width: 100%;
	max-width: 1300px;
	margin-inline: auto;
}

.single-member .l-recPost article .entry-content {
	max-width: inherit;
}

}

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

.p-archiveInfo__inner.l-inner {
	width: 100%;
	max-width: 800px;
}

.member__lists {
	grid-template-columns: repeat(2, 1fr);
}

.member-list {
	display: grid;
	position: relative;
	grid-template-rows: auto 1fr;
	padding-inline: 24px;
	gap: 12px;
	border-bottom: 1px solid #DDD;
}

.member-list::after {
	position: absolute;
	top: 0;
	right: 0;
	width: 1px;
	height: 96.0912052117%;
	background-color: #DDD;
	content: "";
}

.member__list:nth-child(2n) {
	position: relative;
	padding-right: 0;
	border-right: none;
}

.member__list:nth-child(2n)::after {
	display: none;
}

.member-list__wrapper.--single {
	margin-top: 0;
	margin-left: 32px;
}

.p-trainerModal__content.--single {
	display: grid;
}

.member-list__box dt {
	width: 200px;
}

.l-borderGrid__item {
	margin-top: 40px;
}

}

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

.p-archiveInfo__inner.l-inner {
	width: 100%;
	max-width: 1000px;
}

.member__lists {
	grid-template-columns: repeat(3, 1fr);
	transform: translateX(-14px);
}

.member__list:nth-child(2n) {
	position: relative;
	padding-right: 24px;
}

.member__list:nth-child(2n)::after {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 1px;
	height: 96.0912052117%;
	background-color: #DDD;
	content: "";
}

.member__list:nth-child(3n) {
	position: relative;
	padding-right: 0;
}

.member__list:nth-child(3n)::after {
	display: none;
}

.member__list {
	position: relative;
	width: 300px;
	border-bottom: 1px solid #DDD;
}

.member__list::after {
	position: absolute;
	top: 0;
	right: 0;
	width: 1px;
	height: 96.0912052117%;
	background-color: #DDD;
	content: "";
}

}

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

.member-list__box {
	display: flex;
	align-items: center;
	padding: 16px 32px;
}

.member-list__box dt {
	width: 300px;
}

.member-list__box dd {
	flex: 1;
	margin-top: 0;
}

}

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

.p-archiveInfo__inner.l-inner {
	width: 100%;
	max-width: 1300px;
}

.member__lists {
	grid-template-columns: repeat(4, 1fr);
	transform: translateX(-24px);
}

.member__list {
	position: relative;
	width: 337px;
	border-bottom: 1px solid #DDD;
}

.member__list::after {
	position: absolute;
	top: 0;
	right: 0;
	width: 1px;
	height: 96.0912052117%;
	background-color: #DDD;
	content: "";
}

.member__list:nth-child(4n) {
	position: relative;
	padding-right: 0;
	border-right: none;
}

.member__list:nth-child(4n)::after {
	display: none;
}

.member__list:nth-child(3n) {
	position: relative;
	padding-right: 24px;
}

.member__list:nth-child(3n)::after {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 1px;
	height: 96.0912052117%;
	background-color: #DDD;
	content: "";
}

.member__list:nth-child(4n-1) {
	position: relative;
	padding-right: 24px;
}

.member__list:nth-child(4n-1)::after {
	position: absolute;
	top: 0;
	right: 0;
	width: 1px;
	height: 96.0912052117%;
	background-color: #DDD;
	content: "";
}

.member__list:nth-child(2) {
	position: relative;
	padding-right: 24px;
}

.member__list:nth-child(2)::after {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 1px;
	height: 96.0912052117%;
	background-color: #DDD;
	content: "";
}

.member-list__image {
	width: 289px;
}

.member-list__image img {
	aspect-ratio: 289/384;
	-o-object-fit: cover;
	object-fit: cover;
}

.member-list__content {
	width: 289px;
}

.member-list__wrapper.--single {
	margin-left: 48px;
}

}

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

.single-member .wp-block-gallery.has-nested-images {
	display: flex;
	flex-direction: column;
	align-items: center;
}

}

