/*
  /asset/css/page/p-price-fv.css
  priceページFV＋次セクション用CSS
*/
.p-price-fv {
  position: relative;
  padding: 60px 0 90px;
  overflow: hidden;
  background: var(--gray-bg-02);
  @media screen and (max-width: 600px) {
    padding: 48px 0 78px;
  }
  &::before {
    content: "";
    position: absolute;
    z-index: 0;
    top: -70px;
    left: calc(50% + 400px);
    width: 370px;
    height: 370px;
    background-image: url(/asset/image/common/component/fv-back-component.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    @media screen and (max-width: 840px) {
      top: -40px;
      right: -40px;
      left: auto;
      bottom: auto;
      width: 180px;
      height: 180px;
      transform: rotate(320deg);
    }
    @media screen and (max-width: 600px) {
      top: -30px;
      right: -25px;
      width: 130px;
      height: 130px;
    }
  }
}
.p-price-fv-heading {
  padding: 0 0 25px;
  font-size: 30px;
  line-height: 1.7;
  font-weight: 700;
  position: relative;
  text-align: center;
  @media screen and (max-width: 600px) {
    padding: 30px 0 25px;
    font-size: 25px;
  }
  &::after {
    content: none;
  }
}
.p-price-fv-cta {
  width: 940px;
  height: 105px;
  text-align: center;
  margin: -60px auto;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  @media screen and (max-width: 840px) {
    width: 100%;
  }
  @media screen and (max-width: 600px) {
    width: 90%;
    margin: -20px auto 0;
    top: -30px;
  }
  .c-cta__link {
    &::before {
      right: 35px;
    }
  }
}
/* フォーム */
.p-price-form__image {
  width: 80px;
  @media screen and (max-width: 840px) {
    display: none;
  }
}
.p-price-form {
  width: 100%;
  text-align: center;
  color: var(--rdenshihozon-primary);
  padding: 120px 0 90px;
  @media screen and (max-width: 840px) {
    padding: 100px 30px;
  }
  @media screen and (max-width: 600px) {
    padding: 120px 0 70px;
    margin: -110px 0 0;
  }
  .l-common__inner {
    @media screen and (max-width: 600px) {
      padding: 0;
    }
  }
}
.p-price-form__content {
  background-color: var(--white);
  padding: 55px 43px;
  border-radius: 10px;
  width: 700px;
  margin: 0 auto;
  text-align: left;
  @media screen and (max-width: 840px) {
    width: 100%;
    padding: 15px;
  }
  @media screen and (max-width: 600px) {
    border-radius: 0;
    padding: 70px 15px 30px;
  }
}
.p-price-form-header {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  color: var(--black);
  font-size: 40px;
  font-weight: 700;
  @media screen and (max-width: 840px) {
    padding: 40px 0 0;
  }
  @media screen and (max-width: 600px) {
    justify-content: center;
    margin: 0 0 15px;
    font-size: 25px;
    padding: 0;
  }
}
.p-price-form__free {
  background-color: var(--rdenshihozon-accent);
  font-size: 16px;
  font-weight: 700;
  border-radius: 15px;
  padding: 10px 15px 5px;
  margin: 12px;
  @media screen and (max-width: 600px) {
    padding: 10px 15px 5px;
    margin: 0;
  }
}
.p-price-form__text {
  @media screen and (max-width: 600px) {
    margin: 0 0 0 10px;
  }
}
.p-price-form__sub-text {
  position: absolute;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  display: block;
  top: -15px;
  left: 40%;
  @media screen and (max-width: 840px) {
    top: 20px;
    left: 40%;
  }
  @media screen and (max-width: 600px) {
    top: -20px;
    left: 35%;
  }
  &:before {
    content: "＼";
    padding: 0 10px 0 0;
  }
  &:after {
    content: "／";
    padding: 0 0 0 10px;
  }
}
.p-price-form__lead-box {
  display: flex;
  justify-content: center;
  color: var(--black);
  font-size: 18px;
  line-height: 1.8;
  margin: 40px 0 0;
  @media screen and (max-width: 840px) {
    padding: 0 0 30px 0;
  }
  @media screen and (max-width: 600px) {
    text-align: left;
    font-size: 16px;
    line-height: 1.6;
    padding: 0 0 30px 0;
  }
}
.p-price-form__lead {
  position: relative;
  font-size: 18px;
  padding: 0 0 30px 15px;
  @media screen and (max-width: 840px) {
    font-size: 14px;
    padding: 0;
  }
}
