#breadcrumbs {
  width: min(1250px, 100%);
  padding: 20px 25px 0 25px;
  font-size: 16px;
  display: flex;
  margin: 130px auto 40px auto;
}
@media screen and (max-width: 768px) {
  #breadcrumbs {
    font-size: 10px;
  }
}
#breadcrumbs li a {
  text-decoration: underline;
}
#breadcrumbs li a:hover {
  text-decoration: none;
}
#breadcrumbs li span {
  padding: 0 0 0 10px;
}
#breadcrumbs li span::before {
  content: " - ";
}

#login_title {
  width: min(1250px, 100%);
  padding: 0 25px;
  margin: 0 auto 80px auto;
  color: #0E285E;
}
#login_title h1 {
  font-family: "Marcellus", serif;
  font-size: 44px;
}
#login_title small {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
}

.list {
  width: min(1250px, 100%);
  margin: auto;
  padding: 0 25px;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .list {
    padding: 0;
  }
}
.list dl {
  padding: 20px 0;
  border-bottom: 1px solid #d1d1d1;
}
.list dl dt {
  font-weight: 700;
  color: #0E285E;
}
.list dl:nth-child(1) {
  border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
}
.list ol {
  padding: 0 0 0 20px;
}
.list ol li {
  list-style-type: disc;
}

.info {
  padding: 0 25px;
}
@media screen and (max-width: 768px) {
  .info {
    padding: 0;
  }
}

.notice {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  padding: 0 80px;
}
@media screen and (max-width: 768px) {
  .notice {
    padding: 0;
  }
}/*# sourceMappingURL=outline.css.map */