@charset "UTF-8";
/* CSS Document */

.p-date {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0.5em;
	margin-bottom: 3em;
	font-size: 1.25em;
	font-weight: bold;
}
.p-date dt {
	padding: 2px 1em;
	border-radius: 1em;
	line-height: 1.5em;
	background: #333;
	color: #fff;
}

@media only screen and (max-width: 767.9px) {

	.p-date {
		flex-direction: column;
		font-size: 1.15em;
	}


}