@charset "UTF-8";
/* CSS Document */
@import url("pc-lp.css") screen and (min-width:641px);
@import url("sp-lp.css") screen and (max-width:640px);

body,
html {
  height: 100%;
  padding: 0;
  margin: 0;
  font-size: 62.5%;
}

body {
  text-align: center;
  color: #333;
  background-color: #fff;
  font-family: "ヒラギノ角ゴ Pro W3", "HiraKakuPro-W3", Meiryo,  "メイリオ", "Helvetica Neue", Helvetica, "Arial", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.6rem;
  line-height: 1.6;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.container {
  margin: 0 auto;
  text-align: left;
}