@charset "utf-8";

.p-privacy__block {
  width: 1060px;
  margin: 100px auto;
  text-align: left;
}
h2.p-privacy__title {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 50px;
}

p.p-privacy__lead {
    margin-bottom: 50px;
}

dl.p-privacy__policy {
    margin-bottom: 50px;
    line-height: 2;
}

dl.p-privacy__policy dt {
    font-weight: bold;
    margin-top: 50px;
}

p.p-privacy__info {
    text-align: right;
}

@media screen and (max-width: 767px) {
h2.p-privacy__title {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    margin: 50px 0;
}	
  .p-privacy__block {
    width: auto;
    margin: 20px auto;
		padding: 0 20px;
    text-align: left;
  }	
}