html {
  scroll-behavior: smooth;
}

.gokaku_section {
  margin-top: 90px;
  width: 960px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .gokaku_section {
    width: 100%;
    margin-top: 50px;
  }
}
.gokaku_section .course_coursetable_read {
  margin-top: 0;
}
.gokaku_section .course_coursetable_read .section_detail {
  width: 960px;
}
@media screen and (max-width: 767px) {
  .gokaku_section .course_coursetable_read .section_detail {
    width: 100%;
  }
}
.gokaku_section .course_coursetable_read .section_detail .section_menu_list ul {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .gokaku_section .course_coursetable_read .section_detail .section_menu_list ul {
    gap: 8px;
  }
}
.gokaku_section .course_coursetable_read .section_detail li {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .gokaku_section .course_coursetable_read .section_detail li {
    width: calc(50% - 4px);
  }
}
.gokaku_section th {
  padding: 8px;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .gokaku_section th {
    padding: 4px;
  }
}
@media screen and (max-width: 767px) {
  .gokaku_section th:nth-child(1) {
    width: 20% !important;
  }
}
.gokaku_section .link_anothordom {
  position: relative;
  display: inline-block;
  padding-right: 30px;
  font-weight: bold;
}
.gokaku_section .link_anothordom::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 10px);
  right: 0px;
  width: 20px;
  height: 20px;
  background: url(/assets/images/common/arrow_sq_next_bk.svg) no-repeat 100% 50%;
  background-size: 20px 20px;
}
@media screen and (max-width: 767px) {
  .gokaku_section .link_anothordom::after {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 8px);
    right: 0px;
    width: 16px;
    height: 16px;
    background: url(/assets/images/common/arrow_sq_next_bk.svg) no-repeat 50% 50%;
    background-size: 16px 16px;
  }
}

.section_contens {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 50px;
}
.section_contens .ondemand_table {
  overflow-x: visible;
}
.section_contens .ondemand_table:not(:last-child) {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .section_contens .ondemand_table:not(:last-child) {
    margin-bottom: 30px;
  }
}
.section_contens .ondemand_table_data {
  margin-top: 0;
  margin-bottom: 0;
  table-layout: fixed;
}
@media screen and (max-width: 767px) {
  .section_contens .ondemand_table_data {
    width: 100% !important;
    table-layout: fixed;
  }
}
@media screen and (max-width: 767px) {
  .section_contens .ondemand_table_data th:not(:first-child) {
    width: auto !important;
  }
}
@media screen and (max-width: 767px) {
  .section_contens .ondemand_table_data th {
    font-size: 1rem;
    white-space: normal;
  }
}
@media screen and (max-width: 767px) {
  .section_contens .ondemand_table_data tr td {
    font-size: 1rem;
  }
}

.section_k-setsubiLink {
  padding-top: 150px;
}
@media screen and (max-width: 767px) {
  .section_k-setsubiLink ul {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 4px;
  }
}
.section_k-setsubiLink li.clm2 {
  width: 33%;
}
@media screen and (max-width: 767px) {
  .section_k-setsubiLink li.clm2 {
    width: calc(50% - 4px);
  }
}
.section_k-setsubiLink li.clm2 a {
  min-height: 5.2em;
}
@media screen and (max-width: 767px) {
  .section_k-setsubiLink {
    padding-top: 50px;
  }
}

.course_courselist_section {
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .course_courselist_section {
    padding-bottom: 50px;
  }
}

.ondemand_table_data th:nth-child(1) {
  width: 11.4%;
}