@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,.left2,.right2 {
      width: 100%;
    }
	.right,.left2 {
		min-height: 10rem;
	}
	
	.flex2 {
		display: flex;
		flex-wrap: wrap-reverse;
	}
	
	.flex
    .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%;
    }
	.logo{
		width: 40%;
	}
	h1 {
		font-size: 1.5rem;
		line-height: 2rem;
	}
	h2 {
		font-size: 1.2rem;
	}
	.number {
		font-size: 1.4rem;
	}
	.subtext {
		font-size: 0.75rem;
	}
}

.refnr {}

.apply {}
