@charset "euc-jp";
.tokusho_section {
  max-width: 860px;
  margin: 0 auto 90px;
  padding: 0 20px;
}

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

.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 #898989;
  padding: 40px 12px;
}

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


p {
  margin-bottom: 40px;
}