@charset "UTF-8";

#admission h3.title01 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 30px;
  border-left: 5px solid #0d4099;
  padding-left: 15px;
}
#admission h3.title01 span {
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  color: #a3a3a3;
  line-height: 1;
}
#admission h4.subtitle01 {
  margin-bottom: 10px;
  font-size: 18px;
}
#requirementsBlock .content-inner-fix {
  padding-bottom: 80px
}
#admission .btn {
  background: #0b2e68;
  color: #fff;
  border: 1px solid #0b2e68;
  font-size: 18px;
  font-weight: normal;
  max-width: 500px;
  width: 90%;
  height: 70px;
  line-height: 70px;
  border-radius: 4px;
  letter-spacing: 0.1em;
  margin: 20px auto 10px;
  padding: 0px;
}
#admission .btn:hover {
  background: #fff;
  color: #0b2e68;
  border: 1px solid #0b2e68;
  font-size: 18px;
  font-weight: normal;
  max-width: 500px;
  width: 90%;
  height: 70px;
  line-height: 70px;
  border-radius: 4px;
  letter-spacing: 0.1em;
  margin: 20px auto 10px;
  padding: 0px;
}

/* ------------------------------------------------------------------
	price
-------------------------------------------------------------------*/
#price .mainPrice {
  margin-bottom: 40px;
}
#price dl {
  float: left;
  width: 50%;
  text-align: center;
  padding-right: 20px;
}
#price dt {
  padding: 10px;
  font-size: 18px;
  font-weight: bold;
  background: #f7f8f8;
}
#price dd {
  padding: 10px;
  font-size: 18px;
  font-weight: bold;
  background: #fff;
}
#price dd span {
  font-size: 32px;
  font-family: "Montserrat", sans-serif;
}
#price h3.title02 {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
}
#price h4.subtitle01 {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  color: #0d4099;
}
#price h4.subtitle01 + p {
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: bold;
}
#price table {
  margin-bottom: 50px;
}
#price table th, #price table td {
  padding: 15px;
  border: none;
  font-size: 16px;
}
#price table th {
  width: 50%;
}
#price table td span {
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
}

