#works {
  overflow-x: hidden;
  /*#maincontents*/
}
#works #maincontents {
  /*s1*/
}
#works #maincontents .s1 {
  margin-bottom: 20px;
  /*ul*/
}
#works #maincontents .s1 ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 1px 1px;
}
#works #maincontents .s1 ul li img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}
#works #maincontents .s1 ul li:nth-child(1), #works #maincontents .s1 ul li:nth-child(2), #works #maincontents .s1 ul li:nth-child(3), #works #maincontents .s1 ul li:nth-child(4) {
  flex-basis: 24.9%;
}
@media (max-width: 870px) {
  #works #maincontents .s1 ul li:nth-child(1), #works #maincontents .s1 ul li:nth-child(2), #works #maincontents .s1 ul li:nth-child(3), #works #maincontents .s1 ul li:nth-child(4) {
    flex-basis: 24.8%;
  }
}
#works #maincontents .s1 ul li:nth-child(5), #works #maincontents .s1 ul li:nth-child(6) {
  flex-basis: 49.9%;
}
@media (max-width: 870px) {
  #works #maincontents .s1 ul li:nth-child(5), #works #maincontents .s1 ul li:nth-child(6) {
    flex-basis: 49.8%;
  }
}
#works #maincontents .s2 {
  margin-bottom: 60px;
}
#works #maincontents .s2 h4 {
  background: url(../img/cursor.png) no-repeat left center;
  font-weight: normal;
  font-size: 20px;
  margin-top: 80px;
  margin-bottom: 10px;
  padding-left: 20px;
}
#works #maincontents .s2 h4:first-child {
  margin-top: 0;
}
#works #maincontents .s2 .tablewrap {
  width: 100%;
  overflow: auto;
}
@media (max-width: 850px) {
  #works #maincontents .s2 .tablewrap {
    overflow: scroll;
  }
}
#works #maincontents .s2 table {
  width: 100%;
  text-align: left;
  border: 1px 0 solid #999;
  margin-bottom: 20px;
}
@media (max-width: 850px) {
  #works #maincontents .s2 table {
    width: 1024px;
  }
}
#works #maincontents .s2 table th, #works #maincontents .s2 table td {
  vertical-align: middle;
  font-size: 14px;
}
#works #maincontents .s2 table th {
  padding: 10px 10px;
  font-weight: normal;
  background-color: #013366;
  color: #fff;
}
#works #maincontents .s2 table th:nth-child(1) {
  width: 33%;
}
#works #maincontents .s2 table th:nth-child(2) {
  width: 25%;
}
#works #maincontents .s2 table th:nth-child(3) {
  width: 17%;
}
#works #maincontents .s2 table th:nth-child(4) {
  width: 8%;
}
#works #maincontents .s2 table th:nth-child(5) {
  width: 16%;
}
#works #maincontents .s2 table td {
  border: 1px solid #a6a6a6;
  padding: 15px 7px 15px 7px;
  line-height: 160%;
}
#works #maincontents .s2 table td:first-child {
  border-left: none;
  padding-left: 10px;
}
#works #maincontents .s2 table td:last-child {
  border-right: none;
}
#works #maincontents .s2 table td:nth-child(4) {
  text-align: center;
}
#works #maincontents .s2 table td:nth-child(5) {
  width: 8%;
}
#works #maincontents .s2 table td:nth-child(6) {
  width: 8%;
}

/*#works*//*# sourceMappingURL=style.css.map */