/* CSS Document */

.partnerLIST {
	background: #fff;
	box-shadow: 0 0 30px rgba(200,200,200,0.2);
	padding: 40px;
	box-sizing: border-box;
	margin-bottom: 20px;
	position: relative;
}
.partnerLIST h3 {
	background: #00b6c9;
	font-size: clamp(1.6rem, 1.7vw, 2rem);
	padding: 15px 40px;
	box-sizing: border-box;
	margin-left: -40px;
	color:#fff;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	max-width: 40%;
	margin-bottom: 20px;
}
.partnerLIST p {
	margin: 0;
	padding: 0;
}

.bosyu {
	font-size: clamp(2rem, 2.8vw, 3rem);
	text-align: center;
	line-height: 1.7;
	font-weight: 600;
	margin-bottom: 30px;
}
.ptimg {
	margin-bottom: 40px;
}
.bosyuPH {
	display: flex;
	justify-content: space-between;
	margin-bottom:30px;
}
.bosyuPH figure {
	width: 24.5%;
}

.pLIST {
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}
.pLIST li {
	background: #ebf8f9;
	padding: 15px;
	box-sizing: border-box;
	border-radius: 6px;
	width: 49.5%;
	position: relative;
	text-align: center;
	font-size: clamp(1.6rem, 1.7vw, 1.8rem);
}

.pLIST li:before {
	position: absolute;
	content: '';
	display: inline-block;
	width: 25px;
	height: 25px;
	background: url("../../images/partner/check.png") no-repeat;
	background-size: contain;
	vertical-align: middle;
	top: 34%;
	left: 15px;
}

/* --------------------------　
 育休取得率テーブル
-------------------------- */

#table-rate {
  width: 100%;
  max-width: 800px;
  border-collapse: separate;
  border-spacing: 4px;
  margin: 0;
}

#table-rate th,
#table-rate td {
  padding: 10px 12px;
  font-size: 1.4rem;
  line-height: 1.3;
  text-align: center;
  font-weight: 600;
}

#table-rate thead th:first-child {
  background: #11abc0;
  color: #fff;
  text-align: center;
}

#table-rate thead th {
  background: #E6F4F3;
}

#table-rate tbody th {
  text-align: left;
  background: #E6F4F3;
}

#table-rate td {
  background: #ececec;
}

#table-rate .total th {
  background: #E6F4F3;
}

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

	.partnerLIST {
		background: #fff;
		box-shadow: 0 0 30px rgba(200,200,200,0.2);
		padding: 20px;
		box-sizing: border-box;
		margin-bottom: 20px;
		position: relative;
	}
	.partnerLIST h3 {
		background: #00b6c9;
		font-size: clamp(1.6rem, 1.7vw, 2rem);
		padding: 15px 20px;
		box-sizing: border-box;
		margin-left: -20px;
		color:#fff;
		border-top-right-radius: 6px;
		border-bottom-right-radius: 6px;
		max-width: 100%;
		margin-bottom: 15px;
	}
	.partnerLIST p {
		margin: 0;
		padding: 0;
	}

	.bosyu {
		font-size: clamp(1.8rem, 2.8vw, 3rem);
		text-align: center;
		line-height: 1.7;
		font-weight: 600;
		margin-bottom: 15px;
	}
	.ptimg {
		margin-bottom: 20px;
	}
	.bosyuPH {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-bottom:15px;
	}
	.bosyuPH figure {
		width: 49.5%;
		margin-bottom: 3px;
	}

	.pLIST {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		margin-bottom: 15px;
	}
	.pLIST li {
		background: #ebf8f9;
		padding: 15px;
		box-sizing: border-box;
		border-radius: 6px;
		width: auto;
		position: relative;
		text-align: center;
		font-size: clamp(1.5rem, 1.7vw, 1.8rem);
		margin-bottom: 10px;
		line-height: 1.5;
	}

	.pLIST li:before {
		position: absolute;
		content: '';
		display: inline-block;
		width: 25px;
		height: 25px;
		background: url("../../images/partner/check.png") no-repeat;
		background-size: contain;
		vertical-align: middle;
		top: 32%;
		left: 15px;
	}

	/* スマホ時だけ必要なら調整 */
	#table-rate th,
	#table-rate td {
		padding: 12px 8px;
		font-size: 1.4rem;
	}
}