@charset "shift_jis";

@media screen and (min-width: 750px) {

body , html {height: 100%;}
.container{min-height: 100%;position: relative;}
.footer{position: absolute; bottom: 0;}
footer{position: absolute; bottom: 0;}
div.page{padding-bottom: 6vw;background-color: #fff;}




}

@media screen and (max-width: 750px) {

body , html {height: 100%;}
.container{min-height: 100%;position: relative;}
.footer{position: absolute; bottom: 0;}
footer{position: absolute; bottom: 0;}
div.page{padding-bottom:16vw;background-color: #fff;}

}

