.new_teble .facialTableHead,
.new_teble .facialTableGroup {
  display: grid;
  grid-template-columns: 1.45fr repeat(4, 1fr) 1.3fr;
  min-width: 900px;
}

.new_teble .facialTableBox {
  overflow-x: auto;
}

.new_teble .facialTableGroup .MenuTxtBox {
  display: contents !important;
}

/* 見出し */
.new_teble .facialTableHead > div {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 75px;
  padding: 10px 8px;
  background: #f2f2f2;
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  text-align: center;
  line-height: 1.5;
  box-sizing: border-box;
}

.new_teble .facialTableHead > div:first-child {
  border-left: 1px solid #999;
}

/* 既存MenuTxtBoxの左側は1グループにつき1つだけ表示 */
.new_teble .facialTableGroup .MenuTxtBox:not(:first-child) .mensMenuTxtLeft {
  display: none !important;
}

/* 左側の項目名 */
.new_teble .facialTableGroup .MenuTxtBox:first-child .mensMenuTxtLeft {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 65px;
  padding: 10px 8px;
  background: #f7f7f7;
  border-left: 1px solid #999;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  text-align: center;
  box-sizing: border-box;
}

/* 右側の各内容 */
.new_teble .facialTableGroup .mensMenuTxtRight {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 65px;
  padding: 10px 8px;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  text-align: center;
  line-height: 1.5;
  box-sizing: border-box;
}

.new_teble .facialTableGroup p {
  margin: 0;
}

.new_teble .facialTableHead small {
  font-size: 12px;
  font-weight: normal;
}