/* CSS Document */
.beigeBox {
  background-color: #fffce8;
  padding: 15px 0;
}

.pinkBox {
  border: 2px #fcd8d5 solid;
  border-radius: 10px;
}

.pinkBox .ttl {
  margin-top: -10%;
}

.pinkBox .mh01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

