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

.color_it {
  color: #119ba3;
}

.admission .index .sec_wrap {
  max-width: 1040px;
  padding: 20px 20px 0;
  margin: 0 auto;
  box-sizing: border-box;
}
.admission .index .admission_table th.left_th {
  width: 16%;
}
.admission .index .admission_table th.top_th {
  width: 28%;
}
.admission .index .admission_table td {
  text-align: center;
}

.admission_table {
  margin-bottom: 90px;
}

#merit {
  margin-top: 35px;
}

.qa_dl dt {
  font-weight: bold;
  font-size: 18px;
  border-bottom: dotted 2px #c1c1c1;
  padding-bottom: 10px;
  margin-bottom: 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.qa_dl dt p {
  width: calc(100% - 45px);
  font-size: 18px;
  font-weight: bold;
}
.qa_dl .qa_icon {
  display: block;
  line-height: 26px;
  height: 30px;
  width: 30px;
  text-align: center;
  margin-right: 10px;
  border: solid 2px #25a5ec;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  font-family: "Barlow Semi Condensed", sans-serif;
  background: #25a5ec;
  line-height: 29px;
}
.qa_dl dd {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 35px;
}
.qa_dl dd .qa_icon {
  background: #fff;
  color: #25a5ec;
  margin-top: 5px;
}
.qa_dl dd .qa_content {
  width: calc(100% - 45px);
}
.qa_dl dd .qa_content a {
  color: #1260b5;
  text-decoration: underline;
}
.qa_dl dd .qa_tel {
  box-sizing: border-box;
  padding: 20px;
  border: solid 1px #333;
  text-align: center;
  width: 70%;
  margin-top: 15px;
}
.qa_dl dd .qa_tel .tel {
  font-size: 13px;
  line-height: 1;
}
.qa_dl dd .qa_tel .tel a {
  color: #333;
  text-decoration: none;
  font-size: 36px;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  line-height: 1;
}
.qa_dl dd .qa_tel .tel img {
  vertical-align: inherit;
  margin-right: 5px;
}

/*---------------------------------*/
/* ハンバーガーメニューになるサイズのCSS */
/*---------------------------------*/
/*-------------------------------*/
/* SP用のCSS */
/*-------------------------------*/
@media screen and (max-width: 559px) { /* sp */
  .admission .index .sec_wrap {
    padding: 0px 0;
  }
  .admission .index .admission_table {
    width: 150%;
  }
  .qa_dl .qa_icon {
    line-height: 16px;
    height: 20px;
    width: 20px;
    font-size: 15px;
  }
  .qa_dl dt p {
    font-size: 15px;
  }
  .qa_dl dd .qa_tel {
    width: 100%;
    padding: 10px;
  }
  .qa_dl dd .qa_tel .tel {
    text-align: center;
  }
  .qa_dl dd .qa_tel .tel a {
    font-size: 28px;
  }
  .qa_dl dd .qa_tel .tel span {
    display: block;
    text-align: center;
    font-size: 12px;
  }
  .admission_table {
    margin-bottom: 30px;
  }
  /*----------------sp end---------------*/
}/*# sourceMappingURL=admission.css.map */