.for-sp {
  display: block;
}

.for-pc {
  display: none;
}
@media (min-width: 950px) {
  .for-sp {
    display: none;
  }
  .for-pc {
    display: block;
  }
}

.thanks-area {
  text-align: center;
  margin: auto 0;
  width: 100%;
}

.thanks-area h2 {
  font-size: 2rem;
  font-weight: bold;
  padding: 5%;
}

.thanks-area p {
  line-height: 1.5;
}

@media (max-width: 450px) {
  .thanks-area h2 {
    font-size: 6vw;
  }
}

.contents-title {
  font-size: 35px;
  font-weight: bold;
}

.form-wrapper {
  padding: 5% 0;
  min-height: calc(100vh - 138px);
}
.form-wrapper a {
  transition: opacity 0.3s 0s ease;
}

.container {
  display: flex;
  flex-wrap: wrap;
}
.column {
  width: 100%;
  padding: 3%;
}
.column img {
  width: 100%;
}

@media (min-width: 1024px) {
  .column {
    width: 50%;
  }
}

.form-copy {
  font-size: 1.2rem;
  font-weight: bold;
  padding: 0 10% 5% 0;
  line-height: 2;
}
@media (max-width: 1024px) {
  .form-copy {
    padding: 5% 0 5% 0;
    line-height: 1.5;
    font-size: 1.2rem;
  }
}

.form-info {
  padding: 0 0 5% 0;
  line-height: 1.8;
}

.form-img-area {
  text-align: center;
  font-weight: bold;
}
.form-img-area p {
  padding: 10px 0;
}
.form-img-area img {
  width: 100%;
}

input[type="checkbox"] {
  position: relative;
  width: 16px;
  height: 16px;
  border: 1px solid #000;
  vertical-align: -5px;
}

input[type="checkbox"]:checked:before {
  position: absolute;
  top: 1px;
  left: 5px;
  transform: rotate(50deg);
  width: 4px;
  height: 8px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  content: "";
}

.mktoForm {
  padding: 2rem 1.5rem;
  background-color: #f7f7f7;
  border: 1px solid #e5e5e5;
}

.marketoForm .mktoForm .mktoFormRow {
  width: 100%;
  display: flex;
}

.marketoForm .mktoForm .mktoFormCol {
  /* margin-bottom: 0 !important; */
  margin-bottom: 0;
  width: 100%;
}

.marketoForm .mktoForm .mktoFormCol + .mktoFormCol {
  margin-left: 16px;
}

.marketoForm .mktoForm .mktoFieldWrap {
  width: 100%;
  position: relative;
}

.marketoForm .mktoForm select.mktoField {
  float: none;
}

.marketoForm .mktoForm .mktoOffset {
  display: none;
}

.marketoForm .mktoForm .mktoGutter {
  display: none;
}

.marketoForm .mktoForm input[type="text"],
.marketoForm .mktoForm input[type="url"],
.marketoForm .mktoForm input[type="email"],
.marketoForm .mktoForm input[type="tel"],
.marketoForm .mktoForm input[type="number"],
.marketoForm .mktoForm input[type="date"],
.marketoForm .mktoForm textarea.mktoField,
.marketoForm .mktoForm select.mktoField {
  width: 100% !important;
  min-height: 45px;
  padding: 12px 16px;
  margin-bottom: 32px;
  font-size: 16px;
  font-size: 1rem;
  border: 1px solid #a6aaaf;
  background: #fff;
}

.marketoForm .mktoForm textarea.mktoField {
  height: 139.2px;
}

