@charset "utf-8";

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

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * アドミッションポリシー
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#schedule div.policy {
  padding: 2em;
  font-size: 14px;
  background: #fff3dc;
}

#schedule div.policy .title {
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  display: table;
}

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

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

#schedule div.policy {
  padding: 1em;
}

}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * 2. 日程
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

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

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

@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;
}

/* エントリー期間 */

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

/* 面接日 */

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

/* 面接結果通知 */

#schedule-2 table.data td:nth-of-type(3):before {
  content: '［判定結果通知］';
  margin-left: -0.75em;
  margin-bottom: 0.25em;
  display: block;
}

/* 出願期間 */

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

/* 入学手続期間 */

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

}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * 6. エントリーから入学までの流れ
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#schedule-6 div.list dl,
#schedule-6 div.list dl dt,
#schedule-6 div.list dl dd {
  margin: 0;
  padding: 0;
}

#schedule-6 div.list dl {
  padding-bottom: 19px;
  background: url(../../../../../../_images/admission/exam/schedule/community-children/ao/flow-icon-arrow.png) center bottom no-repeat;
}

#schedule-6 div.list dl:last-child {
  background: none;
}

#schedule-6 div.list dl dt {
  min-height: 66px;
  padding-top: 22px;
  padding-left: 80px;
  line-height: 1.3;
  font-size: 18px;
  font-weight: bold;
  position: relative;
}

#schedule-6 div.list dl dt img {
  position: absolute;
  top: 0;
  left: 0;
}

#schedule-6 div.list dl dd {
  padding-top: 0.5em;
  padding-bottom: 1em;
  border-bottom: 1px solid #f09b01;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * 7. 出願時　提出書類一覧（10月19日～10月27日）
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

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

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

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

/* ヘッダ */

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

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

}
