
@charset "UTF-8";

/*--スタッフ名のフォントサイズをMV下タイトルと合わせる。--*/
#instructor + div .heading.block_header_4 .h{
  font-size: 3.4rem!important;
}

@media screen and (max-width:800px){
  #instructor + div .heading.block_header_4 .h{
    font-size: 2.5rem!important;
  }
}