@charset "UTF-8";
/*
Theme Name: 佐野住建株式会社様用オリジナルテーマ
Theme URI:
Author: 佐野住建株式会社
Author URI: http://#
Description: 佐野住建株式会社様用オリジナルテーマです。
Version: 1.0
License:
License URI:
*/

.p-topEvent-cats {
  margin-top: 20px;
}

.p-topEvent-cats__item:not(:last-child) {
  margin-bottom: 10px;
}

.p-topEvent-cats__link {
  display: block;
  text-align: center;
  padding: 5px;
  border: 1px solid #000;
}

.p-topEvent__wrap--wp {
  display: block;
}

.p-topEvent__cardList--wp {
  width: auto;
}

.c-link__cardCat {
  font-size: 12px;
  padding: 2px 8px;
  border: 1px solid #000;
  margin-left: 5px;
}

.c-pageHead--wp::after {
  text-transform: capitalize;
}

@media screen and (max-width: 769px) {
  .p-topEvent__wrap {
    grid-template-areas: "title title"
      "btn btn"
      "card card";
  }
  .p-topEvent__btn {
    width: 100%;
    margin-left: 0;
  }
}

.entry {
  max-width: 800px;
  margin-inline: auto;
}

.entry__meta {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  margin-bottom: 10px;
}

.entry__cat {
  padding: 0 8px;
  border: 1px solid #000;
}

.entry__ttl {
  font-size: clamp(24px,3vw,36px);
  margin-bottom: 40px;
}

.entry-content strong {
  font-weight: 700;
}

.p-navigation {
  margin-top: 40px;
}

.p-navigation h2.screen-reader-text {
  border: 0;
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.p-navigation .nav-links ul {
  display: flex;
  justify-content: center;
  gap: 10px;
  position: relative;
}

.p-navigation .nav-links ul li .page-numbers {
  width: 40px;
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.p-navigation .nav-links ul li a {
  background: #fff;
}

.p-navigation .nav-links ul li a.prev, .p-navigation .nav-links ul li a.next {
  margin: 0;
}

.p-navigation .nav-links ul li span {
  background: #000000;
  color: #fff;
}
