@charset "utf-8";

/***************************************************
 * confirm
 */

table.estimate th,
table.estimate td {
   display: block;
   padding-left: 0px;
}

table.estimate th {
  padding-bottom: 0;
  font-weight: bold;
  font-size: 15px;
  width: 100%;
}

table.estimate tr.sub span:nth-child(1) {
  width: 70%;
}

table.estimate tr.sub span:nth-child(2) {
  width: 30%;
  padding-right: 5px;
}


section.form .send_unit .item {
  display: block;
  margin-bottom: 15px;
}

section.form .send_unit .item:first-child {
  margin-top: 20px;
}

section.form .send_unit .item.send_count {
  margin-top: 0;
}

section.form .send_unit .item .label {
  height: auto;
  line-height: initial;
  padding-left: 0px;
  margin-bottom: 6px;
  font-size: 14px;
}

section.form .send_unit .item .input,
section.form .send_unit .item .value {
  padding-right: 0px;
}

section.form .send_unit .item .value {
  line-height: inherit;
  font-size: 12px;
}

.send_unit > h4 {
  font-size: 15px;
  margin-right: 0;
  margin-left: 0;
}


