@charset "UTF-8";
.back_news_btn {
  margin-top: 50px;
  text-align: center;
}

.back_news_btn a {
  display: inline-block;
  min-width: 250px;
  background-color: #7F6552;
  color: #fff;
  border-radius: 10px;
  padding: 15px 15px;
  text-align: center;
}

#single-news .news-content p a {
  text-decoration: underline;
  color: inherit;
}


#single-news .youtube_iframe iframe {
  width: 100%;
  max-width: 650px;
  aspect-ratio: 16 / 9;
  height: auto;
}


.bread_crumb {
  position: relative;
  top: -100px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  font-size: 1.3rem;
}

.bread_crumb li {
  list-style: none;
}

.bread_crumb li:not(:last-child)::after {
  content: " / ";
  margin-left: 6px;
  color: #666;
}

.bread_crumb a {
  text-decoration: underline;
  color: inherit;
}
.bread_crumb a:hover {
  opacity: 0.7;
}


@media (max-width: 768.98px) {
  .bread_crumb_block {
    width: 94%;
    margin: auto;
    }
  .bread_crumb {
    margin-bottom: 10px;
    top: -50px;
    font-size: 1.2rem;
  }
}


.mt-0 {
  margin-top: 0;
}

.news__item-btm .news__item-ttl {
  margin-left: 0;
  white-space: normal;
}

.news__item-btm .news__item-txt {
  white-space: normal;
}

@media (max-width: 768.98px) {
  .news__item-btm {
    align-items: unset;
  }
  .news__item-btm .news__item-img {
    width: 30%;
    margin-right: 5%;
  }
  .news__item-btm .news__item-img img {
    width: 100%;
    height: auto;
  }
  .news__item-btm .ttl_excerpt {
    width: 65%;   
  }
}
