@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%;
      font-size: 0.9rem;
    }
    .box-left {
      width: 100%;
      padding: 0 0 1rem 0;
    }
    .box-right {
      width: 100%;
      padding: 0 0 1rem 0;
    }
    .flex {
      display: block;
    }
    .left,.right, .left1, .right1, .left2, .right2 {
      width: 100%;
	  padding: 0.5rem 2%;
    }
	.right1, .left2 {
      display: none;
    }
	
	.left {
	  border-right: 0;
	}
	.content {
	  padding-top: 0;
	}
	.content3 {
	  padding-right: 0.9rem;
	}
	.logo {
	padding: 0.5rem 0 0 0.5rem;
    }
	.image-box img{
      width: 100%;
    }
	.title {  padding: 1.5rem 5%;
     position: relative;
     top: 0;
     left:0;
	 width: 100%;
	 background-color: #f0f0f0;
    }
    .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%;
    }
	
}

.refnr {}

.apply {}
