#d2241124 a {
	background-color: transparent;
	color: #445166;
	text-decoration: none
}

@media (hover: hover) {
	#d2241124 a:hover {
		color: #252d38;
		text-decoration: underline;
	}
}


#d2241124 .six_text ul {
	display: flex;
	flex-wrap: wrap;
}

@media (min-width: 768px) {
	#d2241124 .six_text ul li {
		width: calc(100% / 2 - 6%);
		float: none;
	}
}

@media (min-width: 1024px) {
	#d2241124 .six_text ul li {
		width: calc(100% / 3 - 1%);
	}
}