.marketoForm .mktoForm select.mktoField {
  position: relative;
  padding-right: 32px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.marketoForm .mktoForm select.mktoField ~ .mktoClear {
  display: block;
  position: absolute;
  right: 16px;
  bottom: 54.5px;
  transform: translateY(50%);
  width: 16px;
  height: 16px;
  background-size: 16px;
  background-image: url("/img/components/icon/angle-bottom.svg");
  background-repeat: no-repeat;
  content: "";
  pointer-events: none;
}

.marketoForm .mktoForm label.mktoLabel {
  display: block;
  float: none;
  padding-top: 0;
  margin: 0 0 8px;
  width: auto !important;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: normal !important;
  color: #373941;
}

.marketoForm .mktoForm label.mktoLabel span br {
  display: none;
}

.marketoForm .mktoForm .mktoRequiredField .mktoLabel .mktoAsterix {
  display: none;
}

.marketoForm .mktoForm .mktoRequiredField .mktoLabel::after {
  content: "*";
  margin-left: 4px;
  color: #dd6a2a;
}

.marketoForm .mktoForm .mktoHtmlText {
  width: 100% !important;
  margin-top: -24px;
}

.marketoForm .mktoForm .mktoHtmlText span {
  /* color: #82878d !important */
  color: #82878d;
}

.marketoForm .mktoForm .mktoError {
  left: 0;
  /* top: 64px; */
  top: 80px;
}

.marketoForm .mktoForm .mktoError .mktoErrorArrow {
  border: none;
}

.marketoForm .mktoForm .mktoError .mktoErrorMsg {
  background-image: none;
  border: none;
  border-radius: 3px;
  box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.1);
  color: #fff;
  text-shadow: none;
}

.marketoForm .mktoForm .mktoRadioList {
  padding: 0;
  margin-bottom: 32px;
}

.marketoForm .mktoForm .mktoRadioList input[type="radio"] {
  margin-top: 17px;
}

.marketoForm .mktoForm .mktoRadioList input[type="radio"] + label {
  margin: 16px 0 0 24px;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: normal;
  color: #373941;
}

.marketoForm .mktoForm .mktoButtonRow {
  width: 100%;
  padding: 10% 0 5% 0;
}

.marketoForm .mktoForm .mktoButtonRow .mktoButtonWrap {
  display: block;
  width: 100%;
  margin: 0 auto !important;
  text-align: center;
}

.marketoForm .mktoForm .mktoButtonRow .mktoButtonWrap button {
  position: relative;
  width: 100%;
  max-width: 240px;
  padding: 1rem 0;
  color: #fff;
  background: #1f71b3;
  border: none;
  font-size: 16px;
  font-size: 1rem;
  font-family: "Noto Sans JP", "Hiragino Sans", "繝偵Λ繧ｮ繝手ｧ偵ざ繧ｷ繝�け", sans-serif;
  text-align: center;
  transition: all 0.5s ease-in-out;
  font-weight: 500;
  line-height: 1.4;
  border-radius: 4px;
  letter-spacing: 0.1em;
}

.marketoForm .mktoForm .mktoButtonRow .mktoButtonWrap button::after {
  width: 0.5rem;
  height: 0.5rem;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.125rem;
  margin: auto;
  transform: rotate(45deg);
  transition: all 0.5s;
  z-index: 2;
  content: "";
}

.marketoForm-legalforce .mktoForm .mktoRequiredField .mktoLabel::after {
  color: #dd6a2a;
}

.marketoForm-legalforce .mktoForm .mktoButtonRow .mktoButtonWrap button {
  padding: 1rem 0;
  background-color: #1f71b3;
}

.marketoForm-legalforce .mktoForm .mktoButtonRow .mktoButtonWrap button:hover {
  border: none;
  box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.26);
}

.marketoForm-cabinet .mktoForm .mktoRequiredField .mktoLabel::after {
  color: #4b58b4;
}

.marketoForm-cabinet .mktoForm .mktoButtonRow .mktoButtonWrap button {
  background-color: #4b58b4;
}

body.lf-seminar-detail .marketoForm .mktoForm input[type="text"],
body.lf-seminar-detail .marketoForm .mktoForm input[type="url"],
body.lf-seminar-detail .marketoForm .mktoForm input[type="email"],
body.lf-seminar-detail .marketoForm .mktoForm input[type="tel"],
body.lf-seminar-detail .marketoForm .mktoForm input[type="number"],
body.lf-seminar-detail .marketoForm .mktoForm input[type="date"],
body.lf-seminar-detail .marketoForm .mktoForm textarea.mktoField,
body.lf-seminar-detail .marketoForm .mktoForm select.mktoField,
body.lf-download-detail .marketoForm .mktoForm input[type="text"],
body.lf-download-detail .marketoForm .mktoForm input[type="url"],
body.lf-download-detail .marketoForm .mktoForm input[type="email"],
body.lf-download-detail .marketoForm .mktoForm input[type="tel"],
body.lf-download-detail .marketoForm .mktoForm input[type="number"],
body.lf-download-detail .marketoForm .mktoForm input[type="date"],
body.lf-download-detail .marketoForm .mktoForm textarea.mktoField,
body.lf-download-detail .marketoForm .mktoForm select.mktoField {
  min-height: 40px;
  padding: 6px 8px;
  margin-bottom: 12px;
  font-size: 14px;
}

