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

.color_it {
  color: #119ba3;
}

.scholarship .h3 span {
  border-left: none;
  margin-right: 0;
  font-size: 20px;
}

.scholarship .bold {
  font-weight: bold;
  margin-top: 10px;
}

.scholarship .table01 th.blue {
  width: 8em;
}

.scholarship .admission_table tr th.blue {
  width: 200px;
}

.scholarship .admission_table.table_center tr th.blue {
  width: calc(100% / 3);
}

.super {
  font-size: 10px;
  vertical-align: super;
}

.ss_h4 {
  margin: 20px 0 8px;
  line-height: 1.4;
  font-size: 20px;
  font-weight: bold;
}

.ss_h4 span {
  font-size: 12px;
}

.topics_content {
  border: solid 3px #00abeb;
  padding: 20px 25px;
  line-height: 1.8;
  margin-bottom: 40px;
}

.text_r {
  font-size: 12px;
}

.topics_tit {
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 20px;
}

.mt01 {
  margin-top: 30px;
}

.mt02 {
  margin-top: 50px;
}

.mt03 {
  margin-top: 10px;
}

.adoption {
  margin: 20px 0;
  width: 100%;
  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;
}

.adoption dt {
  color: #00abeb;
  padding: 15px 10px;
  border: 1px solid #00abeb;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 10em;
  text-align: center;
  margin-bottom: 20px;
}

.adoption dd {
  width: calc(100% - 11em);
}

.free {
  margin: 20px 0 90px;
  padding: 15px;
  border: #dcdcdc 3px solid;
}

.btn_right {
  text-align: center;
}

.qa_dl dt {
  font-weight: bold;
  font-size: 18px;
  border-bottom: dotted 2px #c1c1c1;
  padding-bottom: 10px;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.qa_dl dt p {
  font-size: 18px;
}

.qa_dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          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 .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;
}

.flow_img {
  margin-top: 20px;
  text-align: center;
}

.flow_img img {
  width: 100%;
  max-width: 600px;
  height: auto;
}

/*---------------------------------*/
/* ハンバーガーメニューになるサイズのCSS */
/*---------------------------------*/
/*-------------------------------*/
/* SP用のCSS */
/*-------------------------------*/
@media screen and (max-width: 559px) {
  /* sp */
  .topics_tit {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .topics_content {
    margin-bottom: 20px;
    padding: 10px 15px 15px;
  }
  .ss_h4 {
    margin: 10px 0 4px;
    font-size: 16px;
  }
  .mt01 {
    margin-top: 15px;
  }
  .mt02 {
    margin-top: 25px;
  }
  .mt03 {
    margin-top: 8px;
  }
  .adoption {
    margin: 10px 0 20px;
  }
  .adoption dt {
    width: 100%;
    padding: 6px;
    margin-bottom: 10px;
  }
  .adoption dd {
    width: 100%;
    margin-bottom: 10px;
  }
  .scholarship .table01 th.blue {
    width: 100%;
  }
  .scholarship .admission_table tr th.blue {
    width: 100px;
  }
  .scholarship .admission_table.table_sp tr th.blue {
    width: 100%;
  }
  .qa_dl dt {
    font-size: 15px;
  }
  .qa_dl dt p {
    width: calc(100% - 35px);
    font-size: 15px;
  }
  .qa_dl .qa_icon {
    line-height: 20px;
    height: 20px;
    width: 20px;
    font-size: 15px;
  }
  .qa_dl dd {
    margin-bottom: 22px;
  }
  .qa_dl dd .qa_icon {
    background: #fff;
    color: #25a5ec;
    margin-top: 5px;
  }
  .qa_dl dd:last-of-type {
    margin-bottom: 0px;
  }
  .free {
    margin: 20px 0 45px;
    padding: 15px;
    border: #dcdcdc 3px solid;
  }
  /*----------------sp end---------------*/
}
/*# sourceMappingURL=scholarship.css.map */