
#contents section {
  counter-reset: num;
}
#contents section h2 {
  background: #EDEDED;
  border-left-color: #c5d8e0;
  border-radius: 0.4em;
  color: #333;
  padding-left: 2em;
  padding-top: 0.4em;
  padding-bottom: 0.4em;
  position: relative;
}
#contents section h2:before {
  counter-increment: num;
  content: counter(num)"）";
  background: none;
  border: none;
  display: unset;
  top: unset;
  height: initial;
  width: initial;
  position: absolute;
  left: 6px;
}

.box table tr th:first-child,
.box table tr td:first-child {
  width: 230px;
}

.box table tr td ul li {
  text-align: initial;
}

#contents .box img[src*="mail"].icon {
  vertical-align: middle;
  width: auto;
}

@media (max-width:689px){
  table {
    overflow: auto;
    display: block;
  }
  table::-webkit-scrollbar{
    height: 5px;
  }
  table::-webkit-scrollbar-track{
    background: #F1F1F1;
  }
  table::-webkit-scrollbar-thumb {
    background: #BCBCBC;
  }

  table thead,
  table tbody {
    display: table;
    width: 690px;
  }
} /* Eo max689 */
