.todofuken{
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
}

.todofuken dl{
	margin-top: 0;
	margin-bottom: 0;
}

.todofuken dd{
    margin-left: 0;
}

.todofuken dt{
    margin-top: 0;
    font-weight: 700;
    min-width: 65px;
	border-bottom: 2px solid;
}


.todofuken dl.hokkai dt{
	color: #5eacbe;
}

.todofuken dl.tohoku dt{
	color: #619cc0;
}


.todofuken dl.kanto dt {
	color: #6893c8;
}

.todofuken dl.hokuriku dt{
	color: #8f90bc;
}

.todofuken dl.chubu dt{
	color: #ad7399;
}

.todofuken dl.chikoku dt{
	color: #d76e7c;
}

.todofuken dl.chukoku dt{
	color: #dc953e;
}

.todofuken dl.shikoku dt{
	color: #e9ad33;
}

.todofuken dl.kyushu dt{
	color: #afbe63;
}


.todofuken dl.okinawa dt{
	color: #77aa5b;
}





.todofuken ul{
	display: flex;
	column-gap: 10px;
	flex-wrap: wrap;
	padding-left: 0;
}
