h4{
	font-size: 18px;
}
h4 {
	width: 100%;
	border-bottom: solid 1px;
}
h5 {
	font-size: 1em;
	color: salmon;
	margin-bottom:3px;
}
.contents > li {
	padding-bottom: 4px;
	padding-top: 8px;
	font-weight: 650;
}
.contents {
	padding:0px 35px 10px 30px;
	width: fit-content;
}
.square {
	display: inline-block;
	height: 8px;
	width: 8px;
	border: solid 1px;
}
.line {
	width: 100%;
	height: 1px;
	border: solid 1px;
}
div + .line {
	margin-bottom: 5px;
}
.row {
	gap: 20px;
	justify-content: center;
	padding: 4px;
}
.tier {
	border: solid 1px;
	border-radius:15px;
	text-align: center;
	margin: 25px 0px 25px 0px;
}
