/* arguments inittial */
/* font style */
/* site style */
/* [ opacity ]
-------------------------------------------------*/
/* [ display style ]
-------------------------------------------------*/
/* [ background-image ]
-------------------------------------------------*/
/* [ writing-mode ]
-------------------------------------------------*/
/* [ illustrator & photoshop letter spacing ]
-------------------------------------------------*/
/* [ easy breakpoint ]
-------------------------------------------------*/
/* [ easy transform ]
-------------------------------------------------*/
.smart-souene {
  width: 100%;
  line-height: 1.8;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .smart-souene {
    margin-top: 60px;
  }
}
.smart-souene .title {
  background-color: #5bc2d9;
  font-size: 14px;
  color: #fff;
  padding: 5px 10px;
}
@media (min-width: 768px) {
  .smart-souene .title {
    padding: 10px;
    font-size: 15px;
  }
}
.smart-souene .text {
  padding-block: 15px;
  font-size: 12px;
}
@media (min-width: 768px) {
  .smart-souene .text {
    padding-block: 20px;
  }
}
.smart-souene .caption {
  padding-block: 1em;
}
.smart-souene .info-title {
  font-size: 12px;
  color: #5bc2d9;
}
.smart-souene .info-item {
  width: 100%;
  padding: 15px;
  border: 2px solid #5bc2d9;
}
.smart-souene .info-item + dl {
  border-top: none;
  margin-bottom: 25px;
}
.smart-souene .info-item-title {
  margin-bottom: 5px;
  font-size: clamp(0.625rem, 0.478rem + 0.65vw, 1rem);
  font-weight: bold;
  color: #5bc2d9;
}
.smart-souene .info-item-text {
  font-size: 10px;
  color: #666;
}
.smart-souene .info-item-text a {
  color: blue;
  text-decoration: underline;
}
.smart-souene .sup {
  font-size: 10px;
}/*# sourceMappingURL=works-add.css.map */