.tpi_list_sec {
  padding: 2.5rem 0;
}
.tpi_wrap {
  margin: 3rem auto;
  padding: 20px;
  border: 1px #FFF solid;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.5019607843);
}
.tpi_sec {
  padding: 1.5rem 0;
}
.tpi_sec:first-child {
  padding-top: 0;
}
.tpi_sec:last-child {
  padding-bottom: 0;
}
.tpi_sec_wrap:not(:first-child) {
  margin-top: 1.5rem;
  padding: 1.5rem 0 0;
  border-top: 1px solid #FFF;
}
@media screen and (min-width: 768px) {
  .tpi_sec_block {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    gap: 2rem;
  }
  .tpi_sec_block:nth-child(2n-1) {
    flex-flow: row-reverse;
  }
}
.tpi_sec_img {
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .tpi_sec_img {
    flex: 0 0 42%;
    max-width: 400px;
    width: 42%;
  }
}
.tpi_sec_img img {
  aspect-ratio: 16/9;
  object-fit: contain;
}
.tpi_sec_txt {
  flex: 1 1 auto;
}
@media screen and (min-width: 768px) {
  .tpi_top {
    display: flex;
    justify-content: space-between;
    gap: 2rem;
  }
}
.tpi_top_img {
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .tpi_top_img {
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
    margin-bottom: 0;
  }
  .tpi_top_img img {
    position: sticky;
    top: var(--header-height);
  }
}
.tpi_top_txt {
  flex: 1 1 auto;
}
.tpi_data {
  display: flex;
  align-items: center;
  align-content: center;
  gap: 0.5rem;
  margin-bottom: 0.4rem;
}
.tpi_date {
  font-size: 0.875rem;
}
.tpi_cat {
  display: block;
  width: 7rem;
  padding: 0.1rem 0;
  background: #888;
  border-radius: 5px;
  color: #fff;
  font-size: 0.75rem;
  font-weight: bold;
  text-align: center;
}
.tpi_ttl {
  padding-bottom: 0.2rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #FFF;
  font-size: 1.75rem;
}
.tpi_body {
  font-size: 1.125rem;
  line-height: 1.6;
}
.tpi_cast:not(:first-child) {
  margin-top: 1.5rem;
}
.tpi_cast_list {
  --cast-size: 5rem;
  justify-content: flex-start !important;
  flex-wrap: wrap;
}
.tpi_cast_list li {
  flex: 0 0 var(--cast-size);
  max-height: calc(var(--cast-size) * 0.7);
}
.tpi_link {
  margin-top: 1.5rem;
}