@charset "utf-8";

/* teacher-voice
---------------------------------------------------------------------------*/
#mainContents {
	font-family: 'Hiragino Sans', '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
	font-feature-settings: 'palt' 1;
}

.cWrap {
	overflow: hidden;
}

/* .sec-lead
------------------------------------*/
.sec-lead {
	margin: 25px auto 35px;
	text-align: center;
}

.sec-lead p {
	font-size: 14px;
	font-weight: 500;
	line-height: 2;
	letter-spacing: 0.2em;
}

/* .lecturer
------------------------------------*/
.lecturer {
	width: 800px;
	margin: 0 auto 115px;
}

.lecturer:last-of-type {
	margin-bottom: 85px;
}

.lecturer > figure {
	margin: 0 0 65px;
}

.lecturer .inner figure {
	float: right;
	width: 327px;
	margin: 12px 25px 0 0;
}

.lecturer .txt-set {
	position: relative;
	float: left;
	width: 375px;
	margin-left: 15px;
	padding-left: 5px;
}

.lecturer h3 {
	margin-bottom: 20px;
}

.lecturer h3 span {
	display: inline-block;
	border-bottom: 1px solid #B9B1AA;
	padding-bottom: 3px;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.35em;
}

.lecturer h2 {
	margin: 0 0 35px -2px;
}

.lecturer2 h2,
.lecturer3 h2 {
	margin-left: 0;
}

.lecturer .field {
	display: block;
	position: absolute;
	top: -20px;
	right: 5px;
}

.lecturer p:not(.en) {
	margin-bottom: 12px;
	font-size: 14px;
	font-weight: 500;
	text-align: justify;
	line-height: 1.8;
	letter-spacing: 0.15em;
}

.lecturer p.en{
	font-size: 12px;
	letter-spacing: 0.03em;
	text-align: left;
	line-height: 1.7;
	margin-bottom: 15px;
}

.lecturer p.jp{
	font-size: 13px;
}

.lecturer p:last-of-type {
	margin-bottom: 0;
}