body {
  font-family: 'Arial', 'Noto Sans JP', sans-serif; /* 日本語フォント対応 */
  max-width: 800px;
  margin: 0 auto;
  padding: 10px;
  background-color: #fff5f5; /* 薄いピンクの背景 */
  color: #333;
}

.progress {
  text-align: center;
  margin: 15px 0;
  font-size: 1.2em;
  color: #d81b60; /* 濃いピンクで進捗を強調 */
}

.question, .result {
  margin: 20px auto;
  padding: 20px;
  border: 2px solid #ff80ab; /* ピンクの枠線 */
  border-radius: 10px;
  background-color: #ffffff; /* 白背景で清潔感 */
  text-align: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* 軽い影で立体感 */
}

.question p, .result p {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #c2185b; /* ピンク系のテキスト */
}

button {
  display: block;
  margin: 10px auto;
  padding: 12px 20px;
  cursor: pointer;
  background-color: #f06292; /* 柔らかいピンクのボタン */
  color: white;
  border: none;
  border-radius: 8px;
  width: 80%;
  max-width: 300px;
  font-size: 1em;
  transition: background-color 0.3s;
}

button:hover {
  background-color: #ec407a; /* ホバー時に濃いピンク​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​