@media only all and (max-width: 47rem) {
  /* 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 {
    margin: 0;
    line-height: 1.5;
    font-size: 1.1rem;
  }
  h2 {
    margin: 0;
    line-height: 1.5;
    font-size: 1.3rem;
    font-weight: normal;
  }

  .flex-top{
    flex-direction: column;
  }

  .bg-blue p{
    padding: auto 3% !important;
  }

  .flex2 {

    flex-wrap: wrap;
  }

  .flex2 img{
    max-width: 120px;
    margin: 0.5rem;
  
  }


  .hide {
    display: inline-block;
  }
  .hide_m {
    display: none;
  }
}
.refnr {}

.apply {}
