@charset "UTF-8";
.p-news_meta {
  display: flex;
}

.p-news-ttl {
  font-size: 2.8rem;
  line-height: 1.7;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #dcdcdc;
  font-weight: 400;
  padding-bottom: 1.9rem;
  margin-bottom: 8rem;
}

.p-news_single .c-news-cate {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1rem;
  width: 100%;
  margin-left: 1rem;
}

.p-news_content {
  color: #333;
  padding-top: 4.2rem;
  /* テーブル */
  /* フレックスレイアウト */
}
.p-news_content h2 {
  font-size: 2.8rem;
  line-height: 1.7;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #dcdcdc;
  font-weight: 400;
  padding-bottom: 1.9rem;
  margin-top: 5rem;
}
.p-news_content h3 {
  font-size: 2.4rem;
  line-height: 1.7;
  letter-spacing: 0.05em;
  font-weight: 400;
  margin-top: 3rem;
}
.p-news_content h4 {
  font-size: 1.8rem;
  line-height: 1.7;
  letter-spacing: 0.05em;
  font-weight: 400;
  padding-left: 1.6rem;
  margin-top: 3rem;
  position: relative;
}
.p-news_content h4::before {
  content: "";
  position: absolute;
  top: 1.3rem;
  left: 0;
  width: min(0.6rem, 6px);
  aspect-ratio: 1/1;
  background-color: #DEDFDA;
}
.p-news_content p {
  margin-top: 3.3rem;
  line-height: 1.7;
  letter-spacing: 0.05em;
  font-weight: 400;
}
.p-news_content p a {
  text-decoration: underline;
  transition: 0.3s;
}
@media (hover: hover) {
  .p-news_content p a:hover {
    text-decoration: none;
    opacity: 0.7;
    transition: 0.3s;
  }
}
.p-news_content ul {
  margin-top: 3.3rem;
  line-height: 1.7;
  letter-spacing: 0.05em;
  font-weight: 400;
  padding-left: 1rem;
}
.p-news_content ul li {
  position: relative;
}
.p-news_content ul li::before {
  content: "";
  position: absolute;
  top: 1.3rem;
  left: -1rem;
  width: min(0.4rem, 4px);
  aspect-ratio: 1/1;
  background-color: #2A2A2A;
}
.p-news_content table {
  width: 100%;
  min-width: 80rem;
  border-collapse: collapse;
  border-bottom: 1px solid #DDDDDD;
  background-color: inherit;
}
.p-news_content table tr:first-child td {
  border-top: 1px solid #DDD;
}
.p-news_content table th {
  background-color: #2A2A2A;
  color: #fff;
  padding: 0.8rem 1rem;
}
.p-news_content table td {
  padding: 2rem;
  color: #000;
  border-right: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
}
.p-news_content table td:first-child {
  border-left: none;
}
.p-news_content table td:last-child {
  border-right: none;
}
@media screen and (max-width: 768px) {
  .p-news_content .wp-block-table {
    overflow-x: scroll;
  }
}
.p-news_content .wp-block-table th {
  border: none;
}
.p-news_content .wp-block-table thead {
  border: none;
}
.p-news_content .is-layout-flex {
  margin-top: 5rem;
}
.p-news_content .is-layout-flex p {
  margin-top: 0;
}

.p-news_btn {
  margin: 4rem auto 0;
  width: 18rem;
  height: 5rem;
}