@charset "utf-8";

.timetable table td {
  font-size: 14px;
  padding: 6px 10px;
}
.timetable table td.time {
  width: 132px;
  font-size: 14px;
  text-align:center;
}
.timetable table td.credit {
  width: 90px;
  text-align:center;
}
.timetable table td.no-top-brdr {
  border-top: none;
}
.timetable table td.no-btm-brdr {
  border-bottom: none;
}
.timetable table .bgcolor-k {
  background-color: #ecffdc;
}
.timetable table .bgcolor-w {
  background-color: #dcfbff;
}

/* Registration */

#registration .menu {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
}
#registration .menu li {
  font-size: 1.1em;
  margin-bottom: 1.3rem;
}
#registration .menu li a {
  background-color: #df4e2b;
  color: white;
  padding: 6px 30px;
  border-radius: 4px;
}

#registration table.fee-tbl {
  background: #fff;
}
#registration table.fee-tbl td {
  padding: 10px 15px;
  border: 1px solid #000;
  text-align: center;
}
#registration table.fee-tbl td:last-child {
  border-left: none;
}
#registration table.fee-tbl th {
  padding: 7px 15px;
  border: 1px solid #000;
  font-weight: bold !important;
}
#registration table.fee-tbl th.type-cell {
  background: #efdf22;
}
#registration table.fee-tbl .head-col {
  background: #f5f5f5;
}
#registration table.fee-tbl .head-fee {
  background: #f5f5f5;
  text-align: center;
}
#registration table.note-tbl {
  margin: 10px 15px;
}
#registration table.note-tbl td {
  padding: 5px 8px;
}
#registration .mx-s {
  margin-left: 10px;
  margin-right: 10px;
}
#registration .mx-m {
  margin-left: 20px;
  margin-right: 20px;
}
#registration #privacypolicy .contents ol li {
  margin-bottom: 1em;
}
#registration #toRegist .btn {
  padding: 1rem 4rem;
  background-color: #df4e2b;
  color: white;
}
#registration #toRegist .btn.btn-disabled {
  opacity: 0.5;
  pointer-events: none;
}
#registration #toRegist .btn strong {
  font-size: 2rem;
}
#registration a:hover {
  opacity: 0.75;
}


@media (max-width: 640px) {

  .timetable table {
    display: block;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .timetable table tr td:nth-of-type(4) {
    width: 300px;
  }

  #registration #toRegist .btn strong {
    font-size: 1.6rem;
  }
  
}

#page .pri-program {
  background: aliceblue;
  padding: 1em;
}
#page .pri-program .pri-program-head {
  padding: 0 1.5em;
  margin-top: 2.5em;
}
#page .pri-program .pri-program-head h4 {
  background-color: #e3e3e3;
  padding: 10px;
}
#page .pri-program .pri-program-head p {
  padding: 10px;
}
#page .pri-program .pri-program-img {
  margin-top: 2em;
  margin-bottom: 3em;
  text-align: center;
}
#page .pri-program .pri-program-img img {
  max-width: 60%;
}

@media (max-width: 640px) {
  #page .pri-program .pri-program-head {
    padding: 0;
    margin-top: 2em;
  }
  #page .pri-program .pri-program-img img {
    max-width: 100%;
  }
}

#page .program-img {
  margin-bottom: 2em;
}
#page .program-img img {
  max-width: 100%;
}
#page .program-link {
  text-align: center;
  margin-bottom: 4em;
}
#page .program-link .btn {
  padding: 1rem 4rem;
  background-color: #df4e2b;
  color: white;
  font-size: 20px;
}
#page .program-link .btn strong {
  font-size: 2rem;
}
#page .program-link a:hover {
  opacity: 0.75;
}
@media (max-width: 640px) {
  #page .program-link .btn {
  font-size: 16px;
    padding: 1rem 2rem;
  }
}