@charset "UTF-8";
/**
 * message.css
 */
h3{
  font-size: 2.5rem;
  text-align: center;
  padding-bottom: 60px;
}
p{
  font-size: 1.4rem;
  letter-spacing: -0.4;
  padding-bottom: 2em;
  line-height: 1.9;
}
.pointText{
  padding-top: 35px;
  padding-bottom: 50px;
  font-size: 2rem;
}
@media screen and (max-width: 800px){
  h3{
    font-size: 2.4rem;
    line-height: 1.6;
  }
  p{
    font-size: 1.4rem;
  }
}