@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%;
	padding: 0 7%;
	margin-top:-20px;

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{
	width: 46.5%;
	margin-top:20px;
}
ul.cnt_instructor_list > li a{
	height: 100%;
	color:#212121;
		overflow: hidden;

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

ul.cnt_instructor_list > li a div.lq_img{
	width:100%;
	background-position: top center!important;
	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: 10px 10px;
}

ul.cnt_instructor_list > li a div.text h2{
}
ul.cnt_instructor_list > li a div.text h2 b{
	color: #ffffff;
font-size:13px;
	font-weight:600;
	text-align:center;
	text-align: center;
	line-height: 1.4em;
	display: block;
}
ul.cnt_instructor_list > li a div.text h2 span{
	color: #ffffff;
	font-size:11px;
	font-weight:300;
	line-height: 1.4em;
	text-align: center;
	display: block;
	margin-top: 4px;
}

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

ul.ir_inst_list{
	display: none;
}
/* 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%;
	padding: 0 7%;
	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{
}

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

div.cnt_instructor_detail div.title{
	margin-top: 16px;

	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}
div.cnt_instructor_detail div.title h2{
}
div.cnt_instructor_detail div.title h2 b{
	font-size: 21px;
	font-weight: 600;
	line-height: 1.1em;
	text-align: center;
}
div.cnt_instructor_detail div.title h2 span{
	font-size: 12px;
	font-weight: 500;
	line-height: 1.5em;
	text-align: center;
	margin-top: 5px;
}
div.cnt_instructor_detail div.title h3{
	font-size: 13px;
	line-height: 1.6em;
	padding: 12px 12px;
	margin-top: 16px;
	border: 3px rgba(0,0,0,0.1) solid;

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

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

div.cnt_instructor_detail > div.image{
	width: 80%;
	margin: 0 auto;

	-webkit-box-ordinal-group: 1;
	-ms-flex-order: 0;
	order: 0;
}
div.cnt_instructor_detail > div.image img{
	width: 100%;
}

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

div.cnt_instructor_detail ul.cnt_movie_list{
	width: 100%;
	margin-top: 5px;

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

-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
}
div.cnt_instructor_detail ul.cnt_movie_list::after{
	display: none;
}

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

div.cnt_instructor_detail ul.introduction{

-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3;
}
div.cnt_instructor_detail ul.introduction li{
margin-top: 30px;
}
div.cnt_instructor_detail ul.introduction li:first-child{
margin-top: 40px;
}

div.cnt_instructor_detail ul.introduction li b{
	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;
	padding-top: 5px;

	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{
	margin-top: 10px;
}
div.cnt_instructor_detail ul.introduction li b+p{
	padding-top: 15px;
margin-top: 0;
	border-top: 1px #212121 solid;
}
