/* ----------------------------------------------
  おしらせページ：コンテンツ
---------------------------------------------- */

/*パンクズリスト*/
.breadcrumbs{
	margin-bottom: 30px;
	font-size: 0.9rem;
}

.page-title {
	margin:0 auto 5rem auto; /* 上を少し広めにとる */
	text-align: center;
}
@media screen and (max-width: 768px) {
		.page-title {
		margin:0 auto 1rem auto; /* 上を少し広めにとる */
	}
}
#archive h2 {
	font-size: 1.7rem;
}
h3.post-title{
	text-decoration: none;
	margin-top: 0;
	margin-bottom: 5px;
}
.post-category{
	display: inline-block; /* ←これが超重要！ */
	padding: 0.1rem 0.8rem; /* 文字周りに余白 */
	margin-bottom: 0;
	background-color: rgba(208, 107, 84, 0.3);
	color: #666;
	font-size: 0.8rem;
	text-decoration: none;
	border-radius: 4px;
}
.post-time{
	font-size: 0.9rem;
	margin-right: 1rem;
}
.post-meta {
	text-align: right;
	font-size: 0.9rem;
	margin-top: 3rem;
}

.post-meta a {
	text-decoration: none;
}

.post-meta a:hover {
	text-decoration: none;
}
.hr_bottom{
	margin-bottom: 8rem;
}
.wp-block-image img{
	margin-bottom: 2rem;
}
/* ----------------------------------------------
  おしらせページ：サイドバー
---------------------------------------------- */
.sidebar {
	width: 40%;
	margin-top: 2rem;
}

/* listに「・」追加 */
.widget_recent_entries ul {
	list-style: disc; /* → 「・」をつける */
	padding-left: 1.5em; /* → 左に余白つける（好みで調整） */
}

.widget_recent_entries li {
	margin-bottom: 0.5em; /* → li同士に少しスペース（好みで調整） */
}

aside h3{
	display: inline-block; /* ←これが超重要！ */
	padding: 0.2rem 1rem; /* 文字周りに余白 */
	margin: 30px 0 20px;
	background-color: rgba(208, 107, 84, 0.3);
	color: #666;
	font-size: 1rem;
	text-decoration: none;
	border-radius: 4px;
}

.sidebar ul {
  margin-bottom: 30px;
}
/* listに「・」追加 */
.sidebar li {
	margin-bottom: 0.5rem;
	text-align: left;
	list-style: disc;
	list-style-position: inside;
	color: #d06b54;
}
.cat-title {
	margin-bottom: 0;
	list-style: disc;
	list-style-position: inside;
	line-height: 1.2rem;
	font-size: 1rem;
	color: #d06b54;
}
.cat-time {
	font-size: 0.8rem;
	color: #666;
	padding-left: 1.2rem;
}
.cat-time-wrap{
	margin-bottom: 1rem;
}
.wp-block-list li,
.wp-block-categories-list li,
.wp-block-archives-list li{
	list-style: disc;
	list-style-position: inside;
	color: #d06b54;
}
.pager-new{
	float: left;
}
.pager-old{
	float: right;
}
