@charset "utf-8";
/* CSS Document */
.supervisor-code{width: 100%; height: auto; float: left; display: block; font-size: 18px; font-weight: 400; color: #414141; line-height: 22px; padding-bottom: 25px;}
.supervisor-box{ width: 100%; height: auto; float: left; display: block; margin: 25px 0; padding-right: 3.3333%;}
.supervisor-box section{ width: 100%; height: auto; float: left; background: #ecf8fd; border: 1px solid #b6e5f7; border-radius: 5px; box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.18);
-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.18);
-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.18); padding: 20px; box-sizing: border-box; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; flex-wrap: wrap; -webkit-flex-wrap: wrap; }
.supervisor-box section figure{ width: 19%;  height: auto; float: left; display: block; border-radius: 5px;}
.supervisor-box section figure img{ width: 100%; max-width: 120px; display: block; line-height: 0; border-radius: 5px;}
.supervisor-box section aside{ width: 27%; height: auto; float: left; display: block; padding: 20px 20px 20px 10px; box-sizing: border-box; position: relative;}
.supervisor-box section aside:after{ content: ''; position: absolute; right: 10px; top:20px; bottom: 0px; width: 1px; height: 85%; background: #e7e7e7; }
.supervisor-box section aside h2{ width: 100%; height: auto; float: left; display: block; padding:20px 0 5px 0; box-sizing: border-box; font-size: 14px; font-weight: 600; color: #000000; line-height: 20px; }
.supervisor-box section aside h3{ width: 100%; height: auto; float: left; display: block; padding:0px 0 0px 0; box-sizing: border-box; font-size: 14px; font-weight: 400; color: #5d5d5d; line-height: 20px; }

.supervisor-box section article{ width: 27%; height: auto; float: left; display: block; position: relative ; padding: 20px 20px 20px 10px;}
.supervisor-box section article:after{ content: ''; position: absolute; right: 10px; top:20px; bottom: 0px; width: 1px; height: 85%; background: #e7e7e7; }
.supervisor-box section article h2{ width: 100%; height: auto; float: left; display: block; padding:20px 0 5px 0; box-sizing: border-box; font-size: 14px; font-weight: 600; color: #000000; line-height: 20px; }
.supervisor-box section article h3{ width: 100%; height: auto; float: left; display: block; padding:0px 0 0px 0; box-sizing: border-box; font-size: 14px; font-weight: 400; color: #5d5d5d; line-height: 20px; }



.supervisor-box section small{ width: 27%; height: auto; float: left; display: block; position: relative ; padding: 20px 20px 20px 10px;}

.supervisor-box section small h2{ width: 100%; height: auto; float: left; display: block; padding:20px 0 5px 0; box-sizing: border-box; font-size: 14px; font-weight: 600; color: #000000; line-height: 20px; }
.supervisor-box section small h3{ width: 100%; height: auto; float: left; display: block; padding:0px 0 0px 0; box-sizing: border-box; font-size: 14px; font-weight: 400; color: #5d5d5d; line-height: 20px; }


@media screen and (max-width:765px){
	.supervisor-box section figure {width: 100%;}
	.supervisor-box section aside {width: 50%; padding: 0px 10px 10px 0px; border-bottom: 1px solid #e7e7e7; }
	.supervisor-box section aside:after {display: none;}
	
	.supervisor-box section article {width: 50%; padding: 0px 10px 10px 0px; border-bottom: 1px solid #e7e7e7; }
	.supervisor-box section article:after {display: none;}

	.supervisor-box section small {width: 100%; padding: 0px 10px 10px 0px; border-bottom: 0px solid #e7e7e7; }
	.supervisor-box section small:after {display: none;}
	
	
}


@media screen and (max-width:500px){
	.supervisor-box section figure {width: 100%;}
	.supervisor-box section aside {width: 100%; padding: 0px 10px 10px 0px; border-bottom: 1px solid #e7e7e7; }
	.supervisor-box section aside:after {display: none;}
	
	.supervisor-box section article {width: 100%; padding: 0px 10px 10px 0px; border-bottom: 1px solid #e7e7e7; }
	.supervisor-box section article:after {display: none;}

	.supervisor-box section small {width: 100%; padding: 0px 10px 10px 0px; border-bottom: 0px solid #e7e7e7; }
	.supervisor-box section small:after {display: none;}
	
	
}
















