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

#staff{
	padding-top: 0%;
    padding-bottom: 6.15%;
}
#staff .h2_h2{
	padding-top: 6.92%;
}
#staff ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 3.84%;
}
#staff ul li{
	width: 31.53%;
	margin-right: 2.705%;
	    box-sizing: border-box;
}
#staff ul li:nth-child(3n){
	margin-right: 0;
}
#staff ul li{
	background-color: #FFFFFF;
    border-radius: 8px;
    padding: 12px;
	padding-bottom: 32px;
}
.staff_img{
	width: 100%;
	margin-bottom: 16px;
}
.staff_img img{
	width: 100%;
}
.staff_sita{
	border-top: 2.8px solid #D9EEC4;
	padding-top: 12px;
	margin-right: 16px;
	margin-left: 16px;
}
#staff ul li h3{
	font-family: "Zen Maru Gothic", sans-serif;
	text-align: center;
	font-size: 24px;
    font-weight: 700;
    line-height: 1.3em;
    letter-spacing: 0.024em;
	margin-bottom: 26px;
	
}
#staff ul li h3 span{
	padding-bottom: 3px;
    background: linear-gradient(transparent 65%, #D9EEC4 60%);
}

#staff ul li h4{
	color: #c21303;
	font-size: 16px;
	line-height: 1em;
	font-weight: 600;
	margin-top: 14px;
	margin-bottom: 8px;
}

#staff ul li p{
	line-height: 1.5em;
	font-size: 15px;
}
.staff_message{
	    margin-top: 18px;
    padding-top: 4px;
    border-top: 2.8px dotted #61c000;
}
