<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* example */
.cosme-ex-title {
  color: #e25452;
}
.cosme-ex-card {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 1.6rem;
  margin-top: 0;
  line-height: calc(22 / 16);
}
.cosme-ex-card__unit {
  max-width: 435px;
  width: calc(50% - 5px);
  margin-top: 2.5rem;
}
.cosme-ex-card__title {
  position: relative;
  margin-bottom: 10px;
  padding-left: 1em;
  color: #e25452;
  font-weight: bold;
}
.cosme-ex-card__title::before {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  color: #e25452;
  font-weight: bold;
  content: '\25CF';
}
.cosme-ex-card__content {
  padding-left: 1em;
}
.cosme-ex-card__text {
  margin-top: 10px;
}

@media screen and (min-width: 375px) {
  .cosme-ex-card {
    font-size: calc(16 / 10.8 * 1rem);
  }
}

@media screen and (min-width: 414px) {
  .cosme-ex-card {
    font-size: calc(18 / 10.8 * 1rem);
  }
}

@media screen and (min-width: 568px) {
  .cosme-ex-card {
    font-size: calc(18 / 11.6 * 1rem);
  }
  .cosme-ex-card__content {
    display: flex;
    justify-content: space-between;
  }
  .cosme-ex-card__img {
    width: 100px;
  }
  .cosme-ex-card__text {
    flex: 1;
    margin-top: 0;
    padding-left: 10px;
  }
}

@media screen and (min-width: 768px) {
  .cosme-ex-card {
    font-size: calc(18 / 13.2 * 1rem);
    line-height: calc(27 / 18);
  }
}</pre></body></html>