@media only all and (max-width: 770px) {
    /* for 700px 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;
    }

	
.logo {
position: relative; top: 0; left: 0; text-align: center; margin-bottom: 1.6rem;
 
}
	
	.logo img {
max-width: 30%
 
}


	.content {
  padding: 1.1rem 3% 1.5rem 3%;
}
    .flex {
      display: block;
    }
	
    .left,
    .right,
	.left-top,
	.right-top {
      width: 100%;
    }

	.left,
	.right {
      margin-bottom: 1rem;
    }
	
	
    .hide {
      display: inline-block;
    }
	
    .hide_m {
      display: none;
    }
	
    .table {
      border-collapse: collapse;
      table-layout: fixed;
    }
	
    .cell-left,
    .cell-right {
      display: block;
      float: left;
      width: 100%;
      border: none;
      border-bottom: 1rem solid #fff;
    }
    .row {
      display: block;
      float: left;
      width: 100%;
    }
  	.rmfloat {
  		float: none;
  		padding: 0;
  		margin: 0;
  	}
}

.refnr {}

.apply {}
