@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;
  }
  h1 {
    font-size: 1.5rem;
  }
  h2 {
    font-size: 1rem;
  }
  h3 {
    font-size: 1rem;
  }
  .frame-outer {
    width: 100%;
    font-size: .9rem;
  }
  .content {
    padding: 1rem 3%;
  }
  .flex {
    display: block;
  }
  .left,
  .right {
    width: 100%;
  }
  .left {
    margin-bottom: 1rem;
  }
  .hide {
    display: inline-block;
  }
  .hide_m {
    display: none;
  }
}

.refnr {}

.apply {}
