.privacy {
	width: 90%;
	margin: auto;
}

.frame {
	width: 80%;
	max-width: 1000px;
	padding: 2vw 4vw;
	margin: 10vh auto 0;
	border: 3px solid #fff;
	position: relative;
}

.frame h2 {
	font-size: 24px;
	line-height: 3;
	text-align: center;
	letter-spacing: .2em;
	margin-bottom: 2vw;
}
.frame h3 {
	font-size: 16px;
	line-height: 1.5;
	text-align: left;
	letter-spacing: .2em;
	margin: 4vw auto 2vw;
}
.frame p {
	font-size: 14px;
	line-height: 1.8;
	letter-spacing: .2em;
	margin: 0 auto 1vw;
}
.frame ul {
	font-size: 14px;
	line-height: 1.5;
	list-style: disc;
	margin: 0 1.5em 1vw!important;
}
.frame ul li {
	margin-bottom: 5px!important;
}
.frame dl {
	display: flex;
	justify-content: flex-start;
	align-content: flex-start;
	flex-wrap: wrap;
}
.frame dl dt {
	font-size: 14px;
	line-height: 1.8;
	text-align: left;
	letter-spacing: .2em;
	width: 20%;
	margin: 0 5px 0 0;
}
.frame dl dd {
	font-size: 14px;
	line-height: 1.8;
	text-align: left;
	letter-spacing: .2em;
	width: 75%;
	margin: 0 5px 0 0;
}



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

.frame {
	width: 90%;
	max-width: 1000px;
	padding: 6vw 6vw;
	margin: 2vh auto 0;
	border: 2px solid #fff;
	position: relative;
}
.frame h2 {
	font-size: 20px;
	line-height: 3;
	text-align: center;
	letter-spacing: .1em;
	margin-bottom: 10vw;
}
.frame h3 {
	font-size: 15px;
	line-height: 1.5;
	text-align: left;
	letter-spacing: .1em;
	margin: 8vw auto 4vw;
}
.frame p {
	font-size: 13px;
	line-height: 1.8;
	letter-spacing: .1em;
	margin: 0 auto 2vw;
}
.frame ul {
	font-size: 13px;
	line-height: 1.5;
	list-style: disc;
	margin: 0 1.5em 2vw!important;
}
.frame ul li {
	margin-bottom: 5px!important;
}
.frame dl {
	display: flex;
	justify-content: flex-start;
	align-content: flex-start;
	flex-wrap: wrap;
	flex-direction: column;
}
.frame dl dt {
	font-size: 11px;
	line-height: 1.8;
	font-weight: bold;
	text-align: left;
	letter-spacing: .2em;
	width: 100%;
	margin: 10px 5px 0 0;
}
.frame dl dd {
	font-size: 13px;
	line-height: 1.5;
	text-align: left;
	letter-spacing: .2em;
	width: 100%;
	margin: 10px 5px 0 0;
}


}

