.nav-links {
	align-items: center;
	display: flex;
	gap: 2.125rem;
	justify-content: center;
}

.page-numbers {
	display: inline-block;
	font-size: 1.5rem;
}

.page-numbers[disabled] {
	opacity: 0;
	pointer-events: none;
}

.page-numbers.current {
	color: #FBB91A;
}

.page-numbers.first,
.page-numbers.last {
	background-color: #FFDC7C;
	border-radius: 50%;
	height: 3.125rem;
	position: relative;
	transition: background-color 0.45s;
	width: 3.125rem;
}

.page-numbers.first::after,
.page-numbers.last::after {
	background: url(../images/common/arrow/double-arrow.svg) center center/contain no-repeat;
	content: "";
	height: 0.875rem;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 1.4375rem;
	z-index: 1;
}

.page-numbers.first {
	margin-right: 1.875rem;
	transform: scale(-1, 1);
}

.page-numbers.last {
	margin-left: 1.875rem;
}

.l-archive {
	margin-top: 8.25rem;
}

.p-archive__blocks {
	margin-top: 4.5rem;
}

.p-archive__block + .p-archive__block {
	margin-top: 1.875rem;
}

.p-archive__btns {
	display: flex;
	gap: 1.875rem;
	justify-content: center;
	margin-top: 8.25rem;
}

.p-archive__btn {
	max-width: 13.5625rem;
	width: 100%;
}

.p-archive__nav {
	margin-top: 4.3125rem;
}

.l-single {
	margin-top: 10rem;
}

.p-single__box {
	border-radius: 3.75rem;
	margin-inline: auto;
	max-width: 68.75rem;
	padding: 6.25rem 10.9375rem;
}

.p-single__info {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 1.125rem;
}

.p-single__tag {
	border-radius: 0.3125rem;
	font-size: 0.875rem;
	line-height: 2;
	padding-inline: 0.75rem;
}

.p-single__time {
	display: block;
	font-size: 1.125rem;
}

.p-single__title {
	font-size: 2rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.75;
	margin-top: 1.5rem;
}

.p-single__thumbnail {
	display: block;
	margin-top: 2rem;
}

.p-single__thumbnail img {
	-o-object-fit: cover;
	aspect-ratio: 750/500;
	border-radius: 3.75rem;
	height: 100%;
	object-fit: cover;
}

.p-single__content {
	margin-top: 4.5rem;
}

.p-single__other {
	margin-top: 8.75rem;
}

/* 投稿本文 */

.p-single__content {
	font-size: 1rem;
	line-height: 2.375;
}

/* 見出し */

.p-single__content h1,
.p-single__content h2,
.p-single__content h3,
.p-single__content h4,
.p-single__content h5,
.p-single__content h6 {
	font-weight: 500;
	line-height: 2;
	margin: 2rem 0 1rem;
}

.p-single__content h1 {
	font-size: 2rem;
}

.p-single__content h2 {
	font-size: 1.5rem;
}

.p-single__content h3 {
	font-size: 1.25rem;
}

.p-single__content h4 {
	font-size: 1.25rem;
}

.p-single__content h5 {
	font-size: 1.125rem;
}

.p-single__content h6 {
	font-size: 1rem;
}

/* 段落 */

.p-single__content p {
	margin: 1.2rem 0;
}

.p-single__content p a {
	color: #666666;
	font-weight: 400;
	text-decoration: underline;
	transition: all 0.45s;
}

/* リスト */

.p-single__content ul {
	list-style: disc;
	margin: 1.5rem 0;
	padding-left: 1.5rem;
}

.p-single__content ol {
	list-style: decimal;
	margin: 1.5rem 0;
	padding-left: 1.5rem;
}

.p-single__content li {
	margin: 0.5rem 0;
}

/* 引用 */

.p-single__content blockquote {
	background: #fff;
	border-left: 4px solid #ccc;
	color: #555;
	font-style: italic;
	margin: 2rem 0;
	padding: 1rem 1.5rem;
}

.p-single__content blockquote cite {
	color: #999;
	display: block;
	font-size: 0.875rem;
	margin-top: 0.5rem;
}

/* 画像とキャプション */

.p-single__content figure {
	margin: 2rem 0;
	text-align: center;
}

.p-single__content figcaption {
	color: #666;
	font-size: 0.875rem;
	margin-top: 0.5rem;
}

/* YouTubeなど埋め込み */

.p-single__content iframe {
	aspect-ratio: 16/9;
	border: none;
	max-width: 100%;
	width: 100%;
}

/* コードブロック */

