.about {
  margin-bottom: 2rem;
}

.about__lead_text {
  margin-bottom: 1.5rem;
}

.about__map {
  display: block;
  margin-bottom: 2rem;
  text-align: center;
}

.about__service_list {
  max-width: 850px;
  margin: auto;
  margin-top: 1.5rem;
  text-align: center;
}

.about__service_list li {
  display: inline-block;
  padding: 0 .5em;
  font-family: "M PLUS Rounded 1c", sans-serif;
  border-radius: .4rem;
}

.about__service_list li:nth-of-type(1) {
  color: #f95656;
  border: 2px solid #f95656;
}

.about__service_list li:nth-of-type(2) {
  color: #515dc9;
  border: 2px solid #515dc9;
}

.about__service_list li:nth-of-type(3) {
  color: #e42ae6;
  border: 2px solid #e42ae6;
}

@media screen and (min-width: 768px) {
  .about {
    margin-bottom: 4rem;
  }
  .about__map {
    margin-bottom: 5rem;
  }
  .about__service_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .about__service_list li {
    width: 31%;
    margin: auto;
    font-size: 1.25rem;
  }
}

.regulations:before {
  content: "";
  display: block;
  width: 100%;
  height: .5rem;
  margin-bottom: 1.5rem;
  background-image: url(../img/dot_line.png);
  background-repeat: repeat-x;
}

.regulations__ttl {
  margin-bottom: 1em;
  color: #ff7fc3;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1.2em;
}

@media screen and (min-width: 768px) {
  .regulations__ttl {
    font-size: 1.5rem;
  }
}
/*# sourceMappingURL=inhomecare-2.css.map */