@charset "UTF-8";
/*
  /rakurakucloud/mailmarketing/asset/css/object/module/m-form-col2.css
  フォーム用CSS
*/

.m-form-col2 {
  padding: 70px 0;
  @media screen and (max-width: 840px) {
    padding: 0;
  }
}
.m-form-col2__inner {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  @media screen and (max-width: 840px) {
    display: block;
    padding: 0;
  }
}

/* 
左カラムコンテンツ 
*/
.m-form-col2-content {
  width: 45%;
  box-sizing: border-box;
  @media screen and (max-width: 840px) {
    width: 100%;
  }
  .slick-slider {
    &::before {
      position: absolute;
      bottom: -25px;
      left: -60px;
      z-index: 10;
      content: "";
      /* background-image: url(/rakurakucloud/mailmarketing/asset/image/common/talent/talent-natsuko-smile-finger.webp); */
      background-size: 100%;
      width: 142px;
      height: 174px;
      @media screen and (max-width: 840px) {
        display: none;
      }
    }
  }
  .slick-prev {
    bottom: -78px;
    left: 60px;
    &::after {
      left: 10px;
    }
    @media screen and (max-width: 840px) {
      bottom: -56px;
      left: 50px;
    }
  }
  .slick-next {
    bottom: -78px;
    right: 60px;
    &::after {
      right: 10px;
    }
    @media screen and (max-width: 840px) {
      bottom: -56px;
      right: 50px;
    }
  }
  .slick-pause {
    bottom: -12px;
    @media screen and (max-width: 840px) {
      bottom: 8px;
    }
  }
  .slick-dots {
    bottom: -60px;
    @media screen and (max-width: 840px) {
      bottom: -40px;
    }
  }
}
.m-form-col2-content__inner {
  display: flex;
  gap: 0 20px;
  max-width: 450px;
  width: 100%;
  margin: 0 auto -4px;
  @media screen and (max-width: 1024px) {
    justify-content: end;
  }
  @media screen and (max-width: 840px) {
    display: block;
    max-width: none;
    text-align: center;
  }
}
.m-form-col2-content__image-wrap {
  @media screen and (max-width: 840px) {
    display: none;
  }
}
.m-form-col2-title {
  font-size: 34px;
  line-height: 1.4;
  font-weight: 700;
  position: relative;
  color: var(--rmailmarketing-dark);
  @media screen and (max-width: 840px) {
    background-color: var(--gray-bg-02);
    font-size: 26px;
    padding: 10px 20px;
  }
}
.m-form-col2-title__strong {
  font-size: 42px;
  @media screen and (max-width: 840px) {
    font-size: 34px;
  }
}
.m-form-col2-title__small {
  font-size: 26px;
  @media screen and (max-width: 840px) {
    font-size: 18px;
  }
}
.m-form-col2-block {
  @media screen and (max-width: 840px) {
    padding: 20px 20px 40px;
  }
}
.m-form-col2__note {
  margin: 20px 0 0 0;
}
.m-form-col2-lead {
  font-size: 16px;
  line-height: 1.6;
  margin: 20px 0 0 0;
  @media screen and (max-width: 840px) {
    font-size: 13px;
    margin: 20px 0 0 0;
  }
}
.m-form-col2-lead__large {
  font-size: 24px;
  color: var(--rmailmarketing-dark);
  font-weight: bold;
  @media screen and (max-width: 840px) {
    font-size: 20px;
  }
}
.m-form-col2-box {
  position: relative;
  padding: 24px;
  border-radius: 10px;
  background: var(--gray-bg-02);
  text-align: center;
  margin: 30px auto 0;
  @media screen and (max-width: 840px) {
    padding: 16px 20px 20px;
  }
}
/* 上スペースなくすクラス */
.m-form-col2-box--spacing {
  margin: 0 auto;
  @media screen and (max-width: 840px) {
    margin: 30px auto 0;
  }
}
.m-form-col2-box-title {
  position: relative;
  border-radius: 10px;
  color: var(--rmailmarketing-dark);
  text-align: center;
  font-size: 20px;
  max-width: 90%;
  margin: 0 auto;
  font-weight: bold;
  @media screen and (max-width: 840px) {
    font-size: 15px;
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--rmailmarketing-dark);
    color: var(--white);
    border-radius: 1000px;
    padding: 10px;
    width: 100%;
    line-height: 1.2;
    max-width: 75%;
  }
}
.m-form-col2-box__inner {
  margin: 15px 0 0 0;
  text-align: left;
}
.m-form-col2-box__text {
  font-size: 18px;
  font-weight: bold;
  margin: 28px 0 0 0;
}

