article#admission_test h2 {
  text-align: center;
  padding: 0;
  background: none;
  color: #000000;
}
article#admission_test h2.title {
  background: none;
  color: #000000;
  line-height: 1.4;
}
article#admission_test h2.sub_title {
  background: #b30000;
}
article#admission_test .box {
  margin: 20px 0;
}
article#admission_test .box dl {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
article#admission_test .box dl dt {
  width: 25px;
  height: 25px;
  background: #b30000;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}
article#admission_test .box dl dd {
  width: 90%;
}
article#admission_test .box section {
  margin: 20px 0;
}
article#admission_test .box section h3 {
  font-weight: bold;
  color: #b30000;
}
article#admission_test .box section p {
  font-size: 1.4rem;
}
article#admission_test div.box2 {
  padding: 30px;
  border: 2px solid #000;
  margin: 0 0 50px;
}
article#admission_test div.box2 h3 {
  font-weight: bold;
  margin: 20px 0;
  text-indent: 1.8em;
  position: relative;
}
article#admission_test div.box2 h3::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #ffffff;
  border: 6px solid #b30000;
  border-radius: 50%;
  display: block;
  position: absolute;
}
article#admission_test div.box2 ul {
  display: flex;
  flex-wrap: wrap;
  gap: 4%;
}
article#admission_test div.box2 ul li {
  width: 48%;
}
article#admission_test div.box2 ul li a.btn {
  display: block;
  background: #b30000;
  color: #ffffff;
  border-radius: 5px;
  padding: 10px 40px 10px 30px;
  margin-bottom: 10px;
  font-size: 2.2rem;
  text-align: center;
  position: relative;
}
article#admission_test div.box2 ul li a.btn::before {
  content: "\f0a9";
  position: absolute;
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  right: 10px;
  top: 25%;
  font-size: 1.4rem;
}
article#admission_test table td {
  text-align: center;
}
article#admission_test table td:first-child {
  background: #e4e4e4;
}
article#admission_test table.table02 {
  width: 1000px;
}