@media only all and (max-width: 700px) {
    /* for 700px or less */
body {
	-ms-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}

.frame-outer {
	margin: 0;
	width: 100%;
	border: none;
	box-shadow: none;
}
    
.box-left {
	width: 100%;
	margin-bottom: 1rem;
	float: none;
}
    
.box-right {
	width: 100%;
	float: none;
}
	
.flex {
	display: block;
}
	
.left, .right {
	width: 100%;
}

.left {
	margin-bottom: 1.2rem;
}
	
h1 {
	font-size: 1.5rem;
}
	
h2 {
	margin: 0 0 1rem 0;
	font-size: 1rem;
	font-weight: 700;
	position: relative;
	border-left: 5px solid #e6007e;
	padding-left: 0.5rem;
}

h2::before {
  content: "";
  width: 15%;
  height: 1px;
  border-top: 0px solid #e6007e;
  position: absolute;
  left: 0;
  top: 1.6rem;
  z-index: 10;
  margin: 0;
}

.hide {
	display: block;
}

.hide_m {
	display: none;
}  
}

.refnr {}

.apply {}
