.information__list {
  margin-bottom: 4.8rem;
  display: flex;
  flex-flow: wrap;
  gap: 4.8rem 3rem;
}
@media only screen and (max-width: 640px) {
  .information__list {
    margin-bottom: 9.375vw;
    justify-content: space-between;
    gap: 6.25vw 3.125vw;
  }
}
.information__item {
  width: 35rem;
}
@media only screen and (max-width: 640px) {
  .information__item {
    width: 40.625vw;
  }
}
.information__image {
  border-radius: 2.4rem;
  margin-bottom: 1.6rem;
  overflow: hidden;
}
@media only screen and (max-width: 640px) {
  .information__image {
    border-radius: 3.75vw;
  }
}
.information__text {
  font-size: 2rem;
  line-height: 1.3;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .information__text {
    font-size: 3.125vw;
  }
}
.information__text time {
  display: block;
  margin-bottom: 0.5em;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-size: 1.4rem;
  font-weight: 700;
  color: #ED8599;
}
@media only screen and (max-width: 640px) {
  .information__text time {
    font-size: 2.5vw;
  }
}

.column .content {
  padding-top: 0;
}
.column .ttl__wrap {
  margin-bottom: 1em;
  padding-bottom: 2em;
  border-bottom: solid 4px rgba(237, 133, 153, 0.5);
}
.column .ttl__wrap h2 {
  font-size: 3.2rem;
  line-height: 1.3;
}
@media only screen and (max-width: 640px) {
  .column .ttl__wrap h2 {
    font-size: 5vw;
  }
}
.column__data {
  margin-bottom: 0.5em;
  font-weight: 500;
  color: #AD324A;
}
.column__body p {
  margin: 1.5em 0;
}

.post__nav {
  margin-top: 6rem;
}
.post__nav-list {
  display: flex;
}
.post__nav-list li {
  width: 33.3333333333%;
}
.post__nav-list a {
  padding: 1em 2em;
  display: inline-block;
  border: solid 2px #AD324A;
  border-radius: 2em;
  color: #AD324A;
  line-height: 1;
}
@media only screen and (max-width: 640px) {
  .post__nav-list a {
    padding: 0.5em 1em;
    font-size: 2.8125vw;
    font-weight: 700;
  }
}
.post__nav-list .prev {
  margin: 0 auto 0 0;
  text-align: left;
}
.post__nav-list .index {
  margin: 0 auto;
  text-align: center;
}
.post__nav-list .next {
  margin: 0 0 0 auto;
  text-align: right;
}/*# sourceMappingURL=information.css.map */