@charset "UTF-8";
* {
  box-sizing: border-box;
}
body {
  background: #fff;
  color: #333;
  font:
    13px/400 -apple-system,
    BlinkMacSystemFont,
    Hiragino Sans,
    'ヒラギノ角ゴ Pro W3',
    Hiragino Kaku Gothic ProN,
    YuGothic,
    'Yu Gothic',
    'メイリオ',
    meiryo,
    sans-serif;
  height: 100%;
  margin: 0 auto;
  letter-spacing: 0.05rem;
  line-height: 1.5;
  width: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
a {
  background: transparent;
  color: #4097ff;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  -webkit-text-decoration-skip: objects;
  text-decoration-skip: objects;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
video,
img {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0 10%;
}
.page-wrap {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
.text {
  margin-bottom: 0;
  padding: 10px;
}
