.about {
  padding: 20px 0 30px;
}

.support {
  padding: 30px 0 50px;
}

.supportTitle {
  font-size: 2rem;
  line-height: 1.4;
}
.supportTitle .c-green {
  font-size: 120%;
}

.group {
  padding: 40px 0 80px;
  position: relative;
  z-index: 0;
}
.group .c-maxContainer {
  position: relative;
  z-index: 2;
}
.group:before {
  content: "";
  display: block;
  background-image: url(../images/deco-wave.png);
  background-position: center top;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 100%;
  height: 20px;
  margin: auto;
  position: absolute;
  bottom: -19px;
  left: 0;
  right: 0;
  z-index: 1;
  transform: scale(1, -1);
}

.download {
  padding: 80px 0 100px;
}

.guideline {
  padding: 50px 0 80px;
  position: relative;
  z-index: 0;
}
.guideline .c-maxContainer {
  position: relative;
  z-index: 2;
}
.guideline:before {
  content: "";
  display: block;
  background-image: url(../images/deco-wave.png);
  background-position: center top;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 100%;
  height: 20px;
  margin: auto;
  position: absolute;
  top: -19px;
  left: 0;
  right: 0;
  z-index: 1;
  transform: scale(1, 1);
}

.guidebookLink {
  border: 2px solid #5A9466;
  padding: 0.5em 1em;
}

.guidelineNote {
  display: inline-flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 0 0.3em;
}

@media (min-width: 768px) {
  .about {
    padding: 20px 0 60px;
  }
  .support {
    padding: 60px 0;
  }
  .supportTitle {
    font-size: 2.4rem;
  }
  .group:before {
    background-size: 100% 100%;
    height: 50px;
    bottom: -49px;
  }
  .download {
    padding: 120px 0 180px;
  }
  .guideline {
    padding: 80px 0;
  }
  .guideline:before {
    background-size: 100% 100%;
    height: 50px;
    top: -49px;
  }
}

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