/* 各セクション */
/* fv */

.news_single_wrapper {
  margin-top: 97px;
}

.news_single_section_inner {
  max-width: 1252px;
  margin: 0 auto;
  padding-left: 94px;
  padding-right: 94px;
  box-sizing: content-box;
}

/* fv-sitenav */

.home>span, .post-root>span, .taxonomy>span {
  color: #000000;
  font-size: 12px;
  line-height: 32px;
  letter-spacing: 8px;
}

.current-item {
  color: #DEDEDE;
  font-size: 12px;
  line-height: 32px;
  letter-spacing: 8px;
}

.news_single_content {
  max-width: 900px;
  padding-left: 176px;
  padding-right: 176px;
  box-sizing: content-box;
}

.tag_wrapper {
  margin-top: 84px;
  width: 230px;
  display: flex;
  justify-content: space-between;
}

.tag_wrapper>time {
  padding-top: 5px;
}

.news_single_category {
  width: 120px;
  height: 25px;
  /* display: flex; 一旦消す */
  display: none;
  justify-content: center;
  align-items: center;
}

.news_single_category_notice {
  background-color: #333333;
}

.event {
  background-color: #828282;
}

.news_single_category_notice>a {
  display: block;
  width: 100%;
  height: 100%;
}

.news_single_category_notice>a>p {
  color: #ffffff;
  font-size: 16px;
  font-family: 'Noto Sans JP';
  margin: auto;
  text-align: center;
  line-height: 25px;
}

.news_single_main_content {
  margin-top: 40px;
}

/* .news_single_title {
  padding-top:9px;
} */
h1 {
  display: -webkit-box;
  /* -webkit-line-clamp: 1; */
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-wrap: break-word;
  font-size: 28px;
  line-height: 32px;
  letter-spacing: 0px;
}

.news_single_main_img {
  margin-top: 80px;
  margin-bottom: 40px;
  width: 100%;
}

.news_single_main_img>figure>img {
  width: 100%;
  aspect-ratio: 45/28;
  object-fit: cover;
}

/* .news_single_document01 {
  margin-top: 36px;
} */
.news_single_document>p {
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
}

/* .news_single_sub_title {
  margin-top:40px;
} */
.news_single_document>h2 {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.1em;
  margin-bottom: 24px;
}

/* .news_single_document02 {
  margin-top: 24px;
} */
/* .news_single_sub_sub_title {
  margin-top:43px;
} */
.news_single_document>h3 {
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0.1em;
  margin-bottom: 24px;
}

/* .link_text {
  margin-top:28px
} */
.news_single_document>p>a {
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0.1em;
  color: #006AB7;
  text-decoration: underline;
}

.news_single_document > ul {
  margin-bottom: 24px;
}

*/ .news_single_document>ul>li {
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
}

.news_single_document>ul>li::before {
  content: '';
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 100%;
  background: #15171B;
  margin-right: 8px;
}

.news_single_document > ol {
  margin-bottom: 24px;
}

.news_single_document>ol {
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
  margin: 0;
}

.news_single_document>ol>li {
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
}

.news_single_document>ol>li::before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #15171B;
  border: 1px solid;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 22px;
  width: 22px;
  color: #ffffff;
  font-size: 16px;
  line-height: 1;
  margin-right: 8px;
}

.cv_btn_news_single {
  margin-top: 80px;
  margin-bottom: 127px;
}

.cv_btn_news_single>a {
  font-size: 18px;
}