@charset "utf-8";
.search_title {
  font-size: 1.4em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1em;
}

.search_title strong {
  font-size: 2em;
  font-weight: bold;
}

.search_title .blue {
  color: #00346a;
}

.list_news {
  margin: auto;
  padding: 1em;
}

.list_news .cnt {
}

.list_news .cnt:not(:last-of-type) {
  padding-bottom: 1em;
  border-bottom: 1px solid #aaa;
  margin-bottom: 1em;
}

.list_news .cnt a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.list_news .date {
  white-space: nowrap;
  margin-right: 1.5em;
}

.list_news .category {
  min-width: 5em;
  margin: 0 1em;
  padding: 2px 6px;
  border: 1px solid #00346a;
  background-color: white;
  white-space: nowrap;
  text-align: center;
  color: #00346a;
}

.list_news .text {
  width: 100%;
  margin-top: 0.5em;
  color: #00346a;
  text-decoration: underline;
}

/* 600px〜959px：タブレット
------------------------------ */
@media screen and (min-width: 769px) {
  /*---------------------------
	 お知らせ
	-----------------------------*/
  .sec_news {
  }

  .list_news {
    width: 80%;
  }

  .list_news .cnt a {
    flex-wrap: nowrap;
  }

  .list_news .text {
    width: 100%;
    margin-top: 0;
    transition: all 0.3s ease;
  }
  .list_news .cnt a:hover .text {
    color: #00346a;
  }
}

/* 960px〜1279px：小型PC
------------------------------ */
@media screen and (min-width: 960px) {
}

/* 1280px〜：大型PC
------------------------------ */
@media screen and (min-width: 1280px) {
}
