@charset "utf-8";

.p-post-items-block {
	color: #fff;
	margin-bottom: 4em;
}
.p-post-items-block a {
	color: inherit;
	text-decoration: underline;
}
.p-post-items-block__link-area {
	text-align: center;
}
.p-post-items {
	color: #fff;
	line-height: 1.25;
	margin: 2em auto;
	max-width: 100%;
}
.p-post-items a {
	color: inherit;
}
.p-post-item {
	margin-bottom: 1.5em;
}
.p-post-item__body {
	display: flex;
	flex-wrap: wrap;
}
.p-post-item__meta {
	font-size: 1em;
	width: 9em;
	display: flex;
	margin-bottom: .5em;
}
.p-post-item__date {
	font-weight: normal;
}
.p-post-item__content {
	font-size: 1em;
	display: flex;
	width: 100%;
}
.p-post-item__title {

	font-weight: bold;
}

@media (min-width:765px) {

	.p-post-items {
		width: fit-content;
		min-width: 400px;
		max-width: 1000px;
		margin: 2em auto;
	}
	.p-post-item {
		margin-bottom: 1em;
	}
	.p-post-item__meta {
		font-size: 1.125em;
		margin-bottom: 0;
	}
	.p-post-item__content {
		font-size: 1.125em;
		width: auto;
		flex: 1;
	}

}