.policy {
  margin-bottom: 4rem;
}

.policy__ttl {
  margin: 2rem 0 1rem;
  padding-bottom: .5em;
  color: #008a9d;
  font-size: 1.2rem;
  font-weight: 700;
  border-bottom: 2px solid #008a9d;
  text-align: center;
}

.policy__text .color_text {
  color: #c50e0e;
  font-weight: 500;
}

@media screen and (min-width: 768px) {
  .policy__ttl {
    font-size: clamp(1.2rem, -0.263rem + 2.63vw, 1.875rem);
  }
  .policy__text {
    text-align: center;
  }
}

.message {
  padding-bottom: 4rem;
}

.message__text {
  padding-top: 1.5rem;
}

.message__strong {
  padding: 1.5rem 0;
  color: #008a9d;
  font-weight: 700;
  font-size: 1.2rem;
}

.message__owner {
  margin-top: 1.5rem;
  text-align: right;
}

@media screen and (min-width: 768px) {
  .message__strong {
    font-size: clamp(1.2rem, -0.263rem + 2.63vw, 1.875rem);
  }
}
/*# sourceMappingURL=greeting.css.map */