#environmental {
  scroll-margin-top: 100px;
}

#lca {
  scroll-margin-top: 180px;
}

.page-report__inner {
  display: flex;
  justify-content: space-between;
}
.page-report__head {
  max-width: 344px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.page-report__select-wrap {
  width: 162px;
  position: relative;
}
.page-report__select-wrap::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 32px;
  width: 12px;
  height: 12px;
  border-right: 1px solid #0C2D45;
  border-bottom: 1px solid #0C2D45;
  transform: rotate(45deg) translate(-50%, -50%);
}
.page-report__select {
  width: 162px;
  padding: 12px 32px;
  border: 1px solid #0C2D45;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  background-color: #FFF;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.page-report__body {
  width: calc(100% - 344px - 96px);
}
.page-report__item {
  border-radius: 8px;
}
.page-report__link {
  padding: 40px 64px;
  border-radius: 8px;
  display: flex;
  gap: 64px;
  color: inherit;
  text-decoration: none;
  transition: background-color 0.3s ease;
}
.page-report__link:hover {
  background-color: #F4F7FA;
}
.page-report__date {
  font-size: 16px;
  color: #444E69;
}
.page-report__sub-title {
  font-size: 16px;
  color: #222;
  text-decoration: underline;
  text-underline-offset: 2px;
  display: flex;
  align-items: center;
  gap: 16px;
}
.page-report__sub-title::after {
  content: url(../images/report/icon-pdf.svg);
  display: inline-block;
  width: 16px;
  height: 19px;
}
@media (max-width: 1024px) {
  .page-report__inner {
    flex-direction: column;
    gap: 40px;
  }
  .page-report__title {
    padding-bottom: 32px;
    border-bottom: 1px solid #0C2D45;
  }
  .page-report__head {
    max-width: 100%;
  }
  .page-report__body {
    width: 100%;
  }
  .page-report__link {
    padding: 40px 20px;
    flex-direction: column;
    gap: 24px;
  }
}
@media (max-width: 600px) {
  .page-report__title--ja {
    font-size: 28px;
  }
  .page-report__title--en {
    font-size: 12px;
  }
  .page-report__title--en::before {
    width: 16px;
    height: 16px;
  }
}
/*# sourceMappingURL=page-report.css.map */