/*--------------------------------------------------------------
# 講師紹介
--------------------------------------------------------------*/

/*h2 {
    text-align: center;
    color: #f26100;
    margin-bottom: .8em;
}*/
/*.teacher-profile dt {
    font-size: 1rem;
    margin-bottom: .5em;
    color: #049e80;
}*/
.teacher-profile dd {
    font-size: .8rem;
}

/*---- 共通*/

.teachers .teachers-list {
	margin-right: 0;
	margin-left: 0;
}
.teachers-list figure {
	margin: 0 2px;
	min-height: 0%;
}
.teachers-list figcaption {
	/*text-align: center;
	padding: 10px 0;
	flex-grow: 2;
	margin: 0 2px;*/
    display: inline-block;
    padding: 0.5em 1.3em 0.2em;
    position: relative;
    top: -40px;
    left: -5px;
	border-radius: 10px 0 10px 0;
    /*transform: rotate( -5deg );*/
	
}
.teachers-list figcaption dl,
.teachers-list figcaption dt,
.teachers-list figcaption dd {
	margin: 0;
	line-height: 1.3;
}
.teachers-list figcaption dd.name small {
	/*display: block;*/
	font-size: .7rem;
    white-space: nowrap;
}

/*.teachers-list .pict-box {
    margin: 0 auto 1em;
    max-width: 200px;
}*/


/*---- popular teachers*/
.popular-teachers {
    /*background: #F1F4F5;*/
    padding: 3em 0 0em;
}
.popular-list {
	margin-bottom: 0;
}
.popular-item {
    margin-bottom: 2.5em;
}
.popular-item .pict-box {  
    margin: 0 auto;
    max-width: 200px;   
}
.popular-item img {
    border-radius: 5px;
    display: block;
    box-shadow: 7px 7px 0 rgba(66,64,61,0.2);
	border: 2px solid #42403d;
}
.popular-item .teacher-profile dt {
    text-align: center;
    display: inline-block;
    background: #f15a24;
    color: #fff;
    font-size: 1.2rem;
    padding: 0.2em 1em;
    border-radius: 10px 0 10px 0;
    position: relative;
    left: 15%;
    top: -15px;
}
.popular-item .teacher-profile dt small {
    font-size: 60%;
}
@media screen and (max-width: 768px) {
    .teachers-list figcaption dd.name small {
        display: block;
    }
	
} /* end media query */

@media screen and (max-width: 575px) {
    section.popular-teachers {
        margin-bottom: 3em;
    }
    .popular-item:last-child {
        margin-bottom: 0;
    }
    .popular-item figure {
        display: flex;
        margin-bottom: 0;
    }
    .popular-item .pict-box {
        width: 25%;
        margin-right: 5%;
        margin-bottom: 0;
        
    }
    .popular-item img {
        box-shadow:  7px 7px 0 rgba(66,64,61,0.2);
    }
    .teacher-profile {
        width: 73%;
    }
    .popular-item .teacher-profile dt {
        text-align: left;
        left: 0;
        top: -5px;
    }
	
} /* end media query */



/*---- 一覧*/


.teachers-list .teacher-prof {
    padding: 0 5px 0 15px;
    margin-bottom: 1em;
	position: relative;
	/*display: flex;
    flex-direction: column;*/
}
.teacher-prof figure img {
    padding: 0;
    border: 2px solid #42403d;
	border-radius: 8px;
    /*border-bottom: none;*/
    box-shadow: 6px 6px 0 #e3e2e2;
}
.teachers-list .jpns-ok {
	/*text-align: center;
	background: #a0e4dd;
	line-height: 27px;
	padding-top: 3px;
	color: #049e80;
	font-weight: bold;
	position: absolute;
	width: 100%;
	top: 0;
	margin: 0;
	border-radius: 10px 10px 0 0;
	border-top: 2px solid white;
	border-right: 2px solid white;
	border-left: 2px solid white;*/
	display: inline-block;
	font-weight: 800;
	color: #fff;
	background: #03A9F4;
	padding: 6px 15px;
	border-radius: 10px;
	position: absolute;
	line-height: 1.4;
	right: 17px;
	top: -20px;
}
.teachers-list .jpns-ok::before {
	font-family: "Font Awesome 5 Free";
	content: "\f12a";
	font-weight: 900;
	margin-right: .5em;
}
/*
.teachers-list .jpns-ok::after {
    position: absolute;
    content: '';
        top: 94%;
    left: 39%;
    border: 11px solid transparent;
    border-top: 20px solid #9ED800;
    width: 0;
    height: 0;
}
*/


.teachers-list .teacher-prof figcaption {
	color: #fff;
	background: #f15a24;
}
.teachers-list.regular .teacher-prof figcaption {
	background: #0b7aa8;
}
.teachers-list.staff .teacher-prof figcaption {
	background: #607D8B;
}


.teachers-list .teacher-prof dt {
	font-weight: 500;
    font-size: .8rem;
	margin-bottom: .5em;
}
.teachers-list .teacher-prof dd.name {
	font-size: 1.6rem;
	line-height: 0.7;
	font-weight: bold;
	margin-bottom: .3em;
}
.teachers-list .teacher-prof dd.video {
	margin-top: 7px;
    position: absolute;
    bottom: 110%;
    right: -10%;
}
.teachers-list .teacher-prof dd.video a.btn {
	color: #1a5a87;
	text-decoration: none;
	font-size: 0.7rem;
	padding: 3px 8px 1px;
    border-radius: 5px;
    background: #87f5fb;
}

.teachers-list .teacher-prof dd.video a.btn::before {
	font-family: "Font Awesome 5 Free";
	content: "\f144";
	font-weight: 900;
	margin-right: .5em;
}
@media screen and (max-width: 480px) {
    /*h2 {
        font-size: 6vw;
    }*/
    .teachers-list figcaption {
        top: -20px;
    }
    .teachers-list .teacher-prof dd.name {
        font-size: 1.3rem;
    }
    .teachers-list .jpns-ok {
        /*right: -20px;
        top: -40px;*/
        font-size: 86%;
    }
} /* end media query */

@media screen and (max-width: 400px) {
	
	/*.teachers-list .teacher-prof {
    	margin-bottom: .5em;
	}
	
	.teachers-list .teacher-prof p.jpns-ok {
    	font-size: 4vw;
	}
	.teachers-list .teacher-prof dt {
    	font-size: 3.6vw;
	}
	.teachers-list .teacher-prof dd.name {
    	font-size: 7vw;
	}
	*/
	
} /* end media query */


/* ------ video */

.movie {
        background-color: #94C33A;
        font-size: 14px;
        font-weight: bold;
        color: #fff;
        padding: 5px 0;
     
    }

    .movie a {
        color: #FFF;
    }

    .movie img {
        vertical-align: middle;
    }

    .youtube {
        margin: auto;
    }
