@charset "UTF-8";
/* 書面通知------------------------------ */
.notice dt {
  color: #23b8c5;
  font-weight: bold;
  font-size: 1.25rem;
}
.notice dd {
  padding-left: 0.5rem;
  margin-bottom: 1rem;
}
.notice ul {
  padding: 0.5rem;
}
.notice li {
  margin-left: 1rem;
  list-style-type: disc;
}
.section-title h3 {
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .notice {
    max-width: 1000px;
    margin: 0 auto;
  }
}
