.pagination {
    display: flex;
    align-items: center;
}
.pagination-item-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  font-size: 20px;
}
.pagination-pre img{
    margin-top: 2px;
	height: 25px;
}
.pagination-post img{
    margin-top: 2px;
    height: 25px;
}
.page-active {
  pointer-events: none;
  font-weight: bold;
  color: #285CD1;
}

.tbl-01 {
  border-collapse: collapse;
}
.tbl-01 th,
.tbl-01 td {
  padding: 8px;
  text-align: left;
}

/* スマホ用（768px以下で適用） */
@media screen and (max-width: 768px) {
  .tbl-01 thead {
    display: none; /* ヘッダー非表示 */
  }

  .tbl-01,
  .tbl-01 tbody,
  .tbl-01 tr,
  .tbl-01 td {
    display: block;
    width: 100%;
  }

  .tbl-01 tr {
    margin-bottom: 32px;
    border-radius: 8px;
    padding: 8px;
    background: #f5f8fa;
  }

  .tbl-01 td {
    border: none;
    padding: 6px 8px;
    display: flex;
    justify-content: space-between;
  }

  .tbl-01 td::before {
    content: attr(data-label);
    font-weight: bold;
    flex: 0 0 40%;
    color: #343639;
  }

  .tbl-01 p {
    color: #343639;
  }

  .adress-sp {
    line-height: 5.0;
  }
}
