@charset "UTF-8";
/**
* サプライチェーンでのサステナビリティ推進
*/


/* ==========================================================================
レイアウト
========================================================================== */
#index-company-action-supplychain .full-box {
  width: 1024px;
  margin-bottom: -25px;
}
@media screen and (max-width: 767px) {
  #index-company-action-supplychain .full-box {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
    width: 100%;
  }
}

#index-company-action-supplychain .two-column-tables {
  display: flex;
  justify-content: space-between;
  /* overflow: auto; */
}
#index-company-action-supplychain .two-column-table {
  width: 480px;
}

/* .img-c {
  margin: 0;
  text-align: center;
}

.item-wrap .img-r {
  margin: 0 0 0 20px;
  max-width: 350px;
}
@media screen and (max-width: 767px) {
  .item-wrap .img-r {
    float: none;
    margin: 0 0 20px 0;
    text-align: center;
  }
}

.note-mark {
  font-size: 70%;
  vertical-align: top;
}

@media screen and (max-width: 767px) {
  .btn-text.column2 > li {
    display: block;
    margin: 0 auto;
  }
  .btn-text.column2 > li + li {
    margin-top: 20px;
  }
} */


/* ==========================================================================
見出し
========================================================================== */
#index-company-action-supplychain .title-lv4 {
  background-color: #0068B4;
  color: #fff;
  font-size: 107.69231%;
  font-weight: bold;
  line-height: 1.4;
  padding: 8px 20px;
  text-align: center;
}


/* ==========================================================================
リスト
========================================================================== */
#index-company-action-supplychain .dot-list > li {
  padding-left: 11px;
  text-indent: -11px;
}
#index-company-action-supplychain .dot-list > li::before {
  display: inline-block;
  position: relative;
  top: -4px;
  margin-right: 7px;
  content: '';
  width: 2px;
  height: 2px;
  border-radius: 3px;
  background-color: #222;
}

/* ==========================================================================
テキスト装飾
========================================================================== */
#index-company-action-supplychain .catch {
  font-size: 107.69231%;
  font-weight: bold;
  margin-bottom: 10px;
}


/* ==========================================================================
表
========================================================================== */
#index-company-action-supplychain .side-scroll-wrap {
  overflow: auto;
}
#index-company-action-supplychain .side-scroll {
  min-width: 984px;
  overflow-x: auto;
}

#index-company-action-supplychain .table-layout {
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  margin: 0 auto;
  border: 3px solid #d9d9d9;
  width: 100%;
}
#index-company-action-supplychain .table-layout th {
  padding: 10px;
  background: #f2f2f2;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  color: #333;
  font-weight: bold;
  text-align: left;
  width: 210px;
}
#index-company-action-supplychain .table-layout.w-auto th {
  width: auto;
}
#index-company-action-supplychain .table-layout td {
  font-size: 100%;
  padding: 7px 10px;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  text-align: left;
}

#index-company-action-supplychain .text-center th,
#index-company-action-supplychain .text-center td {
  text-align: center;
}
