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

.cBg01 {
  background: #F18F43;
}

.cTxt01 {
  color: #F18F43;
}

.gBg01 {
  background: linear-gradient(to right, #F18F43 0%, #C34B00 100%);
}

.gBg02 {
  background: linear-gradient(to right, #C34B00 0%, #F18F43 100%);
}

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

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

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

/*===============================================
 CONTENTS
===============================================*/
.st01_08 .batten::before,
.st01_08 .batten::after {
  background: #F18F43;
}

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

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

/*===============================================
 responsive width-1200
===============================================*/
@media only screen and (max-width: 1200px) {
  .st02_01 section:before {
    border-top: 20px solid #F18F43;
  }
}
/*===============================================
 responsive width-812
===============================================*/
/*===============================================
 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(../busi/images/curriculum/main01_sp.jpg) no-repeat center center;
    background-size: cover;
  }
  .bg_main03 {
    background: url(../busi/images/teacher/main01_sp.jpg) no-repeat top center;
    background-size: cover;
  }
}/*# sourceMappingURL=page.css.map */