.m-market-form * {
  float: none !important;
}
.m-market-form * ::-moz-placeholder {
  font-size: 1.4rem !important;
}
.m-market-form * ::placeholder {
  font-size: 1.4rem !important;
}
.m-market-form .mktoForm, .m-market-form form, .m-market-form .mktoButtonRow, .m-market-form .mktoForm .mktoRadioList, .m-market-form .mktoForm .mktoCheckboxList {
  width: 100% !important;
  font-size: 1.6rem !important;
}
.m-market-form input[type="text"], .m-market-form input[type="number"], .m-market-form input[type="email"], .m-market-form input[type="tel"], .m-market-form input[type="date"], .m-market-form select, .m-market-form textarea {
  width: 100% !important;
  font-size: 1.6rem !important;
  height: auto !important;
  padding: 8px !important;
  border: 1px solid #b2b2b2;
  border-radius: 3px;
}
.m-market-form input[type="checkbox"], .m-market-form input[type="radio"] {
  position: absolute;
}
.m-market-form .mktoHtmlText {
  width: 100% !important;
  font-size: 1.4rem;
}
.m-market-form .mktoHtmlText p {
  font-size: 1.4rem;
  line-height: 1.6rem;
}
.m-market-form .mktoHtmlText a {
  color: #009de6;
}
.m-market-form .mktoHtmlText a:hover {
  text-decoration: underline;
  opacity: 1;
}
.m-market-form .mktoForm .mktoOffset, .m-market-form .mktoForm .mktoGutter, .m-market-form .mktoForm .mktoClear {
  display: none;
}
.m-market-form .mktoFormRow {
  display: flex;
  flex-direction: column;
}
.m-market-form .mktoForm .mktoFieldWrap {
  margin: 0 0 15px;
}
.m-market-form .mktoForm .mktoLabel {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  margin: 0 0 5px;
  padding: 0;
  width: auto !important;
  align-items: center;
  font-size: 1.5rem !important;
  font-weight: normal !important;
}
.m-market-form .mktoForm .mktoRequiredField .mktoAsterix {
  display: inline-block;
  position: relative;
  margin: 0 0 0 5px;
}
.m-market-form .mktoForm .mktoRequiredField .mktoAsterix:after {
  content: '必須';
  position: absolute;
  left: 0;
  top: -2px;
  width: 44px;
  height: 20px;
  border: 1px solid #bb1212;
  border-radius: 3px;
  background: #fff;
  font-size: 1.2rem;
  text-align: center;
  font-weight: 700;
}
.m-market-form .mktoForm .mktoRadioList > label, .m-market-form .mktoForm .mktoCheckboxList > label {
  margin: 0 0 10px;
  position: relative;
  display: block;
  padding: 8px 15px 8px 45px;
  border-radius: 3px;
  border: 1px solid #b2b2b2;
  background: #fff;
  font-size: 1.4rem;
  line-height: 1.8;
  font-weight: 500;
}
.m-market-form .mktoForm .mktoRadioList > label:before, .m-market-form .mktoForm .mktoCheckboxList > label:before {
  position: absolute;
  left: 15px;
  top: 10px;
  width: 20px;
  height: 20px;
  content: "";
  border: 1px solid #707070;
  background: #fff;
}
.m-market-form .mktoForm .mktoRadioList > label:after, .m-market-form .mktoForm .mktoCheckboxList > label:after {
  position: absolute;
  content: "";
}
.m-market-form .mktoForm .mktoRadioList > input:checked + label, .m-market-form .mktoForm .mktoCheckboxList > input:checked + label {
  border: 1px solid #009de6;
  background: #e5f5fd;
}
.m-market-form .mktoForm .mktoCheckboxList > label::before {
  border-radius: 3px;
}
.m-market-form .mktoForm .mktoRadioList > label::before {
  border-radius: 50%;
}
.m-market-form .mktoForm .mktoCheckboxList > input:checked + label:after {
  left: 18px;
  top: 16px;
  width: 15px;
  height: 9px;
  background: url("/img/common/ico_checked.svg");
  background-size: 100% auto;
}
.m-market-form .mktoForm .mktoRadioList > input:checked + label:after {
  left: 18px;
  top: 13px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #009de6;
}
.m-market-form .mktoForm .mktoButtonWrap.mktoSkip .mktoButton, .m-market-form .mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
  border: none;
  outline: none;
  text-shadow: none;
  box-shadow: none;
  display: flex;
  width: 180px;
  height: 48px;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  background: #2862b8;
  border-radius: 5px;
  font-weight: 500;
  color: #fff;
}
.m-market-form .mktoForm .mktoButtonWrap.mktoSkip .mktoButton:hover, .m-market-form .mktoForm .mktoButtonWrap.mktoSimple .mktoButton:hover {
  background: #2862b8;
  opacity: 0.8;
}
.m-market-form .mktoForm .mktoSkip {
  display: block;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .m-market-form input[type="text"], .m-market-form input[type="number"], .m-market-form input[type="email"], .m-market-form input[type="tel"], .m-market-form input[type="date"], .m-market-form select, .m-market-form textarea {
    height: auto !important;
  }
  .m-market-form textarea {
    min-height: 120px;
  }
  .m-market-form .mktoForm .mktoCheckboxList > input:checked + label:after {
    left: 14px;
  }
}
/*add 2024-08-22suagma*/
@media screen and (min-width: 769px) {
  .m-market-form .mktoForm, .m-market-form form, .m-market-form .mktoButtonRow, .m-market-form .mktoForm .mktoRadioList, .m-market-form .mktoForm .mktoCheckboxList {
    max-width: 650px;
    margin: auto;
  }
}
/* ヘッダー・フッターの無駄なものを削除 */
body > header > nav {
  display: none;
}
body > aside {
  display: none;
}
body > footer.l-site-footer {
  display: none;
}
body > footer.l-footer > div.l-footer__middle {
  display: none;
}
aside.l-footer-contacts + div.m-breadcrumbs--sp {
    display: none;
}

