  @charset "UTF-8";
.sustaina_page {
  margin: 48px 0;
}
.sustaina_page .sdgs {
  margin: 64px 0 48px;
}
.sustaina_page .sdgs-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.25em;
  border-top: 1px solid #3651A8;
  border-bottom: 1px solid #3651A8;
  margin-bottom: 40px;
}
.sustaina_page .sdgs-ttl b {
  display: block;
  background: #3651A8;
  color: #fff;
  padding: 4px 16px;
  text-align: center;
  font-size: 1.5em;
}
.sustaina_page .sdgs-ttl span {
  display: block;
  padding: 0 0 0 24px;
}
.sustaina_page .sdgs-icon-lst {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
}
.sustaina_page .sdgs-icon-lst li {
  width: 12.5%;
  margin-left: 2.5%;
}
.sustaina_page .sdgs-icon-lst li:first-child {
  margin-left: 0;
}
.sustaina_page .sdgs-txt-lst {
  margin-bottom: 40px;
}
.sustaina_page .sdgs-txt-lst li {
  margin: 0 0 4px 0;
}
.sustaina_page .sdgs-txt-lst li::before {
  content: "●";
  padding-right: 4px;
  color: #3651A8;
}
.sustaina_page .sdgs-sub-ttl {
  color: #3651A8;
  font-size: 1.25em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 24px;
}
.sustaina_page .sdgs-sub-ttl::after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 1px;
  background: #3651A8;
  margin: 0 0 0 24px;
}
.sustaina_page .sdgs-ex-lst {
  margin-bottom: 40px;
  padding-left: 1.5em;
}
.sustaina_page .sdgs-ex-lst li {
  margin: 0 0 4px 0;
  position: relative;
}
.sustaina_page .sdgs-ex-lst li::before {
  content: "◆";
  padding-right: 4px;
  color: #9AA8D3;
  position: absolute;
  left: -1.5em;
  top: 0;
}

.sustaina_page .sdgs-ex-lst .partnership_logo {
    position: absolute;
    right: 250px;
    bottom: 160px;
}

.sustaina_page h4 {
    padding: 0.8em 0;
    border-bottom: 1px solid #ccc;
        margin: 1.5em 0 1em 0;
}

.sustaina_page .number {
	padding:0.8em 0 0 1em;
	text-indent:-1em;

}

.sustaina_page__photos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.sustaina_page__photos li {
  width: 47.5%;
  margin-bottom: 48px;
}
.sustaina_page__photos li figure {
  line-height: 1;
}
.sustaina_page__photos li video {
  width: 100%;
  height: auto;
}
.sustaina_page__photos li h3 {
  margin: 8px 0 16px;
}
.sustaina_page__photos li h3::before {
  content: "◆";
  padding-right: 4px;
  color: #9AA8D3;
}
.sustaina_page__photos li h4 {
  font-size: 1.125em;
  margin: 8px 0 16px;
}

.sustaina_page__videos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.sustaina_page__videos li {
  width: 47.5%;
  margin-bottom: 48px;
}

.sustaina_page__videos li.imgmonta {
    text-align: center;
    position: relative;
}

