html {
	scroll-behavior: smooth;
	scroll-padding-top: 90px;
}

main {
	min-height: 115vh;
	padding-block: 73px 286px;
}

.contents {
	color: #f5f5f5;
	letter-spacing: 0.04em;
}

h2 {
	margin-bottom: 30px;
	font-weight: 700;

	span {
		font-size: 13px;
	}
}

#privacy {
	font-size: 13px;

	p {
		line-height: 1.5em;
		text-align: justify;

		&:not(:last-child) {
			margin-bottom: 32px;
		}
	}
}

@media (width >= 768px) {
	main {
		padding-block: 30px 362px;
	}

	.contents {
		width: 960px;
		margin-inline: auto;
	}

	h2 {
		margin-bottom: 50px;

		span {
			margin-left: 10px;
		}
	}
}
