.p-sideCta {
  overflow: hidden;
  border-radius: 4px;
}

.p-sideCta__head {
  padding: 14px 20px;
  text-align: center;
  background: #0e254d;
}

.p-sideCta__headText {
  margin: 0;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 2px;
}

.p-sideCta__body {
  padding: 12px 5px 20px;
  background: #ebf2fa;
  text-align: center;
}

.p-sideCta__lead {
  margin: 0;
  color: #0e254d;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 2px;
}

.p-sideCta__img {
  display: block;
  width: 75%;
  max-width: 225px;
  height: auto;
  aspect-ratio: 225 / 169;
  margin: 0 auto;
}

.p-sideCta__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding: 12px 10px;
  border-radius: 10px;
  background: #0e254d;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 140%;
  text-decoration: none;
}

.p-sideCta__btn:hover {
  opacity: 0.8;
}

/*
 * 相談ボタン：資料ダウンロードボタン（紺）と形状・文字サイズは統一し、
 * 色だけオレンジに変えて差別化する。ボタン同士の間隔も確保する
 */
.p-sideCta__btn--consult {
  margin-bottom: 16px;
  background: #e05e18;
}

.p-sideCta__btnIcon {
  flex-shrink: 0;
  width: 21px;
  height: 18px;
}
