@charset "UTF-8";
.p-page .l-main {
  padding-top: 140px;
  padding-bottom: 10px;
}
.p-recycle-report .l-inner.inner--recycle {
  padding-bottom: 120px;
}
.p-recycle-report .page__title--en::before {
  background: linear-gradient(to right, #ffffff 15%, transparent 15%, transparent 85%, #ffffff 85%);
}
.page__title {
  margin-bottom: 40px;
}
.page__catch {
  color: #ffffff;
  font-size: 2.8rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.75;
  margin-bottom: 40px;
  letter-spacing: 0.1rem;
}
.page__text {
  font-size: 1.6rem;
  color: #ffffff;
  margin-bottom: 80px;
}
.recycle__title {
  margin: 0 auto 20px;
  max-width: 335px;
}
.recycle__title-sub {
  font-size: 1.8rem;
  margin-left: 30px;
  position: relative;
  display: inline-block;
  padding: 0 8px;
}
.recycle__title-sub::before,
.recycle__title-sub::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 12px;
  height: 2px;
  background-color: currentColor;
}
.recycle__title-sub::before {
  left: 0;
  transform: translateX(-100%) translateY(-50%);
}
.recycle__title-sub::after {
  right: 0;
  transform: translateX(100%) translateY(-50%);
}
.recycle__text {
  font-size: 1.8rem;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 40px;
  text-align: center;
  letter-spacing: 0.1rem;
}
.recycling__score-graph {
  width: 290px;
  margin: 0 auto 20px;
  transform: translateX(12px);
}
.recycle-result__table-wrap {
  margin-bottom: 30px;
}
.recycle-result__table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
}
.recycle-result__table.table--last {
  margin-bottom: 0px;
}
.table__title {
  text-align: center;
  color: #fff;
  border-bottom: 1px solid #fff;
  padding-bottom: 4px;
}
.table__list-title-unit {
  border-bottom: 1px dotted #fff ;
}
.table__list-title-unit.list--noborder {
  border-bottom: none;
}
.table__list-title {
  text-align: center;
  width: 33%;
  padding: 5px 0;
  font-weight: normal;
}
.list__title--accent {
  background-color: #fff;
  color: #009FE8;
  border-radius: 25px;
  padding: 0 8px;
}
.list__title--accent-02 {
  display: inline-block;
  width: 100px;
  background-color: #fff;
  color: #009FE8;
  border-radius: 25px;
}
.table__list-item-unit {
  border-bottom: 1px solid #fff ;
}
.table__list-item-unit.item-unit--last {
  border-bottom: none ;
}
.table__list-item {
  padding: 5px 0;
  line-height: 1.5;
}
.table__list-title.total-result {
  padding: 13px 0 0;
}
.table__notes {
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
  margin-top: 15px;
}
.after-recycling__container {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 30px 20px;
  margin-bottom: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.after-recycling__container.recycling-container--last {
  margin-bottom: 0px;
}
.after-recycling__container-image {
  width: 100px;
}
.after-recycling__title {
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}
.recycle__text-color--blue {
  color: #009FE8;
}

@media screen and (min-width: 768px) {
  .p-recycle-report .l-inner.inner--recycle {
    padding-bottom: 140px;
  }
  .p-recycle-report .page__title--en::before {
    background: linear-gradient(to right, #ffffff 27%, transparent 27%, transparent 72%, #ffffff 72%);
  }
  .recycle__title {
    max-width: none;
  }
  .recycle__text {
    font-size: 2rem;
  }
  .recycling__score-graph {
    width: 470px;
    margin: 0 auto 50px;
    transform: translateX(20px);
  }
  .table__list-title.right-shift,
  .table__list-item.right-shift
  {
    transform: translateX(70px);
  }
  .table__list-title.left-shift,
  .table__list-item.left-shift
  {
    transform: translateX(-70px);
  }
  .table__list-title.total-result {
    padding: 16px 0 0;
  }
  .list__title--accent {
    padding: 0 20px;
  }
  .list__title--accent-02 {
    width: 230px;
  }
  .page__catch {
    font-size: 3.6rem;
  }
  .page__text {
    text-align: center;
  }
  .after-recycling__container {
    margin-bottom: 80px;
    flex-direction: row;
    justify-content: space-between;
  }
  .after-recycling__unit.unit--01 {
    width: 20%;
  }
  .after-recycling__container-image {
    width: 140px;
  }
  .after-recycling__unit.unit--02 {
    width: 80%;
  }
  .after-recycling__title {
    font-size: 2rem;
    text-align: start;
  }
}