.float {
  display: none;
}
.column__mv {
  width: 95%;
  max-width: 1200px;
  margin: auto;
  position: relative;
}
.column__mv-form {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 80px 0 83px;
}
.column__mv-title-txt {
  font-size: 30px;
  margin-bottom: 27px;
  font-weight: 600;
  line-height: 1.5;
}
.column__mv-form-left {
  width: 46%;
  margin-left: 50px;
}
.column__mv-form-right-main {
  /* background-color: #f5f5f5; */
  background-color: #d5c0ff;
  padding: 35px 20px 15px;
  border-radius: 10px;
}
@media screen and (max-width: 1280px) {
  .column__mv-form-right-main {
    width: 45%;
  }
}
.label-name {
  display: inline-block;
  vertical-align: middle;
  word-break: break-all;
  font-weight: bold;
  font-size: 16px;
  padding-bottom: 6px;
}
.require-tag {
  margin-left: 14px;
  white-space: nowrap;
  padding: 2px 8px;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  background-color: #e6470c;
}
.column__mv-tot-txt {
  font-size: 16px;
  line-height: 2;
}
.column__bg-wrap {
  background-color: #d4c1ff;
  padding: 33px 4% 20px 7%;
  margin-top: 19px;
  max-width: 520px;
}
.column__bg-wrap p {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 24px;
}
.column__bg-wrap ul li {
  display: flex;
  margin-bottom: 17px;
  font-size: 16px;
}
.column__bg-wrap ul li::before {
  content: "✔";
  width: 12px;
  height: 9px;
  font-size: 14px;
  /* background: url('https://www.fujioka-grp.jp/column/wp-content/themes/fujioka_media/img/common/icon-check.svg') no-repeat center center; */
  background-size: contain;
  /* margin-top: 7px; */
  margin-right: 6px;
}
input[type="text"], input[type="email"], input[type="tel"] {
  border: #ccc 1px solid;
  background-color: #fff;
  -webkit-appearance: none;
  font-size: 16px;
  border-radius: 5px;
  width: 100%;
  padding: 12px 16px;
  margin: 8px 0 10px;
}
input[type="submit"] {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 17px 20px;
    font-weight: bold;
    color: #fff;
    background-color: #12488d;
    border-radius: 3px;
    border: none;
    margin: 20px 0 0;
    font-size: 16px;
    cursor: pointer;
}
input[type="checkbox"] {
  padding: 0!important;
  position: absolute;
  left: -2px!important;
  height: 18px!important;
  width: 18px!important;
  top: -1px!important;
}
.wpcf7-list-item-label {
  font-size: 16px;
  padding-left: 28px;
}
.contact-label.checkbox .wpcf7-list-item-label {
  display: none;
}
label[for="checkbox"] {
  /* margin-left: -100px; */
}
.contact-label.checkbox p {
  display: flex;
  font-size: 16px;
  position: relative;
  margin-left: 27px;
}
.contact-label.checkbox a {
  color: #12488d;
  text-decoration: underline;
}
.contact-label {
  margin-bottom: 15px;
}
.wpcf7-not-valid-tip {
  font-size: 14px;
}
.contact-label.checkbox p .wpcf7-not-valid-tip {
  position: absolute;
  width: 200px;
  display: block;
  bottom: -35px;
  font-size: 14px;
  left: -15px;
}
.wpcf7-list-item {
  margin: 0 5px 0 0;
}
.contact-sm-download {
  font-size: 14px;
  margin-top: 9px;
}
.contact-sm-download a {
  color: #003c9f;
}
.contact-label.download-contact {
  line-height: 1.3;
}
@media (max-width: 768px) {
  .column__mv-form {
    flex-direction: column;
    padding: 50px 20px 0;
    gap: 50px;
  }
  .column__mv-form-left {
    width: 100%;
  }
  .column__mv-form-right-main {
    width: 90%;
    margin: auto;
  }
  .column__mv-form-left {
    margin-left: 0;
  }
  .column__mv-title-txt {
    font-size: 25px;
  }
  .column__bg-wrap ul li {
    line-height: 1.5;
  }
  .column__bg-wrap {
    width: 85%;
    margin: auto;
    max-width: unset;
  }
}