@charset "utf-8";


#service > img {
  margin-bottom: 20px;
}

#service dl {
  counter-reset: no;
}

#service dl dt {
  position: relative;
  font-weight: bold;
  font-size: 18px;
  background-color: #E8F5FF;
}

#service dl dt::before {
  display: inline-block;
  text-align: center;
  counter-increment: no;
  content: counter(no, decimal-leading-zero);
  font-size: 20px;
  line-height: 1.8;
  font-weight: bold;
  color: #fff;
  background-color: #03a4ef;
  padding: 0 8px;
  margin-right: 10px;
}

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

.service-list img {
  width: 270px;
}

.service-list .text {
  width: 380px;
}

.service-list h4 {
  display: inline-block;
  background-color: #03a4ef;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  padding: 5px 14px;
  border-radius: 3px;
  margin-bottom: 10px;
}

.service-list h4:not(:first-of-type) {
  margin-top: 30px;
}

.primary article .service-list p:not(:first-of-type) {
  margin-top: 0;
}


@media only screen and (max-width: 768px) {

  #service dl dt {
    font-size: 16px;
  }

  .service-list img {
    width: 100%;
    margin-bottom: 20px;
  }

  .service-list .text {
    width: 100%;
  }
}
