.section-wrapper {
    padding-top: 200px;
    margin-top: -200px;
}
/*====================================================
////id |  
====================================================*/
.nav-inner {
    padding: 30px 0 0;
}
.nav-items {
    font-size: .85em;
    grid-gap: 10px;
}
.nav-item {
    background: #fff;
    border: solid 1px var(--color_1);
    border-radius: 3em;
    color: var(--color_1);
    padding: .2em 1em;
}

.course_archive-inner {
    padding-top: min(10vw, 80px);
}
.course_archive-inner:not(.course_archive-inner:last-child) {
    padding-bottom: 0;
}
.course_archive-head-wrapper {
    display: flex;
        justify-content: center;
}
.course_archive-head {
    border-bottom: solid 1px var(--d_gray);
    margin-bottom: 1.2em;
    padding-bottom: .4em;
    text-align: center;
}

/* ////////// mobile ////////// */
@media screen and (max-width: 769px) {
    .nav-items {
        font-size: .8em;
    }
    .course_archive-head {
        font-size: 1.2em;
        text-align: center;
        margin-bottom: 1.5em;
    }
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
    .course_archive-head {
        font-size: 1.2em;
        text-align: center;
        margin-bottom: 1.5em;
    }
}

@media (hover: hover) {
    .nav-item:hover {
        background: var(--color_5);
    }
}


/*====================================================
////id |  course_archive
====================================================*/
.course_archive-head {
  color: var(--color_1);
  display: flex;
    align-items: center;
    gap: .5em;
  font-size: min(5vw, 3rem);
}
.course_archive-head .icon {
  width: 2em;
  height: 2em;
}



/*====================================================
////id |  post_title
====================================================*/

.page_title-category {
  justify-content: center;
  margin-top: 15px;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 769.0px) {
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769.1px) {
}

@media (hover: hover) {}

/*====================================================
////id |  article
====================================================*/
.post_title-inner {
  padding: min(10vw, 80px) 0;
}
#post_title .title {
  color: var(--color_2);
}
.content-inner {
  padding-bottom: min(7vw, 70px);
}
/* ////////// mobile ////////// */
@media screen and (max-width: 769.0px) {
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769.1px) {
}

@media (hover: hover) {}

/*====================================================
////id |  entry
====================================================*/
#detail + .entry_blank {
  margin-top: calc(min(10vw, 70px) * -1);
}
#entry {
  z-index: 1000;
  position: sticky;
    bottom: 15px;
}
.entry-inner {
  padding: 0;
}
.entry-link {
  display: flex;
    justify-content: center;
}
.entry_blank {
  background: var(--l_gray);
  height: min(10vw, 70px);
  position: relative;
}
.entry_blank.before::before {
  background: var(--l_gray);
  content: '';
  display: block;
  margin: auto;
  position: absolute;
    top: 0;
    left: 0;
  width: 100%;
  height: calc(min(10vw, 70px) * 2 + 60px);
}
/* ////////// mobile ////////// */
@media screen and (max-width: 769.0px) {
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769.1px) {
}

@media (hover: hover) {}

/*====================================================
////id |  detail
====================================================*/
#detail {
  background: var(--l_gray);
  margin-top: min(5vw, 50px);
}
.detail-table {
  background: #fff;
  padding: min(5vw, 40px);
}
.detail-table table h4 {
  font-size: 1.25em;
}
.detail-table table h3 {
  font-size: 1.2em;
}
.detail-table table td > * + * {
  margin-top: .8em;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 769.0px) {
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769.1px) {
  .schedule-table td.lesson ,
  .schedule-table td.time {
    text-align: center;
  }
}

@media (hover: hover) {}


/*====================================================
////id |  timetable
====================================================*/
.timetable-attention {
  display: flex;
    justify-content: flex-end;
  margin-top: 1em;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 769.0px) {
  .timetable-table {
    font-size: .9em;
    overflow-x: scroll;
    padding-bottom: 10px;
  }
  .timetable-table table {
    white-space: nowrap;
    font-size: 0.7em 0.4em;
  }
  .timetable-table table thead th {
    padding: 1em .4em 1.1em;
  }
  .timetable-table table.first-td-head .cell_cnt-1 {
    position: sticky;
      left: 0;
  }
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769.1px) {
  .timetable-table table thead th {
    padding: 1em .4em 1.1em;
  }
  .timetable-table td {
    padding: .7em 1em .75em;
  }
}

@media (hover: hover) {}


/*====================================================
////id |  other
====================================================*/
/* #article:has(#timetable) + #other .other-inner {
  padding-top: 0;
} */
#other .course_archive-item-link .title {
  font-size: min(4vw, 1.8rem);
}
/* ////////// mobile ////////// */
@media screen and (max-width: 769.0px) {
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769.1px) {
  .other-head {
    font-size: min(5.5vw, 4.6rem);
  }

}

@media (hover: hover) {}
