@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;
}
	
#slogan { 
	position: static;
	transform: translateY(0%);
	max-width: 100%;
	font-size: 0.9rem;
	font-weight: 500;
	text-align: center;
}
	
h4 {
	position: relative;
	background:#ff6600;
	color:#fff;
	margin: 0 0 0.3rem 0;
	padding: 0.5rem;
	font-size: 1.3rem;
	font-weight: 500;
	line-height: 1;
	display: block;
}

h4::after {
	content:'';
	position: absolute;
	top:0;
	right:-1rem;
	width:1rem;
	height: 100%;
	background:#ff6600;
	clip-path: polygon(0 0, 0 100%, 100% 0);
}
	
#logo img {width:40%;}
	
.left, .right {width: 100%;}

.left {margin-bottom: 1.5rem;}
	
.icon img{
	display:inline-block;
	width:auto;
	height:2rem;
}
	
.box-left {
	width: 100%;
	margin-bottom: 1rem;
	float: none;
}
    
.box-right {
	width: 100%;
	float: none;
}
	
#sliderbox{margin: 0 0 0 0%;}

.hide {
	display: block;
}

.hide_m {
	display: none;
}  
}

.refnr {}

.apply {}
