/* 品質管理方針 */
.quality_flex {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 50px;
}
.quality_flex .page_listheading {
  width: 100%;
}
.quality_flex--txt {
  max-width: calc(100% - 378px);
  @media screen and (max-width: 767px) {
    max-width: 100%;
  }
}
.quality_list {
  display: flex;
  gap: 20px 30px;
  margin: 20px 0 0;
  flex-wrap: wrap;
  li {
    max-width: 279px;
  }
}
.quality .figure_list {
  justify-content: space-between;
  margin: 30px auto;
  img {
    border: 1px solid #ccc;
  }
  @media screen and (max-width: 767px) {
    justify-content: flex-start;
  }
}
.quality_list .bullet_list {
  margin-bottom: 1em;
}
.quality_list .bullet_list li {
  padding-bottom: 0.5em;
  line-height: 1.5;
}
.quality_list .bold_txt {
  padding-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  .quality_list {
    gap: 20px 10px;
    li {
      max-width: 100%;
      width: 100%;
    }
  }
  .quality_list--logo {
    max-width: 90px;
    width: auto;
  }
  .quality_list--logo.iso {
    max-width: calc(100% - 100px);
    max-height: 123px;
    width: auto;
    img {
      height: 100%;
      width: auto;
    }
  }
}
.quality_list--title {
  font-size: var(--font-18);
  padding-bottom: 0.25em;
  margin-bottom: 0.5em;
  border-bottom: 1px solid var(--main-color);
}
.flex_txtbox {
  max-width: 468px;
}

/* SDGsへの取り組み */
.table_outer {
  overflow-x: auto;
}
.table_3column {
  width: auto;
  font-size: var(--font-14);
}
.table_3column td {
  min-width: 150px;
  padding: 0.75em;
  vertical-align: top;
  line-height: 1.5;
}
.table_3column td:has(.bullet_list) {
  padding-left: 0.5em;
}
.table_head th img {
  min-width: 65px;
}
.table_3column .bullet_list {
  margin-bottom: 0;
}
.table_3column .bullet_list li:last-child {
  padding-bottom: 0;
}

.table_head tr:not(:last-child) {
  border-bottom: 1px solid var(--main-color);
}
.table_head th:not(:last-child) {
  border-right: 1px solid var(--main-color);
}
.table_head th {
  width: 184px;
  background: #80C7CC;
  vertical-align: middle;
  color: #000;
}
.table_head th.sdgs_icon {
  width: 100px;
  padding: 1em;
  background: #fff;
  border-right: 1px solid var(--main-color);
}
.sdgs_icon {
  padding: 1em;
  background: #fff;
  border-right: 1px solid var(--main-color);
}
.table_head {
  border-bottom: 1px solid var(--main-color);
}
.table_3column td {
  background: none;
}