@charset "utf-8";
.pagination-wrap{
	margin: 15px 0;
}
.page-item {
	display: flex;
}
.page-item a{
	display: flex;
	align-items: center;
}

.bookmarks{
	line-height: 1;
}

.entry-content a{
	text-decoration: underline;
}
.entry-content img{
	max-width: 100%;
	height: auto !important;
}

.entry-content table.table-bdb td,
.entry-content table.table-bdb th{
	border: none;
	border-bottom: 1px solid #dee2e6;
}

.table-responsive{
	word-break: keep-all;
}

/* SimpleBar */
.scroll-area{-ms-overflow-style: none;scrollbar-width: none;}
.scroll-area::-webkit-scrollbar {display:none;}

/* 2025/3/26WATANABE */
.heading {
  font-family: 'Helvetica Neue', 'Arial', sans-serif;
  font-weight: bold;
  font-size: 28px; /* 少し大きめに */
  color: #ff6600;
  letter-spacing: 1px;
  margin: -10px 0px 0px; /* 上下に余白を */

}