@charset "UTF-8";
@media screen and (min-width: 770px) {
  h1:after {
    background-image: url("../img/news/fv_img.jpg");
  }
  .news_list {
    margin-bottom: 42px;
    line-height: 1.7;
  }
  .news_list > li {
    padding: 24px 0 18px;
    border-bottom: 1px solid var(--news-border-color);
  }
  .news_list li:last-of-type {
    border-bottom: 0;
  }
  .news_list .news_title {
    display: flex;
    flex-wrap: wrap;
    color: var(--text-color-blue);
    margin-bottom: 4px;
    font-size: 21px;
    line-height: 1.6;
  }
  .news_list .news_title time {
    font-weight: 600;
  }
  .news_list .news_title .title {
    margin-left: 20px;
    font-weight: 600;
  }
  .news_list .detail {
    font-size: 20px;
    font-weight: 500;
  }
   .wp-block-list {
     padding-left: 1.2em;
   }
  .wp-block-list > li {
  list-style-type: disc;
  margin-bottom: 10px;
  }
  .wp-block-list > li:last-of-type {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 769px) {
  h1:after {
    background-image: url("../img/news/fv_img.jpg");
  }
  .news_list {
    margin-bottom: 38px;
    padding: 40px 0 0;
  }
  .news_list > li {
    padding: 19px 0 18px;
    border-bottom: 1px solid var(--news-border-color);
  }
  .news_list li:last-of-type {
    border-bottom: 0;
  }
  .news_list .news_title {
    color: var(--text-color-blue);
    margin-bottom: 8px;
    font-size: 17px;
  }
  .news_list .news_title time {
    display: inline-block;
    margin-bottom: 4px;
    line-height: 1.3;
    font-weight: 600;
  }
  .news_list .news_title .title {
    font-weight: 600;
    line-height: 1.4;
  }
  .news_list .detail {
    font-weight: 500;
  }
   .wp-block-list {
     padding-left: 1.2em;
   }
  .wp-block-list > li {
  list-style-type: disc;
  margin-bottom: 8px;
  line-height: 1.6;
  }
  .wp-block-list > li:last-of-type {
    margin-bottom: 0;
  }
}