
/* ------------------------------------------------
 */
.entries.-course > * {
  border: 1px solid #EEE;
  background: #FFF;
}
.entries.-course .-title {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .entries.-course > * {
    margin-bottom: 20px;
  }
  .entries.-course .-cnt {
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .entries.-course > * {
    margin-bottom: 10px;
  }
  .entries.-course .-cnt {
    padding: 10px;
  }
}

/* ------------------------------------------------
 */
.course-parent-catch {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 40px;
}
.course-parent-img {
  margin-top: 50px;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .course-parent-img img {
    min-height: 83px;
    object-fit: cover;
  }
}

/* ------------------------------------------------
 */
.other-course h2 {
  text-align: center;
}
.course-list-c {
  background: #F6F6F6;
}
.course-list-c li {
  background: #FFF;
}
.course-list-c .figcnt {
  display: flex;
  align-content: center;
}
.course-list-c .-fig {
  flex: 0 0 60px;
}
.course-list-c .-fig img {
  width: 60px;
  height: 60px;
  object-fit: cover;
}
.course-list-c .-cnt {
  height: 60px;
  flex-grow: 1;
}
@media screen and (min-width: 768px) {
  .other-course h2 {
    font-size: 24px;
  }
  .course-list-c {
    padding: 20px 20px 5px;
  }
  .course-list-c li {
    margin-bottom: 15px;
  }
  .course-list-c .-cnt {
    font-size: 14px;
    padding: 10px 10px;
  }
}
@media screen and (max-width: 767px) {
  .other-course h2 {
    font-size: 18px;
  }
  .course-list-c {
    padding: 10px 10px 0px;
  }
  .course-list-c li {
    margin-bottom: 10px;
  }
  .course-list-c .-cnt {
    font-size: 12px;
    padding: 10px;
  }
}

