@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;
    left: auto;
    bottom: auto;
    width: 100%;
    padding: 0.75rem 3%;
    max-width: 100%;
font-size: 1rem;
line-height: 1.1;
font-weight: bold;
  }

  ul {
    margin-bottom: 0.5rem;
  }

  .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.3rem;
  }
  h2 {
    margin: 0;
    line-height: 1.5;
    font-size: 1.1rem;
    font-weight: normal;
  }

  .flex {
    flex-wrap: wrap;
  }

  .left, .right {
    padding: 0rem 3%;
    width: 100%;
  }

  .hide {
    display: inline-block;
  }
  
  .hide_m {
    display: none;
  }
}
.refnr {}

.apply {}
