@charset "UTF-8";
.page-news .news {
  padding: 5.5rem 4rem 11rem;
  background-color: #eff8f9;
}
@media only screen and (min-width: 768px) {
  .page-news .news {
    padding: 6rem 11.7rem 20.4rem 10.8rem;
  }
}
@media only screen and (min-width: 768px) {
  .page-news .news__inner {
    display: grid;
    grid-template-columns: 17.3rem 1fr;
    column-gap: 13.8rem;
    align-items: flex-start;
  }
}
.page-news .news__filter {
  display: grid;
  row-gap: 1rem;
}
@media only screen and (min-width: 768px) {
  .page-news .news__filter {
    row-gap: 5.7rem;
    min-width: 93rem;
  }
}
.page-news .news-filter__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .page-news .news-filter__item {
    display: block;
  }
}
.page-news .news-filer__heading {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0;
}
@media only screen and (min-width: 768px) {
  .page-news .news-filer__heading {
    font-size: 1.6rem;
  }
}
.page-news .news-filer__select {
  position: relative;
  width: 18rem;
  height: 4rem;
  background-color: #FFF;
  border: 1px solid #303030;
  border-radius: 0.5rem;
}
@media only screen and (min-width: 768px) {
  .page-news .news-filer__select {
    margin-top: 2.2rem;
    width: 16rem;
    height: 4.6rem;
  }
}
.page-news .news-filer__select::after {
  content: "";
  position: absolute;
  top: 0.7rem;
  right: 0.7rem;
  width: 2.4rem;
  height: 2.4rem;
  background-image: url(../images/news/arrow_drop_down.svg);
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) {
  .page-news .news-filer__select::after {
    top: 1.1rem;
    right: 1.1rem;
  }
}
.page-news .news-filer__select select {
  width: 100%;
  height: 100%;
  padding: 1rem 0 1rem 1.3rem;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0;
}
@media only screen and (min-width: 768px) {
  .page-news .news-filer__select select {
    padding: 1.2rem 0 1.3rem 2.1rem;
    font-size: 1.6rem;
  }
}
.page-news .news-filer__select select[name=year] {
  font-family: "DM Sans", sans-serif;
}
@media only screen and (min-width: 768px) {
  .page-news .news-filer__list {
    display: grid;
    row-gap: 1rem;
    padding-top: 2rem;
  }
  .page-news .news-filer__list li a {
    display: inline-block;
    padding-inline: 2.3rem 2.1rem;
    border: 1px solid #303030;
    border-radius: 5rem;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 3rem;
    background-color: #FFF;
    transition: all 0.3s ease-out;
  }
  .page-news .news-filer__list li a.selected {
    color: #FFF;
    background-color: #303030;
  }
  .page-news .news-filer__list li a:hover {
    color: #FFF;
    background-color: #303030;
  }
}
.page-news .news__list {
  display: grid;
  row-gap: 5.1rem;
  padding-top: 7.4rem;
}
@media only screen and (min-width: 768px) {
  .page-news .news__list {
    row-gap: 2.8rem;
    padding-top: 0;
  }
}
.page-news .news__listItem {
  padding-bottom: 2.9rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 768px) {
  .page-news .news__listItem a {
    display: grid;
    grid-template-columns: 18rem 1fr;
    grid-template-rows: 5rem 1fr;
    column-gap: 2.8rem;
  }
}
.page-news .news__listItem i {
  background-color: #000;
}
.page-news .news__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .page-news .news__head {
    grid-column: 2/-1;
    justify-content: flex-start;
    column-gap: 2rem;
    padding-top: 1.8rem;
  }
}
.page-news .news__head time {
  font-family: "DM Sans", sans-serif;
  font-size: 1.4rem;
  color: rgba(0, 0, 0, 0.6);
}
.page-news .news__category {
  display: grid;
  place-content: center;
  width: fit-content;
  height: 2.4rem;
  padding-inline: 1.68rem 1.82rem;
  border-radius: 4rem;
  border: 0.8px solid #303030;
  background-color: #FFF;
}
@media only screen and (min-width: 768px) {
  .page-news .news__category {
    height: 3rem;
    padding-inline: 2.1rem 2.3rem;
  }
}
.page-news .news__category p {
  font-size: 1.12rem;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .page-news .news__category p {
    font-size: 1.4rem;
  }
}
.page-news .news__img {
  padding-top: 1.3rem;
  aspect-ratio: 295/197;
}
@media only screen and (min-width: 768px) {
  .page-news .news__img {
    padding-top: 0;
    grid-column: 1/2;
    grid-row: 1/3;
    aspect-ratio: 180/120;
  }
}
.page-news .news__img img {
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  object-fit: cover;
}
.page-news .news__title {
  padding-top: 1rem;
}
@media only screen and (min-width: 768px) {
  .page-news .news__title {
    padding-top: 1.2rem;
    width: 88.6597938144%;
  }
}
.page-news .news__title p {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
}
@media only screen and (min-width: 768px) {
  .page-news .news__title p {
    font-size: 1.6rem;
  }
}

