@charset "utf-8";
.p-news_head {
  margin: 0 auto 56px;
}
.p-news_head .c-hd {
  font-size: clamp(1.5rem, 1.136rem + 1.82vw, 2.5rem);
}
.p-news_wrap .p-news_date .c-date {
  font-size: 1.1rem;
  margin-bottom: .4rem;
}
.p-news_contents h1 {
  font-size: clamp(1.5rem, 1.409rem + 0.45vw, 1.75rem);
  border-bottom: 1px solid #222;
  padding-bottom: 8px;
  margin-bottom: 16px;
}
.p-news_contents h2 {
  font-size: clamp(1.375rem, 1.284rem + 0.45vw, 1.625rem);
  margin-bottom: .8rem;
}
.p-news_contents h3 {
  font-size: clamp(1.25rem, 1.159rem + 0.45vw, 1.5rem);
  margin-bottom: .8rem;
}
.p-news_contents p,
.p-news_contents a {
  font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem);
  margin-bottom: .8rem;
}
.p-news_contents ul {
  margin-bottom: 1.6rem;  
}
.p-news_contents li {
  font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem);
  line-height: 2;
  list-style: disc;
}
.p-news_contents img {
  max-width: 740px;
  margin: 16px auto 6px;
}
.p-news_contents p.wp-caption-text {
  font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
}
.p-news_contents a {
  color: #333;
  text-decoration: underline;
}
.p-news_contents a:hover {
  color: #2b65e5;
}
.p-news_wrap .l-postlink {
    display: flex;
    justify-content: space-between;
    gap: 1em;
}
.l-postlink_item {
    min-width: 80px;
    text-align: center;
}
.p-news_wrap .l-postlink_list a {
  position: relative;
  top: 40px;
  background: #222;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50vh;
  width: 300px;
  margin: 0 auto;
  padding: 4px 0 4px 10px;
  color: #fff;
  font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem);
  font-weight: 700;
  letter-spacing: .013em;
  box-shadow: 1px 3px 2px 0px rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.p-news_wrap .l-postlink_list a::before, .p-news_wrap .l-postlink_list a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 16px;
  margin: auto;
  content: "";
  vertical-align: middle;
  transition: all .5s;
}
.p-news_wrap .l-postlink_list a::before {
  width: 22px;
  height: 22px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #7af48b;
}
.p-news_wrap .l-postlink_list a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 25px;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 8px;
  height: 8px;
  border-top: 2px solid #222;
  border-left: 2px solid #222;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.p-news_wrap .l-postlink_list a:hover {
  background: #2b65e5;
  color: #fff;
  transition: all .5s;
}
.p-news_wrap .l-postlink_list a:hover::before {
  left: 8px;
}
.p-news_wrap .l-postlink_list a:hover::after {
  left: 16px;
}
.p-news_wrap .l-postlink_item.prev,
.p-news_wrap .l-postlink_item.next {
  font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem);
  position: relative;
  font-weight: 700;
}
.p-news_wrap .l-postlink_item.prev {
  padding-left: 16px;
}
.p-news_wrap .l-postlink_item.next {
  padding-right: 16px;
}
.p-news_wrap .l-postlink_item.prev::before {
  position: absolute;
  top: 4px;
  bottom: 0;
  left: 10px;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 10px;
  height: 10px;
  border-top: 2px solid #2b65e5;
  border-left: 2px solid #2b65e5;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .5s;
}
.p-news_wrap .l-postlink_item.next::before {
  position: absolute;
  top: 4px;
  bottom: 0;
  right: 10px;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 10px;
  height: 10px;
  border-top: 2px solid #2b65e5;
  border-right: 2px solid #2b65e5;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .5s;
}
.p-news_wrap .l-postlink_item.prev:hover::before {
  left: 4px;
}
.p-news_wrap .l-postlink_item.next:hover::before {
  right: 4px;
}

@media only screen and (max-width: 768px) {
  .p-news_head {
    margin: 0 auto;
  }
  .p-news_wrap .l-postlink {
    margin-top: 24px;
  }
  .p-news_wrap .l-postlink_list a {
    top: 8px;
  }
  .p-news_wrap .l-postlink_item.prev,
  .p-news_wrap .l-postlink_item.next {
    font-size: 1rem;
  }
  .p-news_wrap .l-postlink_item.prev {
    padding-left: 1rem;
  }
  .p-news_wrap .l-postlink_item.next {
    padding-right: 1rem;
  }
}
