@charset "utf-8";
/* CSS Document */
/* 下層ページのタイトル横のギア */
.wpd_gearblock{
  transform: translateX(-124px);
}

.wpd_backnumberList{
  max-width: 1200px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(3, fit-content(380px));
  gap: clamp(1.5rem, 0.949rem + 2.05vw, 2rem) clamp(0.75rem, -0.628rem + 5.13vw, 2rem);/* 24-32 430-820 *//* 12-32 430-820 */
}
.wan_pic a{
  aspect-ratio: 380 / 214;
  display: block;
}


@media screen and (max-width:820px){
  .wpd_backnumberList{
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width:690px){
  /* 下層ページのタイトル横のギア */
  .wpd_gearblock{
    top: max(calc(-168px - (0.15 * (100vw - 1232px))), -46px);
    left: 19vw;
  }
}
