.tokusho_section {
  max-width: 860px;
  margin: 0 auto 90px;
}

@media screen and (max-width: 767px) {
  .tokusho_section {
    margin-bottom: 45px;
  }
}

.tokusho_section .tokusho_section_title {
  text-align: center;
  margin-bottom: 46px;
  padding-top: 36px;
}

@media screen and (max-width: 767px) {
  .tokusho_section .tokusho_section_title {
    margin-bottom: 32px;
  }
}

.tokusho_section .tokusho_section_title h2 {
  font-size: 2.18rem;
  font-weight: bold;
  font-family: serif;
  letter-spacing: .12em;
}

.tokusho_section .tokusho_section_title h2:after, .tokusho_section .tokusho_section_title h2:before {
  content: "/";
  display: inline-block;
  margin: 0 2em;
}

.tokusho_section .tokusho_section_title p {
  text-align: left;
  margin-top: 60px;
}

.tokusho_section dl {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tokusho_section dl dt {
  width: 30%;
  border-bottom: 1px solid #000000;
  padding: 40px 12px;
}

@media screen and (max-width: 767px) {
  .tokusho_section dl dt {
    width: 100%;
    border-bottom: none;
    padding: 20px 0 0;
  }
}

.tokusho_section dl dd {
  width: 70%;
  border-bottom: 1px solid #999;
  padding: 40px 12px;
}

@media screen and (max-width: 767px) {
  .tokusho_section dl dd {
    width: 100%;
    padding: 0 0 20px;
  }
}
