@charset "utf-8";

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

#about > p:first-of-type {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.04em;
}

#about .service-list {
  margin-top: 40px;
}

#about .service-list .flex:nth-of-type(n+2) {
  margin-top: 40px;
}

#about .service-list img {
  width: 260px;
}

#about .service-list .text {
  width: 400px;
}

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

#strengths dl {
  counter-reset: no;
}

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

#strengths 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: #093da1;
  padding: 0 8px;
  margin-right: 10px;
}

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

@media only screen and (max-width: 768px) {
  #about > p:first-of-type {
    font-size: 18px;
  }

  #about .service-list img,
  #about .service-list .text {
    width: 100%;
  }

  #about .service-list img {
    margin-bottom: 20px;
  }

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

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