@media screen and (max-width: 600px){
  #course .inner > div:first-child{   /* 注意文のdiv */
    font-size: 3.7vw;                  /* ≒14px。お好みで px 指定でも可 */
    line-height: 1.7;
  }
}