@charset "utf-8";
/* CSS Document */

/*----------------------------------------------------------------*/
/*---sec_instructor_list-------------------------------------------------------------*/

div#sec_instructor_list{
	width: 100%;
	margin: 0 auto;
}

/*----------------------------------------------------------------*/
/*---cnt_instructor_list-------------------------------------------------------------*/

ul.cnt_instructor_list{
	width:100%;
	margin-top:-40px;

display: -webkit-flex;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}

/*---line3-------------------------------------------------------------*/

ul.cnt_instructor_list.line3 > li{
width:30%;
}
ul.cnt_instructor_list.line3::after{
content:'';
display: block;
width:30%;
}

/*---line4-------------------------------------------------------------*/

ul.cnt_instructor_list.line4 > li{
	width:22%;
}
ul.cnt_instructor_list.line4::before{
  content:"";
  display: block;
		width:22%;
  order:1;
}
ul.cnt_instructor_list.line4::after{
  content:"";
  display: block;
		width:22%;
}

/*----------------------------------------------------------------*/

ul.cnt_instructor_list > li{
	margin-top:50px;
}
ul.cnt_instructor_list > li a{
	height: 100%;
	color:#ffffff;
		overflow: hidden;

	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}

ul.cnt_instructor_list > li a div.lq_img{
	width:100%;
	background-color: #ffffff;
	padding-bottom:100%;
}
ul.cnt_instructor_list > li a:hover div.lq_img{
	opacity: 0.8;
}

ul.cnt_instructor_list > li a div.text{
	height: 100%;
	background-color: #d30043;
	padding: 15px 15px;
}

ul.cnt_instructor_list > li a div.text h2{
line-height:1.5em;
}
ul.cnt_instructor_list > li a div.text h2 b{
font-size:17px;
	font-weight:600;
	font-family: 'Poppins', 'Noto Sans Japanese', sans-serif;
	text-align:center;
	letter-spacing:0.1em;
	text-align: center;
	line-height:inherit;
	display: block;
}
ul.cnt_instructor_list > li a div.text h2 span{
	font-size:13px;
	font-weight:400;
	font-family: 'Poppins', 'Noto Sans Japanese', sans-serif;
	text-align: center;
	line-height:inherit;
	letter-spacing: 0.05em;
	display: block;
	margin-top: 4px;
}

/*----------------------------------------------------------------*/
/*---ir_inst_list-------------------------------------------------------------*/

ul.ir_inst_list{
}
ul.ir_inst_list li{
}
ul.ir_inst_list li a{
	padding: 8px 0;
	border-bottom: 1px rgba(0,0,0,0.1) dashed;

	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
}
ul.ir_inst_list li div.lq_img{
	width: 60px;
	height: 60px;

	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
ul.ir_inst_list li div.text{
	margin-left: 10px;

	-webkit-flex: 1;
	flex: 1;
}
ul.ir_inst_list li div.text b{
	font-size: 14px;
	font-weight: 500;
	line-height: 1.1em;
}
ul.ir_inst_list li div.text span{
	font-size: 11px;
	font-weight: 200;
	line-height: 1.3em;
	margin-top: 5px;
}

/*----------------------------------------------------------------*/
/*---sec_instructor_detail-------------------------------------------------------------*/

div#sec_instructor_detail{
	width: 100%;
	margin: 0 auto;

	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-line-pack: center;
	align-content: center;
}

div#sec_instructor_detail div.inner_left{
}
div#sec_instructor_detail div.inner_right{
}

/*---cnt_instructor_detail-------------------------------------------------------------*/

div.cnt_instructor_detail{
	width: 100%;
	margin: 0 auto;

	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-line-pack: center;
	align-content: center;
}

/*----------------------------------------------------------------*/

div.cnt_instructor_detail > div.image{
	width: 40%;
	margin-right: 50px;
}
div.cnt_instructor_detail > div.image img{
	width: 100%;
}

/*----------------------------------------------------------------*/

div.cnt_instructor_detail div.text{

	-webkit-flex: 1;
	flex: 1;
}
div.cnt_instructor_detail div.title h2{
	margin-top: 30px;
}
div.cnt_instructor_detail div.title h2 b{
	font-size: 29px;
	font-weight: 500;
	line-height: 1.1em;
}
div.cnt_instructor_detail div.title h2 span{
	font-size: 13px;
	font-weight: 300;
	line-height: 1.5em;
	margin-top: 10px;
}

div.cnt_instructor_detail div.title h3{
	font-size: 14px;
	font-weight: 400;
	line-height: 1.7em;
	padding-top: 20px;
	margin-top: 20px;
	border-top: 1px rgba(0,0,0,0.1) solid;
}

/*----------------------------------------------------------------*/

div.cnt_instructor_detail ul.cnt_movie_list{
	width: 100%;
	margin-top: 0;
}
div.cnt_instructor_detail ul.cnt_movie_list li{
	margin-top: 20px;
}
div.cnt_instructor_detail ul.cnt_movie_list li a div.lq_img{
	margin-bottom: 8px;
}
div.cnt_instructor_detail ul.cnt_movie_list li a div.text h2{
	font-size: 13px;
	font-weight: 500;
	line-height: 1.5em;
}
div.cnt_instructor_detail ul.cnt_movie_list li a div.text .update{
	display: none;
}

/*----------------------------------------------------------------*/

div.cnt_instructor_detail ul.introduction{
}
div.cnt_instructor_detail ul.introduction li{
margin-top: 40px;
}
div.cnt_instructor_detail ul.introduction li:first-child{
}

div.cnt_instructor_detail ul.introduction li b{
	position: relative;
	width: 100px;
	background-color: #212121;
	color: #ffffff;
	font-size: 14px;
	font-weight: 300;
	font-family: 'Poppins', 'Noto Sans Japanese', sans-serif;
line-height: 1.0em;
letter-spacing: 0.1em;
	padding: 3px 3px;

	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
}
div.cnt_instructor_detail ul.introduction li p{
font-size: 13px;
font-weight: 300;
margin-top: 10px;
}
div.cnt_instructor_detail ul.introduction li b+p{
	padding-top: 15px;
margin-top: 0;
	border-top: 1px #212121 solid;
}
