@charset "UTF-8";
/* =================================================================================================

　ISO認証について

================================================================================================= */
/* CSS Document */
/* ----------------------------------------------------------------------------
　ページタイトル
---------------------------------------------------------------------------- */
#page_title {
  background: url("/img/sustainability/iso/page_title.png") right -1rem top 50% no-repeat;
  background-size: auto 100%;
}

.column {
  margin-bottom: 3rem;
}

.column .table_style01 {
  width: 95%;
  margin: 0 auto;
}
@media screen and (max-width: 592px) {
  .column .table_style01 {
    width: 100%;
  }
}

.column .table_style01 table th:nth-child(1) {
  width: 32%;
}
.column .table_style01 table th:nth-child(2) {
  width: 27%;
}
.column .table_style01 table th:nth-child(3) {
  width: 22%;
}
.column .table_style01 table th:nth-child(4) {
  width: 19%;
}

.column .table_style01 table td:nth-child(3) {
  font-size: 0.875rem;
}

.column .table_style01 table td ul li {
  padding-left: 1em;
  text-indent: -1em;
}