.m-form-col2-box__subtext {
  margin: 10px 0 0 0;
  font-size: 16px;
  @media screen and (max-width: 840px) {
    font-size: 14px;
  }
}
.m-form-col2-box-list {
  margin: 15px 0 0 0;
  display: inline-flex;
  flex-direction: column;
  flex-wrap: wrap;
  padding: 0;
  box-sizing: border-box;
  font-weight: bold;
  text-align: left;
  @media screen and (max-width: 840px) {
    margin: 12px 0 0 0;
  }
}
.m-form-col2-box-item {
  position: relative;
  width: 100%;
  padding: 0 0 0 22px;
  font-size: 17px;
  @media screen and (max-width: 840px) {
    font-size: 14px;
  }
  &::before {
    content: "";
    width: 12px;
    height: 8px;
    border-radius: 0;
    background: none;
    border-top: solid 2px var(--rmailmarketing-primary);
    border-right: solid 2px var(--rmailmarketing-primary);
    display: block;
    position: absolute;
    top: 5px;
    left: 0;
    transform: rotate(135deg);
  }
  &:nth-child(n + 2) {
    margin: 11px 0 0 0;
    @media screen and (max-width: 840px) {
      margin: 8px 0 0 0;
    }
  }
}
.m-form-col2-slide-wrap {
  position: relative;
  width: 275px;
  margin: 50px auto 15px;
  @media screen and (max-width: 840px) {
    width: 230px;
    margin: 30px auto 0px;
  }
}

/* 
右カラムフォーム
*/
.m-form-col2-form {
  padding: 35px 25px 30px;
  background: var(--rmailmarketing-bg-sub-03);
  border-radius: 10px;
  box-sizing: border-box;
  width: 50%;
  @media screen and (max-width: 840px) {
    width: 100%;
    padding: 30px 20px 50px;
    border-radius: 0;
    width: auto;
  }
}
.m-form-col2-form__title {
  font-size: 18px;
  text-align: center;
  border-radius: 0;
  color: var(--rmailmarketing-primary);
  font-weight: bold;
  display: flex;
  justify-content: center;
  @media screen and (max-width: 840px) {
    margin: 0 auto;
    font-size: 16px;
  }
}
.m-form-col2-form__title-large {
  text-align: center;
  font-size: 20px;
  color: var(--black);
  font-weight: bold;
}
.m-form-col2-form__title-small {
  font-size: 16px;
  text-align: center;
  border-radius: 0;
  color: var(--rmailmarketing-dark);
  font-weight: bold;
  display: flex;
  justify-content: center;
  @media screen and (max-width: 840px) {
    margin: 0 auto;
    font-size: 16px;
  }
}
.m-form-col2-form__subtext {
  font-size: 14px;
  text-align: center;
  margin: 20px 0 0;
}
/*
フォーム下のプライバシーマーク
 */
.m-form-privacymark__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 10px 20px 0 0;
  gap: 10px;
}
.m-form-privacymark__image {
  display: inline-block;
  width: 60px;
  height: 60px;
}
/*
製品画面
 */
.m-form-col2-product {
  position: relative;
  max-width: 380px;
  margin-inline: auto;
  margin: 30px auto 0;
  width: 100%;
  @media screen and (max-width: 840px) {
    margin: 30px auto 50px;
  }
}
.m-form-col2__image-wrap {
  position: relative;
  z-index: 10;
}
.m-form-col2__video-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: auto;
  padding: 3% 12% 0%;
}
.m-form-col2-block__image-content {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 450px;
  margin: 0 auto;
  @media screen and (max-width: 840px) {
    display: block;
  }
}
.m-form-col2-block__image-wrap {
  width: 40%;
  @media screen and (max-width: 840px) {
    display: none;
  }
}
/*
料金ブロック
 */
.m-form-col2-block__price {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  @media screen and (max-width: 840px) {
    display: block;
  }
}
.m-form-col2-block__card {
  min-height: 90px;
  padding: 18px 52px;
  background-color: var(--rmailmarketing-bg-sub-03);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  @media screen and (max-width: 1024px) {
    min-height: 120px;
  }
  @media screen and (max-width: 840px) {
    min-height: 70px;
  }
}
.m-form-col2-block__text {
  font-size: 18px;
  font-weight: bold;
  color: var(--rmailmarketing-dark);
  vertical-align: middle;
}
.m-form-col2-block__text-small {
  font-size: 12px;
  font-weight: normal;
  color: var(--black);
}
.m-form-col2-block__price-plus {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
