#footer_calendar .footer-calendar__block {
	width: initial;
	max-width: 480px;
	min-width: 360px;
	display: inline-flex;
	/* flex-wrap: wrap; */
	align-items: flex-start;
	margin-bottom: .5rem;
}
#footer_calendar .footer-calendar__block > table {
	width: calc(50% - 0.5rem);
	text-align: left;
	display: inline-table;
	border-collapse: separate;
	border-spacing: 0;
}
#footer_calendar .footer-calendar__block > table tbody {
	background-color: initial;
}
#footer_calendar .footer-calendar__block > table.this_month {
	margin-right: 1rem;
}
#footer_calendar .footer-calendar__block > table th,
#footer_calendar .footer-calendar__block > table td {
	padding: 0 !important;
	text-align: center;
	font-size: .875rem;
}
#footer_calendar .footer-calendar__block > table th.calendar_date {
	text-align: left;
	font-size: .75rem;
}
#footer_calendar .footer-calendar__block > table th.calendar_date span {
	font-size: .875rem;
}
#footer_calendar .footer-calendar__block > table tr.calendar_header th {
	background-color: #333;
}
#footer_calendar .footer-calendar__block > table tr.calendar_header th,
#footer_calendar .footer-calendar__block > table td {
	width: calc(100% / 7);
	line-height: 1;
	position: relative;
}
#footer_calendar .footer-calendar__block > table tr.calendar_header th {
	border: 1px solid #333;
	border-right: 0;
	border-bottom: 0;
}
#footer_calendar .footer-calendar__block > table td {
	border: 1px solid #D1D1D1;
	border-right: 0;
	border-bottom: 0;
}
#footer_calendar .footer-calendar__block > table tr.calendar_header th:last-of-type {
	border-right: 1px solid #333;
}
#footer_calendar .footer-calendar__block > table td:last-of-type {
	border-right: 1px solid #D1D1D1;
}
#footer_calendar .footer-calendar__block > table tr:last-of-type td {
	border-bottom: 1px solid #D1D1D1;
}
#footer_calendar .footer-calendar__block > table tr:nth-of-type(3) td {
	border-top: 1px solid #333;
}
#footer_calendar .footer-calendar__block > table tr.calendar_header th:first-of-type {
	border-radius: 3px 0 0 0;
}
#footer_calendar .footer-calendar__block > table tr.calendar_header th:last-of-type {
	border-radius: 0 3px 0 0;
}
#footer_calendar .footer-calendar__block > table tr:last-of-type td:first-of-type {
	border-radius: 0 0 0 3px;
}
#footer_calendar .footer-calendar__block > table tr:last-of-type td:last-of-type {
	border-radius: 0 0 3px 0;
}
#footer_calendar .footer-calendar__block > table tr.calendar_header th span {
	color: #fff;
}
#footer_calendar .footer-calendar__block > table tr.calendar_header th span,
#footer_calendar .footer-calendar__block > table tr.calendar_header td span {
	display: inline-block;
	font-size: 0.75rem;
	line-height: 1.375rem;
	position: relative;
}
#footer_calendar .footer-calendar__block > table tr.calendar_header th span,
#footer_calendar .footer-calendar__block > table td span {
	display: inline-block;
	font-size: 0.75rem;
	line-height: 1.375rem;
	position: relative;
}
#footer_calendar .footer-calendar__block > table tr.calendar_header th span {
	top: -1px;
}
#footer_calendar .footer-calendar__block > table td span.mark {
	display: none;
}
#footer_calendar .footer-calendar__block > table td.past span {
	color: #989898;
}
#footer_calendar .footer-calendar__block > table td.today span {
	font-weight: 700;
	color: #DC000C;
}
#footer_calendar .footer-calendar__footer ul.calendar_description {
	display: flex;
	flex-wrap: wrap;
}
#footer_calendar .footer-calendar__footer ul.calendar_description li {
	margin-right: 0.625rem;
	margin-bottom: 0.5rem;
	padding-left: 1.125rem;
	font-size: 0.625rem;
	line-height: 0.625rem;
	position: relative;
}
#footer_calendar .footer-calendar__footer ul.calendar_description li::before {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border: 1px solid #b9b9b9;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
#footer_calendar .footer-calendar__block > table td {
	background-color: #fff;
}
#footer_calendar .footer-calendar__block > table td.closed,
#footer_calendar .footer-calendar__footer ul.calendar_description li.closed::before {
	background-color: #ffbbbb;
}
#footer_calendar .footer-calendar__block > table td.customer_support,
#footer_calendar .footer-calendar__footer ul.calendar_description li.customer_support::before {
	background-color: #ddd;
}
#footer_calendar .footer-calendar__block > table td.shipping,
#footer_calendar .footer-calendar__footer ul.calendar_description li.shipping::before {
	background-color: #bbffbb;
}
#footer_calendar .footer-calendar__footer ul.calendar_information {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0 1rem;
	margin-top: .5rem;
	background-color: #fff;
	border-radius: 3px;
}
#footer_calendar .footer-calendar__footer ul.calendar_information li {
	padding: .625rem 0;
	line-height: 1;
	color: #757576;
	font-size: .75rem;
	font-weight: 700;
}
#footer_calendar .footer-calendar__footer ul.calendar_information li span {
	margin-left: .5rem;
	line-height: 1;
	color: #474749;
	font-size: .75rem;
	font-weight: 400;
}
@media (max-width: 768px) {
	#footer_calendar .footer-calendar__block {
		width: 100%;
		max-width: initial;
		min-width: initial;
	}
	#footer_calendar .footer-calendar__block > table {
		width: calc(50% - 3vw);
	}
	#footer_calendar .footer-calendar__block > table.this_month {
		margin-right: calc(6vw);
	}
	#footer_calendar .footer-calendar__block > table th span,
	#footer_calendar .footer-calendar__block > table td span {
		line-height: 1.875rem;
	}
}
@media (max-width: 480px) {
	#footer_calendar .footer-calendar__block > table {
		width: calc(50% - 0.25rem);
	}
	#footer_calendar .footer-calendar__block > table.this_month {
		margin-right: 0.5rem;
	}
	#footer_calendar .footer-calendar__block > table th span,
	#footer_calendar .footer-calendar__block > table td span {
		line-height: 1.375rem;
	}
}
