.page-ttl {
  background-image: url(../img/curriculum/bg-page-ttl.png);
}

.schedule {
  width: 700px;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  .schedule {
    width: 100%;
  }
}
.schedule img {
  width: 100%;
}

.taka-point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  padding: 30px 40px;
  width: 900px;
  margin: 0 auto;
  background: linear-gradient(135deg, #ffebe4 0%, #fff6f3 25%, #ffffff 50%, #fff6f3 75%, #ffebe4 100%);
  -webkit-box-shadow: 8px 8px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 8px 8px 0 rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 599px) {
  .taka-point {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 10px;
    padding: 30px;
  }
}
.taka-point__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.taka-point__text h4 {
  color: #dc3700 !important;
  position: relative;
  padding-left: 80px;
  height: 69px;
}
@media screen and (max-width: 599px) {
  .taka-point__text h4 {
    padding-left: 0px;
    height: auto;
    padding-top: 16px;
  }
}
.taka-point__text h4::before {
  content: "";
  display: block;
  width: 56px;
  height: 69px;
  background-image: url(../img/curriculum/ico-point.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0px;
  left: 0px;
}
@media screen and (max-width: 599px) {
  .taka-point__text h4::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -57px;
  }
}
.taka-point__text strong {
  font-size: 14px !important;
  font-weight: 900;
}
.taka-point__img {
  width: 280px;
  display: block;
  padding-top: 10px;
}
@media screen and (max-width: 599px) {
  .taka-point__img {
    padding-top: 0px;
    width: 100%;
    margin: 0 auto;
  }
}
.taka-point__img img {
  width: 100%;
}

.taka-point.--02 .taka-point__text h4 {
  padding-top: 16px;
}

.timetable-wrapper {
  width: 100%;
  overflow-x: auto;
  padding-bottom: 20px;
}
@media screen and (max-width: 599px) {
  .timetable-wrapper {
    overflow-x: scroll;
  }
}
.timetable-wrapper .timetable {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .timetable-wrapper .timetable {
    width: 780px;
  }
}
.timetable-wrapper .timetable th,
.timetable-wrapper .timetable td {
  border: 1px dashed #c8d5e3;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  vertical-align: middle;
}
.timetable-wrapper thead th {
  background: #13348e;
  color: #ffffff;
  border: none;
  border-right: 1px dashed #8ab6e0;
  padding: 7px 0;
  font-size: 18px !important;
}
.timetable-wrapper .time-col {
  background-color: #f3f5fd !important;
  border-top: none !important;
  border-left: none !important;
}
.timetable-wrapper .time {
  font-size: 20px !important;
  line-height: 72px;
  background: #4fa1d9;
  color: #fff;
  font-weight: bold;
  border-right: 1px dashed #fff;
}
@media screen and (max-width: 599px) {
  .timetable-wrapper .time {
    line-height: 60px;
    font-size: 14px !important;
    width: 110px;
  }
}
.timetable-wrapper tbody td {
  background-color: #ffffff;
}
.timetable-wrapper .required {
  font-weight: bold;
  color: #13348e;
  background-color: #ffffec;
}
.timetable-wrapper .required span {
  display: block;
  font-size: 14px;
  color: #1a1a1a;
  font-weight: 400;
  margin-top: -7px;
}
.timetable-wrapper .rest {
  font-weight: 400 !important;
}

#curriculum .course-btn {
  display: none;
}

#curriculum .inc-greeting {
  margin-top: -30px !important;
}

.etc-course {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-bottom: 40px;
}
@media screen and (max-width: 599px) {
  .etc-course {
    grid-template-columns: repeat(1, 1fr);
  }
}
.etc-course__item {
  background-color: #fff;
  border-radius: 10px;
  position: relative;
  -webkit-box-shadow: 2px 2px 8px rgba(0, 53, 146, 0.2);
          box-shadow: 2px 2px 8px rgba(0, 53, 146, 0.2);
  padding: 30px;
}
.etc-course__item__ttl {
  margin-bottom: 20px;
  font-size: 26px;
  font-weight: 900;
}
@media screen and (max-width: 599px) {
  .etc-course__item__ttl {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.etc-course__item__img {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 900;
}
@media screen and (max-width: 599px) {
  .etc-course__item__img {
    margin-bottom: 10px;
  }
}
.etc-course__item__img img {
  width: 100%;
}
.etc-course__item__ttl2nd {
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 900;
}
@media screen and (max-width: 599px) {
  .etc-course__item__ttl2nd {
    font-size: 16px;
    margin-bottom: 10px;
  }
}