.overviewArea01 {
  padding-top: 60px;
}
@media screen and (max-width: 767px) {
  .overviewArea01 {
    padding-top: 50px;
  }
}
.overviewArea01 h3 {
  color: #113a78;
  font-size: 24px;
  font-weight: bold;
  max-width: 650px;
  width: 100%;
  margin: auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .overviewArea01 h3 {
    font-size: 20px;
  }
}
.overviewArea01 h3:before {
  content: "";
  width: 100%;
  height: 1px;
  margin: auto;
  background: #113a78;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
.overviewArea01 h3 span {
  background: #fff;
  padding: 0 24px;
  position: relative;
}
.overviewArea01 table {
  margin-top: 32px;
}
@media scree and (max-width: 767px) {
  .overviewArea01 table {
    margin-top: 24px;
  }
}
.overviewArea01 table tr:last-child {
  background: #fff;
  border-top: 1px solid #ddd;
}
.overviewArea01 table th {
  line-height: 1.4;
  width: 20%;
  background: #f3f3f3;
  border: none;
}
@media screen and (max-width: 500px) {
  .overviewArea01 table th {
    width: 25%;
  }
}
.overviewArea01 table td {
  width: 80%;
  text-align: left;
  padding: 15px 0 15px 30px;
}
@media screen and (max-width: 767px) {
  .overviewArea01 table td {
    padding: 15px;
  }
}
@media screen and (max-width: 500px) {
  .overviewArea01 table td {
    width: 75%;
  }
}
@media screen and (max-width: 400px) {
  .overviewArea01 table td {
    padding: 15px 10px;
  }
}

.courseContents01 .note02 {
  padding: 16px 0 0;
}
.courseContents01 .exampleContent01 {
  margin-top: 20px;
}
.courseContents01 .exampleContent01 h5 {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 8px 10px 6px;
  margin-bottom: 10px;
  background-color: #113a78;
}
.courseContents01 .exampleContent01 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 460px) {
  .courseContents01 .exampleContent01 ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.courseContents01 .exampleContent01 ul li {
  width: 32.5%;
  padding: 0;
  border-bottom: none;
}
@media screen and (max-width: 460px) {
  .courseContents01 .exampleContent01 ul li {
    width: 100%;
  }
}
@media screen and (max-width: 460px) {
  .courseContents01 .exampleContent01 ul li:not(:last-child) {
    margin-bottom: 5px;
  }
}
.courseContents01 .exampleContent01 .modalArea01 {
  padding: 10px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .courseContents01 .exampleContent01 .modalArea01 {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .courseContents01 .exampleContent01 .modalArea01 img {
    max-height: none;
  }
}
.courseContents01 .exampleContent01 .modalArea01 .modalClose:not(.btn01) {
  top: -17px;
  right: -8px;
}
@media screen and (max-width: 767px) {
  .courseContents01 .exampleContent01 .modalArea01 .modalClose:not(.btn01) {
    top: -14px;
    right: -12px;
  }
}

.class01 {
  margin-top: 24px;
  padding: 25px;
  background: #f8f6ed;
}
@media screen and (max-width: 767px) {
  .class01 {
    padding: 15px;
  }
}
.class01 h4 {
  color: #113a78;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .class01 h4 {
    font-size: 18px;
  }
}
.class01 li {
  padding: 8px 0;
  position: relative;
}
.class01 li:not(:last-child) {
  border-bottom: 1px solid #ddd;
}
.class01 li:last-child {
  padding-bottom: 0;
}
.class01 .bottom01 {
  border-bottom: 1px solid #ddd;
}
.class01 .bottom01 .text01 {
  padding-bottom: 8px;
}
.class01 .no01 {
  color: #fff;
  font-weight: bold;
  padding: 0 10px;
  background: #113a78;
  position: absolute;
}
@media screen and (max-width: 550px) {
  .class01 .no01 {
    font-size: 14px;
    padding: 0 8px;
  }
}
.class01 .text01 {
  padding-left: 40px;
}
@media screen and (max-width: 550px) {
  .class01 .text01 {
    padding-left: 30px;
  }
}

.courseInfo02 {
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  .courseInfo02 {
    padding-top: 30px;
  }
}
.courseInfo02 p:not(:first-child) {
  margin-top: 16px;
}