@media only all and (max-width: 700px) {
    /* for 700px or less */
    body {
      font-size: 90%;
      line-height: 1.5;
      -ms-hyphens: auto;
      -webkit-hyphens: auto;
      hyphens: auto;
    }
    .hbox,
    .frame-outer {
      width: 100%;
    }
    .hide_m{
      display: none;
    }
    .flex{
      display: block;
    }
    .section{
      margin-top: 0;
    }
    .logo{
      position: static;
      padding: 1rem 0;
    }
	  .logo3{
      position: static;
      padding: 1rem 0;
    }
    .footer{
      padding-top: 0;
    }

.footerleft{
	width: 100%;
}

.footerright {
	width: 100%;
}

.footerright img {
	width: 3rem;
}

}

.refnr {}

.apply {}
