.page_title {
  background: #000 url(https://file002.shop-pro.jp/PA01399/599/shopping/images/cat/tokusho.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 {
  margin-bottom: 120px;
}

section .section_title h2 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 50px;
}

section dl dt {
  font-weight: bold;
  margin-bottom: 20px;
}

section dl dd {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #cfcfcf;
}
