@charset "utf-8";

/* ****************************************************************************************************
   * コミュニティ子ども学科　推薦入試
**************************************************************************************************** */

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * 1. 募集人員
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#schedule-1 table.data {
  font-size: 14px;
}

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

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

/* ヘッダ */

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

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

/* 第1期 */

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

/* 第2期 */

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

}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * 2. 試験日・会場等
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#schedule-2 table.data {
  font-size: 14px;
}

#schedule-2 table.data tr.strong {
  background: #fff3dc;
}

#schedule-2 table.data tr.strong th,
#schedule-2 table.data tr.strong td {
  background: none;
}

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

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

/* ヘッダ */

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

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

/* 第1期 */

#schedule-2 table.data td:nth-of-type(1):before {
  content: '［第1期］';
  margin-left: -0.75em;
  margin-bottom: 0.25em;
  display: block;
}

/* 第2期 */

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

}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * 3. 指定校推薦について
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

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

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

#schedule-3 table.timetable {
  width: 100%;
}

}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * 4. 一般推薦について
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

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

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

#schedule-4 table.timetable {
  width: 100%;
}

}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * 5. 自己推薦について
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

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

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

#schedule-5 table.timetable {
  width: 100%;
}

}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * 6. 提出書類一覧
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#schedule-6 table.data {
  font-size: 14px;
}

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

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

/* ヘッダ */

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

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

/* 内容 */

#schedule-6 table.data td:nth-of-type(1):before {
  content: '［内容］';
  margin-left: -0.75em;
  margin-bottom: 0.25em;
  display: block;
}

/* 指定校推薦 */

#schedule-6 table.data td:nth-of-type(2):before {
  content: '［指定校推薦］';
  margin-left: -0.75em;
}

/* 一般推薦 */

#schedule-6 table.data td:nth-of-type(3):before {
  content: '［一般推薦］';
  margin-left: -0.75em;
}

/* 自己推薦 */

#schedule-6 table.data td:nth-of-type(4):before {
  content: '［自己推薦］';
  margin-left: -0.75em;
}

}
