.p-post__slider img {
  width: 100%;
  aspect-ratio: 640/415;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.p-post__information {
  margin-top: 1rem;
}
.p-post__information tr {
  border-top: 1px solid var(--color_gold03);
}
.p-post__information tr:last-of-type {
  border-bottom: 1px solid var(--color_gold03);
}
.p-post__information th,
.p-post__information td {
  text-align: left;
  padding: clamp(0.5rem, 1.0416666667vw, 1.5625rem) clamp(1rem, 1.25vw, 1.5rem);
}
.p-post__information th {
  width: 8.5rem;
}
.p-post__information td {
  width: calc(100% - 8.5rem);
}

@media screen and (min-width: 992px) {
  .p-post__wrapper {
    display: flex;
    align-items: start;
  }
  .p-post__slider {
    width: 50%;
  }
  .p-post__information {
    width: calc(50% - clamp(1rem, 2.0833333333vw, 2.5rem));
    margin-top: 0;
    margin-left: clamp(1rem, 2.0833333333vw, 2.5rem);
  }
  .p-post__information th {
    font-size: var(--f20);
  }
}/*# sourceMappingURL=additional-post.css.map */