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

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