@media only all and (max-width: 46rem) {
  /* for 700 or less */
  body {
    font-size: 80%;
    line-height: 1.5;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
  }
  .frame-outer {
    width: 100%;
    font-size: 0.8rem;
  }
  .title-block {
    position: inherit;
    right: auto;
    bottom: auto;
    width: 100%;
  }
  .logo {}
  .justifier {
    text-align: left;
  }
  .box-left {
    width: 100%;
    padding: 0 0 1rem 0;
  }

  .cc{
    column-count: 1;
    }

  .sub-title {
    font-size: 1em;
  }
  .float-left, .float-right {
    width: 100%;
    padding: 0 0 1rem 0;
  }
  .greater {
    font-size: 1em;
    line-height: 1.1em;
  }
  h1 {

    line-height: 1.3;
    font-size: 1.3rem;
  }
  h1 small{
    font-size: 0.85em;
  }
  h2 {
    margin: 0;
    line-height: 1.5;
    font-size: 1.1rem;
    font-weight: normal;
  }
  .flex {
    flex-wrap: wrap;
  }
  .left, .right {
    width: 100%;
  }
  .left {
    margin-bottom: 1rem;
  }
  .hide {
    display: inline-block;
  }
  .hide_m {
    display: none;
  }
}
.refnr {}

.apply {}
