.contents section p.name {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.75;
  text-align: right;
}
.contents section p.name span{
  font-size: 1.4rem;
}

@media screen and (max-width: 599px){
  .content_wrap section {
    margin-top: -3rem;
  }
  .content_wrap #greeting {
    margin-top: -5rem;
  }
  .section_title {
    margin-bottom: 1.5rem;
  }
  .contents section p.name {
    font-size: 2.2rem;
  }
}