@charset "utf-8";
html {
  font-size: 62.5%;
}
header, footer, nav, section, article, div, ul, li, table, dl {
  box-sizing: border-box;
}
body {
  background-color: #333333;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", YuGothic , 'Yu Gothic' "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #333333;

  text-align: center;
}

h1 , h2 , p , li{
color: #fff;
text-align: left;
	  line-height: 1.2;
}


h1 {
  font-size: 3rem;
  font-weight: bold;
	text-align: center;

}

h2 {
  font-size: 2rem;
  font-weight: bold;}
p , ul{
	font-size: 1.6rem;
}

img {
  max-width: 100%;
  height: auto;
}
.wrapper{
	max-width: 600px;
	margin: 0 auto;
background-color: #333;
color: #fff;
padding: 5vh 0;
}

section {
  padding-top:30px;
}

.container {
  max-width: 1600px;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}

.comingsoon{
	text-align: center;
}