@charset "UTF-8";
/*==============================
 || お知らせ
==============================*/
/* お知らせ部分上書き */
.low_news {
  max-width: 1400px; }

.news__archive {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1400px;
  margin-bottom: 0; }
  .news__archive > a {
    width: 32%;
    margin-right: 2%;
    display: block; }
    .news__archive > a > img {
      width: 100%;
      height: auto;
      aspect-ratio: 4 / 3;
      object-fit: cover;
      margin-bottom: 10px; }
    .news__archive > a > p {
      margin-bottom: 10px; }
    .news__archive > a > time {
      font-size: 0.8rem; }
    .news__archive > a:nth-of-type(3n) {
      margin-right: 0; }
  @media screen and (max-width: 600px) {
    .news__archive {
      display: block; }
      .news__archive > a {
        width: 100%;
        margin-bottom: 25px;
        margin-right: 0; }
        .news__archive > a:nth-of-type(3n) {
          margin-right: 0; } }
