@charset "UTF-8";



/*------00 1st configuration--------------------------------------------------------------*/
section#instructor div.box_instructor h2 {font-size:5.2vw;}
section#instructor div.box_instructor .instructor_biography {font-size:3.8vw;}



/*------instructor----------------------------------------------------------------------------*/
section#instructor {
	margin:7vw 0 13vw 0;
}

section#instructor div.box {
	padding-bottom:12%;
}

section#instructor div.box_instructor {
	background-color:#f8f7f5;
	border-bottom:0.3vw solid #ff791a;
}

section#instructor div.box_instructor h2 {
	float:left;
	width:48vw;
	padding-top:4vw;
	margin-left:4vw;
	font-weight:normal;
}

section#instructor div.box_instructor .instructor_photo {
	float:right;
	width:42vw;
	padding-top:4vw;
	margin:0 4vw 0 0;
}
section#instructor div.box_instructor .instructor_photo img {
	width:100%;
	height:auto;
}
section#instructor div.box_instructor .instructor_biography {
	float:left;
	width:48vw;
	margin:3vw 0 0 4vw;
	line-height:1.4em;
}

section#instructor div.box_instructor div.instructor_comment {
	margin:4vw auto 0 auto;
	width:92vw;
	width:86vw;
	padding:1vw 3vw 4vw 3vw;
	background-color:#fff;
}
section#instructor div.box_instructor div.instructor_comment p {
	margin-top:3%;
}
