.privacy-policy {
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 4px;
  height: 200px;
  overflow-y: scroll;
  padding: 6px 12px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
}

.check-disabled {
  color: #afafaf;
}

.text02 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 300;
  text-align: left;
  margin-top: 20px;
}

#youtube {
  display: none;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

#youtube .youtube-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
}

#youtube .youtube-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
