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

.color_it {
  color: #119ba3;
}

/*~~~~~ outline ~~~~~*/
.outline_tit {
  text-align: center;
  font-weight: bold;
  font-size: 28px;
  margin-bottom: 20px;
}

/*~~~~~ table ~~~~~*/
.admission_table .tr01 td {
  background: #E8F9FF;
}

.mt01 {
  margin-top: 15px;
}

/*~~~~~ support03 ~~~~~*/
.support03 .admission_table tr th.blue {
  width: 28%;
}
.support03 .admission_table tr td {
  text-align: center;
}

/*---------------------------------*/
/* ハンバーガーメニューになるサイズのCSS */
/*---------------------------------*/
/*-------------------------------*/
/* SP用のCSS */
/*-------------------------------*/
@media screen and (max-width: 559px) { /* sp */
  /*~~~~~ outline ~~~~~*/
  .outline_tit {
    font-size: 18px;
    text-align: left;
    margin-bottom: 10px;
  }
  /*~~~~~ table ~~~~~*/
  .support01 .admission_table.table_sp th {
    width: 23%;
  }
  .support01 .admission_table.table_sp td {
    vertical-align: middle;
  }
  .support02 .admission_table.table_sp th {
    width: 19%;
  }
  .support02 .admission_table.table_sp td {
    vertical-align: middle;
  }
  .support03 .admission_table.table_sp th {
    width: 40%;
  }
  .support03 .admission_table.table_sp td {
    vertical-align: middle;
    text-align: center;
  }
  .mt01 {
    margin-top: 7px;
  }
  p a.link_btn.mt01 {
    margin-top: 15px;
  }
  /*----------------sp end---------------*/
}/*# sourceMappingURL=free.css.map */