@charset "UTF-8";
/* 新着情報 */
@media (min-width: 768px) {
  .news_container {
    padding: 0;
  }
  .news_container .data_category {
    display: flex;
    align-items: center;
    gap: 0 10px;
  }
  .news_container .data_category .data {
    font-size: 16px;
    font-weight: bold;
  }
  .news_container .data_category .category {
    background-color: #77155a;
    border-radius: 50px;
    color: #fff;
    padding: 0 10px;
    font-size: 12px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .news_container .news_title {
    font-size: 24px;
    font-family: "Noto Serif JP", serif;
  }
  .news_container .main_text {
    margin: 40px 0;
  }
  .news_container .ttl1 {
    margin: 0 auto 15px;
  }
}
@media (max-width: 767.98px) {
  .news_container {
    padding: 0;
  }
  .news_container .data_category {
    display: flex;
    align-items: center;
    gap: 0 7px;
  }
  .news_container .data_category .data {
    font-size: 14px;
    font-weight: bold;
  }
  .news_container .data_category .category {
    background-color: #77155a;
    border-radius: 50px;
    color: #fff;
    padding: 0 10px;
    font-size: 11px;
    height: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .news_container .news_title {
    font-size: 16px;
    font-family: "Noto Serif JP", serif;
  }
  .news_container .main_text {
    margin: 40px 0;
  }
  .news_container .ttl1 {
    margin: 0 auto 10px;
  }
}/*# sourceMappingURL=news.css.map */