@charset "UTF-8";

/*================================================
* subVisual
================================================*/
#subVisual {
  background: url(../../images/img_news_header_bg.jpg) no-repeat center/cover;
}

@media screen and (max-width:767px) {}


/*================================================
* 
================================================*/
.newsDetail_hd h2 {
  font-size: 2.8rem;
  padding: 1rem 2rem;
  border-bottom: 2px solid var(--color-black);
  margin-bottom: 1rem;
  background: #f8f8f8;
}

.newsDetail_hd {
  margin-bottom: 10rem;
}

.newsDetail_hd .date {
  text-align: right;
  opacity: .6;
}

/* newsDetail_cnt */
.newsDetail_wrap * {
  line-height: 1.7;
}

.newsDetail_wrap h2,
.newsDetail_wrap h3,
.newsDetail_wrap h4,
.newsDetail_wrap p,
.newsDetail_wrap ul,
.newsDetail_wrap ol {
  margin-bottom: 1.14em;
}

.newsDetail_wrap h2 {
  font-size: 2.8rem;
  padding-top: 2.4rem;
  border-top: 2px solid var(--color-black);
  position: relative;
}


.newsDetail_wrap h2::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  left: 0;
  top: 0.5rem;
  background: #e2e2e2;
}

.newsDetail_wrap h3 {
  font-size: 2rem;
  background: #f8f8f8;
  padding: 1rem;
}

.newsDetail_wrap h4 {
  padding-left: 1.6rem;
  position: relative;
  font-weight: 500;
}

.newsDetail_wrap h4::before {
  position: absolute;
  content: "";
  width: 0.8rem;
  height: 2px;
  background: var(--color-black);
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.newsDetail_wrap .wp-block-details summary,
.newsDetail_wrap a {
  position: relative;
  text-decoration: underline;
}


.newsDetail_wrap ul li {
  position: relative;
  padding-left: 1em;
}

.newsDetail_wrap ul li::before {
  position: absolute;
  content: "・";
  top: 0;
  left: 0;
  color: var(--color-black);
}

.newsDetail_wrap ol li {
  margin-left: 1.5em;
}

.newsDetail_wrap img {
  height: auto;
}

.newsDetail_wrap .wp-block-image :where(figcaption) {
  font-size: 12px;
}

.newsDetail_wrap figure {
  margin-bottom: 1.14em;
}


.newsDetail_wrap .wp-block-image img {
  width: 100%;
}

.newsDetail_wrap .wp-block-image :where(figcaption) {
  font-size: 1.4rem;
}

.newsDetail_wrap .wp-block-columns,
.newsDetail_wrap .wp-block-table {
  margin: 3.2rem 0;
}

.newsDetail_wrap .wp-block-table thead {
  border-bottom: 1px solid;
  background: #f8f8f8;
}

.newsDetail_wrap .wp-block-table td,
.newsDetail_wrap .wp-block-table th {
  border-color: #ccc;
}

.newsDetail_wrap .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr th,
.newsDetail_wrap .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr td {
  border-color: #ccc;
  padding: 1rem 1.5rem;
}

.newsDetail_wrap thead th,
.newsDetail_wrap thead td {
  background-color: var(--color-black) !important;
  color: var(--color-white);
}

.newsDetail_wrap iframe {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  height: auto;

}

@media screen and (max-width:767px) {
  .newsDetail_hd h2 {
    font-size: 22px;
  }


  .newsDetail_wrap h2,
  .newsDetail_wrap h3,
  .newsDetail_wrap h4,
  .newsDetail_wrap p,
  .newsDetail_wrap ul,
  .newsDetail_wrap ol {
    margin-bottom: 1.14em;
  }

  .newsDetail_wrap h2 {
    font-size: 22px;
    padding-top: 24px;
  }

  .newsDetail_wrap h2::before {
    top: 5px;
  }

  .newsDetail_wrap h3 {
    font-size: 18px;
    padding: 10px;
  }

  .newsDetail_wrap h4 {
    padding-left: 16px;
  }

  .newsDetail_wrap h4::before {
    width: 8px;
  }

  .newsDetail_wrap .wp-block-image :where(figcaption) {
    font-size: 12px;
  }

  .newsDetail_wrap .wp-block-media-text.is-stacked-on-mobile>.wp-block-media-text__content {
    padding: 20px 0 0;
  }

  .wp-block-flexible-table-block-table {
    overflow: scroll;
  }

  .has-fixed-layout {
    min-width: 1000px;
  }
}