@media not all and (min-width: 782px) {
  .mb__archive {
    padding: 40px var(--wp--style--root--padding-right) 120px;
  }
}
@media (min-width: 782px) {
  .mb__archive {
    padding: 100px var(--wp--style--root--padding-right) 150px;
  }
}
.mb__archive > * {
  max-width: 1280px;
  margin: 0 auto;
}
.mb__archive .m__cat-date-select {
  margin-bottom: 4em;
}
.mb__archive .p__post-list {
  border-top: #c8cdd0 1px solid;
}
.mb__archive .p__post-list li {
  list-style: none;
  border-bottom: #c8cdd0 1px solid;
}
.mb__archive .p__post-list li a {
  transition: all 500ms;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5em 1.5em;
  padding: 1.5em 3em 1.5em 0;
  text-decoration: none;
}
.mb__archive .p__post-list li a::after {
  content: "";
  display: block;
  width: 0.4em;
  min-width: 6px;
  max-width: 10px;
  height: 0.4em;
  min-height: 6px;
  max-height: 10px;
  transform: rotate(45deg);
  color: #081426;
  border-right: 2px solid currentColor;
  border-top: 2px solid currentColor;
}
.mb__archive .p__post-list li a::after {
  transition: all 500ms;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1em;
  margin: auto 0;
}
.mb__archive .p__post-list li a .date {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  color: #081426;
}
.mb__archive .p__post-list li a .cat-label {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.mb__archive .p__post-list li a .cat-label span {
  padding: 0.15em 0.35em;
  font-size: 0.875rem;
  color: #fff;
  background: #081426;
}
.mb__archive .p__post-list li a .cat-label span.news {
  background-color: #B55300;
}
.mb__archive .p__post-list li a .cat-label span.important {
  background-color: #CC0000;
}
.mb__archive .p__post-list li a .cat-label span.event, .mb__archive .p__post-list li a .cat-label span.pre-event, .mb__archive .p__post-list li a .cat-label span.relay, .mb__archive .p__post-list li a .cat-label span.public-relations, .mb__archive .p__post-list li a .cat-label span.other {
  background-color: #004181;
}
.mb__archive .p__post-list li a .cat-label span.iinkai {
  background-color: #32783F;
}
.mb__archive .p__post-list li a .cat-label span.before, .mb__archive .p__post-list li a .cat-label span.progress {
  background-color: #CC0000;
}
.mb__archive .p__post-list li a .cat-label span.report {
  background-color: #696B7D;
}
.mb__archive .p__post-list li a .new-icon {
  font-weight: 700;
  color: #CC0000;
}
.mb__archive .p__post-list li a .new-window-icon {
  display: block;
  width: 1.25em;
  height: 1.25em;
  color: #0058B0;
  background-color: currentColor;
  -webkit-mask: center center no-repeat;
  mask: center center no-repeat;
  -webkit-mask-image: url(/sys/wp-content/themes/yutakana-umidukuri/src/img/common/icon-new-window.svg);
  mask-image: url(/sys/wp-content/themes/yutakana-umidukuri/src/img/common/icon-new-window.svg);
  -webkit-mask-size: auto;
  mask-size: contain;
  display: inline-block;
  vertical-align: bottom;
  margin-left: 0.25em;
}
.mb__archive .p__post-list li a .title {
  width: 100%;
  font-size: 1.125rem;
  font-weight: 700;
  color: #0058B0;
  text-decoration: underline;
}
.mb__archive .p__post-list li a:hover {
  background: rgba(228, 230, 232, 0.5);
}
.mb__archive .p__post-list li a:hover::after {
  right: 0.75em;
}
.mb__archive .p__post-list li a:hover .title {
  text-decoration: none;
}
.mb__archive .p__card-list > li > a {
  overflow: hidden;
  display: block;
  height: 100%;
  text-decoration: none;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 3px 20px rgba(8, 20, 38, 0.2);
}
.mb__archive .p__card-list > li > a .thumb {
  overflow: hidden;
  position: relative;
  aspect-ratio: 305/216;
  width: 100%;
}
.mb__archive .p__card-list > li > a .thumb img {
  transition: all 500ms;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.mb__archive .p__card-list > li > a .thumb .cat-label {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  padding: 0 20px;
}
.mb__archive .p__card-list > li > a .thumb .cat-label span {
  padding: 0.15em 0.35em;
  font-size: 0.875rem;
  color: #fff;
  background: #081426;
}
.mb__archive .p__card-list > li > a .thumb .cat-label span.news {
  background-color: #B55300;
}
.mb__archive .p__card-list > li > a .thumb .cat-label span.important {
  background-color: #CC0000;
}
.mb__archive .p__card-list > li > a .thumb .cat-label span.event, .mb__archive .p__card-list > li > a .thumb .cat-label span.pre-event, .mb__archive .p__card-list > li > a .thumb .cat-label span.relay, .mb__archive .p__card-list > li > a .thumb .cat-label span.public-relations, .mb__archive .p__card-list > li > a .thumb .cat-label span.other {
  background-color: #004181;
}
.mb__archive .p__card-list > li > a .thumb .cat-label span.iinkai {
  background-color: #32783F;
}
.mb__archive .p__card-list > li > a .thumb .cat-label span.before, .mb__archive .p__card-list > li > a .thumb .cat-label span.progress {
  background-color: #CC0000;
}
.mb__archive .p__card-list > li > a .thumb .cat-label span.report {
  background-color: #696B7D;
}
.mb__archive .p__card-list > li > a .cnt {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.25em 1em;
  padding: 20px;
}
.mb__archive .p__card-list > li > a .cnt .date {
  display: block;
  font-size: 1rem;
  color: #696B7D;
}
.mb__archive .p__card-list > li > a .cnt .new-icon {
  font-weight: 700;
  color: #CC0000;
}
.mb__archive .p__card-list > li > a .cnt .new-window-icon {
  display: block;
  width: 1.25em;
  height: 1.25em;
  color: #0058B0;
  background-color: currentColor;
  -webkit-mask: center center no-repeat;
  mask: center center no-repeat;
  -webkit-mask-image: url(/sys/wp-content/themes/yutakana-umidukuri/src/img/common/icon-new-window.svg);
  mask-image: url(/sys/wp-content/themes/yutakana-umidukuri/src/img/common/icon-new-window.svg);
  -webkit-mask-size: auto;
  mask-size: contain;
  display: inline-block;
  vertical-align: bottom;
  margin-left: 0.25em;
}
.mb__archive .p__card-list > li > a .cnt .title {
  width: 100%;
  line-height: 1.5;
  font-size: 1.125rem;
  font-weight: 700;
  color: #0058B0;
  text-decoration: underline;
}
@media (any-hover: hover) {
  .mb__archive .p__card-list > li > a:where(:any-link, :enabled, summary, *[role=button]):hover .thumb img {
    transform: scale(1.1);
  }
  .mb__archive .p__card-list > li > a:where(:any-link, :enabled, summary, *[role=button]):hover .cnt .title {
    text-decoration: none;
  }
}
.mb__archive .p__card-list > li > a:focus-visible .thumb img {
  transform: scale(1.1);
}
.mb__archive .p__card-list > li > a:focus-visible .cnt .title {
  text-decoration: none;
}
@media not all and (min-width: 782px) {
  .mb__archive .p__card-list > li + li {
    margin-top: 1.5em;
  }
}
@media (min-width: 782px) {
  .mb__archive .p__card-list {
    display: flex;
    flex-wrap: wrap;
    gap: 2em 20px;
  }
  .mb__archive .p__card-list > li {
    width: calc((100% - 20px) / 2);
  }
}
@media (min-width: 1280px) {
  .mb__archive .p__card-list > li {
    width: calc((100% - 60px) / 4);
  }
}
.mb__archive .m__pagenate {
  margin-top: 4em;
}