@charset "utf-8";

h3 {
  color: #040e4b;
  margin-bottom: 3rem;
  font-size: 16px;
  font-weight: bold;
  line-height: 4rem;
  border-bottom: 1px #040e4b solid;
}
.info-wrap {
  margin-bottom: 5rem;
}
dl {
  display: flex;
  font-size: 18px;
  margin-bottom: 1rem;
}
dd span {
  font-size: 12px;
}
.additional-wrap {
  margin-bottom: 2rem;
}
.additional-wrap p {
  font-size: 12px;
  margin-bottom: 0.5rem;
}
