@charset "UTF-8";
/* -------------------------------------------------- */
/* file   : admission.css                          */
/* update : 2020                                      */
/* -------------------------------------------------- */
/* -------------------------*/
/* 定義 */
/* -------------------------*/
.color_game {
  color: #e50166;
}

.color_it {
  color: #119ba3;
}

.mb01 {
  margin-bottom: 10px;
}

#schedule .admission_table .left {
  vertical-align: top;
  background: #777777;
  text-align: left;
  width: 185px;
  box-sizing: border-box;
  padding: 18px 20px;
  border: 0;
  color: #fff;
}
#schedule .admission_table .left.border {
  border-bottom: solid 1px #EDEEEF;
}
#schedule .admission_table .right {
  background: #EDEEEF;
  vertical-align: middle;
}
#schedule .admission_table .right .link01 a {
  color: #0000FF;
  font-weight: 700;
}

#schedule01.admission_table .admission_table td {
  background: #fff;
}

#application .admission_table td .table_wrap {
  display: flex;
  justify-content: flex-start;
}
#application .admission_table td .table_wrap table:first-child {
  border-right: none;
}

.arrow {
  width: 100%;
  height: 3em;
  position: relative;
}
.arrow:before {
  content: "";
  display: block;
  width: 1.5em;
  height: 1.5em;
  border-top: 2px solid #25a5ec;
  border-right: 2px solid #25a5ec;
  position: absolute;
  top: 1px;
  bottom: 0;
  left: 50%;
  margin: auto;
  transform: rotate(135deg) translateY(50%);
}

.inner_bg {
  padding: 14px 20px;
  background: #ECEDEE;
}

.bg {
  background: #ECEDEE;
  padding: 20px;
  box-sizing: border-box;
}

#schedule07 .table_border td {
  background: #fff;
}

#schedule08 {
  font-size: 28px;
  color: #00ABEB;
  line-height: 1.4;
  text-align: center;
  font-weight: bold;
}

.tuition_top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.tuition_top .left,
.tuition_top .right {
  width: 48%;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.ceremony {
  background: #777777;
  padding: 11px;
  text-align: center;
}
.ceremony p {
  font-size: 18px;
  color: #fff;
}

.tel_img {
  width: 23px;
  height: 15px;
  vertical-align: middle;
  margin-right: 5px;
}

.mt01 {
  margin-top: 20px;
}

.list01 .tel_img {
  margin-left: 13px;
}

/*~~~~~ ao ~~~~~*/
#application .admission_table th.blue {
  width: 10em;
}

#scholarship {
  margin-top: 20px;
}
#scholarship .scholarship_h3 {
  background: #333;
  color: #fff;
  box-sizing: border-box;
  padding: 12px 13px 11px;
  line-height: 1.3;
  font-size: 16px;
}
#scholarship .admission_table {
  margin: 13px 0 3px;
}
#scholarship .admission_table th {
  background: #777;
  color: #fff;
  width: 133px;
  box-sizing: border-box;
}
#scholarship .admission_table td {
  background: #fff;
}


.btn_right {
  text-align: right;
}
.btn_right .note {
  width: 200px;
  margin: 0 auto;
  margin-right: 0;
  text-align: center;
}
.btn_right .link_btn {
  margin: 0;
  width: 200px;
}

.ao a.link_btn {
  font-size: 100%;
  width: auto;
  padding: 10px 34px 10px 20px;
}
.ao a.link_btn.end_btn {
  pointer-events: none;
  background: #999999;
}

/*~~~~~ general ~~~~~*/
.gray_box {
  margin: 9px 10px 9px 0;
  padding: 9px 10px;
  background: #EDEEEF;
}
.gray_box li {
  text-indent: -1em;
  margin-left: 1em;
}

/*---------------------------------*/
/* ハンバーガーメニューになるサイズのCSS */
/*---------------------------------*/
/*-------------------------------*/
/* SP用のCSS */
/*-------------------------------*/
@media screen and (max-width: 559px) { /* sp */
  .mb01 {
    margin-bottom: 5px;
  }
  #scholarship .admission_table {
    width: 100%;
  }
  #scholarship .admission_table th {
    width: 92px;
  }
  #application .admission_table {
    width: 100%;
  }
  #application .admission_table td .table_wrap {
    display: block;
  }
  #application .admission_table td .table_wrap table:first-child {
    border-right: 1px solid #dcdcdc;
    border-bottom: none;
  }
  #application .admission_table td .table_wrap table .tr01 {
    display: none;
  }
  #application .admission_table th {
    display: block;
    width: 100%;
  }
  #application .admission_table th.th02 {
    width: 85px;
  }
  #application .admission_table td {
    display: block;
    width: 100%;
  }
  #application .admission_table td th {
    display: table-cell;
    width: auto;
  }
  #application .admission_table td td {
    display: table-cell;
    width: auto;
  }
  #schedule .admission_table .left {
    width: 100%;
    padding: 10px 20px;
  }
  #schedule .admission_table .left .base {
    font-size: 13px;
  }
  #schedule .admission_table .right {
    padding: 10px 20px;
  }
  #schedule08 {
    font-size: 18px;
  }
  #documents .table_wrap {
    margin-bottom: 0;
  }
  .mt01 {
    margin-top: 10px;
  }
  .btn_right {
    margin: 15px 0;
    text-align: left;
  }
  .btn_right .note {
    margin-left: 0;
    text-align: left;
  }
  #application .admission_table th.blue {
    width: 100%;
  }
  /*----------------sp end---------------*/
}/*# sourceMappingURL=ao.css.map */