@media only all and (max-width: 44rem) {
  /* 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;
  }
  .sub-title {
    font-size: 1em;
  }
  .float-left, .float-right {
    width: 100%;
    padding: 0 0 1rem 0;
  }
  .greater {
    font-size: 1em;
    line-height: 1.1em;
  }

  p {
    text-align: left;
  }

  h1 {
    
    line-height: 1.5;
    font-size: 1.3rem;
  }
  h2 {

    line-height: 1.5;
    font-size: 1.3rem;
    font-weight: normal;
  }
  .flex {
    flex-wrap: wrap;
  }
  .left, .right, .half {
    width: 100%;
  }
  .left {
    margin-bottom: 1rem;
  }

  .addy{
    line-height: 1.5;
  }
  .hide {
    display: inline-block;
  }
  .hide_m {
    display: none;
  }
}
.refnr {}

.apply {}
