@media only all and (max-width: 700px) {
    /* for 700px or less */
    body {
      font-size: 90%;
      line-height: 1.5;
      -ms-hyphens: auto;
      -webkit-hyphens: auto;
      hyphens: auto;
    }
    .frame-outer {
      width: 100%;
    }
    h1{
      font-size: 1.3rem;
    }
    .hide-mb{
      display: none;
    }
    .inner{
      display: block;
    }
    .jus{
      text-align: left;
    }
    .inner .hbox{
      width: 100%;
      margin-bottom: 1rem;
    }
    .inner,
    .inner .hbox.mgmb{
      margin: 0;
    }
}

.refnr {}

.apply {}
