#register_accpet_text_jp {
  display: none;
}

body {
  background: transparent;
}

::-webkit-scrollbar {
  width: 8px;
  border: 1px solid transparent;
}

::-webkit-scrollbar-button {
  height: 3px;
  background-color: transparent;
}

::-webkit-scrollbar:horizontal {
  height: 8px;
}

::-webkit-scrollbar-track {
  background-color: transparent;
  width: 4px;
}

::-webkit-scrollbar-track-piece {
  background-color: transparent;
}

::-webkit-scrollbar-thumb {
  background: #a4e5ea;
  border-radius: 35px;
  border: 3px solid transparent;
}

::-webkit-scrollbar-thumb:hover {
  background: #a4e5ea;
}

::-webkit-scrollbar-corner {
  background: transparent;
}

::-webkit-scrollbar-resizer {
  background: rgb(200 200 200);
}
