.c-local-container {
  padding: 0 20px 100px;
}

.pic {
  text-align: center;
}
.text-list {
  margin-top: 60px;
}
@media (max-width: 768px) {
  .text-list {
    margin-top: 40px;
  }
}
.text-list__title {
  padding: 10px 30px;
  background: #edf5dc;
  border-radius: 30px;
  color: #005f2e;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4666666667;
}
@media (max-width: 768px) {
  .text-list__title {
    padding: 13px 20px;
    font-size: 15px;
    border-radius: 35px;
  }
}
.text-list__title:nth-child(n+2) {
  margin-top: 40px;
}
.text-list__body {
  margin-top: 10px;
}
.text-list__body .txt:nth-child(n+2) {
  margin-top: 10px;
}
.text-list__body .txt-note {
  margin-top: 10px;
  font-size: 12px;
}
.text-list__body .large {
  font-size: 16px;
}
/*# sourceMappingURL=map/event.css.map */