/* **************************************************

  		　       　マネージャー

************************************************** */
section#instructor_manager {
    padding:3rem 0rem 6rem;
}

span.manager_text {
    font-size:2rem;
}
span.len_text {
    font-size:10.5rem;
}


span.submanager_text {
    font-size:2rem;
}
span.sachi_text {
    font-size:10.5rem;
}

div.manager_img p {
    margin:1rem auto 0rem 0;
    font-size:1rem;
    line-height:1.4em;

}

/* **************************************************

  		　       　インストラクター

************************************************** */
section#instructor_all {
    padding-bottom:5rem;
}
.instructor_body {
    margin-bottom:8rem;
}
/* **************************************************

  		　       　プロフィール

************************************************** */
.instructor_profile {
    margin:0rem auto 0;
}

/* -----------------------------------------------------
　　　　　　　　　　　　　　名前
----------------------------------------------------- */
.instructor_profile_text {
    top:0;
    left:0rem;
}
.instructor_profile_name h3 {
    padding:2rem 1rem 1.5rem 1rem;
}

/* -----------------------------------------------------
　　　　　　　　　　　その他の情報
----------------------------------------------------- */
ul.instructor_profile_other {
    margin:3rem 0 0 3rem;
}
ul.instructor_profile_other li {
    font-size:0.8rem;
    line-height:1em;
    margin-bottom:1rem;
}

/* -----------------------------------------------------
　　　　　　　　　スクール名見出し（下方向吹き出し）
----------------------------------------------------- */
h4.profile_title {
    font-size:1rem;
}
h4.profile_title:before {
	content:"";
	position:absolute;
	top:100%;
	left:50%;
	margin-left:calc(0.5rem * -1);
	border:0.5rem solid transparent;
	border-top:0.5rem solid #333;
}

/* **************************************************

  		　       　YouTube

************************************************** */
.instructor_youtube .overlay-text {
  font-size: 1.4rem;
  line-height:1.2em;
}
/* **************************************************

  		　       　チーム

************************************************** */
.team_body {
    padding:3rem 0 3rem 0;
    margin-bottom:0rem;
}
.team_detail h3 {
    font-size:1.1rem;
}
.team_detail ul li {
    font-size:0.9rem;
}

/* **************************************************

  		　       　吹き出しコメント

************************************************** */
.instructor_comment {
    margin:5rem auto 0;
}
.instructor_comment_bg {
    font-size:1rem;
}



