.service {
  margin: 0 0 24px;
}
.service .title01 {
  margin: 0 0 24px;
  justify-content: center;
}
.service .title01 .text {
  color: #444;
}
.service .title01 .text em {
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  .service {
    margin: 0 0 40px;
  }
  .service .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .service .inner .area-text {
    width: 40%;
    margin: 0;
  }
  .service .inner .area-text .title01 {
    margin: 0;
    justify-content: start;
  }
  .service .inner .area-text .title01 .text em {
    font-size: 32px;
  }
  .service .inner .area-detail {
    width: calc(60% - 40px);
  }
}/*# sourceMappingURL=service.css.map */