.information {
  display: flex;
  flex-wrap: wrap;
  gap: 56px;
  padding: 80px 0 40px 0;
  justify-content: center;
}

.information-link {
  display: flex;
  align-items: center;
}

.information-text {
  line-height: 24px;
  letter-spacing: 0.64px;
  margin-right: 24px;
}

.information-titlebox {
  text-align: center;
  margin-bottom: 40px;
}

.information-title {
  color: var(--title-text-light-blue);
  font-size: 40px;
  font-weight: 600;
  line-height: 56px;
  letter-spacing: 1.6px;
}

.information-table-scroll-container {
  width: auto;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 24px;
}

/* ========================================================================== */
/* information-1 (Admission Category) */
/* ========================================================================== */

.information-1 {
  padding: 80px 160px;
}

.information-1-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 0;
  background-color: #fff;
  min-width: 1000px;
}

.information-1-table th,
.information-1-table td {
  border: 1px solid var(--title-text-light-blue);
  line-height: 24px;
  letter-spacing: 0.64px;
  vertical-align: middle;
}

/* 左隣のセル（専攻・コース）の右側に白線を追加 */
.information-1-table thead tr:first-child th:first-child {
  border-right: 1px solid #fff !important;
}

/* 選抜区分の右側にも白線を追加 */
.information-1-table .selection-type {
  border-right: 1px solid #fff !important;
}

/* Main headers unified width */
.information-1-table thead tr:first-child th {
  width: 33.33%;
}

.information-1-table thead th {
  background-color: #009CE2;
  color: #fff;
  line-height: 24px;
  letter-spacing: 0.64px;
  text-align: center;
}

.information-1-table .course-name,
.information-1-table .special-course,
.information-1-table .course-detail {
  text-align: left;
  padding-left: 20px;
}

.information-1-table .status {
  text-align: center;
  padding: 13px 0;
}

.information-1-table .capacity {
  text-align: center;
}

.information-1-table .special-course {
  text-align: center;
  padding: 10px;
  white-space: nowrap;
}

.information-1-annotation {
  list-style: none;
  padding: 0;
  margin: 0;
}

.information-1-annotation li {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.56px;
}

.information-1-selection-detail {
  background-color: #fff !important;
  color: #333 !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 24px !important;
  letter-spacing: 0.64px !important;
}

/* ========================================================================== */
/* information-1-method (Formerly Information 2) */
/* ========================================================================== */

.information-1-method {
  margin-top: 40px;
}

.information-1-method-title {
  color: #009CE2;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 0.96px;
  margin-bottom: 16px;
}

.information-1-method-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 0;
  background-color: #fff;
  min-width: 1000px;
}

.information-1-method-table th,
.information-1-method-table td {
  border: 1px solid #009CE2;
  padding: 15px;
  vertical-align: middle;
}

.information-1-method-table .th-selection {
  border-right: 1px solid #fff !important;
}

.information-1-method-table .th-capacity {
  border-right: 1px solid #fff !important;
}

.information-1-method-table thead th {
  background-color: #009CE2;
  color: #fff;
  font-weight: 500;
  text-align: center;
}

.information-1-method-table .th-selection {
  width: 33.33%;
}

.information-1-method-table .th-capacity {
  width: 33.33%;
}

.information-1-method-table .th-date {
  width: 33.33%;
}

.information-1-method-table .td-content {
  font-size: 14px;
  line-height: 1.6;
}

.information-1-method-table .td-date {
  text-align: center;
}

.information-1-method-note {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.56px;
}

/* ========================================================================== */
/* information-2 (Schedule) - Renamed from 3 */
/* ========================================================================== */

.information-2 {
  padding: 80px 160px;
}

.information-2-box {
  background-color: #F3F9FC;
  border-radius: 20px;
  padding: 40px 80px;
  margin-bottom: 40px;
}

.information-2-box-title {
  color: #009CE2;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 0.96px;
  margin-bottom: 16px;
}

.information-2-list {
  margin: 0;
}

.information-2-item {
  display: flex;
  border-bottom: 1px solid #009CE2;
  padding: 13px 0;
}

.information-2-item dt {
  width: 30%;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.64px;
  padding-left: 24px;
}

.information-2-item dd {
  width: 70%;
  margin: 0;
  line-height: 24px;
  letter-spacing: 0.64px;
}

.information-2-note {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.56px;
  margin-top: -24px;
}

/* ========================================================================== */
/* information-3 (Application Procedure) - Renamed from 4 */
/* ========================================================================== */

