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

/*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;
	text-align: left;
}

/*---- 共通*/

.teachers-list {
	margin-right: 0;
	margin-left: 0;
}
.teachers-list figure {
	margin: 0 2px;
	min-height: 0%;
    border: 1px solid #8f8f8f;
}
.teachers-list figcaption {
	/*text-align: center;
	padding: 10px 0;
	flex-grow: 2;
	margin: 0 2px;*/
    /*display: inline-block;
    padding: 0.6em 1.7em 0em;
    position: relative;
    top: -40px;
	left: .5em;
	border-radius: 50px;*/
    
    padding: 1em;
	
}
figcaption dl,
figcaption dt,
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 {
    padding: 3em 0;
}
.popular-list {
	margin-bottom: 0;
}
.popular-item {
    margin-bottom: 2.5em;
}
.popular-item > figure {
    background: #fff;
    height: 100%;
    padding: 1.5em;
}
.popular-item .pict-box {  
    margin: 0 auto;
    max-width: 240px;   
}
.popular-item img {
	display: block;
    /*border-radius: 5px; 
    box-shadow: 7px 7px 0 rgba(66,64,61,0.2);
	border: 2px solid #42403d;*/
}
.popular-item .teacher-profile {
	/*text-align: center;*/
    padding-top: 1em;
}
.popular-item .teacher-profile dt {
    /*text-align: center;*/
    
    color: #48904e;
    font-size: 1.2rem;
    /*padding: 0.2em 1em;
    border-radius: 30px;*/
    position: relative;
    /*left: 15%;*/
    /*top: -15px;*/
}
.popular-item .teacher-profile dt small {
    font-size: 60%;
}

@media screen and (max-width: 768px) {
    .teachers-list dd.name small {
        display: block;
		margin-top: .6em;
    }
	
} /* end media query */

@media screen and (max-width: 575px) {
	.teachers-list figcaption {
		border-radius: 0px;
	}
	
    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 {
		text-align: left;
        padding-top: 0;
	}
    .popular-item .teacher-profile dt {
        text-align: left;
        left: 0;
        top: 0;
		font-size: 1.1rem;
		padding-bottom: .1em;
		margin-bottom: .5em;
    }
	
} /* end media query */



/*---- 一覧*/


.teacher-prof {
    padding: 0 5px 0 15px;
    margin-bottom: 3em;
	position: relative;
	/*display: flex;
    flex-direction: column;*/
}
.teacher-prof figure img {
    padding: 0;
    border: none;
	/*border-radius: 8px;
    box-shadow: 6px 6px 0 #e3e2e2;*/
	border-bottom: 1px solid #8f8f8f;
}
.teachers-list .jpns-ok {
	
    display: inline-block;
    font-weight: 800;
    color: #fff;
    background: #48904e;
    padding: 6px 18px;
    border-radius: 30px;
    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;
}
*/


.teacher-prof figcaption {
	/*color: #fff;
	background: #48904e;*/
    position: relative;
}
.teachers-list.regular .teacher-prof figcaption {
	/*background: #00619f;*/
}
.teachers-list.staff .teacher-prof figcaption {
	/*background: #fccf00;
	color: #555;*/
}


.teacher-prof dt {
	font-weight: 500;
    font-size: .8rem;
	margin-bottom: .5em;
}
.teacher-prof dd.name {
	font-size: 1.3rem;
	line-height: 0.7;
	font-weight: bold;
    letter-spacing: .03em;
    color: #48904e;
	/*margin-bottom: .3em;*/
}
.teacher-prof dd.video {
	margin-top: 7px;
    position: absolute;
    bottom: 110%;
    right: 3%;
}
.teacher-prof dd.video a.btn {
	color: #555;
	text-decoration: none;
	font-size: 0.7rem;
	padding: 3px 8px 1px;
    /*border-radius: 5px;*/
    background: #fccf00;
}

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