@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;
}
	
h1 {font-size: 1.5rem;}
	
h4 {
	position: relative;
	margin: 0;
	padding: 0 0 0 1rem;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1;
}

h4::before{
	content:'';
	position: absolute;
	top:0rem;
	left:0;
	bottom:0rem;
	width:0.3rem;
}
	
#slogan{
	color:#fff;
	position:absolute;
	top:1.5rem;
	left:4%;
	width:60%;
}
	
#logo {position: static;}

#logo img {width:5rem; margin: 0 0 1rem 0;}
	
.left, .middle, .right {width: 100%;}

.left, .middle {margin-bottom: 1.5rem;}
	
.box-left {
	width: 100%;
	margin-bottom: 1rem;
	float: none;
}
    
.box-right {
	width: 100%;
	float: none;
}

.hide {
	display: block;
}

.hide_m {
	display: none;
}  
}

.refnr {}

.apply {}
