body {
  padding-bottom: 0;
}

select {
  -webkit-appearance: button;
  appearance: button;
  width: 100%;
  height: 42px;
  font-family: 'ts-unused', sans-serif;
  font-size: 100%;
  line-height: 1;
  padding: 0 10px;
  border: 1px solid #ccc;
  border-radius: 0;
}

table.formitem tr td input[type=number] {
  font-size: 100%;
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  -moz-appearance:textfield!important;
}

table.formitem tr td input[type=number]::-webkit-outer-spin-button,
table.formitem tr td input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.logo-img {
  width: 100px;
  margin: 0 auto;
}

.no-hover:hover {
  opacity: 1;
  transition: none;
}

.title {
  display: flex;
}
.title span {
  padding-top: 50px;
}
.title .title-text {
  font-weight: bold;
  font-size: 24px;
}
.subtitle {
  text-align: center;
}

.quotation-form small {
  font-size: 15px;
}

.customer-form small {
  font-size: 15px;
}

.quotation-form {
  table-layout: fixed;
}

table.quotation-form tr th,
table.customer-form tr th {
  width: 32%;
}

table.quotation-form tr td input,
table.customer-form tr td input {
  font-size: 16px!important;
}

.quotation-input {
  width: 100%!important;
}

.digital-incentive-width {
  width: 32%!important;
  margin-right: 5px;
  margin-left: 5px;
}

.pedometer-width {
  width: calc(100% - 93px) !important;
  margin-right: 5px;
  margin-left: 5px;
}

.usage-felica-width {
  width: calc(100% - 80px) !important;
}

.multiply {
  margin: 0 5px;
}

.display-none {
  display: none!important;
}

.display-flex {
  display: flex;
}

.border-none {
  border: none!important;
}

.checkbox {
  margin-right: 5px;
}

.price {
  text-align: end!important;
  width: 142px;
}

.total {
  text-align: end!important;
  background-color: #fff!important;
  color: #f3602e!important;
  font-weight: bold!important;
  font-size: 1.25em!important;
}

.comment {
  display: inline-block;
  padding-top: 10px;
}

.pb-10 {
  display: inline-block;
  padding-bottom: 10px;
}

.no-wrap {
  white-space: nowrap;
}

.company-width {
  margin-right: 5px;
  width: calc(100% - 42px) !important;
  display: inline-block!important;
}

.line-height {
  line-height: 40px;
}

.button {
  margin: 0;
  text-align: center;
}

.add-button,
.delete-button {
  display: inline-block;
  font-size: 80%;
  background-color: #f3602e;
  color: #fff;
  padding: 1px 8px;
  margin-left: 8px;
  cursor: pointer;
}

.delete-button {
  background-color: #aaa;
  height: 26px;
  margin-top: 7px;
}

.add-button:hover,
.delete-button:hover {
  opacity: 0.5;
  transition: 1s;
}

.date {
  font-family: 'ts-unused', sans-serif;
}

.watch-cnt,
.td-left {
  margin-bottom: 15px;
}
.watch-cnt-width,
.td-left-width {
  width: 37%;
}

.td-left-width input{
  height: 42px;
  width: 100%;
  border: 1px solid #ccc;
  background-color: #fff;
  text-align: center;
}

.watch-cnt-width select,
.td-left-width select{
  background-color: #fff;
}

.d-none {
  display: none;
}

.customer-info {
  white-space: nowrap;
}

.form_btn_area .form_btn_r input[type="button"] {
  background: #f3602e;
  text-align: center;
  color: #fff;
  font-size: 100%;
  border: none;
  padding: 14px 30px;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  display: block;
  cursor: pointer;
}

.form_btn_area .form_btn_r input[type="button"]:hover {
  opacity: 0.5;
  transition: 1s;
}

@media screen and (max-width: 750px) {
  body {
    counter-reset: number 0;
  }

  .watch-cnt-counter::before,
  .td-left-counter::before {
    counter-increment: number 1;
    content: counter(number)"";
    color: #fff;
    background-color: #f3602e;
    padding: 2px 0;
    border-radius: 25px;
    font-size: 13px;
    height: 20px;
    width: 20px;
    margin: 12px 5px 0 0;
    text-align: center;
  }

  .logo-img {
    max-width: 510px;
    width: 90%;
    padding: 5px;
  }

  .title {
    padding: 5px;
  }

  table.quotation-form tr th,
  table.customer-form tr th {
    width: 100%;
  }

  table.quotation-form tr td input,
  table.customer-form tr td input {
  font-size: 13px!important;
}

  .id-number,
  .contract-month,
  .group-id-number,
  .group-contract-month {
    font-size: 13px;
  }

  .no-wrap {
    white-space: normal;
  }

  .price {
    font-size: 1.25em!important;
    width: 100%;
  }

  .total {
    font-size: 1.5em!important;
  }

  .delete-button {
    height: 20px;
    margin-left: 4px;
  }

  .add-button {
    margin: 0 auto;
    margin-left: 4px;
  }

  .line-height {
    line-height: 34px;
  }

  .position-absolute {
    position: absolute;
  }

  .total-tax-excluded {
    text-align: left!important;
  }

  .statement {
    text-align: left;
  }
}

.group-id-number {
  -webkit-appearance: none;
  -moz-appearance: none;
}

/* confirm.html */
table.confirm tr th {
  width: 32%;
}

.content {
  text-align: center!important;
}

.oncyu {
  display: flex;
  justify-content: space-between;
  border: none!important;
}

.form_btn_area .form_btn_l input[type="button"] {
  background: #aaa;
  text-align: center;
  color: #fff;
  font-size: 100%;
  border: none;
  padding: 14px 30px;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  display: block;
  cursor: pointer;
}

.form_btn_area .form_btn_l input[type="button"]:hover {
  opacity: 0.5;
  transition: 1s;
}

@media screen and (max-width: 750px) {
  table.confirm tr th {
    width: 100%;
  }

  .content {
    text-align: left!important;
  }

  .price {
    background-color: #fff7f5!important;
  }
}

/* download.html */
.message {
  padding: 30px;
  font-size: 80%;
  text-align: center;
  background-color: #fff7f5;
  font-size:120%;

}
@media screen and (max-width: 750px) {
  .message {
    text-align: left;
  }
}
