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

.lower_layer_kv_area{
	background: url("../images/kv_img.jpg") no-repeat;
	background-size: cover;
	background-position: center;
}

.staff_layout > div:nth-child(1) figure{
	border-radius: 10px;
	overflow: hidden;
}
.staff_layout > div:nth-child(2) h3{
	font-weight: bold;
	font-size: 1.5rem;
	margin: 10px 0 20px;
}
.staff_layout > div:nth-child(2) dl{
	margin: 20px 0;
}
.staff_layout > div:nth-child(2) dl dt .tag{
	margin: 0 0 0 0;
	padding: 0 40px;
	border-radius: 100px;
}
.staff_layout > div:nth-child(2) dl dd{
	margin-top: 10px;
}

@media screen and (max-width: 767px){
	.staff_layout > div:nth-child(2){
		margin-top: 20px;
	}
	.staff_layout > div:nth-child(2) h3{
		font-size: 1.25rem;
		margin: 5px 0 10px;
	}
	
	
}