@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
body {
  background-color: #fbf6ef;
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.8;
  color: #333;
}
body a {
  text-decoration: none;
  color: #333;
}
body .inner {
  background-color: #fff;
  padding: 60px 50px;
  margin: 70px auto;
  text-align: center;
  max-width: 1000px;
}
body .inner .logo {
  width: 200px;
  margin-bottom: 40px;
}
body .inner .title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 30px;
}
body .inner .lead {
  font-size: 15px;
  margin-bottom: 30px;
}
body .inner .comingsoon {
  background-color: #FAF9F7;
  padding: 20px;
  font-size: 20px;
  margin-bottom: 40px;
}
body .inner .text {
  font-size: 13px;
}
body .inner .text a {
  text-decoration: underline;
}
@media screen and (min-width: 720px) {
  body .-sp {
    display: none;
  }
}
@media screen and (max-width: 719px) {
  body .inner {
    padding: 60px 15px;
    margin: 40px auto;
  }
  body .inner .logo {
    width: 140px;
    margin-bottom: 30px;
  }
  body .inner .title {
    font-size: 15px;
    margin-bottom: 30px;
  }
  body .inner .lead {
    font-size: 15px;
    text-align: left;
  }
  body .inner .text {
    font-size: 13px;
  }
}
/*# sourceMappingURL=maps/cs.css.map */