body.lf-seminar-detail .marketoForm .mktoForm input[type="text"]::-moz-placeholder,
body.lf-seminar-detail .marketoForm .mktoForm input[type="url"]::-moz-placeholder,
body.lf-seminar-detail .marketoForm .mktoForm input[type="email"]::-moz-placeholder,
body.lf-seminar-detail .marketoForm .mktoForm input[type="tel"]::-moz-placeholder,
body.lf-seminar-detail .marketoForm .mktoForm input[type="number"]::-moz-placeholder,
body.lf-seminar-detail .marketoForm .mktoForm input[type="date"]::-moz-placeholder,
body.lf-seminar-detail .marketoForm .mktoForm textarea.mktoField::-moz-placeholder,
body.lf-seminar-detail .marketoForm .mktoForm select.mktoField::-moz-placeholder,
body.lf-download-detail .marketoForm .mktoForm input[type="text"]::-moz-placeholder,
body.lf-download-detail .marketoForm .mktoForm input[type="url"]::-moz-placeholder,
body.lf-download-detail .marketoForm .mktoForm input[type="email"]::-moz-placeholder,
body.lf-download-detail .marketoForm .mktoForm input[type="tel"]::-moz-placeholder,
body.lf-download-detail .marketoForm .mktoForm input[type="number"]::-moz-placeholder,
body.lf-download-detail .marketoForm .mktoForm input[type="date"]::-moz-placeholder,
body.lf-download-detail .marketoForm .mktoForm textarea.mktoField::-moz-placeholder,
body.lf-download-detail .marketoForm .mktoForm select.mktoField::-moz-placeholder {
  font-size: 14px;
}

body.lf-seminar-detail .marketoForm .mktoForm input[type="text"]:-ms-input-placeholder,
body.lf-seminar-detail .marketoForm .mktoForm input[type="url"]:-ms-input-placeholder,
body.lf-seminar-detail .marketoForm .mktoForm input[type="email"]:-ms-input-placeholder,
body.lf-seminar-detail .marketoForm .mktoForm input[type="tel"]:-ms-input-placeholder,
body.lf-seminar-detail .marketoForm .mktoForm input[type="number"]:-ms-input-placeholder,
body.lf-seminar-detail .marketoForm .mktoForm input[type="date"]:-ms-input-placeholder,
body.lf-seminar-detail .marketoForm .mktoForm textarea.mktoField:-ms-input-placeholder,
body.lf-seminar-detail .marketoForm .mktoForm select.mktoField:-ms-input-placeholder,
body.lf-download-detail .marketoForm .mktoForm input[type="text"]:-ms-input-placeholder,
body.lf-download-detail .marketoForm .mktoForm input[type="url"]:-ms-input-placeholder,
body.lf-download-detail .marketoForm .mktoForm input[type="email"]:-ms-input-placeholder,
body.lf-download-detail .marketoForm .mktoForm input[type="tel"]:-ms-input-placeholder,
body.lf-download-detail .marketoForm .mktoForm input[type="number"]:-ms-input-placeholder,
body.lf-download-detail .marketoForm .mktoForm input[type="date"]:-ms-input-placeholder,
body.lf-download-detail .marketoForm .mktoForm textarea.mktoField:-ms-input-placeholder,
body.lf-download-detail .marketoForm .mktoForm select.mktoField:-ms-input-placeholder {
  font-size: 14px;
}

body.lf-seminar-detail .marketoForm .mktoForm input[type="text"]::placeholder,
body.lf-seminar-detail .marketoForm .mktoForm input[type="url"]::placeholder,
body.lf-seminar-detail .marketoForm .mktoForm input[type="email"]::placeholder,
body.lf-seminar-detail .marketoForm .mktoForm input[type="tel"]::placeholder,
body.lf-seminar-detail .marketoForm .mktoForm input[type="number"]::placeholder,
body.lf-seminar-detail .marketoForm .mktoForm input[type="date"]::placeholder,
body.lf-seminar-detail .marketoForm .mktoForm textarea.mktoField::placeholder,
body.lf-seminar-detail .marketoForm .mktoForm select.mktoField::placeholder,
body.lf-download-detail .marketoForm .mktoForm input[type="text"]::placeholder,
body.lf-download-detail .marketoForm .mktoForm input[type="url"]::placeholder,
body.lf-download-detail .marketoForm .mktoForm input[type="email"]::placeholder,
body.lf-download-detail .marketoForm .mktoForm input[type="tel"]::placeholder,
body.lf-download-detail .marketoForm .mktoForm input[type="number"]::placeholder,
body.lf-download-detail .marketoForm .mktoForm input[type="date"]::placeholder,
body.lf-download-detail .marketoForm .mktoForm textarea.mktoField::placeholder,
body.lf-download-detail .marketoForm .mktoForm select.mktoField::placeholder {
  font-size: 14px;
}

