@charset "utf-8";

/* ****************************************************************************************************
   * 共用
**************************************************************************************************** */
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * メイン
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#main {
  padding-top:0;
  padding-bottom:0;
  background-color: #fff;
}

/* ----------------------------------------------------------------------------------------------------
   * タイトル
/* ------------------------------------------------------------------------------------------------- */
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * h1.title
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

.title {
  color:#111111;
  font-size: 24px;
  line-height: 28px;
  font-weight: bold;
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 6px solid #4bc5c6;
}


/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * .title-1
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

.title-1 {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color:#2a4198;
  margin-bottom: 40px;
}

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

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

.title-1 {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color:#2a4198;
  margin-bottom: 30px;
}

}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * title-2
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

.title-2 {
  text-align: left;
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 0;
  border-bottom: 1px solid #a5a5a5;
  margin-bottom: 25px;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * title-3
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

.title-3 {
  text-align: left;
  font-size: 14px;
  font-weight: bold;
  border-left: 8px solid #4bc5c6;
  border-bottom: 0;
  line-height: 1.5;
  padding-left:10px;
  padding-bottom: 0;
}

/* ----------------------------------------------------------------------------------------------------
   * テキスト
/* ------------------------------------------------------------------------------------------------- */

.text {
  font-size: 18px;
  margin-top: 20px !important;
}

.text span {
  color:#03aeaf;
}

.text-1 {
  font-size: 24px;
  font-weight: bold;
  text-align:center;
  color:#03aeaf;
}

.text-notice {
  color: #ff0000;
  font-weight: bold;
}

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

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

.text {
  font-size: 14px;
}

.text-1 {
  font-size: 18px;
  font-weight: bold;
  text-align:center;
  color:#03aeaf;
}


}

/* ****************************************************************************************************
   * 総合型選抜の変更点について
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

#senbatsu {
  text-align: center;
}

#senbatsu-1 .body {
  padding-bottom: 30px;
  border-bottom: 1px solid #a5a5a5;
}

.senbatsu {}

.senbatsu .body {
  max-width: 860px;
  margin: 0 auto;
}

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

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

#senbatsu-1 .body {
  padding:0 0 30px;
  margin: 0 10px;
  border-bottom: 1px solid #a5a5a5;
}

.senbatsu .body {
  padding: 0 10px;
}
}

/* ----------------------------------------------------------------------------------------------------
   * リスト
/* ------------------------------------------------------------------------------------------------- */

.senbatsu ul {
  list-style-type: none;
  padding: 0;
}

.senbatsu ul li {
  list-style-type: none;
}

/* ****************************************************************************************************
   * 総合型選抜I期の流れ
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

#senbatsu-2 {}

#senbatsu-2 p.text {
  margin-top: 20px;
  text-align: center;
}

/* ----------------------------------------------------------------------------------------------------
   * ボタン
/* ------------------------------------------------------------------------------------------------- */

.senbatsu div.center ul.list li span.br-sp {
  position: relative;
  top: 0;
  padding-left: 0;
}

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

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

.senbatsu div.center ul.list li:nth-child(2) span {
  top:15%;
}
.senbatsu div.center ul.list li span.br-sp {
  position: absolute;
  display: block;
  line-height: 1.4;
  top: 35%;
  padding-left: 30px;
}

}





