/*角丸囲み　回転*/
div.round-square-rotate {
  background-color: #fee898;
  padding: 18px;
  border-radius: 30px;
  transform: rotate(-5deg);
}