@charset "utf-8";
/**
 *  会員企業紹介
 *  update.25.1.28
**/
.section-member > .box {
	margin:0;
}
.section-member > .box > * {
	margin:20px auto 0;
	max-width:600px;
}
@media print, screen and (min-width: 728px) {
	.section-member > .box > * {
		margin:30px auto 0;
	}
}
@media print, screen and (min-width: 1025px) {
	.section-member > .box {
		margin:0 -1%;
		display: flex;
		flex-wrap: wrap;
	}
	.section-member > .box > * {
		margin:30px 1% 0;
		width:48%;
	}
}
.section-member .category {
	display: flex;
	justify-content: center;
	background-color: #9e9e9f;
	padding:0;
}
.section-member .category > * {
	position: relative;
	width:48.5%;
}
.section-member .category > .title {
	margin:1% 0.5% 1% 1%;
	flex:1;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	font-size:2rem;
}
.section-member .category > .title > .name {
	font-weight:600;
	line-height: 1.4;
	color:#575757;
	padding:1em 0.5em;
}
.section-member .category > .title > .p1,
.section-member .category > .title > .p2 {
	content: '';
	position: absolute;
	width:1em;
	height:1em;
	background-color: #575757;
}
.section-member .category > .title > .p1 {
	top:0;
	left:0;
}
.section-member .category > .title > .p2 {
	bottom:0;
	right:0;
}
.section-member .category > .image {
	overflow: hidden;
	margin:1% 1% 1% 0.5%;
}
.section-member .category > .image:before {
	content: '';
	display: block;
	padding-top:100%;
}
.section-member .category > .image img {
	position: absolute;
	width:auto;
	max-width:none;
	height:100%;
	height: 100%;
	top: 0;
	bottom: 0;
	left: -100%;
	right: -100%;
	margin: auto;
}
@media print, screen and (min-width: 728px) {
	.section-member .category > .title {
		font-size:3rem;
	}
}
@media print, screen and (min-width: 1025px) {
	.section-member .category {
		align-items: center;
	}
	.section-member .category > * {
		width:44%;
	}
	.section-member .category > .title {
		flex: none;
		margin:2% 2% 2% 4%;
		font-size:2.419vw;
		min-height:8.45em;
	}
	.section-member .category > .image {
		margin:2% 4% 2% 2%;
	}
}
@media print, screen and (min-width: 1240px) {
	.section-member .category > .title {
		font-size:3rem;
		min-height:258px;
	}
}
.section-member .list > .table {
	border:1px solid #95a8b2;
}
.section-member .table th,
.section-member .table td {
	position: relative;
	display: block;
	line-height: 1.5;
}
.section-member .table th:before ,
.section-member .table td:before {
	content:'';
	position: absolute;
	width:100%;
	height:1px;
	left:0;
	bottom:0;
}
.section-member .table tr:last-child th:before ,
.section-member .table tr:last-child td:before {
	content:none;
}
.section-member .table th {
	padding:0.5em;
	background-color: #575757;
	font-size:1.6rem;
	color:#fff;
	text-align: center;
}
.section-member .table th:before {
	background-color: #fff;
}
.section-member .table td {
	padding:0.75em 0.5em;
	font-size:1.6rem;
}
.section-member .table td:before {
	background-color: #95a8b2;
}
@media print, screen and (min-width: 728px) {
	.section-member .list > .table {
		height:100%;
	}
	.section-member .table th,
	.section-member .table td {
		display: table-cell;
	}
	.section-member .table th {
		width:7em;
		vertical-align: middle;
		font-size:1.8rem;
	}
	.section-member .table td {
		padding:0.75em 1em 0.75em 1.25em;
		font-size:1.6rem;
	}
	.section-member .table td:before {
		width:95%;
	}
}
@media print, screen and (min-width: 1025px) {
	.section-member .table th {
		font-size:1.451vw;
	}
	.section-member .table td {
		font-size:1.29vw;
	}
}
@media print, screen and (min-width: 1240px) {
	.section-member .table th {
		font-size:1.8rem;
	}
	.section-member .table td {
		font-size:1.6rem;
	}
}
.section-member .mb_name .box {
	display: flex;
	align-items: center;
	justify-content: center;
}
.section-member .mb_name .image {
	margin: 0 0.75em 0 0;
}
.section-member .mb_name .image img {
	max-width: 5em;
	max-height:4em;
	width:auto;
}
.section-member .mb_name .name {
	font-size: 1em;
	font-weight:600;
	line-height: 1.3;
}
.section-member .mb_product .image {
	display: flex;
	align-items: center;
	justify-content: center;
	width:8.75em;
	margin:0 auto 0.5em;
}
.section-member .mb_product .image img {
	max-width:8.75em;
	max-height:8.75em;
	width:auto;
}
.section-member .mb_product .name {
	font-size:1.125em;
	font-weight:600;
	line-height: 1.3;
	margin:0;
}
.section-member .mb_product .text {
	margin:0.25em 0 0;
}
@media print, screen and (min-width: 728px) {
	.section-member .mb_name .box {
		min-height:4.875em;
	}
	.section-member .mb_name .image {
		margin:0 0.375em 0 0;
	}
	.section-member .mb_name .image img {
		max-width: 8.75em;
		max-height:4.875em;
	}
	.section-member .mb_name .name {
		margin:0 0 0 0.3em;
		flex:1;
		font-size: 1.25em;
	}
	.section-member .mb_product {
		height:100%;
	}
	.section-member .mb_product .box {
		display: flex;
		align-items: flex-start;
	}
	.section-member .mb_product .image {
		margin:0 0.375em 0 0;
	}
	.section-member .mb_product .detail {
		flex: 1;
		margin:0 0 0 0.375em;
	}
	.section-member .mb_product .name {
		margin:0.25em 0;
	}
	.section-member .mb_product .text {
		margin:0.5em 0 0;
	}
}
@media print, screen and (min-width: 1025px) {
	.section-member .mb_contact .box {
		min-height:7.5em;
	}
	.section-member .mb_text .box {
		min-height:12em;
	}
}
.section-member .page-nav {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin:6px 0 0;
}
.section-member .page-nav a {
	position: relative;
	padding:0 0.75em;
	margin:14px -1px 0 0;
	font-size:1.4rem;
	line-height: 1.4;
	color:#000;
	border-left:1px solid #000;
	border-right:1px solid #000;
}
@media print, screen and (min-width: 728px) {
	.section-member .page-nav {
		margin:16px 0 0;
	}
}
@media print, screen and (min-width: 1025px) {
	.section-member .page-nav {
		margin:14px 0 0;
	}
	.section-member .page-nav a {
		padding:0 1em;
		font-size:1.6rem;
		border-left:0;
	}
	.section-member .page-nav a:last-child {
		border-right:0;
	}
}