@charset "utf-8";


.l-content .typeTable {
  width: 100%;
  border-top: solid 1px #bfbfbf;
  border-left: solid 1px #bfbfbf;
  margin:30px 0;
}
.l-content .typeTable2 {
  width: 100%;
  border-top: none;
  border-left: solid 1px #bfbfbf;
  margin:30px 0;
}
.l-content .typeTable2 th:not(.u-none) {
  border-top: solid 1px #bfbfbf;
}
.l-content .typeTable th,
.l-content .typeTable2 th {
  padding: 7px 6px;
  border-right: solid 1px #bfbfbf;
  border-bottom: solid 1px #bfbfbf;
  background-color: #e6e6e6;
  font-weight: bold;
  text-align: center;
  color: #000;
}
.l-content .typeTable td,
.l-content .typeTable2 td {
  padding: 7px 6px;
  border-right: solid 1px #bfbfbf;
  border-bottom: solid 1px #bfbfbf;
  background-color: #fff;
  text-align: center;
}

.l-content .contentInner {
  width: 920px;
  margin: 0 auto;
}

.l-content .flex_wrap {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.l-content .flex_wrap .m-listTable {
  width: 650px;
}
.l-content .flex_wrap .m-listTable th {
  text-align: center;
}

.l-content .m-listTable.jointShape th,
.l-content .m-listTable.jointShape td,
.l-content .m-listTable.accessoryShape th,
.l-content .m-listTable.accessoryShape td {
  text-align: center;
}