/* RGB */

/*------------------------------*/
/* title157 */
/*------------------------------*/
.title157-h2 {
  color: #54b1d3;
  font-size: 22px;
  position: relative;
  z-index: 2;
}
.title157-h2::before {
  content: '';
  width: 100%;
  height: 1px;
  background: #54b1d3;
  position: absolute;
  top: 50%;
  z-index: -1;
}
.title157-h2 span {
  display: inline-block;
  background: #fff;
  padding: 0 30px 0 0;
  position: relative;
}
.title157-h2 span::before {
  content: '';
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background: #54b1d3;
  position: absolute;
  top: 50%;
  right: 0px;
  margin-top: -10px;
}


.company-subttl-3 {
  color: #54b1d3;
  font-size: 17px;
}


@media (max-width: 767px) {
.title157-h2 {
  font-size: 20px;
}
.company-caption-1 {
  font-size: 16px;
}
.company-subttl-3 {
  font-size: 16px;
}
}

