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

.m-form-col2 {
  padding: 70px 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;
}

/* 
左カラムコンテンツ 
*/
.m-form-col2-content {
  width: 45%;
  box-sizing: border-box;
}
.m-form-col2-content .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;
}
.m-form-col2-content .slick-prev {
  bottom: -78px;
  left: 60px;
}
.m-form-col2-content .slick-prev::after {
  left: 10px;
}
.m-form-col2-content .slick-next {
  bottom: -78px;
  right: 60px;
}
.m-form-col2-content .slick-next::after {
  right: 10px;
}
.m-form-col2-content .slick-pause {
  bottom: -12px;
}
.m-form-col2-content .slick-dots {
  bottom: -60px;
}

.m-form-col2-title {
  font-size: 34px;
  line-height: 1.4;
  font-weight: 700;
  position: relative;
  text-align: center;
  color: var(--primary-700);
}
.m-form-col2-title__strong {
  font-size: 42px;
}
.m-form-col2-title__small {
  font-size: 26px;
}
.m-form-col2__note {
  margin: 20px 0 0 0;
}
.m-form-col2-lead {
  font-size: 18px;
  line-height: 1.6;
  margin: 30px 0 0 0;
  text-align: center;
}
.m-form-col2-lead__large {
  font-size: 24px;
  color: var(--primary-700);
  font-weight: bold;
}
.m-form-col2-box {
  position: relative;
  padding: 24px;
  border-radius: 10px;
  background: var(--gray-200);
  text-align: center;
  margin: 30px auto 0;
  max-width: 450px;
}
.m-form-col2-box-title {
  position: relative;
  border-radius: 10px;
  color: var(--primary-700);
  text-align: center;
  font-size: 20px;
  max-width: 90%;
  margin: 0 auto;
  font-weight: bold;
}
.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 {
  font-size: 16px;
}
.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;
}
.m-form-col2-box-item {
  position: relative;
  width: 100%;
  padding: 0 0 0 22px;
  font-size: 17px;
}
.m-form-col2-box-item::before {
  content: "";
  width: 12px;
  height: 8px;
  border-radius: 0;
  background: none;
  border-top: solid 2px var(--primary-700);
  border-right: solid 2px var(--primary-700);
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  transform: rotate(135deg);
}
.m-form-col2-box-item:nth-child(n + 2) {
  margin: 11px 0 0 0;
}
.m-form-col2-text-area {
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative;
  margin: 30px 0 0 0;
}

.m-form-col2__document-wrap {
  margin: 30px auto 0;
  position: relative;
  width: 250px;
}
.m-form-col2__image-document {
  height: auto;
}

.m-form-col2-slide__image-wrap {
  flex-shrink: 0;
  width: 120px;
}
.m-form-col2-slide__image {
}
.m-form-col2-text {
  font-size: 16px;
  line-height: 1.6;
  margin: 0 0 0 25px;
}
.m-form-col2-slide-wrap {
  position: relative;
  width: 275px;
  margin: 50px auto 15px;
}
.m-form-col2-flex {
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative;
  margin: 30px 0 0 0;
}
.m-form-col2-flex__image-wrap {
  flex-shrink: 0;
  width: 120px;
}
.m-form-col2-flex__image {
  height: auto;
}
.m-form-col2-flex__text {
  font-size: 18px;
  line-height: 1.6;
  margin: 0 0 0 25px;
}
.m-form-col2-flex-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;
  padding: 0 0 0 20px;
  width: 360px;
}
.m-form-col2-flex-item {
  position: relative;
  width: 100%;
  padding: 0 0 0 24px;
  font-size: 15px;
  line-height: 1.2;
}
.m-form-col2-flex-item::before {
  content: "";
  width: 12px;
  height: 8px;
  border-radius: 0;
  background: none;
  border-top: solid 2px var(--primary-700);
  border-right: solid 2px var(--primary-700);
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  transform: rotate(135deg);
}
.m-form-col2-flex-item:nth-child(n + 2) {
  margin: 11px 0 0 0;
}

