@charset "UTF-8";
.wide-bg.lead::before {
  background: #ededed url(../img/bg_vis_pc.jpg) no-repeat center 0;
}

.lead-content_list {
  justify-content: center; 
}

.environment_wrap {
  display: flex;
  justify-content: space-between;
  width: 980px;
  max-width: 100%;
  margin: 55px auto 0;
  column-gap: 60px;
}

.environment_content {
  flex: 1;
}

.environment_content p {
  width: auto;
  margin: 0;
  padding: 0;
}

.environment_img {
  width: 358px;
  max-width: 100%;
}

.environment_img > img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.environment_carbon li {
  margin: 0;
}

.print .print_desc {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.7;
}

.print_list {
  width: 980px;
  max-width: 100%;
  margin: 0 auto;
  background-color: #f7f7f7;
  padding: 60px 55px;
  box-sizing: border-box;
}

.print_list:not(:first-of-type) {
  margin-top: 20px;
}

.print_list:first-of-type {
  margin-top: 55px;
}

.print_list p {
  padding: 0;
  margin: 0;
  width: auto;
}

.print_list_flex {
  display: flex;
  column-gap: 30px;
}

.print_list_left {
  flex: 1;
}

.print_list_left h3 {
  text-align: left;
}

.print_list_left p {
  text-align: left;
  margin-top: 20px;
}

.print_list_right {
  width: 86px;
}

.print_list_right img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.print_list_right .print_list_right_txt {
  font-size: 75%;
  margin: 0 auto;
  line-height: 1.1;
  text-align: center;
  margin-top: 10px;
}

.print_list .print_list_left_copy {
  color: #646464;
  font-size: 75%;
}

.print_list .print_list_btm {
  background-color: #fff;
  padding: 64px 60px;
  margin-top: 40px;
  display: flex;
  column-gap: 55px;
}

.print_list_btm_right h4 {
  font-size: 137.5%;
  line-height: 1;
  font-weight: bold;
}

.print_list_btm_right p {
  margin-top: 15px;
}

.print_list_btm_img {
  width: 295px;
  max-width: 100%;
}

.print_list_btm_img img,
.paperless_img img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;  
}

.paperless_img_wrap {
  width: 980px;
  max-width: 100%;
  margin: 20px auto 0;
  background-color: #fff;
  padding: 60px;
  box-sizing: border-box;
}

.paperless_img_wrap p {
  padding: 0;
  margin: 30px 0 0;
  width: auto;
  color: #646464;
  font-size: 75%;
}

@media screen and (max-width: 767px) {
  .wide-bg.lead::before {
    background: #ededed url(../img/bg_vis_sp.jpg) no-repeat center 0;
    background-position: center;
  }

  #environmental,
  #carbon,
  #print,
  #paperless {
    padding: 40px 20px;
  }

  .environment_wrap {
    width: auto;
    display: block;
    margin-top: 35px;
  }

  .sustainability-link_list {
    margin-top: 30px;
  }

  .environment_img {
    margin: 30px auto 0;
  }

  .print .print_desc {
    text-align: left;
    font-size: 18px;
  }

  .print_list {
    padding: 35px 20px;
    width: auto;
  }

  .print_list:first-of-type {
    margin-top: 30px;
  }

  .print_list_flex {
    display: block;
  }

  .print_list_right {
    display: flex;
    align-items: center;
    column-gap: 24px;
    width: 100%;
    margin-top: 14px;
  }

  .print_list_right .print_list_right_txt {
    text-align: left;
    margin: 0;
    font-size: 12px;
    line-height: 1.75;
  }

  .print_list:nth-of-type(2) .print_list_right {
    width: 86px;
  }

  .print_list .print_list_btm {
    display: block;
    padding: 35px 20px;
    margin-top: 30px;
  }

  .print_list_btm_right h4 {
    line-height: 1.6;
  }

  .print_list_btm_left {
    margin-top: 30px;
  }

  .print_list_btm_img {
    margin: 0 auto;
  }

  .paperless_img_wrap {
    width: 100%;
    padding: 35px 20px;
    margin-top: 30px;
  }

  .print_list_left p {
    margin-top: 15px;
  }

  .paperless_img {
    text-align: center;
  }
}