.sub_mv > div > div{
  background: url(./images/mv/pc/mv_privacy.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .sub_mv{
    margin-bottom: 0;
  }
	.sub_mv > div > div{
		background: url(./images/mv/sp/mv_privacy.jpg) no-repeat;
		background-size: cover;
		background-position: center;
  }
}

h3{
	margin: 70px 0;
	text-align: center;
	font-size: 32px;
}
h4{
	margin: 70px 0 30px;
	color: #55ace0;
	font-size: 24px;
}
.pp_text{
	margin: 30px auto;
	padding: 0 20px;
	width: 100%;
	max-width: 1200px;
}
.pp_text p{
	margin: 30px 0;
	line-height: 1.6;
}
.pp_text .tel_link{
	background: #F3F7FB;
}

.terms_text{
	margin: 30px auto 100px;
	padding: 0 20px;
	width: 100%;
	max-width: 1200px;
}
.terms_text p{
	margin: 30px 0;
	line-height: 1.6;
}
.terms_text .tel_link{
	background: #F3F7FB;
}

@media screen and (max-width: 768px) {
	h3{
		font-size: 24px;
	}
	h4{
		font-size: 20px;
	}
	.terms_text{
		margin: 30px auto 60px;
	}
}
