@charset "utf-8";

@media (max-width: 768px) {
  .container {
    width: 100%;
  }

  .static_page_h2_ttl {
    font-size: 4.5rem;
    line-height: 4.5rem;
    padding: 0.5rem;
  }

  .step_title {
    font-size: 2.5rem;
    line-height: 2.5rem;
    margin-top: 2rem;
  }

  .step_message {
    font-size: 2rem;
    line-height: 2.5rem;
    margin-top: 1rem;
  }

  .help-text {
    margin-top: 3vw;
  }

  .qa {
    font-size: 3rem;
    line-height: 3rem;
    height: auto;
    padding-top: 10px;
  }

  .help-text p {
    font-size: 2rem;
    line-height: 3rem;
  }
}
