@charset "UTF-8";
/* CSS Document */
.technologyIntr{
  margin-left: 19px;
}
.line-2colBox{
  display: flex;
  justify-content: space-between;
}
.line-2colBox .item{
  width: 47.5%;
}
@media screen and (max-width:780px){
  .technologyIntr{
    margin-left:23px;
  }
  .line-2colBox{
    display: block;
  }
  .line-2colBox .item{
  width: 100%;
  }
  .line-2colBox .item:first-child{
    margin-bottom: 30px;
  }
  .admissionPage .questionList.mt55{
    margin-top: 30px;
  }
  .admissionPage .spBlock.mt100{
    margin-top: 50;
  }
  .admissionPage .mt55.spBlock{
    margin-top: 30px;
  }
}