@charset "utf-8";

/* ****************************************************************************************************
   * メッセージ
**************************************************************************************************** */

#message div.contents:after {
  content: ".";
  display: block;
  line-height: 0;
  clear: both;
  visibility: hidden;
}

#message div.contents div.image {
  width: 350px;
  float: left;
}

#message div.contents div.content {
  width: 350px;
  float: right;
}

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

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

#message div.contents div.image {
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
  float: none;
}

#message div.contents div.content {
  width: 100%;
  float: none;
}

}

/* ****************************************************************************************************
   * 自分に合った学びが追求できる「コース制」を導入
**************************************************************************************************** */

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * キャリアデザイン学科の強み
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

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

#feature-1 div.list > * {
  letter-spacing: normal;
}

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

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

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

#feature-1 div.list {
  max-width: 100%;
  margin-left: 0;
  margin-bottom: -20px;
}

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

}

/* タイトル */

#feature-1 div.list .item .item-title {
  min-height: 66px;
  margin-bottom: 0.5em;
  padding: 20px 0 0 80px;
  line-height: 1.3;
  font-size: 18px;
  font-weight: bold;
  position: relative;
}

#feature-1 div.list .item .item-title img {
  position: absolute;
  top: 0;
  left: 0;
}

/* ボタン */

#feature-1 div.list .item .button {
  margin-left: auto;
  margin-right: auto;
  display: table;
}

/* ****************************************************************************************************
   * ニーズに合わせた4つのコース
**************************************************************************************************** */

#course div.list div.item ~ div.item {
  margin-top: 10px;
}

/* ****************************************************************************************************
   * カリキュラム
**************************************************************************************************** */

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * シラバス
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#curriculum .button {
  margin-left: auto;
  margin-right: auto;
  display: table;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * 全コース [必修科目]
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#curriculum-1 table.list {
  border-collapse: collapse;
  font-size: 14px;
  table-layout: fixed;
  border: 1px solid #bdb9cd;
}

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

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

#curriculum-1 table.list {
  border: none;
}

}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * コース別 [必修科目]
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#curriculum-2 table.list {
  border-collapse: collapse;
  font-size: 14px;
  table-layout: fixed;
}

#curriculum-2 table.list th {
  border: 1px solid #bdb9cd;
  background: #e2f5f1;
}

#curriculum-2 table.list td {
  border: 1px solid #bdb9cd;
}

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

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

#curriculum-2 table.list th {
  border: none;
}

#curriculum-2 table.list td {
  border: none;
}

/* ヘッダ */

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

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

/* ライフデザインコース */

#curriculum-2 table.list td:nth-of-type(1):before {
  content: '［ライフデザインコース］';
  margin-left: -0.75em;
  margin-bottom: 0.25em;
  display: block;
}

/* ビジネスキャリアコース */

#curriculum-2 table.list td:nth-of-type(2):before {
  content: '［ビジネスキャリアコース］';
  margin-left: -0.75em;
  margin-bottom: 0.25em;
  display: block;
}

/* グローバルキャリアコース */

#curriculum-2 table.list td:nth-of-type(3):before {
  content: '［グローバルキャリアコース］';
  margin-left: -0.75em;
  margin-bottom: 0.25em;
  display: block;
}

/* アカデミックブリッジコース */

#curriculum-2 table.list td:nth-of-type(4):before {
  content: '［アカデミックブリッジコース］';
  margin-left: -0.75em;
  margin-bottom: 0.25em;
  display: block;
}

}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * コース別 [推奨科目]
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#curriculum-3 table.list {
  border-collapse: collapse;
  font-size: 14px;
  table-layout: fixed;
}

#curriculum-3 table.list th {
  border: 1px solid #bdb9cd;
  background: #e2f5f1;
}

#curriculum-3 table.list td {
  border: 1px solid #bdb9cd;
}

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

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

#curriculum-3 table.list th {
  border: none;
}

#curriculum-3 table.list td {
  border: none;
}

/* ヘッダ */

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

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

/* ライフデザインコース */

#curriculum-3 table.list td:nth-of-type(1):before {
  content: '［ライフデザインコース］';
  margin-left: -0.75em;
  margin-bottom: 0.25em;
  display: block;
}

/* ビジネスキャリアコース */

#curriculum-3 table.list td:nth-of-type(2):before {
  content: '［ビジネスキャリアコース］';
  margin-left: -0.75em;
  margin-bottom: 0.25em;
  display: block;
}

/* グローバルキャリアコース */

#curriculum-3 table.list td:nth-of-type(3):before {
  content: '［グローバルキャリアコース］';
  margin-left: -0.75em;
  margin-bottom: 0.25em;
  display: block;
}

/* アカデミックブリッジコース */

#curriculum-3 table.list td:nth-of-type(4):before {
  content: '［アカデミックブリッジコース］';
  margin-left: -0.75em;
  margin-bottom: 0.25em;
  display: block;
}

}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * 全コース [選択科目]
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#curriculum-4 table.list {
  border-collapse: collapse;
  font-size: 14px;
  table-layout: fixed;
  border: 1px solid #bdb9cd;
}

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

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

#curriculum-4 table.list {
  border: none;
}

}

/* ****************************************************************************************************
   * コース・教員の紹介
**************************************************************************************************** */

#page-nav ul,
#page-nav ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

#page-nav ul {
  max-width: none;
  margin-left: -20px;
  margin-bottom: -10px;
  letter-spacing: -0.4em;
}

#page-nav ul li {
  margin-left: 20px;
  margin-bottom: 10px;
  letter-spacing: normal;
  vertical-align: top;
  display: inline-block;
}

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

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

#page-nav ul {
  margin-left: 0;
  text-align: center;
}

#page-nav ul li {
  margin-left: 0;
}

}
