@charset "UTF-8";

.title {
  background: url(/edu/grad/master/student/img/title_bg.png) no-repeat center center;
  background-size: cover;
}

.inner01 {
  background-color: #fff;
  background-image: url(/edu/grad/master/student/img/current01.png);
  background-position: right center;
  background-repeat: no-repeat;
  width: 100%;
}

.inner02 {
  background-color: #fff;
  background-image: url(/edu/grad/master/student/img/current02.png);
  background-position: right center;
  background-repeat: no-repeat;
  width: 100%;
}

.inner03 {
  background-color: #fff;
  background-image: url(/edu/grad/master/student/img/current03.png);
  background-position: right center;
  background-repeat: no-repeat;
  width: 100%;
}

.inner04 {
  background-color: #fff;
  background-image: url(/edu/grad/master/student/img/current04.png);
  background-position: right center;
  background-repeat: no-repeat;
  width: 100%;
}

.inner05 {
  background-color: #fff;
  background-image: url(/edu/grad/master/student/img/current05.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;
}

.title_00 {
  text-align: center;
  border-bottom: 2px solid #9BB97C;
  padding-bottom: 20px;
  font-size: 2.4rem;
  font-weight: bold;
  width: 100%;
}

.txt_00 {
  padding-top: 20px;
}

.txt_00 li {
  display: flex;
  align-items: center;
  height: 30px;
  margin: 20px auto;
}

.txt_00 a {
  text-decoration: underline;
}


.txt_00 a:hover {
  text-decoration: none;
}

.txt_00 li::before {
  content: url(/edu/grad/master/common/img/next_green.png);
  padding-right: 30px;
  padding-top: 5px;
}


@media screen and (max-width: 767px) {

  .inner01, .inner02, .inner03, .inner04, .inner05 {
    background-position: right -200px center;
  }

}