@charset "UTF-8";

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

　メインイメージ

=================================================*/
.top-catch {
	background: url("../images/privacy/privacy_img01.jpg") center center / auto auto no-repeat; background-size: cover;
}

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

プライバシーポリシー

=================================================*/
.privacy {
	margin: 0;
	padding: 0;
	font-family: 'Noto Sans JP', sans-serif;
	background-color: #FFF;
}
.privacy-content {
	width: 1130px;
	margin: 0 auto;
	padding: 40px 0 90px;
	text-align: left;
	font-size: 1.8rem;
	line-height: 1.7;
}
.privacy-content ul {
	margin-top: 2em;
}
.privacy-content ul li {
	margin-bottom: 2em;
}
.privacy-content ul li p:nth-of-type(2) {
	margin-top: 2em;
	margin-left: 1.5em;
}
.privacy-content ul li ul {
	margin: 35px 0 0 1.5em;
}
.privacy-content ul li ul li {
	margin-bottom: 0;
	text-indent: -1em;
	padding-left: 1em;
}

@media screen and (max-width: 1080px) {

	.privacy-content {
		width: 100%;
		margin: 0 auto;
		padding: 40px 60px 90px;
	}

}

@media screen and (max-width: 835px) {

	.privacy h1 {
		width: 100%;
		padding: 0 20px;
	}
	.privacy-content {
		width: 100%;
		padding: 10px 20px 40px;
		font-size: 1.2rem;
	}
	.privacy-content ul li p:nth-of-type(2) {
		margin-top: 15px;
	}
	.privacy-content ul li ul {
		margin: 15px 0 0 1.5em;
	}

}
