/* Request */
.requestBox {
	font-size: 1.4rem;
	line-height: 200%;
	border-radius: 8px;
	background-color: #eff3ff;
	padding: 24px 40px;
}

@media screen and (max-width: 520px) {
	/* Request */
	.requestBox {
		line-height: 184%;
		padding: 24px 16px;
	}
}
