#cta-68f065cadb1ed500b8501c23 .component.cta .p-fukidashi {
  position: relative;
  background: var(--fo-button1-text-color);
  padding: 40px 32px;
  border-radius: 32px;
}
#cta-68f065cadb1ed500b8501c23 .component.cta .p-fukidashi__text p {
  margin: 0;
  font-size: 20px;
  line-height: 2;
  color: #1D4B9F;
  font-weight: 700;
}
#cta-68f065cadb1ed500b8501c23 .component.cta .p-fukidashi.left::after {
  position: absolute;
  content: "";
  display: block;
  bottom: -40px;
  left: 12%;
  width: 50px;
  height: 50px;
  background: var(--fo-button1-text-color);
  clip-path: polygon(0 0, 100% 0, 0 100%);
}
#cta-68f065cadb1ed500b8501c23 .component.cta .p-fukidashi.right::after {
  position: absolute;
  content: "";
  display: block;
  bottom: -40px;
  right: 12%;
  width: 50px;
  height: 50px;
  background: var(--fo-button1-text-color);
  clip-path: polygon(0 0, 100% 0, 100% 100%);
}