/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
  courseページ用CSS
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
.outline {
  margin-bottom: 5rem;
}
.objective {
  margin-bottom: 7rem;
}
.curriculum {
  margin-bottom: 8rem;
}
.curriculum__inner {
  border-bottom: 1.5px solid #5b5b5b;
  padding-bottom: 1.8rem;
  margin-bottom: 3.5rem;
}
.table--pattern-A {
  margin-top: 1rem;
}

.objective ul {
  padding: 0 0 0 15px;
  margin: 0 0 22px;
  font-family: 'Sawarabi Gothic';
}
.objective li {
  position: relative;
  font-weight: 300;
}
.objective li:before {
  margin: 0 0 22px;
  content: "";
  display: block;
  position: absolute;
  left: -15px;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: #5b5b5b;
  top: 10px;
}
.objective h4 {
  font-size: 1rem;
  font-family: 'Sawarabi Gothic';
  margin-bottom: 1rem;
}

@media screen and (max-width: 1069px) {
  .objective h4 {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .main__contents {
    /* margin: 5.5rem auto 2.5rem; */
    margin: 6.8rem auto 2.5rem;
  }
  .outline {
    margin-bottom: 3rem;
  }
  .objective {
    margin-bottom: 4rem;
  }
  .curriculum {
    margin-bottom: 0;
  }
  .curriculum__inner {
    padding-bottom: 1.4rem;
    margin-bottom: 2.5rem;
  }
  .table--pattern-A th:nth-child(2) {
    width: 25%;
  }
  .objective ul {
    font-size: 14px;
  }
  .objective li:before {
    top: 16%;
  }

}
@media screen and (max-width:767px) {
  /* 講座案内のページのみ切り替え値を767pxに変更 */
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
