.torikumi h3 {
  text-align: left;
  border-bottom: #7a7979 1px solid;
  font-size: 24px;
  color: #3f3f3f;
  font-weight: 500;
  padding: 1rem 0;
  margin-bottom: 2rem;
  position: relative;
  padding-left: 24px;
  width: 100%;
}
@media screen and (max-width: 550px) {
  .torikumi h3 {
    font-size: 18px;
    line-height: 1.4;
    padding: 0.5rem 0;
    padding-left: 20px;
    margin-bottom: 1rem;
  }
}
.torikumi h3::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  height: 6px;
  display: inline-block;
  width: 13px;
  background-color: #888888;
}
.torikumi h4 {
  text-align: left;
  color: #57500b;
  font-size: 20px;
  margin-bottom: 1rem;
}
@media screen and (max-width: 550px) {
  .torikumi h4 {
    font-size: 16px;
  }
}

.separate {
  border: none;
  border-bottom: dashed 1px #a4a4a4;
  padding-top: 2rem;
  margin-bottom: 2rem;
}/*# sourceMappingURL=service.css.map */