@charset "utf-8";

/********** 専用コーナー「教員紹介」 **********/

/* プロフィール */
#kyouin_wrap .profile {
	margin-bottom: 80px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	background: url(/img/kyouin/bg_profile.jpg) no-repeat right top;
}

#kyouin_wrap .profile .box_img {
/*	width: 350px; */
	width: 200px;
}
#kyouin_wrap .profile .box_img img {
/*	width: 100% !important; */
	width: 200px !important;
	height: auto !important;
}
#main_body #kyouin_wrap .profile .box_img div[class^="detail_"] {
	margin: 0px;
}

#kyouin_wrap .profile .box_txt {
/*	width: 800px; */
	width: 950px;
	background: url(/img/kyouin/ttl_profile.png) no-repeat left 100px;
}
#kyouin_wrap .profile .box_txt .name {
	padding-top: 70px;
}
#kyouin_wrap .profile .box_txt .name .name1 {
	display: block;
	font-size: 5rem;
}
#kyouin_wrap .profile .box_txt .name .name2 {
	display: block;
	font-size: 1.8rem;
}
#kyouin_wrap .profile .box_txt .syokusyu {
	margin-top: 100px;
	padding: 20px 20px 5px;
	background: rgba(246,221,110,0.2);
}
#kyouin_wrap .profile .box_txt .syokusyu dl {
	margin: 0px;
	padding: 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
#kyouin_wrap .profile .box_txt .syokusyu dl dt {
	width: 6em;
	margin: 0px 0px 15px;
	padding: 0px;
	font-weight: normal;
	color: #e60012;
}
#kyouin_wrap .profile .box_txt .syokusyu dl dt span {
	width: 4em;
	display: inline-block;
/*	text-align: justify;
	text-align-last: justify;*/
}
#kyouin_wrap .profile .box_txt .syokusyu dl dd {
	width: calc(100% - 6em);
	margin: 0px 0px 15px;
	padding: 0px;
}
#kyouin_wrap .profile .box_txt .syokusyu dl dd p {
	margin: 0px 0px 1em;
}
#kyouin_wrap .profile .box_txt .syokusyu dl dd p:last-child {
	margin-bottom: 0px;
}

/* メッセージ */
#kyouin_wrap .message1,
#kyouin_wrap .message2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}

#kyouin_wrap .message .box_txt {
/*	width: 510px; */
	margin-bottom: 80px;
}
#kyouin_wrap .message .box_img {
	width: 620px;
	margin-bottom: 80px;
}

#kyouin_wrap .message2 .box_txt {
	-webkit-box-ordinal-group: 3;
	    -ms-flex-order: 2;
	        order: 2;
}
#kyouin_wrap .message2 .box_img {
	-webkit-box-ordinal-group: 2;
	    -ms-flex-order: 1;
	        order: 1;
}

#main_body #kyouin_wrap .message .box_txt h2 {
	border: none;
	background: none;
	color: #e60012;
	font-size: 3.2rem;
	font-weight: normal;
	letter-spacing: 0.2em;
	margin: 0px 0px 0.5em;
	padding: 0px;
}
#main_body #kyouin_wrap .message .box_txt p {
	margin: 0px 0px 1em;
}
#main_body #kyouin_wrap .message .box_txt p:last-child {
	margin-bottom: 0px;
}

#main_body #kyouin_wrap .message div[class^="detail_"] {
	margin: 0px;
}
#main_body #kyouin_wrap .message .box_img div[class^="detail_"] img {
	width: 100% !important;
	height: auto !important;
}

/* インフォメーション */
#kyouin_wrap .information .box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
}
#kyouin_wrap .information .box .ttl {
	width: 200px;
	background: #faccd0;
	border: 1px solid #fff;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 20px;
}
#kyouin_wrap .information .box div[class*="kyouin-"] {
	width: calc(100% - 200px);
	border-bottom: 1px solid #999999;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 20px 30px;
}
#kyouin_wrap .information .box:first-child div[class*="kyouin-"] {
	border-top: 1px solid #999999;
}

/* フリースペース */
#kyouin_wrap .kyouin-freespace {
	margin-top: 40px;
}



/* スマートフォン */
@media screen and (max-width: 1280px) {

	/* プロフィール */
	#kyouin_wrap .profile {
		display: block;
		background: none;
		margin-bottom: 40px;
	}
	#kyouin_wrap .profile .box_img {
		width: auto;
		max-width: 350px;
		margin: 0px auto;
	}
	#kyouin_wrap .profile .box_txt {
		width: auto;
		background-size: 240px auto;
		background-position: right 0px top 20px;
	}
	#kyouin_wrap .profile .box_txt .name {
		padding-top: 50px;
		max-width: 350px;
		margin: 0px auto;
	}
	#kyouin_wrap .profile .box_txt .name .name1 {
		font-size: 3rem;
	}
	#kyouin_wrap .profile .box_txt .name .name2 {
		font-size: 1.4rem;
	}
	#kyouin_wrap .profile .box_txt .syokusyu {
		margin-top: 20px;
	}

	/* メッセージ */
	#kyouin_wrap .message1,
	#kyouin_wrap .message2 {
		display: block;
	}
	#kyouin_wrap .message .box_txt {
		width: auto;
		margin-bottom: 20px;
	}
	#kyouin_wrap .message .box_img {
		width: auto;
		max-width: 620px;
		margin: 0px auto 40px;
	}
	#main_body #kyouin_wrap .message .box_txt h2 {
		font-size: 2.4rem;
	}

	/* インフォメーション */
	#kyouin_wrap .information .box {
		display: block;
	}
	#kyouin_wrap .information .box .ttl {
		display: block;
		width: auto;
		padding: 10px 20px;
		text-align: left;
	}
	#kyouin_wrap .information .box div[class*="kyouin-"] {
		width: auto;
		padding: 15px 20px;
		margin-bottom: 10px;
	}
	#kyouin_wrap .information .box:first-child div[class*="kyouin-"] {
		border-top: none;
	}

	/* フリースペース */

}
/* スマートフォン ここまで */