@charset "UTF-8";

.open-school p {
  line-height: 2;
}
/*-------------------------------------------
学校説明会
-------------------------------------------*/
#school-briefing .item {
    margin-bottom: 50px;
}
.schedule-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 10px;
    border-top: 1px solid #707070;   
    border-bottom: 1px solid #707070; 
}
.schedule-table th, 
.schedule-table td {
    border: none;                 
    border-bottom: 1px solid #707070;
    padding: 15px;
    text-align: center;
}
.schedule-table th:first-child,
.schedule-table td:first-child {
    text-align: left;
    padding: 15px 0;
}
.schedule-table th {
    border-bottom: 1px solid #707070;
    font-weight: 400;
    padding: 8px 0;
}
.schedule-table tr:last-child td {
    border-bottom: none;
}
.venue-cell {
    border-left: none !important; 
    vertical-align: middle;
    text-align: center;
}
.content-list {
    list-style: none;
    padding: 0;
}
.content-list li {
    margin-bottom: 15px;
}
.apply-list li {
    margin-bottom: 20px;
}
.sub-list {
    margin-left: 20px;
}
.sub-text {
    margin-left: 200px;
}
/*-------------------------------------------
オープンスクール
-------------------------------------------*/
.open-school .activity-text {
    display: block;
}
.open-school .activity-text .inner {
    margin-bottom: 30px;
}
.open-school .activity-text h3 {
    font-size: 1.7rem;
    margin: 0;
}
.open-school .activity-text p {
    margin: 0;
}
.open-school .activity-text .item {
    display: flex;
    align-items: baseline;
    gap: 24px;
    margin-bottom: 8px;
}
.open-school .activity-text .item li {
    margin-bottom: 8px;
}
.open-school .top-30 {
    display: block;
    margin-top: 30px;
    line-height: 2;
}
/*-------------------------------------------
スマートフォン
-------------------------------------------*/
@media screen and (max-width: 767px) {
  #school-briefing h3 {
    margin-bottom: 20px;
  }
  /* ===== 学校説明会：SP 横スクロール ===== */
  .table-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .schedule-table {
    min-width: 700px;
  }
  .schedule-table th,
  .schedule-table td {
    white-space: nowrap;
  }
  .sub-text,.sub-list {
    margin: 0;
  }
  .apply-list li {
    margin-bottom: 34px;
  }
  /* オープンスクール */
  .open-school .activity-text {
    width: 100%;
  }
  .open-school .activity-text .item {
    display: grid;
    gap: 0;
    margin-bottom: 16px;
  }
  .open-school .activity-flex {
    display: block;
  }
  .open-school .activity-images {
    width: 100%;
    margin-bottom: 24px;
  }
}