@charset "utf-8";


.responsive-tabel-saiyou th {
  width: 20%;
}

.responsive-tabel-ent-condition td:first-child,
.responsive-tabel-ent-day td:first-child {
  width: 20%;
  font-weight: bold;
}

/*-- お問い合わせ --*/
.contact_table {
  margin: 50px auto 30px;
  border-collapse: collapse;
  width: 100%;
  font-size: 16px;
}

.contact_table input,
.contact_table textarea,
.contact_table select {
  font-size: 16px;
}

.contact_table tbody {
  border-bottom: 1px solid #ddd;
}

.contact_table th,
.contact_table td {
  border-bottom: none;
  padding: 10px !important;
}

.contact_table th {
  padding: 5px 10px;
}

.contact_table td.c-select {
  position: relative;
}

.contact_table td.c-select select {
  background: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 11px;
  position: relative;
  display: inline-block;
}

.contact_table td.c-select::after {
  content: '\f078';
  display: block;
  position: absolute;
  top: 23px;
  right: 25px;
  bottom: 0;
  margin: 0;
  width: 1em;
  height: 1em;
  font-family: "FontAwesome";
  font-size: 1em;
}

.contact_table span {
  color: #e60033;
}

.c-btn-submit {
  text-align: center;
}

.c-btn-submit input[type='submit'] {
  background: #fff !important;
  width: auto !important;
  border: 2px solid #003a73 !important;
  color: #003a73 !important;
  padding: 14px 45px !important;
  font-size: 16px !important;
}

.c-btn-submit input[type='submit']:hover {
  background: #003a73 !important;
  color: #fff !important;
}

/*----------------------------------------------------
	スマホ用　入試・入学案内th,td縦並び
----------------------------------------------------*/
@media screen and (max-width: 834px){
  /*-- responsive-tabel-saiyou --*/
  .responsive-tabel-saiyou {
    border-collapse: collapse;
    width: 100%;
  }

  .responsive-tabel-saiyou tbody {
    border-bottom: 1px solid #ddd;
  }

  .responsive-tabel-saiyou th,
  .responsive-tabel-saiyou td {
    width: 100%;
    display: block;
    text-align: left;
    border-bottom: none;
    padding: 10px !important;
  }

  .responsive-tabel-saiyou th {
    padding: 5px 10px;
  }

  .responsive-tabel-saiyou p {
    margin: 0;
  }

  .responsive-tabel-saiyou ul,
  .responsive-tabel-saiyou ul li,
  .responsive-tabel-saiyou ol li,
  .responsive-tabel-saiyou ol {
    margin: 0;
  }

  /*-- responsive-tabel-ent-day --*/
  .responsive-tabel-ent-day {
    border-collapse: collapse;
    width: 100%;
  }

  .responsive-tabel-ent-day tbody {
    border-bottom: 1px solid #ddd;
  }

  .responsive-tabel-ent-day th,
  .responsive-tabel-ent-day td {
    width: 100%;
    display: list-item;
    list-style-type: none;
    border-bottom: none;
  }

  .responsive-tabel-ent-day th {
    padding: 10px;
  }

  .responsive-tabel-ent-day td {
    padding: 10px;
  }

  .responsive-tabel-ent-day td:first-child {
    width: 100%;
    border-bottom: none;
    padding: 10px 10px 0;
  }

  .responsive-tabel-ent-day td:last-child {
    padding: 10px;
  }

  .responsive-tabel-ent-day td:nth-child(2) {
    border-top: none;
    padding-top: 0;
  }

  .responsive-tabel-ent-day ul,
  .responsive-tabel-ent-day ul li,
  .responsive-tabel-ent-day ol li,
  .responsive-tabel-ent-day ol {
    margin: 0;
  }

  /*-- responsive-tabel-ent-condition --*/
  .responsive-tabel-ent-condition {
    border-collapse: collapse;
    width: 100%;
  }

  .responsive-tabel-ent-condition tbody {
    border-bottom: 1px solid #ddd;
  }

  .responsive-tabel-ent-condition th,
  .responsive-tabel-ent-condition td {
    width: 100%;
    display: list-item;
    list-style-type: none;
    border-bottom: none;
  }

  .responsive-tabel-ent-condition th {
    padding: 10px;
  }

  .responsive-tabel-ent-condition td {
    padding: 5px 10px;
  }

  .responsive-tabel-ent-condition td:first-child {
    width: 100%;
    border-bottom: none;
    padding-bottom: 0;
  }

  .responsive-tabel-ent-condition td:nth-child(2) {
    border-top: none;
    padding-top: 0;
  }

  .responsive-tabel-ent-condition ul,
  .responsive-tabel-ent-condition ul li,
  .responsive-tabel-ent-condition ol li,
  .responsive-tabel-ent-condition ol {
    margin: 0;
  }

  /*-- お問い合わせ --*/
  .contact_table th,
  .contact_table td {
    width: 100%;
    display: block;
    text-align: left;
  }

  .c-btn-submit input[type='submit'] {
    width: 100% !important;
  }
}