.sustaina_page__videos li.imgmonta p {
    position: absolute;
    top: 20%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.sustaina_page__videos li.imgmonta img {
    width:37%;
}

.sustaina_page__solar {
  margin: 24px 0;
}
.sustaina_page__solar-ttl {
  font-size: 1.25em;
  margin-bottom: 24px;
}
.sustaina_page__solar-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.sustaina_page__solar-group li {
  width: 32%;
  margin: 0 2% 2.5% 0;
  text-align: center;
}
.sustaina_page__solar-group li:nth-child(3n) {
  margin-right: 0;
}
.sustaina_page__solar-group li a {
  display: block;
  color: #222;
  border: 1px solid #222;
  padding: 16px 0;
}

.sustaina_page__tcfd-ttl {
  font-size: 1.25em;
  margin-bottom: 24px;
}

.sustaina_page__tcfd-subttl {
  font-size: 1em;
  margin: 1.9em 0 0.5em 0;
}

.sustaina_page__tcfd-table {
  margin: 64px 0;
}
.sustaina_page__tcfd-table table {
  width: 100%;
}
.sustaina_page__tcfd-table table tr th,
.sustaina_page__tcfd-table table tr td {
  font-size: 0.875em;
}
.sustaina_page__tcfd-table table tr th {
  background: #c2cae5;
  padding: 0.5em;
  text-align: center;
  font-weight: bold;
  border: 1px solid #aaa;
  vertical-align: middle;
}
.sustaina_page__tcfd-table table tr td {
  padding: 16px;
  border: 1px solid #aaa;
  vertical-align: middle;
}

.sustaina_page__tcfd-table th.vertical-text{
  /*writing-mode: vertical-rl;
  vertical-align: middle;
  text-align: center;*/
  width:1%;
}






.sustaina_page__tcfd-scenario-table {
  margin: 64px 0;
}
.sustaina_page__tcfd-scenario-table table {
  width: 100%;
}
.sustaina_page__tcfd-scenario-table table tr th,
.sustaina_page__tcfd-scenario-table table tr td {
  font-size: 0.875em;
}
.sustaina_page__tcfd-scenario-table table tr th {
  background: #c2cae5;
  padding: 0.5em;
  text-align: center;
  font-weight: bold;
  border: 1px solid #aaa;
  vertical-align: middle;
}
.sustaina_page__tcfd-scenario-table table tr td {
  padding: 16px;
  border: 1px solid #aaa;
  vertical-align: middle;
}

.sustaina_page__tcfd-scenario-table th.vertical-text{
  writing-mode: vertical-rl;
  vertical-align: middle;
  text-align: center;
}



.sustaina_page__tcfd-co2-table {
  margin: 64px 0;
}
.sustaina_page__tcfd-co2-table table {
  width: 100%;
}
.sustaina_page__tcfd-co2-table table tr th,
.sustaina_page__tcfd-co2-table table tr td {
  font-size: 0.875em;
}
.sustaina_page__tcfd-co2-table table tr th {
  background: #c2cae5;
  padding: 0.4em;
  text-align: center;
  font-weight: bold;
  border: 1px solid #aaa;
  vertical-align: middle;
  font-size: 0.8em;
}
.sustaina_page__tcfd-co2-table table tr td {
  padding: 16px;
  border: 1px solid #aaa;
  vertical-align: middle;
  text-align: right;
}


.sustaina_page .tcfd-note-center{
  text-align: center;
  font-size: 1em;
  padding:0.5em 0;
  line-height:1.5;
}


.lightbox .lb-outerContainer {
width:1100px !important;
height:1070px !important;
}


.lightbox .lb-image {
width:1100px !important;
height:1070px !important;
}



.safety-innner {
}

.safety-innner li {
list-style:none;
}

.anzen-dimensions {
    width: 942px;
    height: 436px;
}

.sustaina_page__safety-outline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 48px 0 64px;
}
.sustaina_page__safety-outline-block {
  width: 47.5%;
}
.sustaina_page__safety-outline-block h4 {
  font-size: 1em;
  background: #c2cae5;
  margin-bottom: 24px;
  padding: 12px 24px;
}
.sustaina_page__safety-outline-block ul li {
  font-size: 0.875em;
  padding: 12px 16px;
  border-bottom: 1px dotted #ccc;
}
.sustaina_page__event-table {
  margin: 64px 0;
}
.sustaina_page__event-table table {
  width: 100%;
}
.sustaina_page__event-table table tr th,
.sustaina_page__event-table table tr td {
  font-size: 0.875em;
}
.sustaina_page__event-table table tr th {
  background: #c2cae5;
  padding: 16px 0;
  text-align: center;
  font-weight: bold;
  border: 1px solid #aaa;
  width: 20%;
  vertical-align: middle;
}
.sustaina_page__event-table table tr td {
  padding: 16px;
  border: 1px solid #aaa;
}
.sustaina_page .btn a {
  max-width: 480px;
  display: block;
  border: 1px solid #222;
  margin: auto;
  color: #222;
  position: relative;
  padding: 16px 0;
  text-align: center;
  font-size: 0.875em;
}
.sustaina_page .btn a::after {
  content: "";
  width: 4px;
  height: 4px;
  border-right: 1px solid #222;
  border-top: 1px solid #222;
  position: absolute;
  right: 16px;
  top: 50%;
  margin-top: -2px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.sustaina_page__access-ttl {
  font-size: 1.125em;
  margin: 24px 0 8px;
}
.sustaina_page__access-address {
  display: block;
}
.sustaina_page__access-googlemap {
  margin: 24px 0 8px;
}
.sustaina_page__access-googlemap iframe {
  width: 100%;
  height: 450px;
}

.sustainability_nav-btn a {
  display: block;
  text-align: center;
  padding: 24px 0;
  background: #f2f2f2;
  border: 1px solid #ccc;
  color: #3651A8;
  font-weight: bold;
  font-size: 1.125em;
  position: relative;
}
.sustainability_nav-btn a::after {
  content: "";
  width: 4px;
  height: 4px;
  border-right: 1px solid #3651A8;
  border-top: 1px solid #3651A8;
  position: absolute;
  right: 16px;
  top: 50%;
  margin-top: -2px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sustainability_nav-btn.icon_pdf a:after {
  content: url(/images/common/icon_pdf.png) ;
  width: 0;
  height: 0;
  border-right: none;
  border-top:none;
  position: absolute;
  right: 28px;
  top: 43%;
  margin-top: -2px;
  -webkit-transform: rotate(45deg);
  display: inline-block;
  vertical-align: middle;
  transform: scale(0.3);
}


@media screen and (max-width: 767px) {
  .sustaina_page {
    margin: 24px 0;
  }
  .sustaina_page .sdgs {
    margin: 48px 0 24px;
  }
  .sustaina_page .sdgs-ttl {
    margin-bottom: 24px;
    font-size: 1em;
  }
  .sustaina_page .sdgs-ttl b {
    font-size: 1.25em;
  }
  .sustaina_page .sdgs-icon-lst {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .sustaina_page .sdgs-icon-lst li {
    width: 22.5%;
    margin-left: 2.5%;
    margin-bottom: 1.25%;
  }
  .sustaina_page .sdgs-icon-lst li:first-child {
    margin-left: 0;
  }
  .sustaina_page .sdgs-icon-lst li:nth-child(5) {
    margin-left: 0;
  }
  .sustaina_page .sdgs-txt-lst li {
    font-size: 0.875em;
  }
  .sustaina_page .sdgs-sub-ttl {
    font-size: 1em;
  }
  .sustaina_page .sdgs-ex-lst li {
    font-size: 0.875em;
  }
  .sustaina_page__photos li h3 {
    font-size: 0.75em;
  }
  .sustaina_page__photos li h4 {
    font-size: 0.75em;
  }
  .sustaina_page__videos li {
  width: 100%;
}

.sustaina_page__videos li.imgmonta {
    position: initial;
}

.sustaina_page__videos li.imgmonta p {
    position: initial;
}
  
  

.anzen-dimensions,.koatu-dimensions,.hikikomi-dimensions,.teiatu-dimensions,.kanden-dimensions,.kousyo-dimensions,.anzentai-dimensions,.kyatatu-dimensions,.hasigo-dimensions,.dentyu-dimensions,.kousyo-dimensions,.sengen-dimensions,.tuiraku-dimensions,.kiken-dimensions{
  width: 100%;
height:200px;
}


  .sustaina_page__solar-ttl {
    font-size: 1em;
  }
  .sustaina_page__solar-group {
    display: block;
  }
  .sustaina_page__solar-group li {
    width: auto;
    margin: 0 0 5% 0;
    font-size: 0.875em;
  }
  .sustaina_page__solar-group li:nth-child(3n) {
    margin: 0 0 5% 0;
  }
  .sustaina_page__safety-outline {
    display: block;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 16px 0 24px;
  }
  .sustaina_page__safety-outline-block {
    width: auto;
    margin: 48px 0;
  }
  .sustaina_page__safety-outline-block h4 {
    font-size: 1em;
    background: #c2cae5;
    margin-bottom: 16px;
    padding: 8px 16px;
  }
  .sustaina_page__safety-outline-block ul li {
    padding: 16px;
  }
  .sustaina_page__event-table {
    margin: 24px 0;
  }
  .sustaina_page__event-table table tr th,
.sustaina_page__event-table table tr td {
    font-size: 0.75em;
  }
  .sustaina_page .btn {
    margin: 0 5%;
  }
  .sustaina_page__access-ttl {
    font-size: 1em;
  }
  .sustaina_page__access-googlemap iframe {
    height: 250px;
  }
}
.products_idx__lst {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 64px 0 48px;
}
.products_idx__lst li {
  width: 47.5%;
  margin-bottom: 40px;
  text-align: center;
}
.products_idx__lst li figure {
  margin-bottom: 16px;
}
.products_idx__lst li h3 {
  font-size: 1.125em;
  margin-bottom: 8px;
}
.products_idx__lst li .tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.products_idx__lst li .tag i {
  display: block;
  font-style: normal;
  color: #3651A8;
  background: #c2cae4;
  position: relative;
  margin: 0 0 0 24px;
  padding: 2px 8px;
}
.products_idx__lst li .tag i::before {
  content: "×";
  background: none;
  position: absolute;
  top: 50%;
  left: -16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.products_idx__lst li .tag i:first-child {
  margin: 0;
}
.products_idx__lst li .tag i:first-child::before {
  content: none;
}

.products_idx_slider {
  background: #9aa7d3;
}
.products_idx_slider .btn {
  margin: 64px 0;
}
.products_idx_slider .btn a {
  max-width: 480px;
  display: block;
  border: 1px solid #222;
  margin: auto;
  color: #222;
  position: relative;
  padding: 16px 0;
  text-align: center;
  font-size: 0.875em;
}
.products_idx_slider .btn a::after {
  content: "";
  width: 4px;
  height: 4px;
  border-right: 1px solid #222;
  border-top: 1px solid #222;
  position: absolute;
  right: 16px;
  top: 50%;
  margin-top: -2px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.products_idx_slider .swiper-container {
  overflow: hidden;
  padding: 0 70px;
}
.products_idx_slider .swiper-wrapper .swiper-slide figure {
  margin-bottom: 12px;
}
.products_idx_slider .swiper-wrapper .swiper-slide h3 {
  margin-bottom: 8px;
}
.products_idx_slider .swiper-wrapper .swiper-slide p {
  font-size: 0.875em;
  margin-bottom: 4px;
}
.products_idx_slider .swiper-wrapper .swiper-slide .tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.products_idx_slider .swiper-wrapper .swiper-slide .tag i {
  font-style: normal;
  font-size: 0.875em;
  display: block;
  margin-left: 16px;
}
.products_idx_slider .swiper-wrapper .swiper-slide .tag i::before {
  content: "◆";
  padding-right: 4px;
  color: #3651A8;
}
.products_idx_slider .swiper-wrapper .swiper-slide .tag i:first-child {
  margin-left: 0;
}
.products_idx_slider .swiper-button-prev {
  position: absolute;
  top: 50%;
  left: 0px;
  margin-top: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(/images/common/prev.png) no-repeat;
  background-size: 100% auto;
  width: 48px;
  height: 48px;
}
.products_idx_slider .swiper-button-next {
  position: absolute;
  top: 50%;
  right: 0px;
  margin-top: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(/images/common/next.png) no-repeat;
  background-size: 100% auto;
  width: 48px;
  height: 48px;
}

.products_page {
  margin: 48px 0;
}
.products_page__photos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.products_page__photos.flex-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.products_page__photos.border {
  border-bottom: 1px solid #ccc;
}
.products_page__photos li {
  width: 47.5%;
  margin-bottom: 48px;
}
.products_page__photos li h3 {
  margin: 8px 0 16px;
}
.products_page__photos li h3::before {
  content: "◆";
  padding-right: 4px;
  color: #9AA8D3;
}
.products_page__equip {
  margin: 48px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.products_page__equip-block {
  width: 47.5%;
  margin-bottom: 24px;
}
.products_page__equip-block-ttl {
  background: #3651A8;
  color: #fff;
  padding: 4px 16px;
  font-size: 1.25em;
}
.products_page__equip-block-lst {
  margin: 24px 0;
  padding: 0 8px;
}
.products_page__equip-block-lst li {
  margin: 0 0 8px 0;
  font-size: 0.875em;
}
.products_page__equip-block-lst li::before {
  content: "◆";
  padding-right: 4px;
  color: #9AA8D3;
}
.products_page__equip-nav {
  width: 47.5%;
  margin-bottom: 24px;
}
.products_page__equip-nav a {
  display: block;
  background: #3651A8;
  color: #fff;
  padding: 12px 16px;
  font-size: 1.25em;
  position: relative;
  line-height: 1.25;
}
.products_page__equip-nav a:after {
  content: "";
  width: 4px;
  height: 4px;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  position: absolute;
  right: 16px;
  top: 50%;
  margin-top: -2px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.products_page__equip-nav a small {
  display: inline-block;
}
.products_page__works {
  margin: 48px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.products_page__works li {
  width: 47.5%;
  margin: 0 0 48px 0;
}
.products_page__works li figure {
  margin-bottom: 12px;
}
.products_page__works li figure img {
  width: 100%;
  height: auto;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
.products_page__works li figure img.lazyload {
  opacity: 0;
}
.products_page__works li figure img.lazyloaded {
  opacity: 1;
}
.products_page__works li h3 {
  margin-bottom: 8px;
}
.products_page__works li p {
  font-size: 0.875em;
  margin-bottom: 4px;
  font-weight: bold;
}
.products_page__works li .tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.products_page__works li .tag i {
  font-style: normal;
  font-size: 0.875em;
  display: block;
  margin-left: 16px;
}
.products_page__works li .tag i::before {
  content: "◆";
  padding-right: 4px;
  color: #9AA8D3;
}
.products_page__works li .tag i:first-child {
  margin-left: 0;
}
.products_page__btn {
  text-align: center;
}
.products_page__btn a {
  background: #D5D5D5;
  color: #222;
  display: block;
  max-width: 480px;
  margin: auto;
  padding: 12px 0;
  border-radius: 48px;
  position: relative;
}
.products_page__btn a::after {
  content: "";
  width: 4px;
  height: 4px;
  border-right: 1px solid #222;
  border-top: 1px solid #222;
  position: absolute;
  right: 16px;
  top: 50%;
  margin-top: -2px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.products_page__btn.second {
  margin: 24px 0 0 0;
}
.products_page__btn_2column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.products_page__btn_2column li {
  text-align: center;
  width: 47.5%;
}
.products_page__btn_2column li a {
  background: #D5D5D5;
  color: #222;
  display: block;
  max-width: 80%;
  margin: auto;
  padding: 12px 0;
  border-radius: 48px;
  position: relative;
}
.products_page__btn_2column li a::after {
  content: "";
  width: 4px;
  height: 4px;
  border-right: 1px solid #222;
  border-top: 1px solid #222;
  position: absolute;
  right: 16px;
  top: 50%;
  margin-top: -2px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.products_page .pfi__page-photo {
  margin: 48px 0 16px;
}
.products_page .pfi__page-lead {
  line-height: 2.25;
}
.products_page .pfi__page-ttl {
  margin: 48px 0 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.products_page .pfi__page-ttl-txt {
  width: 50%;
  background: #3651A8;
  color: #fff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.5em;
}
.products_page .pfi__page-ttl-thumbnail {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.products_page .pfi__page-sub {
  color: #3651A8;
  padding-left: 16px;
  border-left: 4px solid #3651A8;
  font-size: 1.5em;
  margin: 64px 0 24px;
  position: relative;
}
.products_page .pfi__page-table {
  margin: 40px 0 80px;
}
.products_page .pfi__page-table table {
  width: 100%;
}
.products_page .pfi__page-table table tr th, .products_page .pfi__page-table table tr td {
  border: 1px solid #585858;
  padding: 12px 24px;
  font-size: 0.875em;
}
.products_page .pfi__page-table table tr th {
  background: #B1BAD9;
  width: 20%;
}
.products_page .pfi__page-ecotable {
  margin: 40px 0 80px;
}
.products_page .pfi__page-ecotable table {
  width: 100%;
  margin-bottom: 8px;
}
.products_page .pfi__page-ecotable table tr th, .products_page .pfi__page-ecotable table tr td {
  border: 1px solid #585858;
  padding: 12px 24px;
  font-size: 0.875em;
}
.products_page .pfi__page-ecotable table tr th {
  background: #B1BAD9;
}
.products_page .pfi__page-ecotable .right {
  font-size: 0.875em;
}

.page__worksnav {
  padding: 40px 5%;
  background: #f2f2f2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 40px 0 80px;
}
.page__worksnav-ttl {
  color: #3651A8;
  width: 25%;
  text-align: center;
  font-size: 1.25em;
}
.page__worksnav-lst {
  width: 75%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-left: 1px solid #666;
  padding-left: 5%;
}
.page__worksnav-lst li {
  text-align: center;
  width: 16.6666%;
}
.page__worksnav-lst li a {
  display: block;
  color: #222;
  padding: 8px 0;
  position: relative;
}
.page__worksnav-lst li a::after {
  content: "";
  width: 4px;
  height: 4px;
  border-right: 1px solid #222;
  border-top: 1px solid #222;
  position: absolute;
  right: 16px;
  top: 50%;
  margin-top: -2px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  top: 45%;
}

#jinzaiikusei {
    margin: 24px 0 30px 0;
}


@media screen and (max-width: 767px) {
  .products_idx__lst {
    margin: 48px 0 24px;
  }
  .products_idx__lst li {
    margin-bottom: 24px;
  }
  .products_idx__lst li h3 {
    font-size: 0.875em;
    margin-bottom: 16px;
  }
  .products_idx__lst li .tag i {
    font-size: 0.75em;
  }
  .products_idx_slider .btn {
    margin: 7.5% 5%;
  }
  .products_idx_slider .btn a {
    max-width: inherit;
  }
  .products_idx_slider .swiper-container {
    overflow: visible;
    padding: 0 16px;
  }
  .products_idx_slider .swiper-wrapper .swiper-slide h3 {
    font-size: 0.875em;
  }
  .products_idx_slider .swiper-wrapper .swiper-slide p {
    font-size: 0.75em;
  }
  .products_idx_slider .swiper-wrapper .swiper-slide .tag i {
    font-size: 0.75em;
  }
  .products_idx_slider .swiper-button-prev {
    left: -20px;
    width: 30px;
    height: 30px;
  }
  .products_idx_slider .swiper-button-next {
    right: -20px;
    width: 30px;
    height: 30px;
  }

  .products_page {
    margin: 48px 0;
  }
  .products_page__photos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .products_page__photos li {
    width: 47.5%;
    margin-bottom: 40px;
  }
  .products_page__photos li h3 {
    margin: 8px 0 16px;
    font-size: 0.75em;
  }
  .products_page__photos li h3::before {
    content: "◆";
    padding-right: 4px;
    color: #9AA8D3;
  }
  .products_page__equip {
    margin: 48px 0 0;
    display: block;
  }
  .products_page__equip-block {
    width: auto;
    margin-bottom: 48px;
  }
  .products_page__equip-block-ttl {
    background: #3651A8;
    color: #fff;
    padding: 4px 16px;
    font-size: 1em;
  }
  .products_page__equip-block-lst {
    margin: 24px 0;
    padding: 0 8px;
  }
  .products_page__equip-block-lst li {
    margin: 0 0 8px 0;
    font-size: 0.75em;
  }
  .products_page__equip-nav {
    width: auto;
    margin-bottom: 16px;
  }
  .products_page__equip-nav a {
    font-size: 1em;
  }
  .products_page__works {
    margin: 48px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .products_page__works li h3 {
    font-size: 0.875em;
  }
  .products_page__works li p {
    font-size: 0.75em;
  }
  .products_page__works li .tag i {
    font-size: 0.75em;
  }
  .products_page__btn a {
    max-width: inherit;
    font-size: 0.875em;
  }
  .products_page__btn_2column {
    display: block;
  }
  .products_page__btn_2column li {
    width: auto;
    margin-bottom: 16px;
  }
  .products_page__btn_2column li a {
    max-width: inherit;
  }
  .products_page .pfi__page-photo {
    margin: 24px 0 16px;
  }
  .products_page .pfi__page-ttl {
    margin: 24px 0 16px;
    display: block;
  }
  .products_page .pfi__page-ttl-txt {
    width: auto;
    font-size: 1em;
    padding: 8px 0;
  }
  .products_page .pfi__page-ttl-thumbnail {
    width: auto;
    display: block;
  }
  .products_page .pfi__page-sub {
    font-size: 1.15em;
    margin: 48px 0 16px;
  }
  .products_page .pfi__page-table {
    margin: 24px 0 48px;
  }
  .products_page .pfi__page-table table {
    width: 100%;
  }
  .products_page .pfi__page-table table tr th {
    width: 35%;
  }
  .products_page .pfi__page-ecotable {
    margin: 24px 0 48px;
  }
  .products_page .pfi__page-ecotable table {
    width: 100%;
  }
  .page__worksnav {
    padding: 7.5% 5%;
    display: block;
    margin: 24px 0;
  }
  .page__worksnav-ttl {
    width: auto;
    font-size: 1em;
  }
  .page__worksnav-lst {
    width: auto;
    border-left: none;
    padding-left: 0;
    margin-top: 12px;
  }
  .page__worksnav-lst li {
    width: 25%;
  }
  .sustaina_page .sdgs-ex-lst .partnership_logo {
    position: static;
}
.table-scroll-x{
   overflow-x:scroll;
}
}

section#Promotion-system img {
    margin: 2em;
}
@media screen and (max-width: 767px) {
    section#Promotion-system img {
        margin: 1em 0 0 0;
    }
}

section#health_productivity2024 p {
    margin-bottom: 1em;
}

.tcfd-p01 {
    margin-top: 30px;
    text-indent: -1em;
    padding-left: 1em;
}