.page-news-detail .news-detail__head {
  background-color: #eff8f9;
}
.page-news-detail .news-detail__head .head__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .page-news-detail .news-detail__head .head__wrapper {
    column-gap: 3.2rem;
    justify-content: flex-start;
  }
}
.page-news-detail .news-detail__head time {
  font-family: "DM Sans", sans-serif;
  font-size: 1.4rem;
  color: rgba(0, 0, 0, 0.6);
}
.page-news-detail .news-detail__head .news__category {
  display: grid;
  place-content: center;
  width: fit-content;
  height: 2.4rem;
  padding-inline: 1.68rem 1.82rem;
  border-radius: 4rem;
  border: 0.8px solid #303030;
  background-color: #FFF;
}
@media only screen and (min-width: 768px) {
  .page-news-detail .news-detail__head .news__category {
    height: 3rem;
    padding-inline: 2.1rem 2.3rem;
  }
}
.page-news-detail .news-detail__head .news__category p {
  font-size: 1.12rem;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .page-news-detail .news-detail__head .news__category p {
    font-size: 1.4rem;
  }
}
.page-news-detail .news-detail__head h1 {
  padding-top: 1.9rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
}
@media only screen and (min-width: 768px) {
  .page-news-detail .news-detail__head h1 {
    padding-top: 1.7rem;
    font-size: 3rem;
  }
}
.page-news-detail .news-detail__inner {
  padding: 5.1rem 4rem 5.1rem;
}
@media only screen and (min-width: 768px) {
  .page-news-detail .news-detail__inner {
    padding: 4.5rem 23.4rem 4.6rem;
  }
}
.page-news-detail .news-detail__article {
  padding-inline: 2rem;
}
@media only screen and (min-width: 768px) {
  .page-news-detail .news-detail__article {
    padding-inline: 24.6rem;
  }
}
.page-news-detail .news-detail__article .article-content {
  padding: 6rem 0 10.9rem;
}
@media only screen and (min-width: 768px) {
  .page-news-detail .news-detail__article .article-content {
    padding: 6.4rem 5.4rem 15.5rem;
  }
}
.page-news-detail .news-detail__article .mv {
  padding-bottom: 1.9rem;
  width: 100%;
  aspect-ratio: 335/189;
}
@media only screen and (min-width: 768px) {
  .page-news-detail .news-detail__article .mv {
    padding-bottom: 4.97rem;
    aspect-ratio: 840/472;
  }
}
.page-news-detail .news-detail__article h4 {
  font-size: 2.2rem;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .page-news-detail .news-detail__article h4 {
    font-size: 3.2rem;
  }
}
.page-news-detail .news-detail__article h4 + p {
  padding-top: 2.3rem;
}
@media only screen and (min-width: 768px) {
  .page-news-detail .news-detail__article h4 + p {
    padding-top: 3rem;
  }
}
.page-news-detail .news-detail__article h4 + h5 {
  padding-top: 3.3rem;
}
@media only screen and (min-width: 768px) {
  .page-news-detail .news-detail__article h4 + h5 {
    padding-top: 4rem;
  }
}
.page-news-detail .news-detail__article p {
  font-size: 1.4rem;
  line-height: 1.8;
  text-align: justify;
}
@media only screen and (min-width: 768px) {
  .page-news-detail .news-detail__article p {
    font-size: 1.5rem;
  }
}
.page-news-detail .news-detail__article p + h5 {
  padding-top: 8rem;
}
.page-news-detail .news-detail__article .imgWrapper + h4 {
  padding-top: 2.9rem;
}
@media only screen and (min-width: 768px) {
  .page-news-detail .news-detail__article .imgWrapper + h4 {
    padding-top: 4.6rem;
  }
}
@media only screen and (min-width: 768px) {
  .page-news-detail .news-detail__article .imgWrapper {
    display: flex;
    column-gap: 4rem;
    justify-content: center;
  }
}
.page-news-detail .news-detail__article .img {
  padding-top: 2rem;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .page-news-detail .news-detail__article .img {
    display: inline-block;
    padding-top: 8.1rem;
  }
}
.page-news-detail .news-detail__article .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 335/189;
}
@media only screen and (min-width: 768px) {
  .page-news-detail .news-detail__article .img img {
    aspect-ratio: 400/225;
  }
}
.page-news-detail .news-detail__article h5 {
  font-size: 1.8rem;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .page-news-detail .news-detail__article h5 {
    font-size: 2rem;
  }
}
.page-news-detail .news-detail__article h5 + p {
  padding-top: 2rem;
}
@media only screen and (min-width: 768px) {
  .page-news-detail .news-detail__article h5 + p {
    padding-top: 3rem;
  }
}
.page-news-detail .news-detail__article {
  /* NEWS詳細などの「本文エリア」 */
}
.page-news-detail .news-detail__article .news-entry-content img[loading=lazy] {
  opacity: 1;
}
.page-news-detail .news-detail__article .news-entry-content {
  /* SiteOriginのパネルやウィジェット内をターゲットにする */
}
.page-news-detail .news-detail__article .news-entry-content :where(.panel-grid-cell, .textwidget) {
  /* 1. 主要なタグを「ブラウザ標準」スタイルに戻す */
}
.page-news-detail .news-detail__article .news-entry-content :where(.panel-grid-cell, .textwidget) :where(h1, h2, h3, h4, h5, h6, p, ul, ol, li, a, table, th, td, blockquote) {
  all: revert;
}
.page-news-detail .news-detail__article .news-entry-content :where(.panel-grid-cell, .textwidget) {
  /* 2. リストの余白調整（all: revertだけでは不十分な場合への保険） */
}
.page-news-detail .news-detail__article .news-entry-content :where(.panel-grid-cell, .textwidget) :where(ul, ol) {
  padding-left: 2em; /* 点や数字のためのスペース確保 */
  margin: 1em 0;
}
.page-news-detail .news-detail__article .news-entry-content :where(.panel-grid-cell, .textwidget) {
  /* 3. リストアイテムのスタイル継承 */
}
.page-news-detail .news-detail__article .news-entry-content :where(.panel-grid-cell, .textwidget) li {
  list-style: inherit;
}
.page-news-detail .news-detail__article .news-entry-content :where(.panel-grid-cell, .textwidget) .widget-title {
  font-size: 2.2rem;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .page-news-detail .news-detail__article .news-entry-content :where(.panel-grid-cell, .textwidget) .widget-title {
    font-size: 3.2rem;
  }
}
.page-news-detail .news-detail__article .news-entry-content :where(.panel-grid-cell, .textwidget) p {
  line-height: 1.8;
  text-align: justify;
}
.page-news-detail .news-detail__article .news-entry-content :where(.panel-grid-cell, .textwidget) a {
  color: #303030;
  text-decoration: underline;
}
.page-news-detail .news-detail__article .news-entry-content .widget:not(.widget_text) .widget-title {
  font-size: 2rem;
  font-weight: 700;
  color: #333333;
  margin-bottom: 1.2rem;
  padding-left: 1rem;
  position: relative;
  line-height: 1.4;
  border-bottom: none;
}
.page-news-detail .news-detail__article .news-entry-content .widget:not(.widget_text) .widget-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background-color: #D7282F;
  border-radius: 2px;
}
.page-news-detail .news-detail__article .news-entry-content .widget_calendar {
  margin-bottom: 4rem;
  width: 100%;
}
.page-news-detail .news-detail__article .news-entry-content .widget_calendar .calendar_wrap {
  position: relative;
}
.page-news-detail .news-detail__article .news-entry-content .widget_calendar #wp-calendar {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  margin-bottom: 0;
}
.page-news-detail .news-detail__article .news-entry-content .widget_calendar #wp-calendar caption {
  font-weight: bold;
  padding: 10px 0;
  color: #333333;
}
.page-news-detail .news-detail__article .news-entry-content .widget_calendar #wp-calendar thead th {
  background-color: #f9f9f9;
  color: #666;
  font-size: 0.85rem;
  font-weight: normal;
  padding: 8px 0;
  border-bottom: 1px solid #e0e0e0;
}
.page-news-detail .news-detail__article .news-entry-content .widget_calendar #wp-calendar tbody td {
  text-align: center;
  padding: 10px 4px;
  border-bottom: 1px solid #e0e0e0;
  color: #ccc;
  transition: background-color 0.2s ease;
}
.page-news-detail .news-detail__article .news-entry-content .widget_calendar #wp-calendar tbody td.pad {
  background-color: transparent;
}
.page-news-detail .news-detail__article .news-entry-content .widget_calendar #wp-calendar tbody td#today {
  color: #D7282F;
  font-weight: bold;
  position: relative;
}
.page-news-detail .news-detail__article .news-entry-content .widget_calendar #wp-calendar tbody td#today::after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background-color: #D7282F;
  border-radius: 50%;
  margin: 2px auto 0;
}
.page-news-detail .news-detail__article .news-entry-content .widget_calendar #wp-calendar tbody td a {
  display: block;
  color: #D7282F;
  font-weight: bold;
  text-decoration: none;
}
.page-news-detail .news-detail__article .news-entry-content .widget_calendar #wp-calendar tbody td a:hover {
  background-color: rgba(215, 40, 47, 0.03);
  border-radius: 4px;
}
.page-news-detail .news-detail__article .news-entry-content .widget_calendar .wp-calendar-nav {
  display: flex;
  justify-content: space-between;
  padding-top: 15px;
}
.page-news-detail .news-detail__article .news-entry-content .widget_calendar .wp-calendar-nav a {
  text-decoration: none;
  color: #333333;
}
.page-news-detail .news-detail__article .news-entry-content .widget_calendar .wp-calendar-nav a:hover {
  color: #D7282F;
}
.page-news-detail .news-detail__article .news-entry-content .widget_recent_entries,
.page-news-detail .news-detail__article .news-entry-content .widget_categories,
.page-news-detail .news-detail__article .news-entry-content .widget_archive,
.page-news-detail .news-detail__article .news-entry-content .widget_meta,
.page-news-detail .news-detail__article .news-entry-content .widget_pages,
.page-news-detail .news-detail__article .news-entry-content .widget_nav_menu {
  margin-bottom: 4rem;
}
.page-news-detail .news-detail__article .news-entry-content .widget_recent_entries ul,
.page-news-detail .news-detail__article .news-entry-content .widget_categories ul,
.page-news-detail .news-detail__article .news-entry-content .widget_archive ul,
.page-news-detail .news-detail__article .news-entry-content .widget_meta ul,
.page-news-detail .news-detail__article .news-entry-content .widget_pages ul,
.page-news-detail .news-detail__article .news-entry-content .widget_nav_menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.page-news-detail .news-detail__article .news-entry-content .widget_recent_entries ul li,
.page-news-detail .news-detail__article .news-entry-content .widget_categories ul li,
.page-news-detail .news-detail__article .news-entry-content .widget_archive ul li,
.page-news-detail .news-detail__article .news-entry-content .widget_meta ul li,
.page-news-detail .news-detail__article .news-entry-content .widget_pages ul li,
.page-news-detail .news-detail__article .news-entry-content .widget_nav_menu ul li {
  border-bottom: 1px solid #e0e0e0;
  position: relative;
  margin: 0;
}
.page-news-detail .news-detail__article .news-entry-content .widget_recent_entries ul li:last-child,
.page-news-detail .news-detail__article .news-entry-content .widget_categories ul li:last-child,
.page-news-detail .news-detail__article .news-entry-content .widget_archive ul li:last-child,
.page-news-detail .news-detail__article .news-entry-content .widget_meta ul li:last-child,
.page-news-detail .news-detail__article .news-entry-content .widget_pages ul li:last-child,
.page-news-detail .news-detail__article .news-entry-content .widget_nav_menu ul li:last-child {
  border-bottom: none;
}
.page-news-detail .news-detail__article .news-entry-content .widget_recent_entries ul li a,
.page-news-detail .news-detail__article .news-entry-content .widget_categories ul li a,
.page-news-detail .news-detail__article .news-entry-content .widget_archive ul li a,
.page-news-detail .news-detail__article .news-entry-content .widget_meta ul li a,
.page-news-detail .news-detail__article .news-entry-content .widget_pages ul li a,
.page-news-detail .news-detail__article .news-entry-content .widget_nav_menu ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 5px 12px 20px;
  color: #333333;
  text-decoration: none;
  transition: all 0.2s ease;
}
.page-news-detail .news-detail__article .news-entry-content .widget_recent_entries ul li a::before,
.page-news-detail .news-detail__article .news-entry-content .widget_categories ul li a::before,
.page-news-detail .news-detail__article .news-entry-content .widget_archive ul li a::before,
.page-news-detail .news-detail__article .news-entry-content .widget_meta ul li a::before,
.page-news-detail .news-detail__article .news-entry-content .widget_pages ul li a::before,
.page-news-detail .news-detail__article .news-entry-content .widget_nav_menu ul li a::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #ccc;
  border-right: 2px solid #ccc;
  transform: rotate(45deg);
  position: absolute;
  left: 5px;
  top: 50%;
  margin-top: -3px;
  transition: border-color 0.2s ease;
}
.page-news-detail .news-detail__article .news-entry-content .widget_recent_entries ul li a:hover,
.page-news-detail .news-detail__article .news-entry-content .widget_categories ul li a:hover,
.page-news-detail .news-detail__article .news-entry-content .widget_archive ul li a:hover,
.page-news-detail .news-detail__article .news-entry-content .widget_meta ul li a:hover,
.page-news-detail .news-detail__article .news-entry-content .widget_pages ul li a:hover,
.page-news-detail .news-detail__article .news-entry-content .widget_nav_menu ul li a:hover {
  color: #D7282F;
  padding-left: 24px;
  background-color: rgba(215, 40, 47, 0.03);
}
.page-news-detail .news-detail__article .news-entry-content .widget_recent_entries ul li a:hover::before,
.page-news-detail .news-detail__article .news-entry-content .widget_categories ul li a:hover::before,
.page-news-detail .news-detail__article .news-entry-content .widget_archive ul li a:hover::before,
.page-news-detail .news-detail__article .news-entry-content .widget_meta ul li a:hover::before,
.page-news-detail .news-detail__article .news-entry-content .widget_pages ul li a:hover::before,
.page-news-detail .news-detail__article .news-entry-content .widget_nav_menu ul li a:hover::before {
  border-color: #D7282F;
}
.page-news-detail .news-detail__article .news-entry-content .widget_recent_entries ul li .post-date,
.page-news-detail .news-detail__article .news-entry-content .widget_categories ul li .post-date,
.page-news-detail .news-detail__article .news-entry-content .widget_archive ul li .post-date,
.page-news-detail .news-detail__article .news-entry-content .widget_meta ul li .post-date,
.page-news-detail .news-detail__article .news-entry-content .widget_pages ul li .post-date,
.page-news-detail .news-detail__article .news-entry-content .widget_nav_menu ul li .post-date {
  display: block;
  font-size: 0.8rem;
  color: #999999;
  margin-top: 4px;
}
.page-news-detail .news-detail__article .news-entry-content .widget_recent_entries ul li ul.children, .page-news-detail .news-detail__article .news-entry-content .widget_recent_entries ul li ul.sub-menu,
.page-news-detail .news-detail__article .news-entry-content .widget_categories ul li ul.children,
.page-news-detail .news-detail__article .news-entry-content .widget_categories ul li ul.sub-menu,
.page-news-detail .news-detail__article .news-entry-content .widget_archive ul li ul.children,
.page-news-detail .news-detail__article .news-entry-content .widget_archive ul li ul.sub-menu,
.page-news-detail .news-detail__article .news-entry-content .widget_meta ul li ul.children,
.page-news-detail .news-detail__article .news-entry-content .widget_meta ul li ul.sub-menu,
.page-news-detail .news-detail__article .news-entry-content .widget_pages ul li ul.children,
.page-news-detail .news-detail__article .news-entry-content .widget_pages ul li ul.sub-menu,
.page-news-detail .news-detail__article .news-entry-content .widget_nav_menu ul li ul.children,
.page-news-detail .news-detail__article .news-entry-content .widget_nav_menu ul li ul.sub-menu {
  margin-left: 1rem;
  border-top: 1px solid #e0e0e0;
}
.page-news-detail .news-detail__article .news-entry-content .widget_recent_entries ul li ul.children li:last-child, .page-news-detail .news-detail__article .news-entry-content .widget_recent_entries ul li ul.sub-menu li:last-child,
.page-news-detail .news-detail__article .news-entry-content .widget_categories ul li ul.children li:last-child,
.page-news-detail .news-detail__article .news-entry-content .widget_categories ul li ul.sub-menu li:last-child,
.page-news-detail .news-detail__article .news-entry-content .widget_archive ul li ul.children li:last-child,
.page-news-detail .news-detail__article .news-entry-content .widget_archive ul li ul.sub-menu li:last-child,
.page-news-detail .news-detail__article .news-entry-content .widget_meta ul li ul.children li:last-child,
.page-news-detail .news-detail__article .news-entry-content .widget_meta ul li ul.sub-menu li:last-child,
.page-news-detail .news-detail__article .news-entry-content .widget_pages ul li ul.children li:last-child,
.page-news-detail .news-detail__article .news-entry-content .widget_pages ul li ul.sub-menu li:last-child,
.page-news-detail .news-detail__article .news-entry-content .widget_nav_menu ul li ul.children li:last-child,
.page-news-detail .news-detail__article .news-entry-content .widget_nav_menu ul li ul.sub-menu li:last-child {
  border-bottom: none;
}
.page-news-detail .news-detail__article .news-entry-content .count {
  background-color: #eee;
  color: #666;
  font-size: 0.75rem;
  padding: 2px 8px;
  border-radius: 10px;
  font-weight: bold;
  margin-left: 8px;
}
li:hover .page-news-detail .news-detail__article .news-entry-content .count {
  background-color: #D7282F;
  color: #fff;
}
.page-news-detail .news-detail__article .news-entry-content .widget_monsterinsights-popular-posts-widget {
  margin-bottom: 4rem;
}
.page-news-detail .news-detail__article .news-entry-content .widget_monsterinsights-popular-posts-widget ul.monsterinsights-widget-popular-posts-list {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
.page-news-detail .news-detail__article .news-entry-content .widget_monsterinsights-popular-posts-widget ul.monsterinsights-widget-popular-posts-list li {
  background-color: transparent !important;
  margin: 0 !important;
  padding: 0 !important;
  border-bottom: 1px solid #e0e0e0;
  border-radius: 0 !important;
}
.page-news-detail .news-detail__article .news-entry-content .widget_monsterinsights-popular-posts-widget ul.monsterinsights-widget-popular-posts-list li:last-child {
  border-bottom: none;
}
.page-news-detail .news-detail__article .news-entry-content .widget_monsterinsights-popular-posts-widget ul.monsterinsights-widget-popular-posts-list li a {
  display: block;
  padding: 12px 0 12px 20px;
  text-decoration: none;
  position: relative;
  transition: all 0.2s ease;
}
.page-news-detail .news-detail__article .news-entry-content .widget_monsterinsights-popular-posts-widget ul.monsterinsights-widget-popular-posts-list li a::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #ccc;
  border-right: 2px solid #ccc;
  transform: rotate(45deg);
  position: absolute;
  left: 5px;
  top: 50%;
  margin-top: -3px;
  transition: border-color 0.2s ease;
}
.page-news-detail .news-detail__article .news-entry-content .widget_monsterinsights-popular-posts-widget ul.monsterinsights-widget-popular-posts-list li a .monsterinsights-widget-popular-posts-text {
  margin: 0 !important;
  padding: 0 !important;
}
.page-news-detail .news-detail__article .news-entry-content .widget_monsterinsights-popular-posts-widget ul.monsterinsights-widget-popular-posts-list li a .monsterinsights-widget-popular-posts-title {
  color: #333333 !important;
  font-weight: normal !important;
  font-size: 1.6rem !important;
  line-height: 1.4 !important;
  margin: 0 !important;
  transition: color 0.2s ease;
}
.page-news-detail .news-detail__article .news-entry-content .widget_monsterinsights-popular-posts-widget ul.monsterinsights-widget-popular-posts-list li a:hover {
  background-color: rgba(215, 40, 47, 0.03) !important;
  padding-left: 24px;
}
.page-news-detail .news-detail__article .news-entry-content .widget_monsterinsights-popular-posts-widget ul.monsterinsights-widget-popular-posts-list li a:hover::before {
  border-color: #D7282F;
}
.page-news-detail .news-detail__article .news-entry-content .widget_monsterinsights-popular-posts-widget ul.monsterinsights-widget-popular-posts-list li a:hover .monsterinsights-widget-popular-posts-title {
  color: #D7282F !important;
}
.page-news-detail .news-detail__article .news-entry-content .widget_search {
  margin-bottom: 4rem;
}
.page-news-detail .news-detail__article .news-entry-content .widget_search form {
  display: flex;
  border-radius: 4px;
  overflow: hidden;
}
.page-news-detail .news-detail__article .news-entry-content .widget_search form:focus-within {
  border-color: #D7282F;
}
.page-news-detail .news-detail__article .news-entry-content .widget_search input[type=text] {
  border: 1px solid #e0e0e0;
  flex: 1;
  padding: 5px 12px;
  color: #333333;
  outline: none;
}
.page-news-detail .news-detail__article .news-entry-content .widget_search button[type=submit],
.page-news-detail .news-detail__article .news-entry-content .widget_search input[type=submit] {
  background-color: #D7282F;
  color: #fff;
  border: none;
  padding: 5px 16px;
  cursor: pointer;
  font-weight: bold;
  transition: background-color 0.3s;
}
.page-news-detail .news-detail__article .news-entry-content .widget_search button[type=submit]:hover,
.page-news-detail .news-detail__article .news-entry-content .widget_search input[type=submit]:hover {
  background-color: rgb(172, 32, 37.6);
}
.page-news-detail .news-detail__article .news-entry-content .widget_tag_cloud {
  margin-bottom: 4rem;
}
.page-news-detail .news-detail__article .news-entry-content .widget_tag_cloud .tagcloud {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.page-news-detail .news-detail__article .news-entry-content .widget_tag_cloud .tagcloud a {
  display: inline-block;
  font-size: 0.85rem !important;
  padding: 6px 12px;
  border: 1px solid #e0e0e0;
  border-radius: 20px;
  color: #333333;
  text-decoration: none;
  background-color: #fff;
  transition: all 0.3s ease;
}
.page-news-detail .news-detail__article .news-entry-content .widget_tag_cloud .tagcloud a::before {
  content: "#";
  margin-right: 2px;
  color: #bbb;
}
.page-news-detail .news-detail__article .news-entry-content .widget_tag_cloud .tagcloud a:hover {
  background-color: #D7282F;
  border-color: #D7282F;
  color: #fff;
}
.page-news-detail .news-detail__article .news-entry-content .widget_tag_cloud .tagcloud a:hover::before {
  color: rgba(255, 255, 255, 0.7);
}
.page-news-detail .news-detail__article .news-entry-content .widget_media_gallery {
  margin-bottom: 4rem;
}
.page-news-detail .news-detail__navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-inline: 2rem;
}
@media only screen and (min-width: 768px) {
  .page-news-detail .news-detail__navigation {
    padding-inline: 5.4rem;
  }
}
.page-news-detail .news-detail__navigation .previous,
.page-news-detail .news-detail__navigation .next {
  display: block;
  color: #303030;
}
@media only screen and (min-width: 768px) {
  .page-news-detail .news-detail__navigation .previous,
  .page-news-detail .news-detail__navigation .next {
    padding-top: 1.8rem;
  }
}
.page-news-detail .news-detail__navigation .previous img,
.page-news-detail .news-detail__navigation .next img {
  width: 2rem;
}
@media only screen and (min-width: 768px) {
  .page-news-detail .news-detail__navigation .previous img,
  .page-news-detail .news-detail__navigation .next img {
    width: 2.8rem;
  }
}
.page-news-detail .news-detail__navigation .previous span,
.page-news-detail .news-detail__navigation .next span {
  display: inline-block;
  padding-top: 1.23rem;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  background-image: linear-gradient(to bottom, transparent 0%, transparent calc(100% - 1px), #303030 calc(100% - 1px), #303030 100%);
  background-size: 0% 100%;
  transition: background-size 0.3s ease-out;
}
@media only screen and (min-width: 768px) {
  .page-news-detail .news-detail__navigation .previous span,
  .page-news-detail .news-detail__navigation .next span {
    padding: 1.4rem 0 0.2rem;
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 768px) {
  .page-news-detail .news-detail__navigation .previous:hover,
  .page-news-detail .news-detail__navigation .next:hover {
    color: inherit;
  }
  .page-news-detail .news-detail__navigation .previous:hover span,
  .page-news-detail .news-detail__navigation .next:hover span {
    background-size: 100% 100%;
  }
}
.page-news-detail .news-detail__navigation .back-to-archive {
  width: 17rem;
  padding: 2rem 0 2.1rem 2.8rem;
  background-color: #303030;
  border-radius: 0.6rem;
}
@media only screen and (min-width: 768px) {
  .page-news-detail .news-detail__navigation .back-to-archive {
    width: 27rem;
    padding: 2.6rem 0 2.5rem 3rem;
    border-radius: 1rem;
  }
}
.page-news-detail .news-detail__navigation .back-to-archive p {
  font-size: 1.6rem;
  font-weight: 500;
  color: #f9faf9;
}
.page-news-detail .news-detail__navigation .back-to-archive i {
  right: 2rem;
}
@media only screen and (min-width: 768px) {
  .page-news-detail .news-detail__navigation .back-to-archive i {
    right: 3.7rem;
  }
}
.page-news-detail .news-detail__related-articles {
  padding: 19rem 2rem 11.7rem;
}
@media only screen and (min-width: 768px) {
  .page-news-detail .news-detail__related-articles {
    padding: 18rem 0 38.6rem;
  }
}
.page-news-detail .news-detail__related-articles h2 {
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .page-news-detail .news-detail__related-articles h2 {
    padding-bottom: 5.7rem;
    border-bottom: none;
  }
}
.page-news-detail .news-detail__related-articles .related-articles__list {
  display: grid;
  row-gap: 4.8rem;
  padding-top: 5.3rem;
}
@media only screen and (min-width: 768px) {
  .page-news-detail .news-detail__related-articles .related-articles__list {
    row-gap: 2.8rem;
    padding-top: 0;
    padding-left: 4.1rem;
  }
}
.page-news-detail .news-detail__related-articles .related-articles__list li {
  padding-bottom: 2.1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 768px) {
  .page-news-detail .news-detail__related-articles .related-articles__list li {
    padding-bottom: 2.9rem;
  }
  .page-news-detail .news-detail__related-articles .related-articles__list li:first-of-type {
    padding-top: 2.7rem;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
}
@media only screen and (min-width: 768px) {
  .page-news-detail .news-detail__related-articles .related-articles__list li a {
    display: grid;
    grid-template-columns: 18rem 1fr;
    grid-template-rows: 3rem 1fr;
    column-gap: 2.8rem;
  }
}
.page-news-detail .news-detail__related-articles .related-articles__list li .related-article__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .page-news-detail .news-detail__related-articles .related-articles__list li .related-article__head {
    grid-column: 2/-1;
    justify-content: flex-start;
    column-gap: 2.6rem;
  }
}
.page-news-detail .news-detail__related-articles .related-articles__list li .related-article__head time {
  font-family: "DM Sans", sans-serif;
  font-size: 1.4rem;
  color: rgba(0, 0, 0, 0.6);
}
.page-news-detail .news-detail__related-articles .related-articles__list li .related-article__category {
  display: grid;
  place-content: center;
  width: fit-content;
  height: 2.4rem;
  padding-inline: 1.68rem 1.82rem;
  border-radius: 4rem;
  border: 0.8px solid #303030;
  background-color: #FFF;
}
@media only screen and (min-width: 768px) {
  .page-news-detail .news-detail__related-articles .related-articles__list li .related-article__category {
    height: 3rem;
    padding-inline: 2.1rem 2.3rem;
  }
}
.page-news-detail .news-detail__related-articles .related-articles__list li .related-article__category p {
  font-size: 1.12rem;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .page-news-detail .news-detail__related-articles .related-articles__list li .related-article__category p {
    font-size: 1.4rem;
  }
}
.page-news-detail .news-detail__related-articles .related-articles__list li .related-article__img {
  padding-top: 1.3rem;
  aspect-ratio: 295/196;
}
@media only screen and (min-width: 768px) {
  .page-news-detail .news-detail__related-articles .related-articles__list li .related-article__img {
    padding-top: 0;
    grid-column: 1/2;
    grid-row: 1/3;
  }
}
.page-news-detail .news-detail__related-articles .related-articles__list li .related-article__title {
  padding-top: 2.03rem;
}
@media only screen and (min-width: 768px) {
  .page-news-detail .news-detail__related-articles .related-articles__list li .related-article__title {
    padding-top: 2.7rem;
  }
}
.page-news-detail .news-detail__related-articles .related-articles__list li .related-article__title p {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.6;
}
@media only screen and (min-width: 768px) {
  .page-news-detail .news-detail__related-articles .related-articles__list li .related-article__title p {
    font-size: 1.6rem;
  }
}

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