@charset "utf-8";

/*------------------------------------------------------------
[SP]
------------------------------------------------------------ */
h1.category_title .date {
	font-size: 3.733333333333333vw;
	margin-top: 2.4vw;
	display: block;
}

/*------------------------------------------------------------
[SP] member
------------------------------------------------------------ */
.member {
	margin: 0 4vw 16vw;
}

.member h2 {
	font-size: 4.266666666666667vw;
	font-weight: bold;
	background: #E6F6FA;
	margin-bottom: 12vw;
	padding: 4vw;
}

.member_list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.member_list li {
	margin-bottom: 9.6vw;
}

.member_list li:last-child {
	margin: 0;
}

.member_list .member_img {
	margin: 0 auto 3.2vw;
	width: 56vw;
}

.member_list .member_img img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

.member_list .region {
	font-size: 4vw;
	font-weight: bold;
	text-align: center;
	color: #1E798F;
}

.member_list h3 {
	margin-bottom: 0.8vw;
	font-size: 4.266666666666667vw;
	font-weight: bold;
	text-align: center;
}

.member_list .title {
	font-size: 3.733333333333333vw;
	line-height: 1.6;
	text-align: center;
}

.member_list dl {
	margin: 2.4vw auto 0;
	width: 72vw;
}

.member_list dt {
	font-size: 3.466666666666667vw;
	font-weight: bold;
}

.member_list dd {
	font-size: 3.466666666666667vw;
	line-height: 1.6;
}

@media print,
screen and (max-width:767px) {
	.member table {
		width: 100%;
	}

	.member table th {
		font-weight: normal;
		line-height: 1.6;
	}

	.member table th,
	.member table td {
		width: 100%;
		float: left;
		clear: both;
		font-size: 4.266666666666667vw;
	}

	.member table td .member_list li {
		text-align: center;
		line-height: 2;
		margin: 0;
		font-weight: bold;
	}

	.member table td .member_list:first-child {
		margin-top: 0.5em;
	}

	.member table td .member_list:last-child {
		margin-bottom: 1.5em;
	}
}

/*------------------------------------------------------------
[PC]
------------------------------------------------------------ */
@media print,
screen and (min-width:768px) {
	h1.category_title .date {
		font-size: 15px;
		margin-left: 20px;
		display: inline-block;
	}

	/*------------------------------------------------------------
[PC] member
------------------------------------------------------------ */
	.member {
		margin: 0 auto 80px;
		width: 1160px;
	}

	.member h2 {
		font-size: 24px;
		font-weight: bold;
		background: #E6F6FA;
		margin-bottom: 54px;
		padding: 18px 30px;
	}

	.member_list {
		margin: 0;
		padding: 0;
		list-style: none;
		display: flex;
		flex-wrap: wrap;
		gap: 40px;
	}

	.member_list li {
		width: 260px;
		margin: 0;
	}

	.member_list .member_img {
		margin: 0 0 15px;
		width: 260px;
	}

	.member_list .member_img img {
		width: 100%;
		height: auto;
		vertical-align: bottom;
	}

	.member_list .region {
		font-size: 15px;
		font-weight: bold;
		text-align: left;
		color: #1E798F;
		margin-bottom: 5px;
	}

	.member_list h3 {
		margin-bottom: 5px;
		font-size: 18px;
		font-weight: bold;
		text-align: left;
	}

	.member_list .title {
		font-size: 14px;
		line-height: 1.6;
		text-align: left;
	}

	.member_list dl {
		margin: 15px auto 0;
		width: 260px;
	}

	.member_list dt {
		font-size: 13px;
		font-weight: bold;
		margin-bottom: 3px;
	}

	.member_list dd {
		font-size: 13px;
		line-height: 1.6;
	}

	.member table th {
		width: 25%;
		text-align: left;
		vertical-align: top;
		font-weight: normal;
		line-height: 1.6;
	}

	.member table td {
		width: 75%;
	}

	.member table td .member_list {
		display: flex;
		flex-flow: row wrap;
		justify-content: flex-start;
		align-items: flex-start;
		gap: 5px 0;
		margin-bottom: 30px;
	}

	.member table td .member_list li {
		width: 32%;
		margin: 0;
		line-height: 1.6;
		font-weight: bold;
	}




}