/*--------------------------------------------------------------
# info　Section　共通
--------------------------------------------------------------*/
.info-top {
  background-image: url(../img/info/top.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  padding-bottom: 0px;
}

.info {
  max-width: 992px;
  margin: 0 auto;
}

.info a {
  color: #0d6efd;
  text-decoration: none;
}

.info a:hover {
  color: #ff0080;
  text-decoration: underline;
}

.info a.btn {
  color: #fff;
}

.info a.btn:hover {
  color: #fff;
}

.info .title-block {
  padding: 5px 10px;
  margin: 0 0 10px;
  border-left: 5px solid #061b66;
}

.info .info-contents {
  scroll-margin-top: 100px;
  border: 1px solid color-mix(in srgb, #111111, transparent 92%);
  border-radius: 20px;
  padding: 30px;
}

.info .info-contents h3 {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 5px;
  line-height: 26px;
}

.info .info-contents ol {
  font-size: 15px;
  padding-left: 1.6rem;
}

.info .info-contents li {
  margin-bottom: 1px;
  line-height: 24px;
}

.info .info-contents ol ol {
  margin-top: 1px;
  list-style-type: lower-alpha;
}

.info .info-contents ol ol ol {
  margin-top: 5px;
  list-style-type: decimal;
}