.input-prepend.input-append input {
  font-size: 24px;
  padding-top: 11px;
  padding-bottom: 11px;
  width: 100px;
  text-align: right;
}

.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; /* フォーカス時　入力エリアのボーダー色を指定 */
  }
