@charset "UTF-8";

section h2 {
  color: #873e3e;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.8;
  transform: scale(.8, 1);
}
section h2::after {
  display: none;
}
.frame {
  margin-top: 70px;
  text-align: center;
  line-height: 2;
}
.frame p {
  margin-top: 45px;
  transform: scale(1, 1.2);
}
span.strong {
  color: #f76d6d;
}

@media screen and (max-width: 600px) {
  section h2 {
    font-size: 2.5rem;
  }
  .frame p {
    text-align: left;
  }
}
@media screen and (min-width: 601px) {
}
