.pr-sec_01 {
  padding: 6rem 3rem 3rem;
}

/*500px以下*/
@media screen and (max-width:500px) {
.pr-sec_01 {
  padding-top: 13rem;
}
}

.pd-s2-container {
  background: var(--l-blue);
  padding: 5rem 2.4rem;
}
.pd-s2-item {
  position: relative;
    padding: 2rem 1.6rem;
    margin: 0 auto 3.2rem;
    background: var(--white);
    border: var(--border-tmp);
    border-radius: 10px;
    width: 100%;
    overflow: hidden;
    max-width: 320px;
  }
.pd-s2-item-img a {
  width: 100%;
  height: 100%;
  display: inline-block;
}
.pd-s2-item-img {
  width: 100%;
  height: 200px;
  overflow: hidden;
}
.pd-s2-item-img img {
  transition: .2s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pd-s2-item-img a:hover img {
  transform: scale(1.2);
}

.pr-sec_01 .sec-title{
  margin-bottom: 2.4rem;
}

.pr-tit {
  font-size: 1.7rem;
}
.pr-tag li {
  font-size: 1.2rem;
}
.pd-s2-item .time {
  background: var(--green);
  color: var(--white);
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 600;
  font-size: 1.7rem;
  padding: 2px 6px;
  position: absolute;
  right: 1.6rem;
  letter-spacing: 0.04em;
  z-index: 2;
}


.attachment-post-thumbnail {
  width:100% !important;
  height:220px !important;
  object-fit: cover;
}


.noimg_post{width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #ed4fd1, #ff6565);
  display: grid;
  place-items: center;
  padding: 3rem;
  overflow: hidden;}


/*ページネーション*/
.git-pagenation ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 13px;
}
.git-pagenation li,
.git-pagenation li a {
  display: grid;
  place-items: center;
  align-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--white);
  color: var(--black);
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
}
.git-pagenation li a {
  text-decoration: none;
  border: var(--border-tmp);
}
.git-pagenation li a:hover {
  background: var(--black);
  color: var(--white);
}
.git-pagenation .git-pg {
  background: var(--black);
  color: var(--white);
}
.git-pagenation .git-prev a,
.git-pagenation .git-next a {
  font-size: 0;
}
.git-pagenation .git-next a::before  ,
.git-pagenation .git-prev a::before {
  content: "";
  position: relative;
  display: inline-block;
  width: 14px;
  height: 14px;
  background:url(../img/common/sankaku-g.svg) no-repeat center / contain;
}
.git-pagenation .git-prev a::before {
  transform: rotate(180deg);
}