@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;
align-items: stretch;
}

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

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

/*---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%;
}

/*---line5-------------------------------------------------------------*/

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

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

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

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

ul.cnt_instructor_list > li a div.text{
	position: relative;
	background-color: #0151A0;
	padding: 12px 12px;
	padding-top: 0;
}
ul.cnt_instructor_list > li a div.text::before{
	content: '';
	position: absolute;top:-20px;left:0;
	width: 72%;
	height: 20px;
background-image: url(../img/common/parts1_ref_v.svg);
background-position: bottom right 0;
background-size: auto 20px;
background-repeat: no-repeat;
display: block;
}

ul.cnt_instructor_list > li a div.text h2{
	position: relative;top:-7px;
}
ul.cnt_instructor_list > li a div.text h2 b{
color:#ffffff;
font-size:20px;
	font-weight:600;
	letter-spacing:0.1em;
line-height:1.1em;
}
ul.cnt_instructor_list > li a div.text h2 span{
color:#ffffff;
font-size:14px;
	font-weight:400;
	font-family: 'Roboto Condensed', 'Noto Sans Japanese', sans-serif;
	letter-spacing:0.1em;
line-height:1.1em;
margin-top: 6px;
}
ul.cnt_instructor_list > li a div.text h3{
color:#ffffff;
	font-size:11px;
	font-weight:500;
	font-family: 'Roboto Condensed', 'Noto Sans Japanese', sans-serif;
line-height:1.5em;
margin-top: 3px;
}

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

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

div#sec_instructor_detail a.backpage{
	margin: 0 auto;
	margin-top: 50px;
}


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

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

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

div.cnt_instructor_detail > div.left{
	width: 40%;
	margin-right: 70px;
}

div.cnt_instructor_detail > div.right{

	-webkit-flex: 1;
	flex: 1;
}

/*---lq_img-------------------------------------------------------------*/

div.cnt_instructor_detail div.lq_img{
	width: 100%;
	padding-bottom: 120%;
}
div.cnt_instructor_detail div.lq_img img{
}

/*---title-------------------------------------------------------------*/

div.cnt_instructor_detail div.title{
	margin-top: 15px;
}
div.cnt_instructor_detail div.title > h2{
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
}
div.cnt_instructor_detail div.title > h2 b{
font-size:28px;
	font-weight:600;
	letter-spacing:0.1em;
line-height:1.1em;
}
div.cnt_instructor_detail div.title > h2 span{
	font-size:17px;
	font-weight:600;
font-family: 'Roboto Condensed', sans-serif;
line-height:1.1em;
padding-top: 3px;
margin-left: 15px;
}

div.cnt_instructor_detail div.title > h3{
	font-size:14px;
	font-weight:500;
line-height:1.6em;
	margin-top: 12px;
}

/*---skill-------------------------------------------------------------*/

div.cnt_instructor_detail div.skill{
	width: 100%;
	padding-top: 15px;
	margin-top: 15px;
	border-top: 1px rgba(0,0,0,0.1) solid;

	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
align-items: stretch;
}
div.cnt_instructor_detail div.skill > b{
	min-width: 80px;
	min-height: 60px;
    background-color: #0151A0;
		color: #ffffff;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0.1em;
	margin-right: 15px;

	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;

	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-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 div.skill > div{

	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
}
div.cnt_instructor_detail div.skill > div a,
div.cnt_instructor_detail div.skill > div p{
	min-width: 33.33%;
	padding-right: 20px;
}

/*---text-------------------------------------------------------------*/

div.cnt_instructor_detail div.title > div.text{
padding-top: 15px;
margin-top: 15px;
border-top: 1px rgba(0,0,0,0.1) solid;
}
div.cnt_instructor_detail div.title > div.text p{
	font-size: 14.5px;
	font-weight: 500;
}

/*---movie-------------------------------------------------------------*/

div.cnt_instructor_detail div.movie{
	margin: 25px 0;
}
div.cnt_instructor_detail div.movie iframe{
	width: 100%;
	height: 360px;
	display: block;
	border: none;
}

/*---lesson-------------------------------------------------------------*/

div.cnt_instructor_detail ul.lesson{
padding-top: 15px;
margin-top: 15px;
border-top: 1px rgba(0,0,0,0.1) solid;
}
div.cnt_instructor_detail ul.lesson > li{
	padding: 10px 5px;
	border-bottom: 1px rgba(0,0,0,0.1) dashed;
}
div.cnt_instructor_detail ul.lesson > li > div{
padding-left: 10px;
border-left: 5px #0151A0 solid;

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

div.cnt_instructor_detail ul.lesson > li h2{
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
}
div.cnt_instructor_detail ul.lesson > li h2 b{
	font-weight:600;
}
div.cnt_instructor_detail ul.lesson > li h2 span{
	font-weight:600;
	margin-left: 15px;
}

/*---ctg_class_type-------------------------------------------------------------*/

div.cnt_instructor_detail ul.lesson > li ul.ctg_class_type{
	margin-left: 15px;

	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
}
div.cnt_instructor_detail ul.lesson > li ul.ctg_class_type li{
	font-weight:600;
	margin-left: 6px;
}
div.cnt_instructor_detail ul.lesson > li ul.ctg_class_type li:first-child{
margin-left: 0;
}

/*---introduction-------------------------------------------------------------*/

div.cnt_instructor_detail ul.lesson > li ul.ctg_class_icon{
	margin-left: 15px;

	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
}
div.cnt_instructor_detail ul.lesson > li ul.ctg_class_icon li{
  background-color: #0151A0;
	height: 18px;
	color: #ffffff;
	font-size: 11px;
	padding: 0 4px;
	margin-left: 6px;

	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;

	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-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.lesson > li ul.ctg_class_icon li:first-child{
	margin-left: 0;
}

/*---introduction-------------------------------------------------------------*/

div.cnt_instructor_detail ul.lesson > li div.text{
	width: 100%;
	font-size: 14px;
	margin-top: 3px;
}

/*---introduction-------------------------------------------------------------*/

div.cnt_instructor_detail ul.introduction{
margin-top: 40px;
}
div.cnt_instructor_detail ul.introduction li{
}
div.cnt_instructor_detail ul.introduction li:first-child{
}
div.cnt_instructor_detail ul.introduction li:last-child{
border-bottom: 1px rgba(0,0,0,0.1) solid;
}

div.cnt_instructor_detail ul.introduction li b{
}
div.cnt_instructor_detail ul.introduction li div{
	padding: 15px 10px;
}
div.cnt_instructor_detail ul.introduction li p{
}
