.pdp-news {
  margin-inline: auto;
  color: var(--wp--preset--color--paper);
}

.pdp-news.is-layout-constrained {
  max-width: 100% !important;
  margin-inline: auto;
}

.pdp-news.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: 1080px !important;
}

.pdp-news__list {
  margin-bottom: 64px;
}

.pdp-news__list li {
  text-align: left;
}

.pdp-news__row {
  display: grid;
  grid-template-columns: 85px 38px 1.5fr;
  column-gap: 40px;
  align-items: center;
  padding: 8px 0;
}

.pdp-news__date,
.pdp-news__cat,
.pdp-news__titlelink {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.pdp-news__date {
  margin-right: 30px; 
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 18px;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

.pdp-news__cat {
  margin-right: 70px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 18px;
  white-space: nowrap;
}
.pdp-news__cat a {
  color: var(--wp--preset--color--paper);
  text-decoration: none;
}

.pdp-news__titlelink a {
  font-family: 'Zen Old Mincho', serif;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.35em;
  color: var(--wp--preset--color--paper);
  text-decoration: none;
}

.pdp-news__titlelink a:hover { opacity: .85; }

.pdp-news .wp-block-separator.pdp-news__divider {
  width: 100%;
  border: 0;
  border-top: 1px solid rgba(255,255,255,.28);
  margin: 8px 0 16px;
}

@media (max-width:767px) {
  .pdp-news.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    max-width: 80% !important;
  }
  
  .pdp-news__date {
    font-size: var(--wp--preset--font-size--xs);
    font-weight: 700;
  }

  .pdp-news__cat {
    font-size: var(--wp--preset--font-size--xs);
    font-weight: 700;
    display: none;
  }

  .pdp-news__titlelink a {
    font-size: var(--wp--preset--font-size--xs);
    font-weight: 700;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: 0.25em;
  }

  .pdp-news__row {
    display: grid;
    grid-template-columns: 60px 78% 1fr;
    column-gap: 18px;
    align-items: center;
    padding: 8px 0;
  }
}