@charset "UTF-8";
#recruit dl.details {
  margin: 1.5em auto;
}
#recruit dl.details div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#recruit dl.details div dt {
  width: 15%;
  margin-bottom: 2em;
  padding: 0.4em 0 0 0;
  color: #b671c4;
  font-weight: 500;
  font-size: 0.8em;
}
#recruit dl.details div dd {
  width: 80%;
  margin-bottom: 2em;
  line-height: 2em;
}
#recruit dl.details div dd p {
  margin-bottom: 1em;
}
#recruit dl.details div dd ul {
  margin: 1em auto;
}
#recruit dl.details div dd ul li {
  text-indent: -1em;
  margin-left: 1.5em;
}
#recruit dl.details div dd ul li:before {
  content: "・";
}/*# sourceMappingURL=recruit.css.map */