@charset "UTF-8";

/* ==========================================================================
   p-price.css
   ========================================================================== */

/* partial override */
/* ========================================================================= */

.o-m__flow-content_flow_data {
  width: calc((100% - 125px) / 6);
  @media screen and (max-width: 768px) {
    width: 100%;
  }
}

.o-m__flow-content_flow_data._no-number dt {
  padding: 35px 0;
  background: var(--rmeisai-primary);
  color: #fff;
  @media screen and (max-width: 768px) {
    padding: 32px 0;
  }
}

/* ========================================================================= */
/* object page_common */
/* ========================================================================= */

.f__common-text_highlighter_bg {
  background: linear-gradient(to bottom, transparent 0%, transparent 60%, var(--rmeisai-accent) 61%, var(--rmeisai-accent) 85%, transparent 86%, transparent 100%);
  display: inline;
  font-weight: bold;
}

/* ========================================================================= */
/* price独自のcss */
/* ========================================================================= */

/*以下コンテンツ */
/*---------------------------------------------------------- */

.p__price-form {
  max-width: 700px;
  margin: 0px auto;
  background-color: var(--gray-bg-02);
  border-radius: 10px;
  padding: 30px;
  box-sizing: border-box;
}

.p__price-form .hbspt-form {
  width: 100%;
  margin: 0 auto !important;
}

.p__price-form--white {
  background-color: #fff;
}

.p__price-form-heading {
  text-align: center;
}

.p__price-form-heading-h2 {
  display: inline-block;
  font-size: 30px;
  line-height: 1.7;
  font-weight: bold;
  margin-bottom: 25px;
  position: relative;
  padding-left: 85px;
  @media screen and (max-width: 576px) {
    font-size: 25px;
    line-height: 1.5;
  }
  &::before {
    content: '無料';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 34px;
    line-height: 34px;
    width: 70px;
    border-radius: 15px;
    background-color: var(--rmeisai-accent);
    font-size: 16px;
    color: var(--black);
    @media screen and (max-width: 576px) {
      line-height: 36px;
    }
  }
}

.p__price-form-heading-h2 span {
  color: var(--rmeisai-primary);
}

.p__price-form-heading-lead {
  display: inline-block;
  font-size: 18px;
  margin-bottom: 20px;
  text-align: left;
  position: relative;
  padding-left: 110px;
  margin-bottom: 30px;
  &::before {
    content: '';
    position: absolute;
    width: 90px;
    height: 62px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url(/rakurakucloud/meisai/assets/image/figure/form/doc_image.webp) center center/cover no-repeat;
  }
}

/*▼001テスト用スタイル（20240120追加） */

.p__price-effect_list {
  display: flex;
  justify-content: space-between;
  max-width: 700px;
  margin: 0 auto;
  @media screen and (max-width: 768px) {
    display: block;
    max-width: auto;
  }
}

.p__price-effect_item {
  width: 48%;
  background: #fff;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 30px 30px 42px;
  @media screen and (max-width: 768px) {
    width: 100%;
    padding: 30px 20px;
  }
  &:nth-child(n + 2) {
    @media screen and (max-width: 768px) {
      margin-top: 20px;
    }
  }
}

.p__price-effect_tit {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  @media screen and (max-width: 768px) {
    font-size: 20px;
  }
}

.p__price-effect_tit_point {
  font-size: 29px;
  color: var(--rmeisai-primary);
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  @media screen and (max-width: 768px) {
    font-size: 26px;
    margin-left: 2px;
  }
}

.p__price-effect_tit_note {
  font-size: 10px;
  display: inline-block;
  margin-left: 2px;
  vertical-align: -2px;
}

.p__price-effect_img {
  margin-top: 20px;
  padding: 0 5px;
  text-align: center;
  @media screen and (max-width: 768px) {
    margin-top: 20px;
    padding: 0;
  }
}

.p__price-effect_img img {
  width: 100%;
  height: auto;
  max-width: 390px;
}

.p__price-effect_under-lead {
  padding: 20px 0 15px;
  font-size: 18px;
  line-height: 1.6;
  position: relative;
  text-align: center;
  @media screen and (max-width: 768px) {
    text-align: left;
  }
  @media screen and (max-width: 576px) {
    font-size: 16px;
    line-height: 1.6;
  }
}

.p__price-effect_note {
  max-width: 700px;
  margin: 25px auto 0;
  @media screen and (max-width: 768px) {
    margin-top: 10px;
  }
}

.p__price-effect_note .f__common-text_annotation {
  margin-bottom: 2px;
}

#form01 .hs_rm_tell {
  width: 50%;
  float: left;
  @media screen and (max-width: 768px) {
    width: 100%;
    float: none;
  }
}

#form01 .hs_rm_area {
  width: 48%;
  float: right;
  @media screen and (max-width: 768px) {
    width: 100%;
    float: none;
  }
}

#form01 .hs_rm_trigger {
  clear: both;
}

