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

.color_it {
  color: #119ba3;
}

.mt01 {
  margin-top: 30px;
}

/*~~~~~ formula ~~~~~*/
.formula {
  padding: 25px 20px;
  margin-bottom: 10px;
  background: #EDEEEF;
}

.price {
  font-size: 30px;
  font-weight: 700;
}

.price .sub {
  font-size: 20px;
  font-weight: 700;
}

.sym {
  font-size: 30px;
}

.price02 {
  font-size: 34px;
  color: #25a5ec;
  font-weight: 700;
}

.sp_center {
  display: inline;
}

/*---------------------------------*/
/* ハンバーガーメニューになるサイズのCSS */
/*---------------------------------*/
/*-------------------------------*/
/* SP用のCSS */
/*-------------------------------*/
@media screen and (max-width: 559px) {
  /* sp */
  .sym_sp {
    display: block;
    text-align: center;
  }
  .sym {
    line-height: 1.2;
    font-size: 24px;
  }
  .price {
    display: block;
    font-size: 20px;
    text-align: center;
  }
  .price .sub {
    font-size: 18px;
  }
  .price02 {
    font-size: 28px;
  }
  .sp_center {
    display: block;
    text-align: center;
  }
  .admission_table tr th.blue {
    width: 4em;
  }
  /*----------------sp end---------------*/
}
