@charset "UTF-8";
#section-other-banners {
  /* リセット */
}
#section-other-banners ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#section-other-banners .columns-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1rem;
  margin-top: 1rem;
}
#section-other-banners .columns-container .card a:hover {
  opacity: 0.5;
}
#section-other-banners .columns-container .card img {
  display: block;
  width: 100%;
  height: auto;
  border: 7px solid #9dc3e6;
  box-sizing: border-box;
}
#section-other-banners .columns-container .card .title {
  font-size: 1.2rem;
  font-weight: bold;
  margin-top: 0.75rem;
  line-height: 1.25;
  color: #0d4b9b;
}
#section-other-banners .columns-container .card .date {
  font-size: 0.8rem;
  color: #666;
}
#section-other-banners .keyword-search-form {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  background-color: #eee;
  padding: 1rem;
  border: 1px solid #ccc;
}
#section-other-banners .keyword-search-form p {
  font-size: 1rem;
  font-weight: 400;
}
#section-other-banners .keyword-search-form form {
  display: flex;
  align-items: center;
  gap: 0;
  height: 2.5rem;
}
#section-other-banners .keyword-search-form input {
  width: 100%;
  height: 100%;
  font-size: 1rem;
  flex-grow: 1;
  padding: 3px 10px;
  border: 1px solid #ccc;
  border-radius: 8px 0 0 8px;
  border-right: 0px;
}
#section-other-banners .keyword-search-form button {
  width: 60px;
  height: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-left: 0;
  border-radius: 0 8px 8px 0;
  background-color: #5b5a5a;
  color: #fff;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
#section-other-banners .category-list {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 1rem;
}
#section-other-banners .category-list p {
  font-size: 1rem;
  font-weight: 600;
  flex: 0 0 auto;
}
#section-other-banners .category-list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  list-style: none;
}
#section-other-banners .category-list ul li a {
  font-size: 1rem;
  font-weight: 600;
  text-decoration: underline;
  color: #226ae0;
  text-decoration: none;
}
#section-other-banners .category-list ul li a:hover {
  opacity: 0.5;
}
#section-other-banners .category-container {
  display: flex;
  gap: 0.5rem;
  margin: 0.25rem 0;
}
#section-other-banners .category-container p {
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  padding: 0 0.5rem;
  border-radius: 0.25rem;
  background-color: #6c757d;
}
#section-other-banners .pagination {
  margin: 2rem 0;
  display: flex;
  justify-content: center;
}
#section-other-banners .pagination ul {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
#section-other-banners .pagination ul li.page-item .page-link {
  display: inline-block;
  padding: 0.5rem 0.75rem;
  color: #0066cc;
  text-decoration: none;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.2s ease;
}
#section-other-banners .pagination ul li.page-item .page-link:hover {
  background-color: #f5f5f5;
  border-color: #0066cc;
}
#section-other-banners .pagination ul li.page-item.active .page-link {
  background-color: #0066cc;
  color: white;
  border-color: #0066cc;
  pointer-events: none;
}
#section-other-banners .pagination ul li.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
  border-color: #ddd;
}
@media (max-width: 768px) {
  #section-other-banners .pagination ul {
    gap: 0.25rem;
  }
  #section-other-banners .pagination ul li.page-item .page-link {
    padding: 0.375rem 0.5rem;
    font-size: 0.875rem;
  }
}/*# sourceMappingURL=index.css.map */