body {
	font-family: noto-sans-cjk-jp, sans-serif;
	letter-spacing: 0.07em;
}

.p-archive {
	padding-block: 3.75rem;
	position: relative;
	z-index: 1;
}

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

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

.p-navi__list {
	height: 3.125rem;
	margin-inline: auto;
	max-width: 15.6875rem;
	width: 100%;
}

.p-navi__list + .p-navi__list {
	margin-top: 1.25rem;
}

.p-navi__list.--prev .c-arrow {
	transform: rotate(180deg);
}

.navigation {
	margin-top: 1.875rem;
}

.nav-links {
	display: flex;
	flex-wrap: wrap;
	gap: 0.3125rem;
	justify-content: center;
}

.page-numbers {
	align-items: center;
	background-color: #fff;
	border-radius: 50%;
	box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.1);
	color: #587F7F;
	display: flex;
	font-family: mr-eaves-modern, sans-serif;
	height: 2.8125rem;
	justify-content: center;
	position: relative;
	transition: all 0.45s;
	width: 2.8125rem;
}

.page-numbers.current {
	background-color: #587F7F;
	color: #fff;
}

.page-numbers.first {
	padding-top: 0;
}

.page-numbers.last {
	padding-bottom: 0;
}

.page-numbers.first::before {
	-webkit-mask: url(../images/info/navi-arrow.webp) center center/contain no-repeat;
	background-color: #587F7F;
	content: "";
	height: 1rem;
	left: 50%;
	mask: url(../images/info/navi-arrow.webp) center center/contain no-repeat;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%) rotate(180deg);
	width: 1rem;
}

.page-numbers.last::before {
	-webkit-mask: url(../images/info/navi-arrow.webp) center center/contain no-repeat;
	background-color: #587F7F;
	content: "";
	height: 1rem;
	left: 50%;
	mask: url(../images/info/navi-arrow.webp) center center/contain no-repeat;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 1rem;
}

.p-single {
	position: relative;
	z-index: 1;
}

.p-single__box {
	background-color: #fff;
	border-radius: 0.9375rem;
	padding: 1.875rem 15px 6.25rem;
}

.p-single__term {
	background-color: #F5F5F5;
}

.p-single__title {
	color: #587F7F;
	font-size: 1.625rem;
	font-weight: bold;
	line-height: 1.5;
	margin-top: 1.25rem;
}

.p-single__time {
	color: #595757;
	display: block;
	font-size: 0.875rem;
	margin-top: 1.25rem;
	text-align: right;
}

.p-single__thumbnail {
	border-radius: 0.9375rem;
	margin-top: 1.25rem;
	overflow: hidden;
}

.p-single__thumbnail img {
	height: auto;
}

.p-single__content {
	color: #595757;
	font-size: 0.875rem;
	letter-spacing: 0.05em;
	line-height: 2.8;
	margin-top: 3.125rem;
}

.p-single__content h2 {
	color: #587F7F;
	font-size: 1.125rem;
	line-height: 1.5;
}

.p-single__content h3 {
	color: #587F7F;
	font-size: 1.0625rem;
	line-height: 1.5;
}

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

.p-single__content a {
	color: #587F7F;
	text-decoration: underline;
	transition: all 0.45s;
}

.p-single__content * + *:not(li) {
	margin-top: 1.25rem;
}

.p-single__content * + h2,
.p-single__content * + h3 {
	margin-top: 2.5rem;
}

.p-single__content ul {
	list-style-type: disc;
	margin-left: 1em;
}

.p-single__content ol {
	list-style: decimal;
	margin-left: 1em;
}

.p-single__content .wp-block-button a {
	background-color: #587F7F;
	color: #fff;
	text-decoration: none;
	transition: all 0.45s;
}

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

.p-single__content .addtoany_share_save_container {
	text-align: center;
}

.p-single__content .a2a_kit a + a {
	margin-top: 0;
}

.p-single__sns {
	margin-top: 5rem;
}

.p-single__navi {
	margin-top: 3.75rem;
}

.p-single__tax {
	margin-top: 3.75rem;
}

.p-single__cats {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 0.625rem;
	justify-content: center;
	margin-top: 2.5rem;
}

.p-single__cat a {
	background-color: #F5F5F5;
}

.p-single__links {
	border-bottom: 1px solid #B1CFCE;
	border-top: 1px solid #B1CFCE;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

.p-single__link + .p-single__link {
	border-left: 1px solid #B1CFCE;
}

.p-single__link a {
	display: block;
	padding: 1.75rem 0.75rem 0.75rem;
}

.p-single__linkImg {
	border-radius: 0.9375rem;
	overflow: hidden;
}

.p-single__linkImg img {
	-o-object-fit: cover;
	aspect-ratio: 1;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-single__linkTag {
	background-color: #F5F5F5;
	margin-top: 0.625rem;
}

.p-single__linkTitle {
	color: #587F7F;
	font-size: 0.875rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1.5;
	margin-top: 0.375rem;
}

@media (hover: hover) {

.page-numbers:hover {
	background-color: #587F7F;
	color: #fff;
}

.page-numbers.last:hover::before {
	background-color: #fff;
}

.page-numbers.first:hover::before {
	background-color: #fff;
}

.p-single__link a:hover {
	background-color: #DCEBEB;
}

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

}

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

.p-archive {
	padding-block: 5.25rem;
}

.p-archive__inner {
	max-width: calc(80.9375rem + 25px + 25px);
}

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

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

.p-navi__lists {
	align-items: center;
	display: flex;
	gap: 1.25rem;
	justify-content: center;
}

.p-navi__list {
	height: 3.75rem;
	margin: 0;
	max-width: 18.75rem;
}

.p-navi__list + .p-navi__list {
	margin-top: 0;
}

.navigation {
	margin-top: 1.25rem;
}

.p-single__box {
	margin-inline: auto;
	max-width: 81.25rem;
	padding: 8.125rem 9.25rem 14.375rem;
}

.p-single__title {
	font-size: 2.5rem;
}

.p-single__time {
	font-size: 1.5rem;
	margin-top: 2.875rem;
}

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

.p-single__content {
	font-size: 1.125rem;
	margin-top: 4.375rem;
}

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

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

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

.p-single__content * + *:not(li) {
	margin-top: 1.875rem;
}

.p-single__content * + h2,
.p-single__content * + h3 {
	margin-top: 3.75rem;
}

.p-single__sns {
	margin-top: 8.125rem;
}

.p-single__navi {
	margin-top: 5.5rem;
}

.p-single__tax {
	margin-top: 5rem;
}

.p-single__cats {
	gap: 1.25rem;
	margin-top: 3.3125rem;
}

.p-single__cat a {
	font-weight: bold;
	padding: 0.5rem 1.125rem;
	transition: all 0.45s;
}

.p-single__link + .p-single__link a {
	flex-direction: row-reverse;
}

.p-single__link a {
	align-items: flex-start;
	display: flex;
	gap: 1.5625rem;
	padding: 2.5rem;
	transition: all 0.45s;
}

.p-single__linkImg {
	width: 8rem;
}

.p-single__linkContent {
	width: calc(100% - 8rem - 1.5625rem);
}

.p-single__linkTag {
	font-size: 0.875rem;
	font-weight: bold;
	margin-top: 0;
	padding: 0.5rem 1.125rem;
}

.p-single__linkTitle {
	font-size: 1rem;
	margin-top: 0.5rem;
}

}


/*# sourceMappingURL=info.css.map */
