@charset "utf-8";
.pmv {
	margin-bottom: 12rem;
}
main {
	margin-bottom: 11.6rem;
}
.p-news {
	margin-bottom: 10.6rem;
}
@media screen and (max-width: 767px) {
	.p-news {
		margin-bottom: 12rem;
	}
}
.page-template-default:not(.page-id-10) {
	& .contents {
		p,
		ul,
		ol {
			margin-bottom: 0 !important;
		}
		a {
			text-decoration: none !important;
		}
	}
}
.p-news-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.p-news h2 {
	margin-bottom: 4rem;
}
.p-news ul {
	border-top: 0.1rem solid #e3e3e2;
	padding-inline-start: 0 !important;
}

.p-news li {
	padding: 4.2rem 0;
	display: flex;
	align-items: center;
	gap: 0 2.8rem;
	letter-spacing: 0.1em;
	font-weight: 700;
	border-bottom: 0.1rem solid #e3e3e2;
}
@media screen and (max-width: 767px) {
	.p-news li {
		flex-wrap: wrap;
	}
}
.p-news__cat {
	width: 20.8rem;
	height: 5.2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 2.6rem;
	background: var(--bgColorSecondary);
	color: #e3e3e2;
	font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
	.p-news__cat {
		font-size: 2.4rem;
	}
}
.p-news__txt {
	margin-left: 5.6rem;
	flex: 1;
}
@media screen and (max-width: 767px) {
	.p-news__txt {
		width: 100%;
		flex: auto;
		margin-top: 4rem;
		margin-left: 0;
	}
}
.p-news time {
	font-weight: 300;
}
@media screen and (max-width: 767px) {
	.p-news time {
		font-size: 2.4rem;
		display: inline-block;
	}
}
.p-news p {
	font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
	.p-news p {
		font-size: 2.4rem;
	}
}
.archive-pagination ul.page-numbers {
	display: flex;
	justify-content: center;
	gap: 0 2.8rem;
	border-top: 0;
	border-bottom: 0;
}
.archive-pagination ul.page-numbers li {
	border-bottom: 0;
}
.archive-pagination a,
.archive-pagination span {
	font-weight: 2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	letter-spacing: normal;
	width: 5rem;
	height: 5rem;
	border-radius: 5rem;
	background: #e3e3e2;
	text-decoration: none !important;
	padding-bottom: 3px;
}
@media screen and (max-width: 767px) {
	.archive-pagination a,
	.archive-pagination span {
		width: 7.5rem;
		height: 7.5rem;
		font-size: 3rem;
	}
}
.archive-pagination .current {
	color: var(--white);
	background: #000;
	color: #fff;
}
