@charset "utf-8";

/*----------------------------
	top
------------------------------*/
main {
	background-color: #f8e5e7;
	padding: 15.8rem 0 18rem;
	text-align: center;
}
h1 {
	margin: 0 auto;
	max-width: 93.5rem;
}
.end {
	margin: 0 auto;
	width: 88%;
	max-width: 100rem;
}
.end .txt {
	margin-top: 4.2rem;
	color: #7a492b;
	font-size: 2.6rem;
	line-height: 1.5;
	font-family: sans-serif;
	font-weight: bold;
	box-sizing: border-box;
	padding: 4.9rem 3rem;
	border: 4px solid #7a492b;
	border-radius: 1rem;
	background-color: #fff;
	position: relative;
}
.end .txt::after {
	content: "";
	position: absolute;
	top: 6px;
	bottom: 6px;
	left: 6px;
	right: 6px;
	border: 1px solid #7a492b;
	border-radius: .5rem;
}
@media (max-width: 768px) {
	h1 {
		max-width: 61.5rem;
	}
	.end .txt {
		margin-top: 6.2rem;
		font-size: 3.8rem;
		padding: 9.9rem 3rem;
		border-width: 4px;
		border-radius: 1rem;
		line-height: 2;
	}
	.end .txt::after {
		top: 6px;
		bottom: 6px;
		left: 6px;
		right: 6px;
		border-width: 1px;
		border-radius: .5rem;
	}
}
