@charset "utf-8";

/* ****************************************************************************************************
   * 共用
**************************************************************************************************** */

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * ビジュアル
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

body.layout-lower #visual {
  height: auto;
  padding: 0;
  background-image: url(../../../_images/admission/index/visual-bg.png);
}

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

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

body.layout-lower #visual {
  max-height: none;
  padding: 0;
}

body.layout-lower #visual .content img {
  height: 190px;
}

}

/* ****************************************************************************************************
   * 入学案内
**************************************************************************************************** */

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

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

#admission div.list .item {
  width: 312px;
  margin-left: 32px;
  margin-bottom: 32px;
  vertical-align: top;
  display: inline-block;
}

#admission div.list .item a {
  color: inherit;
  display: block;
  text-decoration: none;
}

#admission div.list .item a:hover {
  color: #9e77ba;
}

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

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

#admission div.list {
  max-width: 100%;
  margin-left: 0;
  margin-bottom: -5%;
}

#admission div.list .item {
  width: 47.50%;
  margin-left: 0;
  margin-bottom: 5%;
}

#admission div.list .item:nth-of-type(2n+1) {
  margin-right: 5%;
}

}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * 写真
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#admission div.list .item div.photo {
  margin-bottom: 10px;
}

#admission div.list .item div.photo img {
  width: 100%;
  height: auto;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * タイトル
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#admission div.list .item .title-3 {
  margin-bottom: 10px;
  padding-top: 8px;
  color: inherit;
  font-size: 22px;
  font-weight: normal;
}

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

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

#admission div.list .item .title-3 {
  min-height: 30px;
  margin-bottom: 0;
  padding: 5px 0 2px 30px;
  font-size: 16px;
  background-size: auto 30px;
}

}
