.container{
  margin-bottom: 130px;
}

.page_title {
 background: #000 url(https://file002.shop-pro.jp/PA01399/599/shopping/images/cat/privacy.jpg) center no-repeat;
  background-size: cover;
  margin-bottom: 120px;
}

.page_title h1 {
  text-align: center;
  padding:180px 20px 120px;
  font-size: 3rem;
  letter-spacing: 0.2em;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .page_title h1 {
    padding: 230px 20px 90px;
    font-size: 2.2rem;
  }
}

.section_inr {
  margin-bottom: 60px;
}

.section_inr h2 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 30px;
}


