@charset "utf-8";
.sp {
	display: none;
}
.pc {
	display: none;
}
.tablet {
	display: block;
}


#MvArea  {
	background: url(../../img/privacypolicy/privacypolicy_mvimg.jpg) no-repeat center;
	background-size: cover
}
.mvWrap {
	width: 90%;
	height: 100%;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	z-index: 5;
}
.mvInner {
	color: #ffffff;
	line-height: 1.0;
}

.privacyCol {
	width: 100%;
	padding: 40px;
	border: 2px solid #e2e2e2;
	text-align: center;
}
.privacyTtl {
	margin: 0 auto 20px;
	font-size: 1.6rem;
	font-weight: 700;
	text-align: center;
}
.requireList {
	margin: 0 40px 25px;
}

.requireList li {
	list-style: decimal;
}
.requireTxt {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: baseline;
     -ms-flex-align: baseline;
        align-items: baseline;
}
.requireTxt p {
	width: calc( 100% - 26px );
}
.requireTxt p a {
	text-decoration: underline;
}




