main::before {
	background-image: url(../img/business.jpg);
}

section dl {
	padding: 30px 0px;
}

section dl dt {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-bottom: 10px;
	font-weight: bold;
	font-size: clamp(1.8rem, 1.6800000000000002rem + 0.24999999999999997vw, 2rem);
}

section dl dt::before {
	content: "";
	display: inline-block;
	background: url(../img/logo.svg) 50% 50% / contain no-repeat;
	margin-right: 8px;
	height: 1.4em;
	aspect-ratio: 1 / 1;
}

section dl dd {
	display: flex;
	justify-content: center;
	padding-bottom: 30px;
}

section dl dd ul {
	list-style-type: disc;
}

section dl dd ul li {
	padding-bottom: 10px;
}

section a.arrow {
	font-size: 1.0em!important;
}