@charset "UTF-8";

.title{
    background: url(/edu/grad/master/entrance/img/title_bg.png) no-repeat center center;
    background-size: cover;
  }

  .inner01 {
    background-color: #fff;
    background-image: url(/edu/grad/master/entrance/img/entrance01.png);
    background-position: right center;
    background-repeat: no-repeat;
    width: 100%;
  }
  
  .inner02 {
    background-color: #fff;
    background-image: url(/edu/grad/master/entrance/img/entrance02.png);
    background-position: right center;
    background-repeat: no-repeat;
    width: 100%;
  }
  
  .inner03 {
    background-color: #fff;
    background-image: url(/edu/grad/master/entrance/img/entrance03.png);
    background-position: right center;
    background-repeat: no-repeat;
    width: 100%;
  } 

  .inner04 {
    background-color: #fff;
    background-image: url(/edu/grad/master/entrance/img/entrance04.png);
    background-position: right center;
    background-repeat: no-repeat;
    width: 100%;
  }

@media screen and (max-width: 767px) {

    .inner01, .inner02, .inner03 {
        background-position: right -200px center;
      }
   
}