
@charset "UTF-8";
/*--------------------------------------------------
**************************************************
  lecture
**************************************************
--------------------------------------------------*/
.lec_box h2 {
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	color: #333 !important;
	font-size: 5.5vw;
	line-height:1.0;
	margin: 50px auto 0;
	position: relative;
}
@-moz-document url-prefix() {
	.lec_box h2 {
		left: calc(50% - 2.75vw);
	}
}
.lec_box h2:after {
	content:"";
	position:absolute;
	width:38px;
	height: 92%;
	background: url(../imgs/common/title_line.png);
	bottom: -5px;
	left: 0.4em;
	z-index:-1;
}

.lecturers_box {
	width:90%;
	margin: 0 auto;
}
.lec_detail {
	width:100%;
	margin-bottom: 50px;
}
.lec_detail:nth-child(2n) {
	margin-right: 0;
}
.lec_detail .thumb img {
	display:block;
}
.lec_detail .name_info {
	margin-top:20px;
	display:flex;
	justify-content:space-between;
	align-items:center;
	font-size:3vw;
}
.name_info .name {
	font-size:6vw;
}
.name_info .name span {
	font-size:2.8vw;
	margin-left: 10px;
}
.name_info ul {
	display:flex;
}
.name_info ul li {
	margin-left: 5px;
}
.name_info ul li img {
	width:5.5vw;
	height:auto;
	display:block;
}
.lec_detail .comment {
	margin-top:10px;
}