@charset "UTF-8";

.p-pattern05__item__text {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  color: var(--color-heading);
  margin-bottom: 0.5em;
}

@media (max-width: 525px) {
.p-pattern05__item__text {
  font-size: 1.6rem;
}
}