@charset "euc-jp";

h3 {
  margin: 0 0 6px 0;
  padding: 0;
}

p {
  margin-bottom: 40px;
}

.c-button--danger,
.c-button--danger:link,
.c-button--danger:hover,
.c-button--danger:active,
.c-button--danger:visited {
  color: #006400; /* ボタンの文字の色を指定 */
}

.c-button--danger {
  background: #006400; /* 通常時　ボタンの背景色を指定 */
}
.c-button--danger:hover {
    background: #fdd9d7; /* マウスオーバー時　ボタンの背景色を指定 */
  }
.c-input--text {
  border-color: #d7dee2; /* 通常時　入力エリアのボーダー色を指定 */
}
.c-input--text:focus {
    border-color: #006400; /* フォーカス時　入力エリアのボーダー色を指定 */
  }
