.p-archive {
  padding-bottom: 15rem;
}
@media screen and (max-width: 767px) {
  .p-archive {
    padding-bottom: 7rem;
  }
}
.p-archive .archive-description {
  margin-top: 9rem;
  text-align: center;
  max-width: 65rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .p-archive .archive-description {
    margin-top: 5.5rem;
  }
}
.p-archive .archive-list {
  margin-top: 7rem;
}
.p-archive .archive-list .item {
  display: flex;
  flex-wrap: wrap;
  background: rgba(222, 252, 55, 0.1);
  padding: 5rem;
  padding-right: 4rem;
  border-radius: 2rem;
}
.p-archive .archive-list .item + .item {
  margin-top: 7rem;
}
.p-archive .archive-list .item .item-year {
  width: 46%;
}
.p-archive .archive-list .item .item-year .item-text {
  font-weight: bold;
  font-size: 26px;
  letter-spacing: 0.05em;
  color: #4e4b3f;
}
.p-archive .archive-list .item .item-body {
  width: 54%;
}
.p-archive .archive-list .item .item-body ul li {
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.06em;
  line-height: 1.7222222222;
  color: #4e4b3f;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 767px) {
  .p-archive .archive-list .item {
    flex-direction: column;
    padding: 5rem 2rem;
    margin-inline: -2rem;
    border-radius: 0;
  }
  .p-archive .archive-list .item + .item {
    margin-top: 4rem;
  }
  .p-archive .archive-list .item .item-year, .p-archive .archive-list .item .item-body {
    width: 100%;
  }
  .p-archive .archive-list .item .item-year {
    margin-bottom: 3rem;
  }
  .p-archive .archive-list .item .item-year .item-text {
    text-align: center;
    font-size: 2.3rem;
  }
  .p-archive .archive-list .item .item-body ul li {
    font-size: 1.6rem;
    font-weight: 500;
  }
}