@media only all and (max-width: 700px) {
    /* for 700px or less */
    body {
        font-size: 90%;
        line-height: 1.5;
        -ms-hyphens: auto;
        -webkit-hyphens: auto;
        hyphens: auto;
    }
    .frame-outer {
	margin: 0;
	width: 100%;
	border: none;
	box-shadow: none;
    }
    .slider-wrap::before {
        height: 3rem;
    }
    h1 {
        font-size: 1.5em;
        line-height: 1.3em;
        margin: 0 0 1rem;
        padding: 0 1rem;
    }
    .hide_m {
        display: none;
    }
}
.refnr {}

.apply {}
