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

.cBg01 {
  background: #00AB84;
}

.cTxt01 {
  color: #00AB84;
}

.gBg01 {
  background: linear-gradient(to right, #00AB84 0%, #006D53 100%);
}

.gBg02 {
  background: linear-gradient(to right, #006D53 0%, #00AB84 100%);
}

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

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

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

.bg_main04 {
  background: url(/faculty/economics/images/main02.jpg) no-repeat center center;
  background-size: cover;
}

.bg_main05 {
  background: url(/faculty/economics/images/main03.jpg) no-repeat center center;
  background-size: cover;
}

.bg_main06 {
  background: url(/faculty/economics/images/main04.jpg) no-repeat center center;
  background-size: cover;
}

/*===============================================
 CONTENTS
===============================================*/
.list_btn04 ul li .btn .ico div.off {
  border-left: 8px solid #00AB84;
}

.list_btn05 .btn .ico .off div {
  border-top: 10px solid #00AB84;
}

.area_pickup01 a:hover {
  color: #00AB84;
}

.st01_08 .batten::before,
.st01_08 .batten::after {
  background: #00A79B;
}

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

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

/*===============================================
 responsive width-1200
===============================================*/
/*===============================================
 responsive width-812
===============================================*/
@media only screen and (max-width: 812px) {
  .list_btn04 ul li .btn .ico div.off {
    border-left: 7px solid #00A79B;
  }
  .list_btn05 .btn .ico .off div {
    border-top: 7px solid #00A79B;
  }
  .st02_01 section:before {
    border-top: 20px solid #00A79B;
  }
}
/*===============================================
 responsive width-480
===============================================*/
@media only screen and (max-width: 480px) {
  .bg_main01 {
    background: url(/faculty/economics/images/main01_sp.jpg) no-repeat center center;
    background-size: cover;
  }
  .bg_main02 {
    background: url(/faculty/economics/eco/images/curriculum/main01_sp.jpg) no-repeat center center;
    background-size: cover;
  }
  .bg_main03 {
    background: url(/faculty/economics/eco/images/teacher/main01_sp.jpg) no-repeat top center;
    background-size: cover;
  }
  .bg_main04 {
    background: url(/faculty/economics/images/main02_sp.jpg) no-repeat center center;
    background-size: cover;
  }
  .bg_main05 {
    background: url(/faculty/economics/images/main03_sp.jpg) no-repeat center center;
    background-size: cover;
  }
  .bg_main06 {
    background: url(/faculty/economics/images/main04_sp.jpg) no-repeat center center;
    background-size: cover;
  }
  .list_btn04 ul li .btn .ico div.off {
    border-left: 6px solid #00A79B;
  }
  .list_btn05 .btn .ico .off div {
    border-top: 6px solid #00A79B;
  }
}/*# sourceMappingURL=page.css.map */