.notice-content {
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 15px;
  line-height: 1.9;
  color: #333;
  padding: 20px 10px;
  position: absolute;
}

.notice-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 5px;
}

.notice-section {
  font-size: 16px;
  font-weight: bold;
  margin-top: 25px;
  margin-bottom: 10px;
  color: #222;
}

.fee-list {
  list-style: none;
  padding-left: 0;
  margin: 10px 0 20px 0;
}

.fee-list li {
  padding-left: 1em;
  text-indent: -1em;
}

.notice-link {
  color: #007bce;
  font-weight: bold;
  text-decoration: underline;
}

.notice-link:hover {
  color: #005ea3;
}
