@charset "UTF-8";

#mainv {
	border-bottom: solid 7px #FFF;
}
#mainv {
	min-width: 1068px;
	height: 600px;
	text-align: center;
	background-image: url(../../images/mainv_p_02.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	position: relative;
}
#mainv h1 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

#lecturer h2 {
	min-height: 92px;
	font-size: 2.1875rem;
	background: url(../images/lecturer_s_01.png) no-repeat left top;
	margin: 0 15px 50px;
	padding: 10px 0 0 90px;
	position: relative;
}
#lecturer h2::after {
	content: " ";
	width: 73px;
	height: 12px;
	background: url(../images/lecturer_t_subtitle.png) no-repeat;
	position: absolute;
	bottom: 15px;
	left: 110px;
}
#lecturer .honbun {
	font-size: 1.125rem;
}
#lecturer .honbun li {
	margin: 0 0 60px;
}

#lecturer .honbun .row {
	margin: 0 0 30px;
	display: flex;
	justify-content: space-between;
}
#lecturer .honbun .row figure {
	width: 310px;
}
#lecturer .honbun .row .text {
	width: 680px;
}
#lecturer .honbun .row .text h3 {
	font-size: 2.1875rem;
	border-bottom: solid 1px #808080;
	margin: 0 0 30px;
	padding: 0 0 10px;
	position: relative;
}
#lecturer .honbun .row .text h3 img {
	vertical-align: middle;
}
#lecturer .honbun .row .text h3::after {
	content: " ";
	width: 66px;
	height: 42px;
	background: url(../images/lecturer_s_02.png) no-repeat;
	position: absolute;
	bottom: -30px;
	right: 0;
}
#lecturer .honbun .row .text > div {
	display: flex;
	justify-content: space-between;
}
#lecturer .honbun .row .text > div h4 {
	font-size: 1.3175rem;
}
#lecturer .honbun .row .text > div > div {
	width: 48%;
}
#lecturer .honbun .message {
	background: url(../images/lecturer_s_message.png) no-repeat 50px 50px;
	padding: 0 0 0 200px;
}




