/* CTAセクション用CSS */
.cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin: 48px 0 0 0;
}
.cta-btn img {
  width: var(--300px);
  height: auto;
}
.cta-sub {
  color: #949494;
  
  font-size: var(--12px);
  font-style: normal;
  font-weight: 600;
  line-height: 170%; /* 20.4px */
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  cursor: pointer;
}
