/****************************************************************************************/
section ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

section li {
	width: 30%;
	display: inline-block;
	margin-bottom: 35px;
}

section li a {
	font-size: 1.8rem !important;
}
/****************************************************************************************/
body[lang]:not([lang="ja"]) section ul {
	justify-content: space-evenly;
}
/****************************************************************************************/
