.FAQ_top {
	position: fixed;
	position: sticky;
	pointer-events: all;
	top: calc(100vh - 28px - 1rem);
	display: inline-block;
	width: 28px;
	height: 28px;
	z-index: 100;
}

.FAQ_top-wrapper {
	position: absolute;
	top: 100vh;
	right: 1rem;
	width: 28px;
	bottom: 0;
	pointer-events: none;
}

p, h1, h3 {
	max-width: none;
}

.box li {
	padding-left: 1em;
}

article{
	scroll-margin-top: 58px;
}