@media only all and (max-width: 700px) {
    /* for 700px or less */
    body {
      font-size: 80%;
      line-height: 1.5;
      -ms-hyphens: auto;
      -webkit-hyphens: auto;
      hyphens: auto;
    }
    .frame-outer {
      width: 100%;
      font-size: 0.9rem;
    } 
    .header {
      color: #51687c;
    }
    .header-text {
      padding-top: 43%;
    }
    .font-stair {
      display: none;
    }
    .logo {
      width: 7rem;
    }
    .flex,
    .footer-flex {
      display: block;
    }
    .flex > div {
      width: 100%;
    }
    .left,
    .right {
      width: 100%;
    }
    .left {
      margin-bottom: 1rem;
    }
    .hide {
      display: inline-block;
    }
    .hide_m {
      display: none;
    }
    .footer {
      background-size: cover;
    }
}

.refnr {}

.apply {}
