/* admission共通
   ============================================ */

/* テーブル
   ------------------------ */

.child-contents-area .th {
  display: flex;
  align-items: center;
  min-width: 20%;
  padding: 20px;
  font-weight: bold;
  background-color: #93cce9;
}

.child-contents-area .td {
  padding: 20px;
  background-color: #f7f7f7;
}

.child-contents-area>.inner>section {
  margin-top: 50px;
}

/* コンポーネント個別拡張
   ------------------------ */

.application-area .c-btn.base {
  min-width: 310px;
  margin-top: 20px;
  padding: 18px;
}

/* オープンスクール・入試説明会
   ============================================ */

.child-contents-area .schedule .topic-content-box {
  margin-top: 20px;
}

.child-contents-area .schedule .topic-content-box.flex-box {
  align-items: flex-end;
}

.child-contents-area .schedule .topic-content-box table {
  margin: 10px 0;
}

.child-contents-area .schedule .topic-content-box table th {
  padding-right: 20px;
  text-align: left;
}

/* 出願関係書類
   ============================================ */

.child-contents-area ul.examination-table {
  margin-top: 30px;
}

.child-contents-area ul.examination-table li {
  display: flex;
  flex-wrap: nowrap;
  border-bottom: 1px solid #fff;
}

.child-contents-area .admission-examination-table-area ul.examination-table .title {
  padding: 33px 20px;
}

.child-contents-area ul.examination-table .description {
  width: 100%;
  min-width: 50%;
}

.child-contents-area .sub-msg {
  margin-top: 30px;
}

.application-area {
  width: 100%;
  margin-top: 50px;
  padding: 25px 0;
  background-color: #f7f7f7;
  text-align: center;
}

/* 入学試験結果
   ============================================ */

.middle-school .examination-type {
  margin-top: 50px;
}

/* ============================================
   タブレット
   ============================================ */

@media screen and (max-width: 1000px) {
  .child-contents-area ul.examination-table li {
    flex-wrap: wrap;
  }

  /* 募集要項
       ============================================ */
  .child-contents-area .entrance-examination .examination-table .btn-area {
    text-align: center;
  }

  /* オープンスクール・入試説明会
       ============================================ */
  .child-contents-area .schedule .topic-content-box .right-box {
    width: 100%;
    margin-top: 20px;
    text-align: center;
  }

  /* 出願関係書類
       ============================================ */
  .child-contents-area ul.examination-table li>*[class] {
    width: 100%;
  }

  .child-contents-area ul.examination-table .download {
    text-align: center;
  }

  .child-contents-area ul.examination-table .title {
    padding: 20px 18px;
  }

  .child-contents-area ul.examination-table .description {
    padding-bottom: 10px;
  }

  .child-contents-area ul.examination-table .download {
    padding-top: 10px;
  }
}

/* ============================================
   スマートフォン
   ============================================ */

@media screen and (max-width: 560px) {

  .child-contents-area .schedule .topic-content-box table th {
    min-width: 55px;
    padding-right: 15px;
  }

}