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

.cBg01 {
  background: #9079B6;
}

.cTxt01 {
  color: #9079B6;
}

.gBg01 {
  background: linear-gradient(to right, #9079B6 0%, #5A5692 100%);
}

.gBg02 {
  background: linear-gradient(to right, #5A5692 0%, #9079B6 100%);
}

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

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

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

/*===============================================
 CONTENTS
===============================================*/
.stA {
  border: none;
  padding: 10px !important;
}

.stB:hover {
  color: #9079B6;
  text-decoration: underline;
}

.st01_08 .batten::before,
.st01_08 .batten::after {
  background: #9079B6;
}

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

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

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