/* sectionCost */
.sectionCost .cost {
  width: 100%;
  table-layout: fixed;
  border: solid 1px #626262;
}
.sectionCost .cost th,
.sectionCost .cost td {
  padding: 10px 5px;
  vertical-align: middle;
  text-align: center;
}
.sectionCost .cost th {
  background: #eee;
  font-size: 15px;
}
.sectionCost .cost th p {
  display: inline-block;
  margin: 0 auto;
  text-align: left;
}
.sectionCost .cost th,
.sectionCost .cost td {
  border-right: solid 1px #626262;
  font-weight: bold;
  white-space: nowrap;
}
.sectionCost .cost td span {
  font-size: 25px;
  color: #e60012;
}
.sectionCost .cost td small {
  font-size: 10px;
}

.yt{
  width: 646px;
  margin: 0 auto;
}
