@charset "UTF-8";
.service img {
  margin-bottom: 2rem;
}

.optionThumb {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  list-style: none;
}
@media (max-width: 575.98px) {
  .optionThumb {
    justify-content: space-between;
  }
}
.optionThumb li {
  text-align: center;
  width: 20%;
  margin-bottom: 3rem;
}
@media (max-width: 575.98px) {
  .optionThumb li {
    width: 50%;
  }
}
.optionThumb li img {
  width: 11.4rem;
  margin-bottom: 1rem;
}
.optionThumb li span {
  display: block;
  font-weight: bold;
}

.data-catch span {
  display: block;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 3rem;
}
@media (max-width: 575.98px) {
  .data-catch span {
    font-size: 1.4rem;
  }
}
.data-catch span::before, .data-catch span::after {
  color: #EBB12C;
  margin: 0 1rem;
}
.data-catch span::before {
  content: "＼";
}
.data-catch span::after {
  content: "／";
}

.h-bold {
  font-weight: bold;
  font-size: 1.8rem;
  margin: 4rem 0 2rem;
}
/*# sourceMappingURL=map/service.css.map */