@charset "utf-8";
/* CSS Document */

ul.news_list{
	justify-content: flex-start !important;
	gap: 20px;
}
div.pager{
	text-align: center;
}
div.pager span.current{
	font-weight: bold;
}

.pankuzu {
  border: 1px solid #707070;
  border-radius: 10px;
  padding: 10px;
}
.pan_flex {
  display: flex;
  align-items: center;
}
.pan_flex a {
  display: block;
  padding-right: 10px;
  color: #105591;
  text-decoration: underline;
}
.pan_flex a::after {
  content: "";
  padding-right: 10px;
  margin: 0 10px 0 10px;
  background-image: url(../../images/pankuzu_separate.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.pan_flex span {
  color: #707070;
}

.cat_name {
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #105591;
  border-radius: 10px;
  color: #FFFFFF;
  padding: 20px 0 20px 20px;
}
h1 {
  font-size: 2.0rem;
}
@media (min-width: 993px) {
  h1 {
    font-size: 3.0rem;
  }
}