@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;
    }
    .hbox,
    .frame-outer {
      width: 100%;
      background: #fff;
    }
    .hide_m{
      display: none;
    }
    .flex{
      display: block;
      margin-top: 0;
    }
    ul{
      padding-bottom: 1rem;
    }
    .frame-outer{
      padding: 1rem 0;
    }
    .logo{
      padding-bottom: 1rem;
    }
    .content,
    .footer{
      padding-left: 1rem;
      padding-right: 1rem;
      padding-bottom: 0;
    }
    .jus {
      text-align: left;
    }
    .lgbot{
      position: static;
    }
}

.refnr {}

.apply {}
