/* 標準のカレンダーピッカーはボタンの左横のマージンが大きいので変更 */
  input[type="date"]{
    position: relative;
    padding: 2px 2px 2px 2px;
    margin: 0px 1px 0px 1px; /* 上 | 右 | 下 | 左 */
    width: 130px;
    height: 32px;
    /* height: 36px; */
    /* border: 0; */
    /* background: transparent;
    /* box-sizing: border-box; */
    /* font-size: 14px; */
    /* font-size: 16px; */
    /* box-sizing: border-box; */
    /* color: #999; */
  }
  ::-webkit-calendar-picker-indicator {
    /* display: none; */
    /* color: transparent; */
    /* background: url("../../resource/img/pixicus/calendar.png") no-repeat; */
    /* background-size: auto; */
    padding: 1px 1px 1px 1px;
    margin: 1px 1px 1px 1px;
  }