@charset "UTF-8";
/* line 5, sass/reset.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 13, sass/reset.scss */
body {
  font-family: 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'MS UI Gothic', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  color: #000;
  margin: 0;
}

/* line 19, sass/reset.scss */
img {
  max-width: 100%;
  height: auto;
}

/* line 24, sass/reset.scss */
.clear {
  clear: both;
}

/* line 28, sass/reset.scss */
p {
  font-size: 18px;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 10px;
}

/* line 35, sass/reset.scss */
ul {
  list-style-type: none;
  padding-left: 0;
}
