@charset "UTF-8";


.title {
    background: url(/edu/grad/master/graduate/img/title_bg.png) no-repeat center center;
    background-size: cover;
  }

  .inner00 h2 {
    font-weight: bold;
  }

  .card_large {
    background: inherit;
    height: 348px;
    min-height: inherit;
    box-sizing: border-box;
  }
  
  .inner01 {
    background-color: #fff;
    background-image: url(/edu/grad/master/graduate/img/graduate01.png);
    background-position: right center;
    background-repeat: no-repeat;
    width: 100%;
  }
  
  .inner02 {
    background-color: #fff;
    background-image: url(/edu/grad/master/graduate/img/graduate02.png);
    background-position: right center;
    background-repeat: no-repeat;
    width: 100%;
  }
  
  .inner03 {
    background-color: #fff;
    background-image: url(/edu/grad/master/graduate/img/graduate03.png);
    background-position: right center;
    background-repeat: no-repeat;
    width: 100%;
  }
  
  .inner04 {
    background-color: #fff;
    background-image: url(/edu/grad/master/graduate/img/graduate04.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;
  }

.inner00 p {
  font-weight: normal;
  max-width: 370px;
  width: 100%;
  margin: 35px 0 0;
}

@media screen and (max-width: 767px) {

    .inner01, .inner02, .inner03, .inner04 {
        background-position: right -200px center;
      }
   
}