@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}
html {
  height: 100%;
}
body {
  height: 100%;
	line-height: 1.6;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

div {
  font-size: 1.5vw;
}

@media(max-width:768px) {
  div {
    font-size: 5vw;
  }
}
