@charset "UTF-8";
/* PC・タブレット・スマホ共通設定  */
/* mobile first*/
.ListWide {
  margin: 0 1rem; }
  @media screen and (min-width: 992px) {
    .ListWide {
      margin: 0 7rem; } }

input {
  text-align: right; }

.InputTextBox {
  display: inline-block; }

.InputTextBox span input {
  display: inline-block;
  width: 30px; }
