@charset "UTF-8";

/* ---------------------------------------------------
 teacher
--------------------------------------------------- */
#teacher .section {
	font-size: 16px;
	margin-top: 80px;
}

#teacher .section:first-child {
	margin-top: 0;
}

@media (max-width: 767px) {
	#teacher .section {
		font-size: 13px;
		margin-top: 30px;
	}
}/* --- media 767px以下 --- */



/* name */
#teacher .nameTitle {
	background: url(../images/teacher_line01.png) left top no-repeat;
	padding-top: 4px;
	margin-bottom: 30px;
}

#teacher .nameTitle .inner {
	background: url(../images/teacher_line02.png) left bottom no-repeat;
	padding-top: 10px;
	padding-bottom: 12px;
}

#teacher .nameTitle .position {
	display: inline-block;
	vertical-align: middle;
	background: #F0F0F0;
	font-size: 22px;
	line-height: 1.2;
	padding: 10px 12px;
}

#teacher .nameTitle h1 {
	display: inline-block;
	vertical-align: middle;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.2;
	margin-left: 20px;
}

#teacher .nameTitle h1 span {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	font-weight: normal;
	margin-left: 20px;
}

/* --- media 767px以下 --- */
@media (max-width: 767px) {
	#teacher .nameTitle {
		margin-bottom: 20px;
	}

	#teacher .nameTitle .position {
		font-size: 14px;
		padding: 8px;
	}

	#teacher .nameTitle h1 {
		font-size: 19px;
		margin-left: 10px;
	}

	#teacher .nameTitle h1 span {
		font-size: 13px;
		margin-left: 10px;
	}
}/* --- media 767px以下 --- */

/* body */
#teacher .profile dt {
	font-weight: bold;
}

#teacher .profile p,
#teacher .profile dd {
	margin-bottom: 1.2em;
}

#teacher .profile dd:last-child {
	margin-bottom: 25px;
}

#teacher .comment {
	background: #F2EEE0;
	padding: 25px 30px;
	margin-bottom: 20px;
}

/* --- media 767px以下 --- */
@media (max-width: 767px) {
	#teacher .profile p > span {
		display: block;
		font-weight: bold;
	}

	#teacher .profile dd:last-child {
		margin-bottom: 20px;
	}

	#teacher .comment {
		padding: 20px;
		margin-bottom: 20px;
	}
}/* --- media 767px以下 --- */
