.p-header__lead-bottom {
  padding-top: 3em;
  text-align: center;
}
.p-header__lead-bottom p {
  position: relative;
}
.p-header__lead-bottom-text2 {
  font-size: 1.9444444444vw;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .p-header__lead-bottom-text2 {
    font-size: 14px;
  }
}
.p-header__lead-bottom-text2-big {
  font-size: 4.4444444444vw;
  color: #EE515D;
  text-shadow: 4px 4px 0 #F6E01E, -4px 4px 0 #F6E01E, 4px -4px 0 #F6E01E, -4px -4px 0 #F6E01E, 4px 0 0 #F6E01E, -4px 0 0 #F6E01E, 0 4px 0 #F6E01E, 0 -4px 0 #F6E01E;
  font-weight: 900;
  transform: rotate(-3deg);
}
@media screen and (max-width: 768px) {
  .p-header__lead-bottom-text2-big {
    font-size: 32px;
  }
}
.p-header__lead-bottom-text2-wrap {
  display: inline-block;
  position: relative;
  padding-left: 2rem;
  padding-right: 2rem;
}
.p-header__lead-bottom-text2-wrap-text {
  position: relative;
  z-index: 1;
}
.p-header__lead-bottom-text2-wrap::before {
  content: "";
  position: absolute;
  bottom: 0.2em;
  left: 0;
  width: 100%;
  height: 62px;
  z-index: 0;
  background-color: #F6E01E;
  border-radius: 30px;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .p-header__lead-bottom-text2-wrap::before {
    height: 31px !important;
  }
}

.sp-sep {
  display: inline;
}
@media screen and (max-width: 768px) {
  .sp-sep {
    position: relative;
    padding: 0 0.2em;
    display: block;
  }
  .sp-sep::before, .sp-sep::after {
    content: "";
    position: absolute;
    top: 50%;
    height: 100%;
    border-left: 1px solid #000;
  }
  .sp-sep::before {
    left: 0;
    transform: translateY(-50%) rotate(-45deg);
  }
  .sp-sep::after {
    right: 0;
    transform: translateY(-50%) rotate(45deg);
  }
}

/* エラー表示のスタイル */
.c-form__input-text.error {
  background-color: #fff0f0;
  border-color: #ff0000;
}

.error_messe {
  color: #ff0000;
  font-size: 0.875rem;
  margin-top: 0.5rem;
}