@charset "UTF-8";

.title {
  background: url(/edu/grad/master/information/img/title_bg.png) no-repeat center center;
  background-size: cover;
}

.inner01 {
  background-color: #fff;
  background-image: url(/edu/grad/master/information/img/information01.png);
  background-position: right center;
  background-repeat: no-repeat;
  width: 100%;
}

.inner02 {
  background-color: #fff;
  background-image: url(/edu/grad/master/information/img/information02.png);
  background-position: right center;
  background-repeat: no-repeat;
  width: 100%;
}

.inner03 {
  background-color: #fff;
  background-image: url(/edu/grad/master/information/img/information03.png);
  background-position: right center;
  background-repeat: no-repeat;
  width: 100%;
}

.inner04 {
  background-color: #fff;
  background-image: url(/edu/grad/master/information/img/information04.png);
  background-position: right center;
  background-repeat: no-repeat;
  width: 100%;
}

.inner05 {
  background-color: #fff;
  background-image: url(/edu/grad/master/information/img/information05.png);
  background-position: right center;
  background-repeat: no-repeat;
  width: 100%;
}

.inner00 {
  color: #000;
  display: flex;
  font-weight: bold;
  flex-direction: column;
  width: 85%;
  margin: 50px auto;
}

@media screen and (max-width: 767px) {

  .inner01, .inner02, .inner03, .inner04, .inner05 {
    background-position: right -200px center;
  }

}