.IndexTitle {
  border-color: #94d198;
  background: none;
}

.IndexTitle h1 {
  color: #4db354;
}

.ContentsBox {
  margin-bottom: 7em;
}

.ColumnSection {
  margin-bottom: 3em;
}

.ColumnSection p {
  margin-bottom: 1em;
}

.ColumnSection:last-of-type {
  margin-bottom: 0;
}

.ColumnSection h2 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  border-bottom: 1px solid #4db354;
  padding-bottom: 0.2em;
  margin-bottom: 0.7em;
  color: #4db354;
}

@media screen and (max-width: 1087px) {
  .IndexTitle {
    margin-top: 52px;
    padding-left: 0;
  }
}
