main .itemList ul {
  justify-content: center;
}
main #feature .featureList {
  justify-content: center;
}
main #feature .featureList li {
  display: flex;
  width: auto;
}
main #feature .featureList dl dt {
  width: 20%;
  text-align: left;
}