/* 
右カラムフォーム
*/
.m-form-col2-form {
  padding: 0 25px;
  border-radius: 10px;
  box-sizing: border-box;
  width: 50%;
}
.m-form-col2-form__title {
  font-size: 18px;
  text-align: center;
  border-radius: 0;
  color: var(--primary-700);
  font-weight: bold;
  display: flex;
  justify-content: center;
}
.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(--primary-700);
  font-weight: bold;
  display: flex;
  justify-content: center;
}
.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%;
}
.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__price {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 24px 0;
}
.m-form-col2-block__card {
  min-height: 80px;
  padding: 18px 40px;
  background-color: var(--emphases-200);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.m-form-col2-block__text {
  font-size: 18px;
  font-weight: bold;
  color: var(--primary-700);
  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;
}

/* Responsive: max-width 840px */
@media screen and (max-width: 840px) {
  .m-form-col2 {
    padding: 0;
  }
  .m-form-col2__inner {
    display: block;
    padding: 0;
  }
  .m-form-col2-content {
    width: 100%;
  }
  .m-form-col2-content .slick-slider::before {
    display: none;
  }
  .m-form-col2-content .slick-prev {
    bottom: -56px;
    left: 50px;
  }
  .m-form-col2-content .slick-next {
    bottom: -56px;
    right: 50px;
  }
  .m-form-col2-content .slick-pause {
    bottom: 8px;
  }
  .m-form-col2-content .slick-dots {
    bottom: -40px;
  }
  .m-form-col2-title {
    background-color: var(--gray-200);
    font-size: 26px;
    padding: 10px 20px;
  }
  .m-form-col2-title__strong {
    font-size: 34px;
  }
  .m-form-col2-title__small {
    font-size: 18px;
  }
  .m-form-col2-block {
    padding: 0 20px 40px;
  }
  .m-form-col2-lead {
    font-size: 13px;
    margin: 20px 0 0 0;
  }
  .m-form-col2-lead__large {
    font-size: 20px;
  }
  .m-form-col2-box {
    padding: 16px 20px 20px;
  }
  .m-form-col2-box-title {
    font-size: 15px;
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--primary-700);
    color: var(--white);
    border-radius: 1000px;
    padding: 10px;
    width: 100%;
    line-height: 1.2;
    max-width: 75%;
  }
  .m-form-col2-box__subtext {
    font-size: 14px;
  }
  .m-form-col2-box-list {
    margin: 12px 0 0 0;
  }
  .m-form-col2-box-item {
    font-size: 14px;
  }
  .m-form-col2-box-item:nth-child(n + 2) {
    margin: 8px 0 0 0;
  }
  .m-form-col2-text-area {
    margin: 25px 0 0 0;
  }
  .m-form-col2__document-wrap {
    width: 230px;
    margin: 10px auto 0;
  }
  .m-form-col2-slide__image-wrap {
    width: auto;
  }
  .m-form-col2-slide__image {
    display: none;
  }
  .m-form-col2-text {
    margin: 0;
    font-size: 14px;
  }
  .m-form-col2-slide-wrap {
    width: 230px;
    margin: 30px auto 0px;
  }
  .m-form-col2-flex {
    margin: 20px 0 0 0;
  }
  .m-form-col2-flex__image-wrap {
    width: 0;
  }
  .m-form-col2-flex__image {
    display: none;
  }
  .m-form-col2-flex__text {
    margin: 0;
    font-size: 14px;
    padding: 0 20px;
  }
  .m-form-col2-flex-list {
    margin: 12px 0 0 0;
    padding: 0;
  }
  .m-form-col2-flex-item::before {
    height: 7px;
    width: 10px;
    top: 2px;
  }
  .m-form-col2-flex-item:nth-child(n + 2) {
    margin: 8px 0 0 0;
  }
  .m-form-col2-form {
    width: 100%;
    padding: 30px 20px 50px;
    border-radius: 0;
  }
  .m-form-col2-form__title {
    margin: 0 auto;
    font-size: 16px;
  }
  .m-form-col2-form__title-small {
    margin: 0 auto;
    font-size: 16px;
  }
  .m-form-col2-product {
    margin: 30px auto 50px;
  }
  .m-form-col2-block__price {
    display: block;
  }
  .m-form-col2-block__card {
    min-height: 70px;
  }
}
.m-form-col2-block__text {
  font-size: 18px;
  font-weight: bold;
  color: var(--primary-700);
  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;
}