@charset "UTF-8";

/*****************************
torque-machinery1
*****************************/
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .torque-machinery1 .flexbox2 {
    gap: 1rem;
  }
}

/*****************************
torque-machinery2
*****************************/
.torque-machinery2 .tblbox1 {
  margin-bottom: 5rem;
}
.torque-machinery2 .tblbox1 table {
  width: 100%;
}
.torque-machinery2 .tblbox1 table th,
.torque-machinery2 .tblbox1 table td {
  background: rgb(0,0,0,.3);
  border: 1px solid #ccc;
  padding: 1rem;
  text-align: left;
  vertical-align: middle;
}
.torque-machinery2 .tblbox1 table tr:nth-child(1) td {
  text-align: center;
}
.torque-machinery2 .tblbox1 table th {
  background: #8FC224;
  border-bottom: 1px solid #ccc;
  color: #fff;
}
.torque-machinery2 .tblbox1 table tr:last-child th {
  border-bottom: 1px solid #ccc;
}

.torque-machinery2 .tblbox2 .img {
  text-align: center;
}
.torque-machinery2 .tblbox2 table {
  width: 100%;
}
.torque-machinery2 .tblbox2 table th,
.torque-machinery2 .tblbox2 table td {
  background: rgb(0,0,0,.3);
  border: 1px solid #ccc;
  padding: 1rem;
  text-align: left;
  vertical-align: middle;
}
.torque-machinery2 .tblbox2 table th {
  background: #8FC224;
}
.torque-machinery2 .tblbox2 table .head {
  background: #2f2f2f;
  color: #ccc;
  text-align: center;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
  .torque-machinery2 .tblbox1 table {
    width: 770px;
  }
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .torque-machinery2 .tblbox2 table {
    width: 500px;
  }
  .torque-machinery2 .tblbox1 tbody th {
    position: sticky;
    left: 0;
  }
  .torque-machinery2 .tblbox1 thead th::before,
  .torque-machinery2 .tblbox1 tbody th::before {
    border-top: 1px solid #ccc;
    border-left: 1px solid #CCD6DA;
    content: '';
    position: absolute;
    top: -1px;
    left: -1px;
    height: 100%;
    width: 100%;
  }
}
