body {
  position: fixed;
  width: 100%;
  background-color: #ffffff;
  color: #17212b;
  font-family: "LINE Seed JP", sans-serif;
  font-weight: 400;
  font-style: normal;
}
body main .card {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
  border-radius: 32px;
  padding: 24px;
}
body main .card h1 {
  font-size: 1.25rem;
  margin-bottom: 8px;
}
body main .card .links_box {
  margin-top: 24px;
  text-align: left;
}
body main .card .links_box .links {
  list-style: none;
  padding: 12px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  border-radius: 12px;
}
body main .card .links_box .links li {
  transition: all 0.25s;
  background-color: #f3f5f6;
}
body main .card .links_box .links li a {
  display: block;
  padding: 24px;
}
body main .card .links_box .links li a h1 {
  font-size: 1rem;
}
body main .card .links_box .links li a p {
  font-size: 0.75rem;
}
body main .card .links_box .links li:first-child {
  border-radius: 12px 12px 0 0;
}
body main .card .links_box .links li:last-child {
  border-radius: 0 0 12px 12px;
}
body footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #17212b;
  padding: 12px 24px;
  text-align: right;
}
body footer .copyright {
  color: #f3f5f6;
}

/*# sourceMappingURL=style.css.map */
