.first-text {
  display: block;
  padding-bottom: 1em;
}

@media screen and (min-width: 768px) {
  .first-text {
    margin-bottom: 4em;
  }
}

.first-text .open-time {
  border: 1px solid #777777;
  display: block;
  padding: .5em;
  text-align: center;
  margin: 1em 0;
  font-size: 1.2em;
}

@media screen and (min-width: 768px) {
  .service-list {
    -webkit-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 8%;
            column-gap: 8%;
  }
}

.service-box {
  margin-bottom: 4em;
}

@media screen and (min-width: 768px) {
  .service-box {
    -webkit-column-break-inside: avoid;
            break-inside: avoid;
  }
}

.service-box .box-ttl {
  margin-bottom: .5em;
}

.service-box .img {
  margin-bottom: .5em;
  width: 100%;
}

.service-box .machine-list dt {
  background-color: #F6F6F6;
  border: 1px solid #707070;
  padding: .2em .5em;
}

.service-box .machine-list dd {
  padding: .2em .5em;
}

.service-box .machine-list dd + dt {
  margin-top: 1em;
}
/*# sourceMappingURL=rehabilitation.css.map */