/* 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;
}



@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;
}

	
}






















