@charset "utf-8";

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

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

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

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

/* ヘッダ */

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

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

/* 志願者 */

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

/* 合格者 */

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

/* 入学者 */

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

/* 備考 */

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

}

/* ****************************************************************************************************
   * 入学者数推移
**************************************************************************************************** */

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

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

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

/* ヘッダ */

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

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

/* 2011 */

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

/* 2012 */

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

/* 2013 */

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

/* 2014 */

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

/* 2015 */

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

/* 備考 */

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

}
