@charset "utf-8";

#service p.lead {
  font-weight: bold;
  font-size: 18px;
}

#service .flex img {
  width: 300px;
}

#service .flex p {
  width: 350px;
}

#service .strength {
  counter-reset: no;
}

#service .strength li {
  position: relative;
  font-weight: bold;
  font-size: 16px;
  color: #111;
  background-color: #f3f3f3;
}

#service .strength li:not(:first-of-type) {
  margin-top: 10px;
}

#service .strength li::before {
  display: inline-block;
  text-align: center;
  counter-increment: no;
  content: counter(no, decimal-leading-zero);
  font-size: 16px;
  line-height: 1.8;
  font-weight: bold;
  color: #fff;
  background-color: #00c6e2;
  padding: 4px 8px;
  margin-right: 10px;
}

#service dl dd {
  padding: 10px 0 30px;
}

@media only screen and (max-width: 768px) {
  #service .flex img {
    width: 100%;
    margin-bottom: 20px;
  }

  #service .flex p {
    width: 100%;
  }

}
