@charset "UTF-8";
/* CSS Document */
.section_endorsement__text-area {
  text-align: center;
}
.section_endorsement__description {
  max-width: 40em;
  margin: 0 auto;
  text-align: left;
}
.section_endorsement__description ul {
  margin: 32px 0;
}
.section_endorsement__description ul li {
  list-style: none;
  margin-left: 1.2em;
  text-indent: -1.2em;
}
.section_endorsement__description span {
  font-weight: 600;
}
.section_endorsement__dl {
  margin-left: auto;
  margin-right: auto;
}
.section_endorsement__dl p {
  max-width: 16em;
  min-width: 10em;
  text-align: left;
}
@media (max-width: 768px) {
  .section_endorsement__dl p {
    max-width: 28em;
    margin: auto;
  }
}
