
body{
  background-color: white;
}

h3 {
  background-color: white;
  color: black;
}

.message.default,
.sub_message.default {
  background-color: hsl(101, 85%, 95%);
  color: #222;
}
.message.inform,
.sub_message.inform {
  background-color: hsl(51, 85%, 92%);
  color: #222;
}
.message.notice,
.sub_message.notice {
  background-color: hsl(0, 85%, 92%);
  color: hsl(0, 97%, 64%);
}

/* 各ページのタイトル（ホーム以外すべて） */
.page-title {
  /* background: linear-gradient(hsl(128, 89%, 94%), hsl(128, 69%, 82%), hsl(128, 69%, 86%)); */
  color: black;
}


/* フォームパーツ */
.form dt {
  color: hsl(130, 56%, 46%);
}
.form dt span {
  background-color: hsl(0, 56%, 46%);
}


.hidden_form {
  background-color: hsl(17, 100%, 95%);
  box-shadow: 0 0 10px hsl(17, 100%, 85%);
}

/* フォーム登録内容 */
.registered {
  background-color: hsl(300, 100%, 98%);
}

