@charset "utf-8";

.job　p {
	border-bottom: none;
}
.job h2 {
  padding: 6px;
  margin: 40px 0 30px;
  color: #fff;
  background-color: #4589c8;
}
.job h3 {
  color: #000 !important;
  border-bottom: 1px solid #CCC;
}
.job h4 {
  position: relative;
  padding-left: 20px;
  margin-bottom: 5px;
  font-size: 16px;
  color: #9a0404;
  border-bottom: 1px solid #CCC;
}
.job h4:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 2px;
  left: 0px;
  background: #9a0404;
}
.job ul {
  margin-bottom: 1em;
}
.job li {
  position: relative;
  padding-left: 15px;
}
.job li:before {
  content: "●";
  position: absolute;
  top: 0px;
  left: 0px;
  color: #9a0404;
}