@charset "UTF-8";
/*////////////////////////////////////////////////////

	変数、mixin、プレースホルダー 定義　適宜変更・追加すること

////////////////////////////////////////////////////*/
#saftyManagement {
  margin-top: -90px;
  padding-top: 90px;
}

.list-basic-01.inline > li {
  display: inline-block;
  margin-right: 20px;
}

.tbl-safty.type02 tr td {
  text-align: left;
}

.tbl-safty.type02 tr td a {
  display: block;
  margin-top: 10px;
}

.tbl-safty.type02 tr td a:first-child {
  margin-top: 0;
}

.tbl-safty.type02 tr td img {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 767px) {
  .tbl-safty.type02 tr td:last-child {
    padding-bottom: 30px;
  }
}

@media only screen and (min-width: 1024px) {
  .tbl-safty.type02 tr th:first-child {
    width: 15%;
    min-width: 175px;
  }
  .tbl-safty.type02 tr th:nth-child(2) {
    width: 10%;
  }
  .tbl-safty.type02 tr th:nth-child(3) {
    width: 45%;
  }
  .tbl-safty.type02 tr th:nth-child(4) {
    width: 30%;
  }
}

@media only screen and (max-width: 767px) {
  .tbl-safty.type02 tr th:first-child, .tbl-safty.type02 tr th:nth-child(2), .tbl-safty.type02 tr th:nth-child(3) {
    width: 100%;
  }
}

.vertical_cell {
  writing-mode: vertical-rl;
  text-orientation: upright;
  /* すべて縦方向に表示 */
  margin: auto;
}
/*# sourceMappingURL=style.css.map */