ol, ul:not(.contentsul, nav ul){
	line-height: 1.6;
	font-size:20px;
}

h3 {
    margin-block-end: 1em;
}

@media screen and (max-width: 768px) {
	ol, ul:not(.contentsul, nav ul){
		line-height: 1.4;
		font-size:18px;
		overflow-wrap: break-word;
	}
}