/* article thum_img_txt */
	.supervisor_module {
		font-size:0;
		padding:2rem 0;
	}
		@media screen and (max-width: 720px) {
			.supervisor_module {
				border-bottom:1px dashed #aaa;
			}
		}
	.supervisor_module .thum_box {
		display:inline-block;
		vertical-align:top;
		width:220px;
		height:220px;
		text-align:center;
	}
		@media screen and (max-width: 480px) {
			.supervisor_module .thum_box {
				width:100%;
				height:auto;
				text-align:center;
				padding:0 0 2rem;
			}
		}
	.supervisor_module .thum_box img{
		/*border:2px solid #ccc;*/
	}
	/*
	.supervisor_module .thum_box img{
		width:100%;
		height:100%;
	}
	*/
	.supervisor_module .ctn_box {
		display:inline-block;
		vertical-align:top;
		position:relative;
		width:calc(100% - 220px);
		padding:0 0 0 2rem;
	}
		@media screen and (max-width: 480px) {
			.supervisor_module .ctn_box {
				width:100%;
				padding:0 0;
			}
		}
	.tit_box{
		padding:0.8rem 0 0 1rem;
		border-left:4px solid #D50000;
	}
		.name{
			font-size:2rem;
			font-weight:600;
			letter-spacing:2px;
		}
		.position{
			font-size:1.6rem;
			color:#D50000;
			margin:0 0 0 0.8rem;
		}
	.career_box {
		padding:1.2rem 0 0 1rem;
	}
		.career {
			font-size:1rem;
			padding:0 0 0 0.8rem;
			color:#777;
			line-height:2rem;
		}
/* article thum_img_txt end */