html,
body {
  height: 100%;
}
html {
  font-size: 16px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
    Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: #fff;
}

.center {
	text-align:center;
}

main {
	width: 100%;
	box-sizing:border-box;
    padding-top:60px;
}

.nopc{display:none;}

footer {
	width: 100%;
	background-color:#005953;
	color:#fff;
	padding: 1px;
	box-sizing:border-box;
	position: absolute;
    bottom: 0;
}

img {
	width:auto;
	height: auto;
}


/* モバイル */
@media (max-width: 480px) {
.nopc{display:block;}

img {
	width:80%;
	height: auto;
}

}
        
        
        