@charset "utf-8";
@import url("course.css");


/* color
============================================================ */
#elementary .com-article__ttl {
  border-top-color: #f3a621;
}
#elementary .com-ttl-02:before {
  border-top-color: #f3a621;
}
#elementary .com-ttl-03 {
  color: #f3a621;
}
#elementary .com-text-bg-color {
  background: rgba(243, 166, 33, .1);
}
#elementary .com-dl-01 > dt {
  background: #f3a621;
}
#elementary .com-dl-02 > dt {
  color: #f3a621;
}
#elementary .com-dl-02 > dd + dt {
  border-top-color: #f3a621;
}
#elementary .com-box-01 {
  border-color: #f3a621;
  background: rgba(243, 166, 33, .05);
}
#elementary .com-box-01 ul > li:before {
  color: #f3a621;
}
#elementary .com-table-01 thead th {
  background: #f3a621;
}
#elementary .com-article-header-inner {
  background-image: url(../img/elementary/img-header.jpg);
}
#elementary .course-nav {
  background-image: linear-gradient(to right, #f6b525 0%,#ef8d19 100%);
}
