.title {
  margin: auto;
}

h1 {
  text-align: center !important;
  font-size: 10vmin;
  font-weight: 700;
  font-family: "Noto Sans JP";
  color: #fff;
  display: block;
}

h2 {
  text-align: center !important;
  font-size: 5vmin;
  font-weight: 700;
  font-family: "Noto Sans JP";
  color: #fff;
  display: block;
}

body {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

p {
  font-family: "Noto Sans JP";
  font-size: 3vmin;
  font-weight: 600;
  color: #fff;
  display: block;
  width: 100%;
}

input {
  font-family: "Noto Sans JP";
  font-size: 2vmin;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  width: 60vmin;
  padding: 1vmin;
  margin: 10vmin auto;
  border: 0.75vmin solid;
  border-radius: 1000px;
  display: block;
  transition: color, background-color 0.5s;
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.main {
  width: 100vw;
  height: 100vmin;
  min-height: 100vh;
  background-color: #e45a22;
  align-items: center;
  padding: 10vmin 0;
}

.button {
  font-family: "Noto Sans JP";
  font-size: 2vmin;
  font-weight: 600;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  width: 30vmin;
  padding: 1vmin;
  margin: 0vmin 1vmin 10vmin 1vmin;
  border: 0.75vmin solid;
  border-radius: 1000px;
  display: inline-block;
  transition: color, background-color 0.5s;
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

.button:hover {
  background-color: #fff;
  border-color: #fff;
  color: #e45a22;
}

.result {
  text-align: center;
}

.icon img {
  transform: 0 0;
  height: 10vmin;
  position: fixed;
  top: 5vmin;
  left: 5vmin;
}

h5 {
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 2vmin;
  font-weight: 600;
  color: #fff;
}

.quiz-button {
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: center;
}

input[type="checkbox"] {
  display: none;
}

label {
  font-family: "Noto Sans JP";
  font-size: 2vmin;
  font-weight: 600;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  width: 30vmin;
  padding: 1vmin;
  margin: 0vmin 1vmin 10vmin 1vmin;
  border: 0.75vmin solid;
  border-radius: 1000px;
  display: inline-block;
  transition: color, background-color 0.5s;
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

input[type="checkbox"]:checked + label {background: #fff; color: #e45a22;} .label
