.page-template-page-news .pdp-archive {
  margin-bottom: 100px;
}

.page-template-page-news .pdp-header {
  margin-bottom: 40px;
}

.page-template-page-news .pdp-header::after {
  display: none !important;
}

.page-template-page-news .pdp-header::after {
  display: none !important;
}

.pdp-section--news .pdp-h2::after,
.pdp-section--news .pdp-sub::after {
  content: none;
}

.page-template-page-news .pdp-filter {
  max-width: 1080px;
  margin: 0 auto 72px;
}

.page-template-page-news .pdp-filter fieldset {
  display: grid;
  grid-template-columns: max-content 1fr;
  align-items: start;
  padding: 20px 0;
  border-top: 1px solid var(--wp--preset--color--line-light);
  border-bottom: 1px solid var(--wp--preset--color--line-light);
  border-left: none;
  border-right: none;
}

.page-template-page-news .pdp-filter legend {
  display: none;
  grid-column: 1;
  font-size: 18px;
  font-weight: 700;
  margin-right: 40px;
  margin-bottom: 10px;
}

.page-template-page-news .pdp-filter__choices {
  grid-column: 2;  
  display: flex;
  flex-wrap: wrap;
  gap: 16px 60px;
}

.page-template-page-news .pdp-filter__choices label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 18px;
}

.page-template-page-news .pdp-filter__choices input[type="checkbox"] {
  width: 16px;
  height: 16px;
}

.page-template-page-news .pdp-archive__list {
  max-width: 1080px;
  margin: 0 auto;
  list-style: none;
  padding: 0;
}

.page-template-page-news .pdp-archive__item {
  display: flex;
  gap: 32px;
  margin-bottom: 60px;
  padding: 0;
}

.page-template-page-news .pdp-archive__thumb img,
.page-template-page-news .pdp-archive__thumb .no-thumb {
  width: 300px;
  height: 200px;
  object-fit: cover;
}

.page-template-page-news .pdp-archive__meta {
  flex: 1;
  min-width: 0;
}

.page-template-page-news .pdp-archive__date {
  display: block;
  margin: 0 0 20px;
  font-size: 16px;
  font-family: var(--wp--preset--font-family--mplus);
}

.page-template-page-news .pdp-archive__title {
  margin: 0 0 35px;
  font-size: 20px;
  font-weight: 700;
  font-family: var(--wp--preset--font-family--zenoldmincho);
  letter-spacing: .3em;
}

.page-template-page-news .pdp-archive__title a {
  color: var(--wp--preset--color--paper);
  text-decoration: none;
}

.page-template-page-news .pdp-archive__title a:hover {
  text-decoration: underline;
}

.page-template-page-news .pdp-archive__excerpt {
  margin: 0 0;
  font-size: 18px;
  font-family: var(--wp--preset--font-family--zenoldmincho);
  line-height: 1.8;
  letter-spacing: .3em;
}

.page-template-page-news .pdp-archive__excerpt a {
  color: #49A1FF;
  text-decoration: none;
  text-underline-offset: 2px;
}

.page-template-page-news .pdp-archive__cats {
  margin-top: 30px;
}

.page-template-page-news .pdp-archive__cat {
  display: inline-block;
  font-size: 14px;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1;
  padding: 4px 10px;
  border: 1px solid var(--wp--preset--color--line-light);
  border-radius: 2px;
  margin-right: 8px;
}

.page-template-page-news .pdp-archive__pagination,
.page-template-page-news .nav-links {
  text-align: center;
  margin: 36px 0 70px;
}

.page-template-page-news a.page-numbers,
.page-template-page-news span.page-numbers {
  display: inline-block;
  min-width: 36px;
  height: 36px;
  line-height: 36px;
  padding: 0 8px;
  margin: 0 2px;
  color: #1571DA;
  background: #FFF;
  border-radius: 4px;
  font-size: 14px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.page-template-page-news span.page-numbers.current {
  background: #1571DA;
  color: #FFF;
}

.page-template-page-news a.page-numbers:hover {
  opacity: 0.9;
}

@media (max-width:767px) {
  .page-template-page-news .pdp-filter fieldset {
    flex-direction: column;
    gap: 8px;
  }

  .page-template-page-news .pdp-archive__list {
    max-width: 350px;
    margin-bottom: 30px;
  }

  .page-template-page-news .pdp-filter {
    max-width: 374px;
    margin: 0 auto 72px;
  }

  .page-template-page-news .pdp-filter legend {
    min-width: auto;
    font-size: 12px;
    font-weight: 700;
  }

  .page-template-page-news .pdp-filter__choices {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    align-items: center;
    flex: 1;
  }

  .page-template-page-news .pdp-filter__choices label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
  }

  .page-template-page-news .pdp-filter__choices input[type="checkbox"] {
    width: 8px;
    height: 8px;
  }

  .page-template-page-news .pdp-archive__item {
    display: block;
    margin-bottom: 60px;
  }

  .page-template-page-news .pdp-archive__thumb img,
  .page-template-page-news .pdp-archive__thumb .no-thumb {
    width: 300px;
    height: 200px;
    margin: 0 auto 30px;
  }

  .page-template-page-news .pdp-archive__date {
    display: block;
    margin: 0 0 30px;
    font-size: var(--wp--preset--font-size--xs);
    font-weight: 700;
    text-align: center;
  }

  .page-template-page-news .pdp-archive__date::before {
    content: "";
    width: 12px;
    height: 12px;
    background: url(../icon/ic_baseline-more-time.png) no-repeat center center / contain;
    display: inline-block;
    margin-right: 8px;
    transform: translateY(2px);
  }

  .page-template-page-news .pdp-archive__title {
    margin: 0 0 30px;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0em;
  }

  .page-template-page-news .pdp-archive__excerpt {
    margin: 0;
    font-size: var(--wp--preset--font-size--xs);
    font-weight: 700;
    font-family: var(--wp--preset--font-family--zenoldmincho);
  }
  
  .page-template-page-news .pdp-archive__cats {
    margin-top: 10px;
  }

  .page-template-page-news .pdp-archive__cat {
    font-size: var(--wp--preset--font-size--xs);
    font-weight: 700;
  }

  .page-template-page-news .pdp-archive__pagination,
  .page-template-page-news .nav-links {
    max-width: 305px;
    text-align: center;
    margin: 36px 0;
  }

  .page-template-page-news a.page-numbers,
  .page-template-page-news span.page-numbers {
    min-width: 25px;
    height: 25px;
    padding: 0 8px;
    margin: 0 2px;
    border-radius: 4px;
    font-size: var(--wp--preset--font-size--xs);
    font-weight: 700;
    line-height: 25px;
  }

  .page-template-page-news span.page-numbers.current {
    background: #1571DA;
    color: #FFF;
  }
}