@media only all and (max-width: 790px) {
    /* for 700px or less */
    body {
      font-size: 90%;
      line-height: 1.5;
      -ms-hyphens: auto;
      -webkit-hyphens: auto;
      hyphens: auto;
    }
    .frame-outer {
      width: 100%;
    }
    .title {
      position: static;
      background: #5A2584;
    }
    .content {
      padding: 1rem 1rem 0rem;
    }
    .footer {
      padding: 1rem;
    }
    .flex {
      display: block;
    }
    .left, .right {
      width: 100%;
    }
    ul {
      padding-bottom: 1rem;
    }
}

.refnr {}

.apply {}
