@charset "UTF-8";
/* ===========================================
入試日程
=========================================== */
/* ------------------------
*  tab
*/
.tab {
  max-width: calc(1100px + 10%);
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 768px) {
  .tab {
    padding: 30px 5% 0;
  }
}
.tab-list {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .tab-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .tab-list {
    padding: 0 10%;
  }
}
.tab-menu {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  border: 3px solid #0074bd;
  background: url(../images/common/common_back_stripe.png);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media print, screen and (min-width: 768px) {
  .tab-menu {
    height: 115px;
    margin-top: -30px;
    padding: 30px 0 40px;
    border-radius: 20px 20px 0 0;
    border-bottom: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .tab-menu {
    width: 32.6666666667%;
  }
}
@media print, screen and (min-width: 1025px) {
  .tab-menu {
    width: 32.6666666667%;
  }
}
@media screen and (max-width: 767px) {
  .tab-menu {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 80px;
    border-radius: 20px;
  }
  .tab-menu:nth-of-type(n + 2) {
    margin-top: 10px;
  }
}
.tab-menu::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 20px 20px 0 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  .tab-menu::before {
    border-radius: 20px;
  }
}
.tab-menu::after {
  position: relative;
  z-index: 2;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  content: "";
  z-index: 10;
  border-color: #009edb transparent transparent transparent;
}
@media screen and (max-width: 767px) {
  .tab-menu::after {
    position: absolute;
    left: 50%;
    bottom: 10px;
  }
}
.tab-menu--btn {
  position: relative;
  display: block;
  text-align: center;
  text-decoration: none;
  color: #4d4d4d;
  z-index: 3;
  font-family: fot-tsukubrdgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media print, screen and (min-width: 768px) {
  .tab-menu--btn {
    line-height: 1.3;
    font-size: 1.8rem;
    pointer-events: none;
  }
}
@media screen and (max-width: 767px) {
  .tab-menu--btn {
    height: 100%;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .tab-menu:hover {
    margin-top: -30px;
  }
}
@media print, screen and (min-width: 1025px) {
  .tab-menu:hover {
    margin-top: -40px;
    padding-bottom: 30px;
  }
}
.tab-menu.current::before, .tab-menu:hover::before {
  background-color: rgba(255, 255, 255, 0);
}
.tab-menu.current::after, .tab-menu:hover::after {
  border-top-color: #fff;
}
.tab-menu.current .tab-menu--btn, .tab-menu:hover .tab-menu--btn {
  color: #fff;
}
@media print, screen and (min-width: 768px) {
  .tab-menu.current {
    margin-top: -40px;
    padding-bottom: 30px;
  }
}

.content-group {
  position: relative;
  background-color: #fff;
}
@media print, screen and (min-width: 768px) {
  .content-group {
    margin-top: -30px;
    border: 3px solid #0074bd;
    border-top: 0;
    border-radius: 0 0 20px 20px;
  }
}
@media screen and (max-width: 767px) {
  .content-group {
    margin-top: 50px;
    padding: 40px 5% 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .content-group {
    padding: 90px 30px 50px;
  }
}
@media print, screen and (min-width: 1025px) {
  .content-group {
    padding: 110px 50px 60px;
  }
}
.content-box {
  display: none;
}

.schedule_anchor_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  gap: 2em;
  margin-bottom: 80px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .schedule_anchor_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1em;
  }
}
@media screen and (max-width: 767px) {
  .schedule_anchor_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1em;
    margin-bottom: 40px;
  }
}
.schedule_anchor_list li {
  position: relative;
}
.schedule_anchor_list li a {
  position: relative;
  display: block;
  text-align: center;
  padding-bottom: 1em;
  color: #4d4d4d;
  text-decoration: none;
  font-size: 1.2em;
  font-family: fot-tsukubrdgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.schedule_anchor_list li a:hover {
  color: #009edb;
  text-decoration: underline;
}
.schedule_anchor_list li a:after {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 2;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  content: "";
  z-index: 10;
  border-color: #009edb transparent transparent transparent;
}

@media screen and (max-width: 767px) {
  .com_head_withnav {
    margin-top: 100px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .com_head_withnav {
    margin-top: 100px;
  }
}
@media print, screen and (min-width: 1025px) {
  .com_head_withnav {
    margin-top: 150px;
  }
}

.com_body {
  position: relative;
  display: block;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .com_body {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .com_body {
    margin-top: 40px;
  }
}
@media print, screen and (min-width: 1025px) {
  .com_body {
    margin-top: 60px;
  }
}
.com_body p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1em;
  font-weight: 300;
}
.com_body .caution_text {
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .com_body .caution_text {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .com_body .caution_text {
    margin-top: 40px;
  }
}
@media print, screen and (min-width: 1025px) {
  .com_body .caution_text {
    margin-top: 60px;
  }
}
.com_body .all_download_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 100%;
  margin: 40px auto;
}
@media screen and (max-width: 767px) {
  .com_body .all_download_btn {
    margin: 20px auto;
  }
}
.com_body .all_download_btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1em 2em;
  min-height: 70px;
  background-color: #fff;
  color: #0074bd;
  border: 1px solid #0074bd;
  border-radius: 9999px;
  color: #0074bd;
  text-align: center;
  text-decoration: none;
  font-size: 1.2em;
  font-weight: 600;
}
.com_body .all_download_btn a:hover {
  background-color: #0074bd;
  color: #fff;
}
.com_body .single_download_container {
  display: block;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .com_body .single_download_container {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .com_body .single_download_container {
    margin-top: 40px;
  }
}
@media print, screen and (min-width: 1025px) {
  .com_body .single_download_container {
    margin-top: 60px;
  }
}
.com_body p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1em;
  font-weight: 600;
}
.com_body ul {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  color: #0074bd;
  list-style: disc inside;
  margin: 0 auto;
  margin-top: 1em;
}
.com_body ul li + li {
  margin-top: 1em;
}
.com_body ul li a {
  font-size: 1em;
  font-weight: 600;
  color: #0074bd;
  text-decoration: underline;
}

/* ------------------------
* table
*/
.table_wrap {
  display: block;
  width: 100%;
  overflow-x: auto;
}

.schedule_table {
  width: 100%;
  min-width: 750px;
  border-top: 1px solid #4d4d4d;
  border-left: 1px solid #4d4d4d;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .schedule_table {
    margin-top: 30px;
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .schedule_table {
    font-size: 1.4rem;
    margin-top: 40px;
  }
}
@media print, screen and (min-width: 1025px) {
  .schedule_table {
    margin-top: 60px;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
  }
}
.schedule_table thead th {
  background-color: #0074bd;
  color: #fff;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  vertical-align: middle;
  border-right: solid 1px #fff;
  padding: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .schedule_table thead th {
    padding: 20px 10px;
  }
}
@media screen and (max-width: 767px) {
  .schedule_table thead th {
    padding: 10px 3px;
  }
}
.schedule_table thead th:last-child {
  border-right: solid 1px #4d4d4d;
}
.schedule_table tbody {
  border: solid 1px #4d4d4d;
}
.schedule_table tbody tr th,
.schedule_table tbody tr td {
  vertical-align: middle;
}
.schedule_table tbody tr th {
  background-color: #0074bd;
  color: #fff;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  padding: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .schedule_table tbody tr th {
    padding: 20px 10px;
  }
}
@media screen and (max-width: 767px) {
  .schedule_table tbody tr th {
    padding: 10px 3px;
  }
}
.schedule_table tbody tr td {
  border-top: solid 1px #4d4d4d;
  border-left: solid 1px #4d4d4d;
  line-height: 1.5;
  font-weight: 600;
  padding: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .schedule_table tbody tr td {
    padding: 20px 10px;
  }
}
@media screen and (max-width: 767px) {
  .schedule_table tbody tr td {
    padding: 10px 3px;
  }
}
.schedule_table tbody tr th + td {
  border-left: solid 1px #4d4d4d;
}
.schedule_table tbody .vertical {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  white-space: pre;
  text-align: center;
  line-height: 1.5;
  block-size: 1lh;
}
.schedule_table tbody .vertical.has_br_2 {
  block-size: 2lh;
}
.schedule_table tbody .vertical.has_br_3 {
  block-size: 3lh;
}
.schedule_table tbody .reset_writing_mode {
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
  max-height: -webkit-max-content;
  max-height: -moz-max-content;
  max-height: max-content;
}

.table_bottom_text {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 1em;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.table_bottom_text ul {
  list-style: disc inside;
}

.schedule_table_top_text_blue {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  font-size: 1em;
  line-height: 1.5;
  font-weight: 600;
  margin-top: 3em;
}
.schedule_table_top_text_blue .light_blue_box {
  display: inline-block;
  width: 2em;
  height: 1em;
  background-color: #cce3f2;
  border: solid 1px #0074bd;
  margin: 0 0.15em;
}

.blue_text {
  color: #0074bd;
}

.bg_light_blue {
  background-color: #cce3f2;
}

.schedule-note {
  max-width: 1000px;
  margin: 0 auto;
  background-color: #e4f2d7;
}
@media print, screen and (min-width: 768px) {
  .schedule-note {
    margin-top: 40px;
    padding: 25px 30px;
  }
}
@media screen and (max-width: 767px) {
  .schedule-note {
    margin-top: 20px;
    padding: 15px 20px;
  }
}
.schedule-note dt {
  font-weight: 700;
}
.schedule-note-list li {
  padding-left: 1em;
  text-indent: -1em;
}

h2:before {
  content: "";
  display: block;
  height: 100px;
  /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -100px;
  /* heightと同じ分のネガティブマージン */
  visibility: hidden;
}

.com_head--ja {
  text-align: center;
  line-height: 1.5;
}

.guide_download_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 100%;
  margin: 50px auto 0;
}
@media screen and (max-width: 767px) {
  .guide_download_btn {
    margin: 30px auto 0;
  }
}
.guide_download_btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1em 4em;
  min-height: 70px;
  background-color: #fff;
  color: #0074bd;
  border: 1px solid #0074bd;
  border-radius: 9999px;
  color: #0074bd;
  text-align: center;
  text-decoration: none;
  font-size: 1.2em;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .guide_download_btn a {
    font-size: 1em;
    padding: 0.5em 3em;
    min-height: 50px;
  }
}
.guide_download_btn a:hover {
  background-color: #0074bd;
  color: #fff;
}

.yokochu {
  text-combine-upright: all;
  margin-top: 3px;
  font-size: 90%;
}

.all_download_btn2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 100%;
  margin: 40px auto 0;
}
@media screen and (max-width: 767px) {
  .all_download_btn2 {
    margin: 20px auto 0;
  }
}
.all_download_btn2 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1em 2em;
  min-height: 70px;
  background-color: #fff;
  color: #0074bd;
  border: 1px solid #0074bd;
  border-radius: 9999px;
  color: #0074bd;
  text-align: center;
  text-decoration: none;
  font-size: 1.2em;
  font-weight: 600;
}
.all_download_btn2 a:hover {
  background-color: #0074bd;
  color: #fff;
}/*# sourceMappingURL=schedule@2025.css.map */