@charset "UTF-8";

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

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

.document_flex {
  display: flex;
  align-items: center;
  column-gap: 25px;
}

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

.document_left {
  flex: 1;
}

.document-list_right {
  text-align: center;
  width: 120px;
}

.document_wrap .document-list_right_txt {
  color: #646464;
  font-size: 75%;
  padding: 0;
}

@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;
  }

  .sustainability-wrap .document {
    padding: 40px 20px;
  }

  .document_wrap {
    width: auto;
    padding: 35px 20px;
    margin-top: 35px;
  }

  .document_flex {
    display: block;
  }

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

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

@media screen and (min-width: 768px) and (max-width: 1050px) {
  .document_wrap {
    width: auto;
  }
}