@media only all and (max-width: 700px) {
    /* for 700px or less */
    body {
      font-size: 80%;
      line-height: 1.5;
      -ms-hyphens: auto;
      -webkit-hyphens: auto;
      hyphens: auto;
    }
    .frame-outer {
      width: 100%;
    }

.frame-outer2 {
      width: 100%;
    }

    .box-left, .box-left2 {
      width: 100%;
      padding: 0 0 1rem 0;
    }
    .box-right, .box-right2 {
      width: 100%;
      padding: 0 0 1rem 0;
    }
	
	.box-left_footer {
  float: none;
  width: 100%;
	padding-top:1rem;
}

.box-right_footer {
  float: none;
  width: 100%;
	text-align:left;
		padding-top:1rem;
}
	
	
	
    h1 {
      margin: 1rem 0;

      font-size: 1.3rem;
    }
    h2 {
      margin: 0px;
      line-height: 1.5;
      font-size: 1.3rem;
      font-weight: normal;
    }
    
    .hide {
      display: inline-block;
    }
    .hide_m {
      display: none;
    }
    
}

.refnr {}

.apply {}
