@charset "UTF-8";
/* CSS Document */
.contBack{
	margin-top: 0;
}

.contSect .pplList{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.contSect .pplList li{
	width: 49.5%;
	background-color: #fff;
	border: 2px solid #FFF;
	margin-right: 1%;
	margin-bottom: 1vw;
}
.contSect .pplList li:nth-child(2n){
	margin-right: 0;
}

.contSect .pplList li .discript{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: space-between;
}
.contSect .pplList li .discript .tag{
	width: 30%;
	height: 100%;
	position: relative;
	background-color: #86bc25 ;
	text-align: center;
}
.contSect .pplList li .discript .tag img{
	width: 70%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%); /* Safari用 */
	transform: translate(-50%, -50%);
}


.contSect .pplList li .discript .body{
	width: 70%;
	padding: 1vw;
}
.contSect .pplList li .discript .body .dpName{
	color: #000;
	font-size: 1vw;
	font-weight: bold;
	border-bottom: 1px dotted #000;
	margin-bottom: 1vw;
}
.contSect .pplList li .discript .body .text{
	color: #777;
	font-size: 1.1vw;
	line-height: 1.8vw;
}

.contBack .cont .body{
	font-size: 1.4vw;
	line-height: 2.8vw;
	color: #000;
}
.pgHed{
	margin-bottom: 5vw;
}
@media (max-width: 640px) {
	.contSect .pplList{
		display: block;
		/*flex-wrap:nowrap;*/
	}
	.contSect .pplList li{
		width: 100%;
		margin-right: 0;
		margin-bottom: 2vw;
	}
	
	.contSect .pplList li .discript{
	}
	.contSect .pplList li .discript .tag{
		width: 25%;
		height: auto;
		position: relative;
		background-color: #86bc25 ;
		text-align: center;
	}
	.contSect .pplList li .discript .tag img{
		width: 60%;
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%); /* Safari用 */
		transform: translate(-50%, -50%);
	}


	.contSect .pplList li .discript .body{
		width: 75%;
		padding: 2vw;
	}
	.contSect .pplList li .discript .body .dpName{
		font-size: 3vw;
		margin-bottom: 2vw;
	}
	.contSect .pplList li .discript .body .text{
		color: #777;
		font-size: 3.5vw;
		line-height: 5.5vw;
	}
	
	
	
	
	.contBack .cont .body{
		font-size: 3.5vw;
		line-height: 6vw;
		color: #000;
	}
}