@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%;
    }
    .hide_m{
      display: none;
    }
    .flex{
      display: block;
    }
    .section{
      font-size: 1rem;
    }
    .datef{
      position: static;
      display: block;
      margin: 0.5rem 0;
    }
    .footer,
    .content{
      padding-left: 0;
      padding-right: 0;
    }
}

.refnr {}

.apply {}
