.section-link {
  margin: 20px 0 40px;
}
.section-link dl {
  display: flex;
  flex-wrap: wrap;
}
.section-link dt {
  position: relative;
  border-bottom: 1px dotted #ccc;
  width: 200px;
  padding: 10px 0 10px 30px;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: bold;
  color: #1f8dbc;
}
.section-link dt::before {
  content: "";
  display: block;
  position: absolute;
  top: 18px;
  left: 8px;
  background: url(/assets/img/common/point-icon.png) no-repeat center;
  width: 9px;
  height: 9px;
}
.section-link dd {
  border-bottom: 1px dotted #ccc;
  width: 450px;
  padding: 10px 0;
}
.section-link a {
  display: inline-block;
  color: #1f7ea7;
}
.section-link a:hover {
  color: #64bee6;
  text-decoration: none;
}

/*# sourceMappingURL=index.css.map*/