@charset "utf-8";

/* ****************************************************************************************************
   * 学科別入試案内・アドミッションポリシー
**************************************************************************************************** */

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

#exam div.policy {
  padding: 2em;
  text-align: center;
  background: #f6f0fa;
}

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

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

#exam div.policy {
  padding: 1em;
  text-align: left;
}

#exam div.policy p {
  margin-left: auto;
  margin-right: auto;
  display: table;
}

}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * 学科別入試案内
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#exam div.exam {
  max-width: none;
  margin-left: -40px;
  margin-bottom: -40px;
  letter-spacing: -0.4em;
}

#exam div.exam > * {
  letter-spacing: normal;
}

#exam div.exam .item {
  width: 350px;
  margin-left: 40px;
  margin-bottom: 40px;
  vertical-align: top;
  display: inline-block;
}

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

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

#exam div.exam {
  max-width: 100%;
  margin-left: 0;
}

#exam div.exam .item {
  width: 100%;
  margin-left: 0;
  margin-bottom: 20px;
}

}

/* ----------------------------------------------------------------------------------------------------
   * 写真
/* ------------------------------------------------------------------------------------------------- */

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

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

#exam div.exam .item div.visual {
  display: none;
}

}

/* ----------------------------------------------------------------------------------------------------
   * タイトル
/* ------------------------------------------------------------------------------------------------- */

#exam div.exam .item .exam-title {
  min-height: 40px;
  margin: 10px 0 5px;
  padding: 12px 0 9px 40px;
  line-height: 1.4;
  font-size: 16px;
  font-weight: bold;
}

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

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

#exam div.exam .item .exam-title {
  min-height: 30px;
  margin: 0 0 5px;
  padding: 5px 0 2px 30px;
  line-height: 1.4;
  font-size: 16px;
  font-weight: bold;
  background-size: auto 30px;
}

}

/* ----------------------------------------------------------------------------------------------------
   * 内容
/* ------------------------------------------------------------------------------------------------- */

#exam div.exam .item div.contents {
  padding: 9px;
  border: 1px solid #bdb9cf;
}

/* * 入試 一覧
/* ･････････････････････････････････････････････････････････････････････････････････････････････････ */

#exam div.exam .item ul.type,
#exam div.exam .item ul.type li {
  margin: 0;
  padding: 0;
  list-style: none;
}

#exam div.exam .item ul.type {
  margin: 5px;
}

#exam div.exam .item ul.type li {
  padding-left: 20px;
}

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

#exam div.exam .item div.exam-policy {
  margin-top: 10px;
  padding: 20px 10px;
  font-size: 14px;
}

#exam div.exam .item div.exam-policy .title {
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
  display: table;
}

#exam div.exam .item div.exam-policy .title + * {
  margin-top: 0.5em;
}

/* ----------------------------------------------------------------------------------------------------
   * キャリアデザイン学科
/* ------------------------------------------------------------------------------------------------- */

/* * タイトル
/* ･････････････････････････････････････････････････････････････････････････････････････････････････ */

#exam-1 .exam-title {
  background: url(../../../../../_images/admission/exam/schedule/index/exam-1-title.png) no-repeat;
}

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

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

#exam-1 .exam-title {
  border-top: 2px solid #1aa083;
  background-position: left -2px;
}

}

/* * 入試 一覧
/* ･････････････････････････････････････････････････････････････････････････････････････････････････ */

#exam-1 ul.type li {
  background: url(../../../../../_images/admission/exam/schedule/index/exam-1-listmark.png) left 2px no-repeat;
}

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

#exam-1 div.exam-policy {
  background: #e2f5f1;
}

/* ----------------------------------------------------------------------------------------------------
   * コミュニティ子ども学科
/* ------------------------------------------------------------------------------------------------- */

/* * タイトル
/* ･････････････････････････････････････････････････････････････････････････････････････････････････ */

#exam-2 .exam-title {
  background: url(../../../../../_images/admission/exam/schedule/index/exam-2-title.png) no-repeat;
}

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

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

#exam-2 .exam-title {
  border-top: 2px solid #f39d00;
  background-position: left -2px;
}

}

/* * 入試 一覧
/* ･････････････････････････････････････････････････････････････････････････････････････････････････ */

#exam-2 ul.type li {
  background: url(../../../../../_images/admission/exam/schedule/index/exam-2-listmark.png) left 2px no-repeat;
}

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

#exam-2 div.exam-policy {
  background: #fff3dc;
}

/* ****************************************************************************************************
   * 入試概要 - 2017年（平成29年）4月入学 -
**************************************************************************************************** */

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

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

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

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

/* ヘッダ */

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

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

/* エントリー・出願期間 */

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

/* 試験日 */

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

/* 合格発表 */

#schedule table.data td:nth-of-type(3):before {
  content: '［合格発表］';
  margin-left: -0.75em;
}

/* 定員 */

#schedule table.data tr:last-child td ~ td {
  display: none;
}

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

}
