@charset "UTF-8";
@media print, all and (min-width: 751px) {
  .is-hidden_pc {
    display: none;
  }
}
@media print, all and (max-width: 750px) {
  .is-hidden_sp {
    display: none;
  }
}
#education-undergraduate {
  margin-bottom: 85px;
}
#education-undergraduate .listmark-type01.col {
  display: flex;
  flex-direction: column;
  /* 縦方向に並べる */
  flex-wrap: wrap;
  /* 折り返しを有効にする */
  height: 155px;
  /* 折り返しを起こすため高さを固定 */
  width: 850px;
}
#education-undergraduate .listmark-type01 li {
  height: 31px;
  /* 各アイテムの高さを固定 */
  width: 50%;
  /* 幅は固定 */
}

#education-graduate {
  margin-bottom: 120px;
}

@media all and (min-width: 751px) {
  body.education #title {
    background-image: url(../images/education/title-bg.jpg);
  }
  /* INDEX */
}
@media only screen and (max-width: 750px) {
  body.education #title {
    background-image: url(../images/education/title-bg.jpg);
  }
  /* INDEX */
  #education-undergraduate {
    margin-bottom: 60px;
  }
  #education-undergraduate .listmark-type01.col {
    width: auto;
    height: auto;
    flex-direction: column;
  }
  #education-undergraduate .listmark-type01 li {
    height: auto;
    width: 100%;
  }
  #education-graduate {
    margin-bottom: 120px;
  }
}
