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

  .left p:first-of-type {
    word-spacing: 0
  }

  .frame-outer {
    width: 100%;
    font-size: 0.9rem;
  }

  .left {
    width: 100%;
    padding: 1rem 4%;
  }

  .right {
    width: 100%;
    padding: 1rem 4%;
  }

  .footer {
    position: static;
    width: 100%;
    padding: 1rem 4%;
  }

  .hide_m {
    display: none;
  }

}

@media only all and (max-width:500px) {
  .logo {
    position: absolute;
    right: 0;
    top: 0;
    width: 170px;
  }

}

@media only all and (max-width:330px) {
  .logo {
    position: static;
    padding: 0.5rem 0.7rem;
  }

}

.refnr {}

.apply {}
