@charset "utf-8";
/************
 * Responsive *
*************/
/* 900 - 1280 */
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
}

/* 768 - 899 */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
}

/* 320 - 767 */
@media only screen and (max-width: 767px) {
  .head-top {
    margin-top: -60px;
  }

  .head-bottom {
    margin: 0 16px;
  }

  .voice-box {
    margin-top: 16px;
  }

  .cta-sec {
    padding: 40px 16px;
  }

  .text-box {
    font-size: 18px;
    margin-top: 22px;
  }

  .point-sec {
    padding: 40px 16px;
  }

  .point-list-box {
    margin-top: 16px;
  }

  .point-box {
    margin-top: 24px;
  }

  .benefit-sec {
    padding: 40px 16px;
  }

  .benefit-box {
    background-image: linear-gradient(to top, #5dc1f9 0%, #566ce8 100%);
    padding: 16px;
    border-radius: 10px;
    margin-top: 40px;
  }

  .benefit-label {
    font-size: 32px;
    margin-top: 12px;
  }

  .benefit-text {
    font-size: 18px;
    margin-top: 6px;
  }

  .btn-box-img {
    margin-top: 32px;
  }
  #footer_main {
    padding: 24px 0 24px 0;
    font-size: 14px;
  }

  .head-bottom-box {
    margin-top: 280px;
  }
  .mainflow-accent {
    font-size: 32px;
  }
  .mainflow-textbox {
    font-size: 18px;
  }
  .line-add-text {
    font-size: 14px;
  }
  .line-add-text::before,
  .line-add-text::after {
    height: 20px;
  }
  .answer-stamp > img {
    width: 120px;
    top: -32px;
    right: -30px;
  }
  .why-text {
    font-size: 16px;
  }
  .cando-text {
    font-size: 16px;
  }
  .cando-text-li {
    font-size: 18px;
  }
  .voice-sec,
  .mainflow-sec-end,
  .mainflow-sec,
  .cando-sec {
    padding: 30px 24px 42px 24px;
  }
  .voice-left,
  .voice-right {
    margin-top: 22px;
  }
  .why-answer,
  .cando-main,
  .mainflow-allow,
  .cando-text {
    margin-top: 30px;
  }
  .mainflow-textbox {
    margin-top: 40px;
  }
  .voice-01 {
    padding-top: 24px;
  }
  .cando-text-middle {
    margin: 30px 0px;
  }
}
