@charset "UTF-8";

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

　privacy

=================================================*/
.privacy {
	position: relative;
	margin: 70px auto;
	padding: 0 25px;
	text-align: center;
}
.privacy::after {
	content: "";
	position: absolute;
	top: -50px;
	left: 50%;
	width: 1px;
	height: 40px;
	background: #FFF;
}
.privacy__content {
	position: relative;
	max-width: 1030px;
	margin: 0 auto;
	padding: 50px 0;
	background: url("../images/top/concept_bg_02.gif") center center / 100% auto repeat-y;
}
.privacy__content::before,
.privacy__content::after {
	position: absolute;
	content: '';
	top: -2px;
	left: 0;
	width: 100%;
	height: 52px;
	background: url("../images/top/concept_bg_01.gif") center center / 100% auto no-repeat;
}
.privacy__content::after {
	top: auto;
	bottom: -2px;
	background: url("../images/top/concept_bg_03.gif") center center / 100% auto no-repeat;
}
.privacy-card {
	max-width: 1030px;
	margin: auto;
	padding: 0 45px;
	text-align: left;
	font-size: 1.4rem;
	line-height: 2.2;
}
.privacy__content ul {
	margin-top: 2em;
}
.privacy__content ul:first-child {
	margin-top: -0.6em;
}
.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: 2em 0 0 1.5em;
}
.privacy__content ul li ul li {
	margin-bottom: 0;
	text-indent: -1em;
	padding-left: 1em;
}
.privacy__content dl dt {
	float: left;
	clear: right;
	display: inline;
	margin: 0;
	padding: 0;
}
.privacy__content dl dd {
	margin: 0;
	padding: 0 0 0 6em;
}

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

	.privacy {
		margin: 70px auto;
		padding: 0 25px;
	}
	.privacy__content {
		padding: 4.6339203vw 0;
	}
	.privacy__content::before,
	.privacy__content::after {
		top: -0.185356812vw;
		height: 4.81927711vw;
	}
	.privacy__content::after {
		top: auto;
		bottom: -0.185356812vw;
	}
	.privacy-card {
		padding: 0 4.17052827vw;
		font-size: 1.4rem;
	}

}

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

	.privacy {
		margin: 9.11458333vw auto;
	}
	.privacy::after {
		top: -6.51041667vw;
		height: 5.20833333vw;
	}
	.privacy-card {
		padding: 0 4vw;
		font-size: clamp(1.1rem, (100vw - 375px) * 3.5 / 393 + 11px, 1.45rem);
	}

}
