@charset "UTF-8";
/* CSS Document */

.contSect #subBts{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 2vw;
}
.contSect #subBts li{
	width: 24.6%;
	margin-right: 0.5%;
	margin-bottom: 0.5vw;
	background-color: #FFF;
}
.contSect #subBts li:nth-child(4n){
	margin-right: 0;
}
.contSect #subBts li a{
    font-size: 1.5vw;
    line-height: 1.5vw;
    display: block;
    padding: 1.8vw 1vw;
    background-color: #86cb25;
    color: #000;
    border: 0.2vw solid #86cb25;
    background-image: -webkit-linear-gradient(90deg,rgba(0,0,0,1.00) 10%,rgba(134,203,37,1.00) 10%);
    background-image: linear-gradient(90deg,rgba(0,0,0,1.00) 10%,rgba(134,203,37,1.00) 10%);
	padding-left: 2.5vw;
}
.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 a{
	display: flex;
	flex-wrap: wrap;
}
.contSect .pplList li .image{
	width: 40%;
    position: relative;/*********************************************新規追加*/
}
.contSect .pplList li .image img{
	width: 100%;
}

.contSect .pplList li .discript{
	width: 60%;
}

/*********************************************新規追加*/
.contSect .pplList li a .newTag {
    position: absolute;
    padding: 0.2vw;
    width: 55%;
    background-image: -webkit-linear-gradient(320deg,rgba(134,188,37,1.00) 80%,rgba(0,0,0,0.00) 80%);
    background-image: linear-gradient(40deg,rgba(134,188,37,1.00) 80%,rgba(0,0,0,0.00) 80%);
    font-size: 0.9vw;
    line-height: 1.5vw;
    color: #fff;
    bottom: 0;
}
.contSect .pplList li a .addTag {
    position: absolute;
    padding: 0.2vw;
    width: 55%;
    background-image: -webkit-linear-gradient(320deg,rgba(0,0,0,0.00) 60%,rgba(134,188,37,1.00) 60%);
    background-image: linear-gradient(40deg,rgba(0,0,0,0.00) 20%,rgba(134,188,37,1.00) 20%);
    font-size: 0.9vw;
    line-height: 1.5vw;
    color: #fff;
    bottom: 0;
    right: 0;
    text-align: right;
}
.contSect .pplList li .discript .rank{
	width: 100%;
	font-size: 1.1vw;
	padding: 0.4vw 1vw;
	color: #000;
    border-bottom: 1px dotted #000;
}
/*********************************************！新規追加*/


.contSect .pplList li .discript .tag{
	width: 100%;
	background-color: #53565a;
	font-size: 1.1vw;
	padding: 0.4vw 1vw;
	/*margin-bottom: 1vw;*/
	color: #fff;
}


.contSect .pplList li .discript .title{
	width: 100%;
	color: #000;
	font-size: 1.4vw;
	padding: 0.4vw 1vw;
	line-height: 2vw;
    
}
.contSect .pplList li .discript .body{
	width: 100%;
	color: #777;
	font-size: 1vw;
	padding: 0 1vw;
}


/*個人紹介ページ*/
.image .prof{
	position: absolute;
    bottom: 0;
    background-color: hsla(0,0%,0%,0.7);
	width: 100%;
	padding: 0.7vw;
	
}
.image .prof .p1{
	font-size: 1.4vw;
	border-bottom: 1px dotted #fff;
}
.image .prof .p2{
	font-size: 1.2vw;
	display: inline;
}
.image .prof .p3{
	font-size: 1.6vw;
	font-weight:bold;
	display: inline;
	margin-left: 0.5vw;
}
.image .prof .p4{
	font-size: 1.3vw;
	display: inline;
}
.image .prof p{
	color: #fff!important;
}
@media (max-width: 640px) {
	.contSect #subBts li{
		width: 49%;
		margin-right: 2%;
		margin-bottom: 1.5vw;
	}
	.contSect #subBts li:nth-child(2n){
		margin-right: 0;
	}
	.contSect #subBts li a{
		font-size: 3vw;
		line-height: 3vw;
		padding: 3vw 2vw;
		border: 0.5vw solid #86cb25;
		background-image: -webkit-linear-gradient(90deg,rgba(0,0,0,1.00) 10%,rgba(134,203,37,1.00) 10%);
		background-image: linear-gradient(90deg,rgba(0,0,0,1.00) 10%,rgba(134,203,37,1.00) 10%);
		padding-left: 5vw;
	}
	.contSect .pplList{
		display: block;
	}
	.contSect .pplList li{
		width: 100%;
		background-color: #fff;
		border: 2px solid #FFF;
		margin-right: 0;
		margin-bottom: 2vw;
	}
	.contSect .pplList li a{
		display: flex;
		flex-wrap: wrap;
	}
	
	.contSect .pplList li .discript .tag{
		font-size: 2.5vw;
		padding: 1vw 1vw;
		margin-bottom: 2vw;
	}
	.contSect .pplList li .discript .title{
		font-size: 3vw;
		padding: 1vw 2vw;
		line-height: 4vw;
	}
	.contSect .pplList li .discript .body{
		width: 100%;
		color: #777;
		font-size: 2.5vw;
		padding: 0 2vw;
	}
	.image .prof .p1{
		font-size: 3vw;
	}
	.image .prof .p2{
		font-size: 3.2vw;
		display: inline;
	}
	.image .prof .p3{
		font-size: 3.2vw;
		display: inline;
	}
	.image .prof .p4{
		font-size: 3.2vw;
		display: inline;
	}
}