@charset "utf-8";
/*------------------------------------------------------------
	privacy
------------------------------------------------------------*/
#main {
	margin: 1.5rem 0 5.1rem;
}
#main .content {
	max-width: 79rem;
}
#main .title {
	margin-bottom: 1.9rem;
	color: #1d95d4;
	font-size: 2.5rem;
	font-weight: 600;
	letter-spacing: 0.02em;
	font-family: "Noto Serif JP", serif;
}
#main .text {
	margin-bottom: 4.4rem;
	font-size: 1.8rem;
	color: #5A5A5A;
	text-align: justify;
	line-height: 1.7;
	letter-spacing: 0.02em;
}
#main .text .ttl {
	display: block;
	font-size: 2.14rem;
	letter-spacing: 0.05em;
}
#main .text .ttl .sml {
	font-size: 1.67rem;
	vertical-align: 0.2rem;
}
#main .text .add {
	display: block;
	font-size: 1.9rem;
	letter-spacing: 0.05em;
	line-height: 1.2;
}
#main .text .tel {
	display: block;
	font-size: 1.9rem;
	letter-spacing: 0.05em;
	line-height: 2;
}
#main .text .tel a {
	color: #5A5A5A;
}
@media all and (max-width: 896px) {
	#main {
		margin: 0 0 3rem;
	}
	#main .content {
		max-width: 100%;
	}
	#main .title {
		margin-bottom: 1.4rem;
		font-size: 2.8rem;
		line-height: 1.4;
	}
	#main .text {
		margin-bottom: 4rem;
		font-size: 2rem;
		line-height: 1.75;
	}
	#main .text .add {
		line-height: 1.75;
	}
}