@charset "UTF-8";

.title {
  background: url(/edu/grad/master/entrance/teacher_info/img/title_bg.png) no-repeat center center;
  background-size: cover;
}

.report-list li {
margin: 30px 0;
}

.report-list a {
display: flex;
align-items: center;
}

.report-list a::before {
  content: url(/edu/grad/master/entrance/common/img/next_green.png);
  padding: 4px 35px 0 0;
}

/*
======================================*/
.green_bg_inner {
    background: linear-gradient(90deg, rgba(49, 112, 90, 1) 0%, rgba(155, 185, 124, 1) 100%);
}
/*
======================================*/
.contents-box {
    padding: 50px 0 0;
    height: 440px;
  }

  .title_large {
    font-size: 3rem;
    font-weight: bold;
  }

.contents-box_inner {
    width: 80%;
    margin: 0 auto;
    transform: translateY(-340px);
    line-height: 1.8;
    margin-bottom: -200px;
    max-width: 1000px;
}
.contents-box_inner h2 {
    border-left: 10px solid #36735B;
    padding-left: 20px;
    font-size: 2rem;
    margin-bottom: 50px;
}
.title_large {
  font-size: 3rem;
  font-weight: bold;
}

.contents-box_inner p {
  margin-bottom: 50px;
}

.paragraph {
  margin-bottom: 60px;
}

.contact-txt {
  margin-left: 20px;
  width: 70%;
  border-top: 1px solid #707070;
  padding-top: 20px;
  color: #36735B;
  font-weight: 600;
  margin-top: -30px;
}

/*
======================================*/
@media screen and (max-width: 767px) {
 .green_bg_inner {
        background: linear-gradient(90deg, rgba(49, 112, 90, 1) 0%, rgba(155, 185, 124, 1) 100%);
        width: 95%;
        height: auto;
        margin-bottom: 50px;
      }
    
      .white_box {
        background: #fff;
        padding: 40px 5%;
        box-sizing: border-box;
      }
    
      .green_bg {
        width: 100%;
      }
.contents-box_inner {
    width: 95%;
    margin: 0 0 0 5%;
    transform: translateY(-390px);
    margin-bottom: -300px;
  }
.btnflex {
    display: flex;
    flex-wrap: wrap;
    width: auto;
    margin: 0 0 20px auto;
}
.linkbtn.pink a {
    margin: 15px 0;
}
}