.button {
	border: solid 0.0625rem #011e56;
	padding: .8rem 2rem;
	margin: 2rem auto;
	width: 18rem;
	text-align: center;
	color: #011e56;
	font-weight: bold;
}

.to_policy {
	margin: 1rem;
	color: #011e56;
	opacity: .8;
}

.main_visual {
	position: relative;
}

.main_frame {
	margin-bottom: 5rem;
}
@media (min-width: 992px){
	.main_frame {
		margin-bottom: 0;
	}
}
.main_text{
	margin: 2rem 0;
}