body.lf-seminar-detail .marketoForm .mktoForm select.mktoField ~ .mktoClear,
body.lf-download-detail .marketoForm .mktoForm select.mktoField ~ .mktoClear {
  bottom: 32px;
}

body.lf-seminar-detail .marketoForm .mktoForm label.mktoLabel,
body.lf-download-detail .marketoForm .mktoForm label.mktoLabel {
  font-size: 13px;
  margin-bottom: 2px;
  line-height: 1.5;
}

body.test-account #Lblprivacy_policy.mktoLabel,
body.test-account_lawfirm #Lblprivacy_policy.mktoLabel {
  padding-left: 24px;
}

body.test-account #Lblprivacy_policy.mktoLabel:after,
body.test-account_lawfirm #Lblprivacy_policy.mktoLabel:after {
  display: none;
}

body.test-account #Lblprivacy_policy.mktoLabel:before,
body.test-account_lawfirm #Lblprivacy_policy.mktoLabel:before {
  content: "*";
  color: #dd6a2a;
  margin-right: 4px;
}

body.test-account #Lblprivacy_policy.mktoLabel a,
body.test-account_lawfirm #Lblprivacy_policy.mktoLabel a {
  color: inherit;
  text-decoration: underline;
}

body.test-account #Lblprivacy_policy.mktoLabel ~ .mktoLogicalField.mktoCheckboxList,
body.test-account_lawfirm #Lblprivacy_policy.mktoLabel ~ .mktoLogicalField.mktoCheckboxList {
  position: absolute;
  top: 0;
  z-index: -1;
}

@media screen and (max-width: 480px) {
  body.test-account #Lblprivacy_policy.mktoLabel a,
  body.test-account #Lblprivacy_policy.mktoLabel strong,
  body.test-account_lawfirm #Lblprivacy_policy.mktoLabel a,
  body.test-account_lawfirm #Lblprivacy_policy.mktoLabel strong {
    padding: 0;
  }
}

body.request .mktoForm label.mktoLabel {
  font-size: 0.875rem;
  font-weight: bold;
}

body.request .mktoForm input[type="text"],
body.request .mktoForm input[type="tel"],
body.request .mktoForm input[type="email"] {
  font-size: 0.875rem;
  min-height: unset;
  padding: 7px 12px;
  height: auto;
}

body.request .mktoForm select.mktoField {
  font-size: 0.875rem;
  padding: 7px 12px;
  min-height: unset;
}

body.request .mktoForm select.mktoField ~ .mktoClear {
  content: "";
  display: block;
  position: absolute;
  right: 12px;
  bottom: 54.5px;
  transform: translateY(50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border-bottom: 1px solid #d8d8d8;
  border-right: 1px solid #d8d8d8;
  background-image: none;
  background-repeat: no-repeat;
  pointer-events: none;
}

body.request .mktoForm .mktoRequiredField .mktoLabel::after {
  display: none;
}

body.request .mktoForm .mktoRequiredField .mktoLabel::before {
  content: "必須";
  display: inline-block;
  padding: 0 4px;
  margin: 0 6px 0 0;
  font-size: 0.625rem;
  background-color: #555864;
  color: #fff;
  vertical-align: top;
}

body.request .mktoForm .mktoButtonRow {
  margin: 16px auto 0;
}

body.request .mktoForm .mktoButtonRow .mktoButtonWrap button {
  max-width: 150px;
  padding: 12px 0 !important;
}

body.request .mktoForm .mktoButtonRow .mktoButtonWrap button:active {
  background-color: #cd711c;
  background-image: none;
  color: rgba(255, 255, 255, 0.8);
}
