/* ニュース共通スタイルは _components.css に移動しました */

.lower_child_title {
  /* border-bottom: 1px solid #ddd;
  padding-bottom: 40px; */
  margin-bottom: 56px;
}
.lower_child_title .news__box {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 20px;
}
.lower_child_title .news__date {
  color: #707070;
  font-size: 18px;
}
.lower_child_title .news_cat {
  padding-left: 12px;
  font-size: 16px;
  position: relative;
  color: var(--sub-color);
}
.lower_child_title .news_cat::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 100vw;
  background-color: var(--sub-color);
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.lower_child_title .news__title {
  line-height: 1.5;
  margin: -7px 0;
  font-size: 28px;
  color: #2b2b2b;
}

.article p {
  font-size: 16px;
  line-height: 1.75;
  margin-top: -6px;
  margin-bottom: 34px;
}

.article figure {
  max-width: 100%;
  margin-bottom: 56px;
}

.article h1 {
  font-size: 32px;
  margin-bottom: 56px;
  padding-bottom: 24px;
  font-weight: normal;
  position: relative;
  border-bottom: 1px solid #ddd;
}

.article h1::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 1.5px;
  background-color: var(--sub-color);
  transform: translateY(1px);
  max-width: 100vw;
}

.article h1:not(:first-child) {
  padding-top: 120px;
}

.article h2 {
  margin-bottom: 32px;
  font-size: 20px;
  background-color: #f2f2e9;
  border-left: 2px solid #326a3a;
  padding: 24px;
  font-family: var(--jp-font-bold);
}

.article h2:not(:first-child) {
  margin-top: 80px;
}

.article h3 {
  border-left: 1px solid #2b2b2b;
  padding-left: 20px;
  margin-bottom: 32px;
}

.article h3:not(:first-child) {
  margin-top: 80px;
}
.article a {
  background-color: var(--sub-color);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 26px;
  color: #fff;
  font-family: var(--jp-font-bold);
  position: relative;
}
.article ul {
  margin-left: 2em;
  margin-bottom: 34px;
  margin-top: 34px;
  list-style: disc;
}
.article ol {
  margin-left: 2em;
  margin-bottom: 34px;
}
.article li {
  line-height: 1.75;
  margin: -6px 0 18px;
  /* padding-left: 20px; */
  position: relative;
}
.article li::marker {
  color: var(--sub-color);
}
.article__thumbnail img {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  object-position: center;
  width: auto;
  height: auto;
}
.pagelink {
  margin-top: 52px;
  width: 100%;
  height: auto;
  color: #2b2b2b;
  border: 1px solid #efefef;
  border-bottom: 1px solid var(--sub-color);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 0;
}
.pagelink svg {
  position: absolute;
  right: 32px;
  top: 50%;
  transform: translateY(-50%);
}
.wp-block-table table {
  border: 1px solid #ddd;
  width: 100%;
  border-radius: 4px;
}
.wp-block-table td {
  line-height: 1.75;
  margin: -6px 0;
  padding: 18px 28px !important;
  border: unset !important;
  border-bottom: 1px solid #ddd !important;
  width: auto;
}
.wp-block-table td:first-child {
  border-right: 1px solid #ddd !important;
}
.wp-block-image {
  margin: 56px 0;
}
.article ul.wp-block-social-links {
  margin: 0;
  list-style: none;
  gap: 12px;
  margin-bottom: 40px;
  margin-top: -20px;
}
.article li.wp-social-link {
  line-height: 1;
}
.article li.wp-social-link a {
  padding: 0;
  background-color: unset;
  border-radius: unset;
  width: 56px;
  height: 56px;
}
.article li.wp-social-link a svg {
  width: 28px;
  height: 28px;
}
@media screen and (max-width: 1279px) {
  .article h1:not(:first-child) {
    padding-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  .article {
    width: 90%;
    margin: 0 auto;
  }
  .article h1 {
    margin-bottom: 48px;
  }
  .article h1:not(:first-child) {
    padding-top: 80px;
  }
  .lower_child_title {
    width: 90%;
    margin: 0 auto 48px auto;
  }
  .wp-block-table td {
    line-height: 1.5;
    font-size: 14px;
    padding: 12px 20px !important;
  }
}
