@charset "utf-8";

/* ****************************************************************************************************
   * 四年制大学編入試験合格実績
**************************************************************************************************** */

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * 合格実績
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

/* ----------------------------------------------------------------------------------------------------
   * テーブル
/* ------------------------------------------------------------------------------------------------- */

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

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

/* ヘッダ */

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

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

/* 2016 */

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

/* 2017 */

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

/* 2018 */

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

/* 2019 */

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

/* 2020 */

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

/* 2021 */

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

}

/* ****************************************************************************************************
   * 推薦編入学主な指定校
**************************************************************************************************** */

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

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

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

#result-2 table.data th:empty,
#result-2 table.data td:empty {
  display: none;
}

}
