@charset "utf-8";

@media (max-width: 960px) {
  main {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .title {
    font-size: 4.5rem;
    line-height: 4.5rem;
    padding: 0.5rem;
  }

  .h3_title {
    font-size: 3rem;
    line-height: 3rem;
  }

  .price_font {
    font-size: 2.7rem;
    line-height: 3rem;
  }

  .text {
    font-size: 3rem;
    line-height: 3rem;
    margin-top: 2rem;
  }

  .point_ {
    font-size: 2.5rem;
    line-height: 3rem;
  }

  .head {
    font-size: 3rem;
  }

  .plan td {
    font-size: 3rem;
  }

  .tax {
    font-size: 2.5rem;
  }

  .arrow_box:after {
    display: none;
  }

  .font_setting {
    font-size: 3rem;
    line-height: 3rem;
  }

  .step_h2,
  .step_p {
    font-size: 3rem;
    line-height: 3rem;
    margin: 5px 0;
  }

  .transfer {
    font-size: 3rem;
    line-height: 3rem;
  }

  .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;
  }

  .and_more_link {
    font-size: 3rem;
    line-height: 3rem;
  }

  .price_img-container {
    margin-top: 2rem;
  }
}
