/* レイアウト */

.p-reserve__section .__body {
  background-color: #dde9f3;
  padding: 50px;
  border-radius: 4px;
  box-sizing: border-box;
  text-align: center;
}

/* テキスト */

/* 見出し */
.p-reserve__section .__body h3 {
  font-weight: 700;
  margin: 0 0 10px;
  font-size: 24px;
}