.courseContents01 .note01 {
  margin-top: 8px;
}

.contentflex .pic01 {
  width: 49%;
}

@media screen and (max-width: 767px) {
  .contentflex .pic01 {
    width: 100%;
  }
}

.contentflex .text01 {
  width: 49%;
}

@media screen and (max-width: 767px) {
  .contentflex .text01 {
    width: 100%;
  }
}

.noteArea01 {
  padding-top: 40px;
}

@media screen and (max-width: 767px) {
  .noteArea01 {
    padding-top: 20px;
  }
}

.noteArea01 h4 {
  color: #113a78;
  font-size: 18px;
  font-weight: bold;
  padding: 16px 0;
  border-bottom: 1px solid #113a78;
}

.noteArea01 ul {
  margin-top: 16px;
}

.noteArea01 li {
  text-indent: -1em;
  padding-left: 1em;
}
