.dpc-counter {
	box-sizing: border-box;
	container-type: inline-size;
	width: 100%;
	max-width: 1380px;
	min-width: 0;
	min-height: 0;
	border: 1px solid #1f2933;
	overflow: hidden;
	background: #fff;
	color: #000;
}

.dpc-header {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 6px;
	padding: 8px 10px;
	background: mistyrose;
	border-bottom: 0;
	font-family: inherit;
}

.dpc-header-icon {
	flex: 0 0 35px;
}

.dpc-header-icon img {
	display: block;
	width: 35px !important;
	height: auto !important;
	margin: 0 !important;
	object-fit: contain;
}

.dpc-header-title {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	display: inline-flex;
	align-items: baseline;
	justify-content: center;
	color: #000;
	font-size: 21px;
	font-weight: 800;
	line-height: 1.25;
	white-space: nowrap;
}

.dpc-title-do {
	display: inline-flex;
	align-items: baseline;
	align-self: baseline;
	color: #e60012;
	font-size: 25px;
	font-weight: 900;
	line-height: 1;
}

.dpc-chart {
	box-sizing: border-box;
	display: grid;
	grid-template-columns: repeat(7, minmax(0, 1fr));
	gap: 1.8%;
	width: 100%;
	min-width: 0;
	min-height: 0;
	aspect-ratio: 2.8 / 1;
	padding: 1.8% 0.9% 1.5%;
	border: 0;
	background: #fff;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
}

.dpc-counter *,
.dpc-counter *::before,
.dpc-counter *::after,
.dpc-chart *,
.dpc-chart *::before,
.dpc-chart *::after {
	box-sizing: border-box;
}

.dpc-day {
	display: grid;
	grid-template-rows: auto minmax(0, 1fr) auto;
	min-width: 0;
	min-height: 0;
	margin: 0;
	text-align: center;
}

.dpc-weekday,
.dpc-count {
	font-weight: 900;
	line-height: 1;
}

.dpc-weekday {
	margin: 0 0 0.1cqw;
	font-size: 4cqw;
	white-space: nowrap;
}

.dpc-count {
	margin: 0.3cqw 0 0;
	font-size: calc(2.8cqw + 1pt);
	font-variant-numeric: tabular-nums;
	white-space: nowrap;
}

.dpc-sunday .dpc-weekday { color: #f10c0c; }
.dpc-saturday .dpc-weekday { color: #27289a; }

.dpc-bar-area {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	min-width: 0;
	min-height: 0;
}

.dpc-figure {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
	width: 76%;
	height: var(--dpc-height);
	max-height: 100%;
	min-height: 8.9cqw;
}

.dpc-figure.dpc-zero {
	height: 8.9cqw;
	min-height: 8.9cqw;
}

.dpc-tip,
.dpc-base {
	display: block;
	flex: 0 0 auto;
	width: 100%;
	background-image: url('../images/ochinchin02.png');
	background-repeat: no-repeat;
	background-size: 100% auto;
}

.dpc-tip {
	height: 5.2cqw;
	margin-bottom: -0.75cqw;
	background-position: center top;
	z-index: 2;
}

.dpc-shaft {
	flex: 1 1 auto;
	width: 51.56%;
	min-height: 0;
	margin-bottom: -0.75cqw;
	border-right: 0.62cqw solid #000;
	border-left: 0.62cqw solid #000;
	background: lightyellow;
}

.dpc-base {
	height: 5.2cqw;
	background-position: center bottom;
	z-index: 1;
}

@media (max-width: 700px) {
	.dpc-chart {
		aspect-ratio: 2.35 / 1;
	}
}
