@charset "utf-8";

/* ****************************************************************************************************
   * 教員数
**************************************************************************************************** */

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * テーブル
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#disclosure-1 .caption {
  margin-top: 0.5em;
}

/* * ブレイクポイント ･････････････････ */

@media screen and (max-width:736px) {

#disclosure-1 table.data caption {
  text-align: center;
}

/* ヘッダ */

#disclosure-1 table.data tr:nth-of-type(2) ~ tr {
  margin-top: 1em;
}

#disclosure-1 table.data tr:nth-of-type(1) {
  display: none;
}

/* 教授 */

#disclosure-1 table.data td:nth-of-type(1):before {
  content: '［教授］';
  margin-left: -0.75em;
}

/* 准教授 */

#disclosure-1 table.data td:nth-of-type(2):before {
  content: '［准教授］';
  margin-left: -0.75em;
}

/* 専任講師 */

#disclosure-1 table.data td:nth-of-type(3):before {
  content: '［専任講師］';
  margin-left: -0.75em;
}

/* 備考 */

#disclosure-1 table.data td:nth-of-type(4):before {
  content: '［備考］';
  margin-left: -0.75em;
}

}

/* ****************************************************************************************************
   * 教員年齢構成
**************************************************************************************************** */

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * テーブル
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#disclosure-2 .caption {
  margin-top: 0.5em;
}

/* * ブレイクポイント ･････････････････ */

@media screen and (max-width:736px) {

#disclosure-2 table.data caption {
  text-align: center;
}

/* ヘッダ */

#disclosure-2 table.data tr:nth-of-type(2) ~ tr {
  margin-top: 1em;
}

#disclosure-2 table.data tr:nth-of-type(1) {
  display: none;
}

/* 30代 */

#disclosure-2 table.data td:nth-of-type(1):before {
  content: '［30代］';
  margin-left: -0.75em;
}

/* 40代 */

#disclosure-2 table.data td:nth-of-type(2):before {
  content: '［40代］';
  margin-left: -0.75em;
}

/* 50代 */

#disclosure-2 table.data td:nth-of-type(3):before {
  content: '［50代］';
  margin-left: -0.75em;
}

/* 60代 */

#disclosure-2 table.data td:nth-of-type(4):before {
  content: '［60代］';
  margin-left: -0.75em;
}

/* 備考 */

#disclosure-2 table.data td:nth-of-type(5):before {
  content: '［備考］';
  margin-left: -0.75em;
  margin-bottom: 0.25em;
  display: block;
}

}
