@charset "UTF-8";
/*
*
*  /contact/thanks/css/index.css
*
*/

.thanks .pageTit {
	display: none;
}
.thanks .pageCont {

}
	.thanks .pageCont br.sp {
		display: none;
	}
	.thanks .pageCont > p {
		text-align: center;
		line-height: 2;
	}
	.thanks .pageCont > p > strong {
		text-align: center;
		font-size: 3.6rem;
		margin-bottom: 7.2rem;
		margin-top: 3.6em;
		display: block;
	}
	.thanks .pageCont .topBtn {
		margin: 40px auto 0;
		width: 220px;
		height: 50px;
		box-sizing: border-box;
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 1.4rem;
		font-weight: bold;
		background: #000;
		color: #fff;
		transition: all 0.3s ease-out 0s;
	}
	.thanks .pageCont .topBtn:hover {
		text-decoration: none;
		background: #888;
	}
.footer {
	border-top: 1px solid #e5e5e5;
	margin-top: 6.0rem;
}


@media screen and (max-width: 480px) {
.thanks .pageTit {
}
.thanks .pageCont {

}
	.thanks .pageCont br.sp {
		display: block;
	}
	.thanks .pageCont > p {
		font-size: 1.3rem;
	}
	.thanks .pageCont > p > strong {
		font-size: 2.1rem;
		margin-bottom: 4.2rem;
		margin-top: 4.2rem;
		line-height: 1.5;
		font-feature-settings: "palt" 1;
		font-family: 'Noto Sans JP', sans-serif;
	}
	.thanks .pageCont .topBtn {
	}
	.thanks .pageCont .topBtn:hover {
	}
.footer {
	border-top: 1px solid #e5e5e5;
	margin-top: 6.0rem;
}
}