.local-line{
	border-bottom: 2px solid #194f6e;
	padding-bottom: 8px;
}


/* staff-wrap */

#staff-wrap #active img{
	border: 12px solid #2c3a3c;
}

#staff-wrap #active{
}

#staff-wrap a:hover img{
	opacity: 0.85;
}

#staff-wrap a:hover{
}

#staff-wrap .block-1{
	margin: 0 auto;
	width: 70%;
}

#staff-wrap .block-1 .img-box{
	margin: 0 auto;
	width: 50%;
}

#staff-wrap .block-1 .img-box img{
	border-radius: 50%;
}

#staff-wrap .block-1 h2{
	font-size: 18px;
}

#staff-wrap .block-1 .name{
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}

#staff-wrap .block-1 .name span{
	display: inline-block;
	font-size: 16px;
	font-weight: normal;
}


/* intro-img-wrap */
#intro-img-wrap{
	position: relative;
}

#intro-img-wrap .img-block{
	width: 100%;
	height: 500px;
	background-image: url(../img/intro-img-1.jpg);
	background-size: cover;
	background-position: center;
}

#intro-img-wrap .img-block-2{
	width: 100%;
	height: 500px;
	background-image: url(../img/intro-img-2.jpg);
	background-size: cover;
	background-position: center;
}

#intro-img-wrap .ttl{
	position: absolute;
	bottom: 80px;
	left: 132px;
	text-shadow: 0px 0px 10px #fff, 0px 0px 20px;
	line-height: 1.4;
}


.question{
	font-size: 20px;
	color: #2595d6;
}

.question::before {
	content: "－";
}

.line-marker{
	background: linear-gradient(transparent 40%, #FFFB8B 40%);
	}

