.l-content .contents {
  margin-left: 20px;
  margin-bottom: 30px;
}
.l-content .h2pr{
  padding-right: 1em;
}

.l-content .modelNumber {
  display: table;
  text-align: center;
}
.l-content .modelNumber .Box {
  width: 125px;
  height:96px;
  border:1px solid #333;
  display: table-cell;
}
.l-content .modelNumber .Boxleft {
  border-right: none;
}
.l-content .modelNumber .Box--red {
  border:2px solid #d00;
}
.l-content .modelNumber .Boxnone {
  width: 129px;
  height: 96px;
  display: table-cell;
}
.l-content .modelNumber .Box .num{
  width: 125px;
  height: 26px;
  background-color: #e6e6e6;
  display: inline-block;
  line-height: 26px;
  border-bottom: 1px dotted #333;
}
.l-content .modelNumber .Box--red .num--red{
  color: #d00;
  background-color: #fffce6;
}
.l-content .modelNumber .Box--red .num--blue{
  color: #004bb1;
  background-color: #fffce6;
}
.l-content .modelNumber .Box .txt{
  width: 125px;
  height: 70px;
  display: table-cell;
  vertical-align: middle;
}
.l-content .modelNumber .Box--red .txt--bgyellow{
  background-color: #fffce6;
}
.l-content .modelNumber .hyphen{
  display: block;
  width: 22px;
}
.l-content .m-table tbody tr .ta-l {
  text-align: left;
}
.l-content .width70 {
  width:70%;
}
.l-content .m-table tr .bg--yellow {
  background-color: #fffce6;
}
.l-content .m-table tr .line--l_red {
  border-left: 2px solid #d00;
}
.l-content .m-table tr .line--t_red {
  border-top: 2px solid #d00;
}
.l-content .m-table tr .line--r_red {
  border-right: 2px solid #d00;
}
.l-content .m-table tr .line--b_red {
  border-bottom: 2px solid #d00;
}
.l-content .table01 tr td:last-child {
  border-left: 2px solid #d00;
}
.l-content .table01 tr td.line--l_gray {
  border-left: 1px solid #bfbfbf;
}
.l-content .table02 tr td:last-child {
  border-left: 2px solid #d00;
  border-right: 2px solid #d00;
  background-color: #fffce6;
}
.l-content .table02 tr th:last-child {
  background-color: #fffce6;
}
.l-content .m-table .txt--red{
  color: #d00;
  font-weight: bold;
}
