@charset "UTF-8";
body {
  background: #fff;
}

/* -------------------------------------------------------------------
　ブログ、ニュース　詳細ページ
------------------------------------------------------------------- */
#page h2 {
  margin-bottom: 0;
}

#single-news .ttlbox.tipics {
  background: url(../imgs/topics/bg_blog.webp) no-repeat center;
  background-size: cover;
}
#single-news .ttlbox.news {
  background: url(../imgs/news/bg_news.webp) no-repeat center;
  background-size: cover;
}

.single_news_wrap {
  margin: 60px auto 100px auto;
}
.single_news_wrap .area {
  max-width: 280px;
  margin: 0 auto;
}
.single_news_wrap .area .bt-fill-green {
  color: #fff;
  background-color: #0c482f;
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  border-radius: 50px;
  transition: 0.3s ease;
  border: 1px solid #0c482f;
  margin: 0;
}
.single_news_wrap .area .bt-fill-green:hover {
  color: #0c482f;
  background-color: #fff;
  border: 1px solid #0c482f;
  text-decoration: none;
}
.single_news_wrap .area .bt-fill-green:hover span {
  background-color: #0c482f;
}
.single_news_wrap .area .bt-fill-green:hover span:after {
  background: #fff;
}
.single_news_wrap .area .bt-fill-green span {
  width: 1.875rem;
  height: 1.875rem;
  background-color: #fff;
  border-radius: 50%;
  position: relative;
  margin-left: 15px;
}
.single_news_wrap .area .bt-fill-green span::after {
  content: "";
  background: #0c482f;
  height: 11.2583302492px;
  width: 7px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-43%, -50%);
}

.single_news-ttl {
  margin-bottom: 40px;
  padding-bottom: 15px;
  border-bottom: 1px solid #0c482f;
}
.single_news-ttl h3 {
  font-size: 1.5rem;
  margin-bottom: 0.625rem;
}
.single_news-ttl p {
  font-size: 0.875rem;
  margin-bottom: 0.3125rem;
  display: inline-block;
}
.single_news-ttl-cat {
  font-size: 0.875rem;
  background-color: #0c482f;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 10px;
}

.single_news-content {
  margin-bottom: 2.5rem;
}
.single_news-content p {
  margin-bottom: 1.875rem;
}
.single_news-content img {
  width: 100%;
  margin-bottom: 1.875rem;
}
.single_news-content h2 {
  font-size: 1.25rem;
  padding-bottom: 8px;
  border-bottom: 2px solid #0c482f;
  margin-bottom: 1.25rem;
}
.single_news-content h3 {
  font-size: 1.125rem;
  padding: 5px 0 5px 20px;
  border-left: 3px solid #0c482f;
  margin-bottom: 1.25rem;
}
.single_news-content .wp-block-list {
  padding-left: 1.25rem;
  margin-bottom: 1.25rem;
}
.single_news-content .wp-block-list li {
  list-style: inherit;
}
.single_news-content a {
  color: #0c482f;
}
.single_news-content a:hover {
  text-decoration: underline;
}

.wp-block-heading {
  text-align: left;
}

.area .bt-fill-green {
  font-size: 18px;
  height: 55px;
}
.area .bt-fill-green span:after {
  height: 11.2583302492px;
  width: 7px;
}

@media screen and (max-width: 768px) {
  .single_news-ttl p {
    margin-right: 0;
    margin-bottom: 5px;
  }
  .single_news-ttl {
    margin-bottom: 20px;
  }
  .area .bt-fill-green {
    font-size: 14px;
    height: 47px;
  }
  .area .bt-fill-green span {
    width: 25px;
    height: 25px;
  }
}

/*# sourceMappingURL=single.css.map */
