/* prefixed by https://autoprefixer.github.io (PostCSS: v7.0.26, autoprefixer: v9.7.3) */

:root {
  font-size: 12px;
}
@media (min-width:900px) {
  :root {
    font-size: 14px;
  }
}
@media (min-width:1200px) {
  :root {
    font-size: 16px;
  }
}
/*
body {
  background-image: linear-gradient(0deg, rgba(0,0,0, .1) 0, rgba(0,0,0, 0) 1px),
                    linear-gradient(0deg, rgba(0,0,0, .2) 0, rgba(0,0,0, 0) 1px);
  background-size: 100% .75rem, 100% 1.5rem;
}
*/

body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  text-align: left;
  color: #444;
  font-weight: 700;
}
.wf-active body {
  font-family: futura-pt, source-han-sans-japanese, sans-serif;
}

article>*+* {
  margin-top: 10em;
  margin-bottom: 0;
}
section>*+* {
  margin-top: 1em;
  margin-bottom: 0;
}

h1, h2, h3, h4 {
  font-size: 1em;
  line-height: 1;
}
p {
  max-width: 40em;
  margin-left: auto;
  margin-right: auto;
  line-height: 2;
  text-align: left;
}
table {
  border-spacing: 0;
  width: 100%;
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
}
th,td {
  padding-top: 0;
  padding-bottom: 0;
}

input,textarea {
  font-size: 16px;
}