@charset "UTF-8";
/*----------------------------------------

	- result
		- result_content
		- btn_box

-----------------------------------------*/

/*----------------------------------------
result
-----------------------------------------*/
.result {
	margin-top: 48px;
	width: 100%;
}
.result_content {
	display: flex;
	flex-direction: column;
}
.result_content > p {
	text-align: center;
}
.heading_l1 + p {
	margin-top: 32px;
}
.btn_box {
	margin-top: 48px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap-reverse;
	gap: 16px 8px;
}
/* sp */
@media screen and (max-width: 800px) {
	.result {
		margin-top: 32px;
	}
	.heading_l1 {
		font-size: var(--font-size28);
	}
	.heading_l1 span {
		display: inline-block;
	}
	.result_content .font16 {
		text-align: left;
	}
	.btn_box {
		flex-direction: column;
		flex-wrap: unset;
	}
	.btn_box p {
		max-width: 280px;
		width: 100%;
	}
}
