@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,.flex2 {
      display: block;
    }
    .left,.right,.left2,.right2,.left3 {
      width: 100%;
    }
	
	
	
    .left {
		min-height: 10rem;
    }
	
	.flex:hover,.flex2:hover,.left2:hover,.right2:hover {
		transform: translate(0);
	}
	
	.left2 {
		margin-bottom: 2rem;
	}
	.aptext {
		width: 100%;
		padding: 0 3% 1rem;
	}

	.aptext2 {
		width: 100%;
		padding: 0 3% 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%;
    }
	.title {
		color: #2E3240;
		position: static;
		margin-top: 1rem;
                padding:0 3%;
	}
	h1 {
		font-size: 1.3rem !important;
		color: #2E3240;
	}
}

.refnr {}

.apply {}
