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

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

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

.l-category {
	margin-top: 6.25rem;
}

.p-category__lists {
	display: flex;
	flex-wrap: wrap;
	gap: 1.25rem 5.8125rem;
	gap: 1.25rem 1.8125rem;
	justify-content: center;
	margin-top: 3.375rem;
}

.p-category__btn {
	margin-top: 9.25rem;
	text-align: center;
}

.p-pagenav__btns {
	display: flex;
	gap: 1.25rem;
	justify-content: center;
}

.nav-links {
	display: flex;
	gap: 1.1875rem;
	justify-content: center;
	margin-top: 3.4375rem;
}

.page-numbers {
	align-items: center;
	border: 1px solid #E7E7E7;
	border-radius: 50%;
	border-radius: 50%;
	display: inline-flex;
	font-size: 1.125rem;
	font-weight: 400;
	height: 2.125rem;
	justify-content: center;
	transition: all 0.45s;
	width: 2.125rem;
}

.page-numbers.first,
.page-numbers.prev,
.page-numbers.next,
.page-numbers.last {
	background-color: #E7E7E7;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto 0.75rem;
}

.page-numbers.first,
.page-numbers.last {
	background-image: url(../images/common/nav-arrow2.svg);
}

.page-numbers.prev,
.page-numbers.next {
	background-image: url(../images/common/nav-arrow.svg);
}

.page-numbers.first,
.page-numbers.prev {
	transform: rotate(180deg);
}

.page-numbers.current {
	opacity: 0.5;
}

.page-numbers:hover {
	opacity: 0.8;
}

.p-single__content {
	font-size: 1.25rem;
	line-height: 1.5;
}

/* 見出し */

.p-single__content h1 {
	font-size: 2.5rem;
	font-weight: 300;
	letter-spacing: 0.2em;
	line-height: 1.5;
	margin: 2rem 0 1rem;
}

.p-single__content h2 {
	font-size: 2rem;
	font-weight: 400;
	letter-spacing: 0.2em;
	line-height: 1.5;
	margin: 2rem 0 1rem;
}

.p-single__content h3 {
	font-size: 1.5625rem;
	font-weight: 400;
	margin: 1.75rem 0 0.75rem;
}

.p-single__content h4 {
	font-size: 1.4375rem;
	font-weight: 400;
	margin: 1.5rem 0 0.5rem;
}

.p-single__content h5,
.p-single__content h6 {
	font-size: 1.3125rem;
	font-weight: 400;
	margin: 1.25rem 0 0.5rem;
}

/* 段落 */

.p-single__content p {
	font-size: 1.25rem;
	font-weight: 300;
	letter-spacing: 0.02em;
	line-height: 2.5;
	margin: 1rem 0;
}

.p-single__content p a {
	color: #777777;
	text-decoration: underline;
}

/* リスト */

.p-single__content ul,
.p-single__content ol {
	margin: 1rem 0;
	padding-left: 1.5rem;
}

.p-single__content ul li {
	list-style: disc;
	margin: 0.5rem 0;
}

.p-single__content ol li {
	list-style: decimal;
	margin: 0.5rem 0;
}

/* 引用 */

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

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

/* 画像 */

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

.p-single__content figure img {
	border-radius: 4px;
	height: auto;
	max-width: 100%;
	box-shadow: 0px 0px 3px #ccc;
}

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

/* YouTube埋め込み */

.p-single__content .wp-block-embed__wrapper {
	height: 0;
	padding-bottom: 56.25%;
	position: relative;
}

.p-single__content .wp-block-embed__wrapper iframe {
	border: none;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

/* コードブロック */

.p-single__content pre {
	background: #2d2d2d;
	border-radius: 6px;
	color: #f8f8f2;
	font-size: 0.875rem; /* 14px */
	overflow-x: auto;
	padding: 1rem;
}

/* テーブル */

.p-single__content table {
	border-collapse: collapse;
	font-size: 1.25rem;
	margin: 1.5rem 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: #f3f3f3;
	font-weight: bold;
}

/* カラム */

.p-single__content .wp-block-columns {
	display: flex;
	gap: 1rem;
}

.p-single__content .wp-block-column {
	flex: 1;
}

/* ボタン */

.p-single__content .wp-block-button__link {
	align-items: center;
	background-color: #fff;
	border: 1px solid #E7E7E7;
	border-radius: 1.25rem;
	color: #000;
	display: inline-flex;
	font-size: 1.25rem;
	font-weight: 400;
	justify-content: center;
	letter-spacing: 0.005em;
	min-height: 3.125rem;
	padding-block: 1rem;
	padding-inline: 3.75rem 3.75rem;
	position: relative;
}

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

/* 区切り線 */

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

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

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

.p-single__tags {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 0rem 1.5rem;
}

.p-single__time {
	align-items: center;
	display: flex;
}

.p-single__time::before {
	content: "/";
	display: block;
	margin-right: 0.5em;
}

.p-single__title {
	font-size: 2.5rem;
	font-weight: 300;
	letter-spacing: 0.2em;
	line-height: 1.5;
	margin-top: 0.375rem;
}

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

.p-single__thumbnail img {
	height: auto;
	box-shadow: 0px 0px 3px #ccc;
}

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

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

.l-category {
	margin-top: 5rem;
}

.p-category__lists {
	gap: 0.75rem 1.25rem;
}

.p-category__btn {
	margin-top: 3.875rem;
}

.p-pagenav__btns {
	align-items: center;
	flex-direction: column;
}

.nav-links {
	gap: 0.625rem;
}

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

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

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

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

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

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

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

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

.p-single__content .wp-block-button__link {
	border-radius: 0.9375rem;
	font-size: 0.9375rem;
	min-height: 2.75rem;
	padding-block: 0.625rem;
	padding-inline: 1.25rem 1.25rem;
}

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

.p-single__info {
	gap: 0rem 0.5rem;
}

.p-single__tags {
	gap: 0rem 0.5625rem;
}

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

.p-single__title {
	font-size: 1.5rem;
	letter-spacing: 0.1em;
	margin-top: 0.6875rem;
}

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

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

}

