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

.color_it {
  color: #119ba3;
}

/*~~~~~ tuition ~~~~~*/
.table_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.table_flex .admission_table {
  width: 48%;
}

.mt01 {
  margin-top: 10px;
}

.mt02 {
  margin-top: 20px;
}

#tuition .admission_table th,
#tuition .admission_table td {
  width: 15.4%;
}

#tuition .admission_table th:first-child,
#tuition .admission_table td:first-child {
  width: 23%;
}

#tuition .admission_table.table_3year {
  width: 84.6%;
}

#tuition .admission_table.table_2year {
  width: 69.2%;
}

#tuition .admission_table.table_2year th:first-child {
  width: 23.5%;
}

/*~~~~~ method ~~~~~*/
.free {
  margin-top: 30px;
  padding: 15px;
  border: #dcdcdc 3px solid;
}

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

/*~~~~~ expenses ~~~~~*/
#expenses .admission_table.table_center td {
  width: calc(100% / 3);
}

/*~~~~~ decline ~~~~~*/
#decline .tel .img01 img {
  margin-top: -10px;
}

#decline .tel a {
  font-size: 20px;
  font-weight: bold;
}

/*---------------------------------*/
/* ハンバーガーメニューになるサイズのCSS */
/*---------------------------------*/
/*-------------------------------*/
/* SP用のCSS */
/*-------------------------------*/
@media screen and (max-width: 559px) {
  /* sp */
  #tuition .table_wrap {
    overflow: scroll;
  }
  #tuition .admission_table {
    border-bottom: 1px solid #DCDCDC;
    border-right: 1px solid #DCDCDC;
    width: 200%;
  }
  #tuition .admission_table th,
  #tuition .admission_table td {
    border-top: 1px solid #DCDCDC;
    border-left: 1px solid #DCDCDC;
    display: table-cell;
  }
  #tuition .admission_table.table_3year {
    width: 169.2%;
  }
  #tuition .admission_table.table_2year {
    width: 138.4%;
  }
  .mt01 {
    margin-top: 5px;
  }
  .mt02 {
    margin-top: 10px;
  }
  #expenses .admission_table,
  #method .admission_table,
  #decline .admission_table {
    border-bottom: 1px solid #DCDCDC;
    border-right: 1px solid #DCDCDC;
  }
  #expenses .admission_table th,
  #expenses .admission_table td,
  #method .admission_table th,
  #method .admission_table td,
  #decline .admission_table th,
  #decline .admission_table td {
    border-top: 1px solid #DCDCDC;
    border-left: 1px solid #DCDCDC;
    display: table-cell;
  }
  #expenses .admission_table th {
    width: 20%;
  }
  #method .table_wrap {
    overflow: scroll;
  }
  #method .admission_table {
    width: 200%;
  }
  #method .admission_table th:first-child {
    width: 15%;
  }
  #method .admission_table td {
    width: 25%;
  }
  .table_flex .admission_table {
    width: 100%;
    margin-top: 10px;
  }
  .table_flex .admission_table th {
    width: 35%;
  }
  .table_flex .admission_table td {
    width: 65%;
  }
  #expenses .table_caption.mt02 {
    margin-top: 20px;
  }
  /*----------------sp end---------------*/
}