.p-single__content pre {
	background: #fff;
	border: 1px solid #ddd;
	font-family: monospace;
	font-size: 0.95rem;
	overflow-x: auto;
	padding: 1rem;
}

/* テーブル */

.p-single__content table {
	background: #fff;
	border-collapse: collapse;
	margin: 2rem 0;
	width: 100%;
}

.p-single__content th,
.p-single__content td {
	border: 1px solid #ddd;
	padding: 0.75rem;
	text-align: left;
}

.p-single__content th {
	background: #f0f0f0;
	font-weight: 600;
}

/* カラム */

.p-single__content .wp-block-columns {
	display: flex;
	gap: 1.5rem;
	margin: 2rem 0;
}

.p-single__content .wp-block-column {
	background: #fff;
	flex: 1;
	padding: 1rem;
}

/* ボタン */

.p-single__content .wp-block-button__link {
	background-color: #FFDC7C;
	border-radius: 3.125rem;
	cursor: pointer;
	display: inline-block;
	padding: 0.75rem 1.5rem;
	text-decoration: none;
	transition: background 0.3s;
}

.p-single__content .wp-block-button__link:hover {
	background-color: #FFCCAB;
}

/* 区切り線 */

.p-single__content hr {
	border: none;
	border-top: 1px solid #ddd;
	margin: 2.5rem 0;
}

.p-single__btn {
	margin-inline: auto;
	margin-top: 4.5rem;
	width: 13.5625rem;
}

.p-term__links {
	display: flex;
	flex-wrap: wrap;
	gap: 0.9375rem 2.3125rem;
	justify-content: center;
	margin-top: 3.875rem;
}

.p-term__link a {
	background-color: #FFFBDB;
	border-radius: 0.3125rem;
	display: block;
	font-size: 0.875rem;
	line-height: 2;
	padding-inline: 0.75rem;
}

@media (hover: hover) {

.page-numbers.first:hover,
.page-numbers.last:hover {
	background-color: #FFCCAB;
}

.p-single__content p a:hover {
	opacity: 0.8;
}

}

@media screen and (max-width: 767px) {

.nav-links {
	gap: 1.5rem;
}

.page-numbers {
	font-size: 1.0625rem;
}

.page-numbers.first,
.page-numbers.last {
	height: 2.5rem;
	width: 2.5rem;
}

.page-numbers.first::after,
.page-numbers.last::after {
	height: 0.75rem;
	width: 1.125rem;
}

.page-numbers.first {
	margin-right: 0.625rem;
}

.page-numbers.last {
	margin-left: 0.625rem;
}

.l-archive {
	margin-top: 8.25rem;
}

.p-archive__blocks {
	margin-top: 2.8125rem;
}

.p-archive__block + .p-archive__block {
	margin-top: 0.625rem;
}

.p-archive__btns {
	align-items: center;
	gap: 0.5rem;
	margin-top: 2.25rem;
}

.p-archive__btn {
	max-width: 9.0625rem;
}

.p-archive__nav {
	margin-top: 1.25rem;
}

.l-single {
	margin-top: 7.4375rem;
}

.p-single__box {
	border-radius: 1.875rem;
	padding: 1.875rem;
}

.p-single__info {
	gap: 0.375rem;
}

.p-single__tag {
	font-size: 0.625rem;
	line-height: 1.4;
	padding-inline: 0.375rem;
}

.p-single__time {
	font-size: 0.75rem;
}

.p-single__title {
	font-size: 1.125rem;
	line-height: 1.3888888889;
	margin-top: 0.5rem;
}

.p-single__thumbnail {
	margin-top: 1rem;
}

.p-single__thumbnail img {
	aspect-ratio: 290/193;
	border-radius: 1.875rem;
}

.p-single__content {
	margin-top: 1.625rem;
}

.p-single__other {
	margin-top: 4.375rem;
}

.p-single__content {
	font-size: 0.875rem;
	line-height: 1.8571428571;
}

.p-single__content h1 {
	font-size: 1.125rem;
}

.p-single__content h2 {
	font-size: 1rem;
	line-height: 1.625;
}

.p-single__content h3 {
	font-size: 0.9375rem;
}

.p-single__content h4 {
	font-size: 0.9375rem;
}

.p-single__content h5 {
	font-size: 0.9375rem;
}

.p-single__content h6 {
	font-size: 0.9375rem;
}

.p-single__content p {
	letter-spacing: 0.02em;
}

.p-single__btn {
	margin-top: 2.375rem;
	width: 9.0625rem;
}

.p-term__links {
	gap: 0.375rem 0.6875rem;
	margin-top: 2.875rem;
}

.p-term__link a {
	font-size: 0.625rem;
	line-height: 1.5;
}

}

