/*===============================================
 COMMON
===============================================*/
.cBd01 {
  border-color: #5FC0C8 !important;
}

.cBg01 {
  background: #5FC0C8;
}

.cTxt01 {
  color: #5FC0C8;
}

.gBg01 {
  background: linear-gradient(to right, #5FC0C8 0%, #00939C 100%);
}

.gBg02 {
  background: linear-gradient(to right, #00939C 0%, #5FC0C8 100%);
}

/*===============================================
 HEADER
===============================================*/
.bg_main01 {
  background: url(../images/main01.jpg) no-repeat center center;
  background-size: cover;
}

.bg_main02 {
  background: url(../physics/images/index/main01.jpg) no-repeat center center;
  background-size: cover;
}

.bg_main03 {
  background: url(../physics/images/curriculum/main01.jpg) no-repeat center center;
  background-size: cover;
}

.bg_main04 {
  background: url(../physics/images/teacher/main01.jpg) no-repeat top center;
  background-size: cover;
}

.bg_main05 {
  background: url(../environment_and_energyengineering/images/index/main01.jpg) no-repeat center center;
  background-size: cover;
}

.bg_main06 {
  background: url(../environment_and_energyengineering/images/curriculum/main01.jpg) no-repeat center center;
  background-size: cover;
}

.bg_main07 {
  background: url(../environment_and_energyengineering/images/teacher/main01.jpg) no-repeat top center;
  background-size: cover;
}

.bg_main08 {
  background: url(../biology/images/index/main01.jpg) no-repeat center center;
  background-size: cover;
}

.bg_main09 {
  background: url(../biology/images/curriculum/main01.jpg) no-repeat center center;
  background-size: cover;
}

.bg_main10 {
  background: url(../biology/images/teacher/main01.jpg) no-repeat top center;
  background-size: cover;
}

.bg_main11 {
  background: url(../chemistry/images/index/main01.jpg) no-repeat center center;
  background-size: cover;
}

.bg_main12 {
  background: url(../chemistry/images/curriculum/main01.jpg) no-repeat center center;
  background-size: cover;
}

.bg_main13 {
  background: url(../chemistry/images/teacher/main01.jpg) no-repeat top center;
  background-size: cover;
}

/*===============================================
 CONTENTS
===============================================*/
.stA {
  padding: 10px;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

.stB {
  border: none;
  padding: 10px !important;
}

.stC {
  position: relative;
}
.stC .banner {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 140px;
}

.stD {
  padding: 15px;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

.st01_08 .batten::before,
.st01_08 .batten::after {
  background: #5FC0C8;
}

.st02_01 section:before {
  border-top: 40px solid #5FC0C8;
}

.st03_01 .box .boxL .arrow:before, .st03_01 .box .boxL .arrow:after {
  background: #5FC0C8;
}

/*===============================================
 responsive width-1200
===============================================*/
/*===============================================
 responsive width-812
===============================================*/
@media only screen and (max-width: 812px) {
  .st02_01 section:before {
    border-top: 20px solid #5FC0C8;
  }
  .stA {
    font-size: 20px;
    font-size: 2rem;
  }
  .stC .banner {
    right: 30px;
    width: 100px;
  }
  .stD {
    padding: 10px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .stE {
    padding: 0 20px !important;
  }
}
/*===============================================
 responsive width-480
===============================================*/
@media only screen and (max-width: 480px) {
  .bg_main01 {
    background: url(../images/main01_sp.jpg) no-repeat center center;
    background-size: cover;
  }
  .bg_main02 {
    background: url(../physics/images/index/main01_sp.jpg) no-repeat center center;
    background-size: cover;
  }
  .bg_main03 {
    background: url(../physics/images/curriculum/main01_sp.jpg) no-repeat center center;
    background-size: cover;
  }
  .bg_main04 {
    background: url(../physics/images/teacher/main01_sp.jpg) no-repeat top center;
    background-size: cover;
  }
  .bg_main05 {
    background: url(../environment_and_energyengineering/images/index/main01_sp.jpg) no-repeat center center;
    background-size: cover;
  }
  .bg_main06 {
    background: url(../environment_and_energyengineering/images/curriculum/main01_sp.jpg) no-repeat center center;
    background-size: cover;
  }
  .bg_main07 {
    background: url(../environment_and_energyengineering/images/teacher/main01_sp.jpg) no-repeat top center;
    background-size: cover;
  }
  .bg_main08 {
    background: url(../biology/images/index/main01_sp.jpg) no-repeat center center;
    background-size: cover;
  }
  .bg_main09 {
    background: url(../biology/images/curriculum/main01_sp.jpg) no-repeat center center;
    background-size: cover;
  }
  .bg_main10 {
    background: url(../biology/images/teacher/main01_sp.jpg) no-repeat top center;
    background-size: cover;
  }
  .bg_main11 {
    background: url(../chemistry/images/index/main01_sp.jpg) no-repeat center center;
    background-size: cover;
  }
  .bg_main12 {
    background: url(../chemistry/images/curriculum/main01_sp.jpg) no-repeat center center;
    background-size: cover;
  }
  .bg_main13 {
    background: url(../chemistry/images/teacher/main01_sp.jpg) no-repeat top center;
    background-size: cover;
  }
  .stA {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .stC .banner {
    right: 20px;
    top: -340px;
    width: 70px;
  }
  .stD {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .stF {
    padding: 15px;
  }
}/*# sourceMappingURL=page.css.map */