/*スクロールバー*/
::-webkit-scrollbar {
    width: 0px;
    height: 0px;
}

input[type="file"] {
  display: none;
}

/*カラー*/
input[type="color" i] {
  vertical-align: -3px;
  width:100px;
  height:20px;
  margin-top:5px;
  border-radius: 4px;
  background: none;
  border: 3px solid #dee2e6;
}