.c-now-banner {
  margin-top: 4rem;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.c-now-banner__ttl {
  text-align: center;
  font-size: 30px;
  color: #0E8E46;
  font-weight: bold;
  margin-bottom: 20px;
}
.c-now-banner span {
  position: relative;
}
.c-now-banner a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
.c-now-banner span::after,
.c-now-banner span::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 2.5rem;
  width: 0.2rem;
  background: #0e8e46;
}

.c-now-banner span::after {
  left: -2rem;
  transform: translateY(-50%) rotate(-45deg);
}

.c-now-banner span::before {
  right: -2rem;
  transform: translateY(-50%) rotate(45deg);
}

@media screen and (max-width: 768px) {
  .c-now-banner {
    width: 100%;
    padding: 0 20px;
    margin-bottom: 1rem;
    margin-top: 4rem;
  }
  .c-now-banner__ttl {
    font-size: 20px;
  }
  .c-now-banner span::after, .c-now-banner span::before {
    height: 20px;
  }
}/*# sourceMappingURL=banner.css.map */