
@media screen and (max-width: 767px) {
  .table__body {
    width: 100% !important;
  }
}

@media screen and (min-width:600px) {
  .knmenStyleBox{
  margin-bottom: 4rem;
}
}

@media screen and (max-width:600px) {
  .spStyle{
    justify-content: space-around;
  }
  .whiteSp{
    margin-bottom: 1rem;
  }
  .kenmenSp{
    width: 40%;
  }
}

.container {
  display: flex;
  padding-bottom: 15px;
}

.liStyle {
  list-style: none;
}

.fontStyle {
  font-weight: bold;
}

.kenmenStyle{
  width: 323px;
}

.whiteKenmenStyle{
  margin-right: 2rem;
}

.blackKenmenStyle{
  margin-right: 4rem;
}

/* >style */
.linkStyle::after {
  width: 8px;
  height: 8px;
  display: inline-block;
  vertical-align: middle;
  transform: rotate(45deg);
  position: relative;
  border-top: 2px solid #005dbd;
  border-right: 2px solid #005dbd;
  content: "";
  margin-bottom: 3px;
  margin-left: 10px;
}

.boxStyle {
  border-bottom: double 4px #ddd !important;
}
