@charset "utf-8";
body.contact .root-wrap {
	padding-top: 2rem;
	position: relative;
}

body.contact .root-wrap::after {
	background: url(../../img/smp-img/01.jpg)no-repeat center / cover;
	filter: blur(15px);
	transform: scale(1.1);
	content: "";
	margin: auto;position: absolute;top: 0;right: 0;bottom: 0;left: 0;
	z-index: 1;
	opacity: 0.5;
}
/*================================================================================================

* お問い合わせ *

================================================================================================*/
body.contact section {
	min-height: calc(100vh - 6rem);
	padding-bottom: 6rem;
	z-index: 2;
	position: relative;
}

/*================================================================================================

* プライバシーポリシー *

================================================================================================*/
.privacy-policy-wrap h2 {
	font-size: 2rem;
	font-weight: 900;
	text-align: center;
	margin-bottom: 2rem;
}
.privacy-policy-wrap .group {
	width: 100%;
	margin-bottom: 2rem;
	padding-bottom: 2rem;
	border-bottom: 1px solid #eee;
}
	.privacy-policy-wrap .group:last-child {
		margin-bottom: 0rem;
		padding-bottom: 0rem;
		border-bottom: 0px solid #eee;
	}

.privacy-policy-wrap .group h3 {
	font-size: 1.25rem;
	margin-bottom: 1rem;
	border-left: 3px solid;
	padding: 0.5rem 1rem;
}


/*================================================================================================

* メディアクエリ *

================================================================================================*/
@media only screen and (max-width: 1024px) {
/********************/}
@media only screen and (max-width: 768px) {
/********************/}
@media only screen and (max-width: 520px) {
/********************/}