/* common */
@import url("calendar.css?250221") print, screen and (min-width:670px) ;
@import url("calendar_sp.css?250221") screen and (min-width:0px) and (max-width: 670px);

.calendar-ex {
	display: flex;
	font-size: 128%;
	padding-bottom:20px;
	flex-wrap: wrap;
}
@media (max-width: 670px) {
	.calendar-ex {
		font-size: 110%;
		padding-bottom:10px;
	}
}
.calendar-ex li {
	position: relative;
	padding-left: 23px;
	margin-right: 36px;
}
.calendar-ex li::before{
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background: #e5faff;
	border: #a7a7a7 solid 1px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.calendar-ex li:nth-of-type(2)::before {
	background: #ffd5e3;
}
.calendar-ex li:nth-of-type(3)::before {
	background: #82df90;
}
.calendar-ex li:nth-of-type(4)::before {
	background: #dcdddd;
}