@media (max-width: 768px) {
 .zoomtableWrap {
  height: auto;
 }
 .phtoBlock {
  margin: 0 -1rem;
 }
 .tabContents .phtoBlock > div {
  display: flex;
  flex-direction: column;
 }
 .tabContents .phtoBlock {
  display: flex;
  gap: 5px;
 }
 .tabContents .phtoBlock img {
   border-radius: 5px;
 }
 .tabContents .zoomtableWrap {
  margin: 0 -1rem;
  border: 1px solid #f8f8f8;
  background: #f8f8f8;
  padding: 5px;
 }
 .tabContents .zoomtableWrap td {
  background: #fff;
 }
 .tabContents .zoomtableWrap tbody td:first-of-type, .select + .popupBox .modal .tableScrollBlock tbody td:first-of-type {
  padding-left: 10px;
  padding-right: 10px;
 }

  .tabContents .phtoBlock p {
    height: auto;
    margin: 2px 2px 8px 2px;
    font-size: 1.2rem;
    line-height: 1.2;
    text-align: left;
    padding: 0;
    font-weight: 700;
  }
  .listCircle::after {
   content: none;
  }
  table.table.manyCol{
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border-collapse: collapse;
    margin: 0;
   
  }
table.table.manyCol th, table.table.manyCol td {
   font-size: 13px;
}
  table.table.manyCol thead,
  table.table.manyCol tbody,
  table.table.manyCol tr{
    width: max-content;
  }
  table.table.manyCol th,
  table.table.manyCol td{
    padding: 5px 5px;
    font-size: 14px;
    vertical-align: top;
  }
 table.table.manyCol th {
   min-width: 50px;
   max-width: 50px;
 }
 table.table.manyCol th:first-of-type {
   min-width: 100px;
   max-width: 100px;
   vertical-align: middle;
 }
 table.table.manyCol th.infoTh,
  table.table.manyCol td.infoTh {
   min-width: 280px;
   max-width: 280px;
 }
  /* table.table.manyCol th,
  table.table.manyCol td {
    text-align: center;
    min-width: 56px !important;
    max-width: 56px !important;
  } */
  /* table.table.manyCol thead th:first-child,
  table.table.manyCol tbody th{
    position: sticky;
    left: 0;
    z-index: 2;
  } */
  .tabContents .zoomtableWrap tbody td:not(:first-of-type), .select + .popupBox .modal .tableScrollBlock tbody td:not(:first-of-type) { vertical-align: middle; }
  

  table.table.manyCol thead th:first-child{
    z-index: 3;
  }

  .bg_yellow th {
    background: #F19E29;
  }

  .bg_purple th{
      background: #9580CA;
  }

  .bg_green th {
      background: #74B651;
  }

  .bg_blue th{
      background: #1DC5D1;
  }

  .bg_brown {
      background: #80654F;
  }

  .bg_lightyellow {
      background: #FAEFDF;
  }

  .bg_lightpurple {
      background: #F1EEF6;
  }

  .bg_lightgreen {
      background: #EBF2E8;
  }

  .bg_lightblue {
      background: #EAF7F8;
  }

  .bg_lightbrown {
      background: #F0EEEC;
  }


  .zoomtableWrap{
    position: relative;
    border-radius: 2rem;
  }

  .zoomtableWrap::before, .zoomtableWrap::after{
    content: "← 横にスクロールできます →";
    background: #fff;
    padding: 1rem;
    border-radius: 3rem;
    font-size: 12px;
    font-weight: 700;
    border: 1px solid #eee;

    position: absolute;
    left: 50%;
    top: 12px;
    transform: translateX(-50%);

    z-index: 10;
    pointer-events: none;
  }
  table.table.manyCol {
    margin-top: 6.5rem;
    margin-bottom: 6.5rem;
  }
  .zoomtableWrap::after {
    top: auto;
    bottom: 12px;
  }
}