@charset "UTF-8";

/* =========================
   Reset (最小限)
   ========================= */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%; /* 1rem = 10px */
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  font-size: 1.6rem;
  line-height: 1.7;
  color: #222;
  background: #fff;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

a {
  color: inherit;
}

/* =========================
   Layout
   ========================= */
.site-header,
.site-main,
.site-footer {
  max-width: 960px;
  margin: 0 auto;
  padding: 24px 16px;
}

.site-footer {
  border-top: 1px solid #eee;
  margin-top: 48px;
  color: #888;
  font-size: 1.2rem;
  text-align: center;
}
