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


/* color
============================================================ */
#individual .com-article__ttl {
  border-top-color: #1bae91;
}
#individual .com-ttl-02:before {
  border-top-color: #1bae91;
}
#individual .com-ttl-03 {
  color: #1bae91;
}
#individual .com-text-bg-color {
  background: rgba(27, 174, 145, .1);
}
#individual .com-dl-01 > dt {
  background: #1bae91;
}
#individual .com-dl-02 > dt {
  color: #1bae91;
}
#individual .com-dl-02 > dd + dt {
  border-top-color: #1bae91;
}
#individual .com-box-01 {
  border-color: #1bae91;
  background: rgba(27, 174, 145, .05);
}
#individual .com-box-01 ul > li:before {
  color: #1bae91;
}
#individual .com-table-01 thead th {
  background: #1bae91;
}
#individual .com-article-header-inner {
  background-image: url(../img/individual/img-header.jpg);
}
#individual .breadcrumbs-list {
  border-top: 1px solid #e1e7ed;
}
#individual .course-nav {
  background-image: linear-gradient(to right, #20c2b1 0%,#18a47f 100%);
}