.information-3 {
  padding: 80px 160px;
}

.information-3-section {
  margin-bottom: 32px;
}

.information-3-heading {
  color: #009CE2;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 0.96px;
  margin-bottom: 16px;
}

.information-3-content {
  line-height: 32px;
  letter-spacing: 0.64px;
  margin-left: 16px;
}

/* ========================================================================== */
/* information-4 (Past Exam) - Renamed from 5 */
/* ========================================================================== */

.information-4 {
  padding: 80px 160px;
  text-align: center;
}

.information-4-content {
  text-align: left;
  max-width: 800px;
  font-size: 16px;
  margin-left: 16px;
}

.information-4-text {
  line-height: 32px;
  letter-spacing: 0.64px;
  margin-bottom: 40px;
}

/* ========================================================================== */
/* Information Guidelines */
/* ========================================================================== */

.information-guidelines {
  margin: 40px 0 60px;
  border-top: 2px solid #009CE2;
  padding-top: 40px;
}

.information-guidelines-description {
  line-height: 1.8;
  letter-spacing: 0.04em;
  margin-bottom: 32px;
}

.information-guidelines-contact {
  line-height: 1.6;
  margin-bottom: 48px;
}

/* ========================================================================== */
/* @media：TB */
/* ========================================================================== */

@media (max-width: 1023px) {

  .information {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    padding: 40px 0;
    justify-items: center;
  }

  .information-link {
    width: 200px;
    justify-content: space-between;
    align-items: center;
  }

  .information-1,
  .information-2,
  .information-3,
  .information-4 {
    padding: 64px;
  }

  .information-table-scroll-container {
    margin-right: -64px;
  }

  .information-title {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 1.28px;
  }

  /* ==================================================== */
  /* information-1 (Admission Category) */
  /* ==================================================== */

  .information-1-annotation li {
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0.48px;
  }

  .information-1-method-note {
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0.48px;
  }

  /* ==================================================== */
  /* information-2 (Schedule) - Renamed from 3 */
  /* ==================================================== */

  .information-2-box-title {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.72px;
  }

  .information-2-item {
    flex-direction: column;
  }

  .information-2-item dt {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.56px;
    padding-left: 8px;
  }

  .information-2-item dd {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.56px;
    padding-left: 8px;
  }

  .information-2-box {
    padding: 40px 16px;
  }

  .information-2-note {
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0.48px;
    padding: 0 16px;
  }

  /* ==================================================== */
  /* information-4 (Past Exam) - Renamed from 5 */
  /* ==================================================== */

  .information-4-text {
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 0.56px;
    margin-bottom: 24px;
  }

  /* ==================================================== */
  /* Information Guidelines */
  /* ==================================================== */

  .information-guidelines-description {
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 0.56px;
  }

  .information-guidelines-contact {
    margin-bottom: 40px;
  }
}

/* ========================================================================== */
/* @media：SP */
/* ========================================================================== */

@media (max-width: 767px) {

  .information-link {
    width: 140px;
  }

  .information-text {
    margin-right: 0px;
  }

  .information-1,
  .information-2,
  .information-3,
  .information-4 {
    padding: 64px 24px;
  }

  .information-table-scroll-container {
    margin-right: -24px;
  }

  /* ==================================================== */
  /* information-1 (Admission Category) */
  /* ==================================================== */

  .information-1-table,
  .information-1-method-table {
    display: block;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    min-width: 1000px;
  }

  .information-1-table th,
  .information-1-table td,
  .information-1-method-table th,
  .information-1-method-table td {
    white-space: normal;
  }

  /* ==================================================== */
  /* information-1-method (Formerly Information 2) */
  /* ==================================================== */

  .information-1-method-title {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.72px;
  }

  /* ==================================================== */
  /* information-2 (Schedule) - Renamed from 3 */
  /* ==================================================== */

  .information-2-item {
    flex-direction: column;
  }

  .information-2-item dt,
  .information-2-item dd {
    width: 100%;
  }

  .information-2-box {
    padding: 20px;
  }

  /* ==================================================== */
  /* Information Guidelines */
  /* ==================================================== */

  .information-guidelines-contact {
    margin-bottom: 24px;
  }

  .information-3-content {
    font-size: 14px;
  }

  .information-4-content {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0.4px;
  }
}

@media print {
  .admission-docs-parts {
    gap: 10px;
  }

  .information-2 {
    margin-top: 100px;
  }
}