:root {
  --green: #43AC35;
  --blue-light: #BFC5E5;
  --yellow: #F9CF38;
}

h1, h2, h3, p, a, span {
  padding: 0;
  margin: 0;
  font-family: 'Noto Sans JP', sans-serif;
}

.-w-full {
  width: 100%;
  height: auto;
}

.page-content {
  box-sizing: border-box; 
  width: 100%;
  padding-bottom: 0; 
}

.-button {
  padding: 0;
  appearance: none;
  cursor: pointer;
  background: none;
  border: none;
}

.caution {
  padding-block: 33px 39px;
}

.caution .-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  background: none;
  border: none;
}

.caution .-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 23px;
  height: 23px;
  margin-left: 10px;
  color: #fff;
  background-color: #000;
  border-radius: 100%;
}

.copyright {
  padding-block: 27px 8px;
  margin: 0;
  font-size: 11px;
  text-align: center;
  background-color: #fff;
}


footer {
  display: grid;
  row-gap: 18px;
  justify-items: center;
  max-width: 420px;
  padding-block-start: 6px;
  padding-block-end: 28px;
  margin-inline: auto;
  background-color: #fff;
}

footer .voistock {
  display: flex;
  column-gap: 14px;
  align-items: flex-end;
}

footer .voistock p {
  margin: 0;
  font-size: 12px;
  line-height: calc(15 / 12);
}

footer .voistock .logo {
  display: grid;
  row-gap: 6px;
  justify-items: center;
}


.grayscale {
  -webkit-filter: grayscale(100%) opacity(70%);
  -moz-filter: grayscale(100%) opacity(70%);
  -ms-filter: grayscale(100%) opacity(70%);
  -o-filter: grayscale(100%) opacity(70%);
  filter: grayscale(100%) opacity(70%);
}
