@charset "UTF-8";
/* common */
html {
  font-size: 62.5%; /* font-size 1em = 10px on default browser settings */
}
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium",
   "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: #1D1D1F;
  box-sizing: border-box;
}
img {
  max-width: 100%;
}
a {
  text-decoration: none;
}
p {
  font-size: 1.6rem;
  font-weight: 400;
}
.wrapper {
  max-width: 1280px;
  padding-left: 8%;
  padding-right: 8%;
}

main {
  padding-top: 20px; /* ヘッダー固定でできた余白の修正 */
}
p {
  margin-top: 5px;
}

footer {
  background: #1D1D1F;
  height: 10vh;
  text-align: center;
  padding: 26px;
}
small {
  color: #FFF;
}