<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  background: #f5f9f9;
}

.Main {
  margin-top: -5.4166666667vw;
}
@media only screen and (max-width: 768px) {
  .Main {
    margin-top: 0;
  }
}

/* .Firstview {
  position: relative;
}
.Firstview-Image {
  width: 100%;
}
.Firstview-TextEn {
  position: absolute;
  width: 30.46875vw;
  height: auto;
  bottom: -4px;
  left: 10px;
}
@media only screen and (max-width: 768px) {
  .Firstview-TextEn {
    bottom: -1px;
    width: 55.7333333333vw;
  }
} */

.Firstview {
  position: relative;
  margin-top: -96px;
}
@media only screen and (max-width: 768px) {
  .Firstview {
    margin-top: 0px;
  }
}
.Firstview-Head {
  width: 100%;
  padding-top: clamp(180px, 10.6770833333vw, 205px);
  background-color: #d6ddec;
  background: url(../images/firstview-image.png) no-repeat center center/cover;
}
@media only screen and (max-width: 768px) {
  .Firstview-Head {
    padding-top: clamp(45px, 11.71875vw, 90px);
    padding-left: 1.3333333333vw;
    background: url(../images/firstview-image-sp.png) no-repeat center
      center/cover;
  }
}
.Firstview-Title {
  font-family: din-2014, sans-serif;
  font-size: clamp(50px, 7.2916666667vw, 140px);
  line-height: 0.6785714286;
  font-weight: bold;
  font-style: italic;
  color: #f5f9f9;
}
@media only screen and (max-width: 768px) {
  .Firstview-Title {
    font-size: clamp(50px, 10.4166666667vw, 80px);
  }
}
@media only screen and (max-width: 374px) {
  .Firstview-Title {
    font-size: 12.5vw;
  }
}
@media only screen and (max-width: 768px) {
  .Firstview-Title &gt; span {
    display: block;
    margin-top: 5px;
  }
}

.Description__Inner {
  width: 79.1666666667vw;
  max-width: 1520px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 768px) {
  .Description__Inner {
    width: 94.6666666667vw;
  }
}
.Description-Title {
  font-size: clamp(26px, 1.5625vw, 30px);
  letter-spacing: 0.3em;
  position: relative;
  padding-top: 16px;
}
@media only screen and (max-width: 768px) {
  .Description-Title {
    font-size: 22px;
    letter-spacing: 0.2em;
    margin-bottom: 2.6666666667vw;
    padding-top: 6px;
  }
}
.Description-Contents {
  margin-top: clamp(30px, 2.2916666667vw, 44px);
}
.Description-Contents-Sentense {
  font-size: clamp(14px, 0.9375vw, 18px);
  letter-spacing: 0.2em;
  line-height: 2;
}
@media only screen and (max-width: 768px) {
  .Description-Contents-Sentense {
    width: 81.0666666667vw;
    margin-right: auto;
    margin-left: auto;
    line-height: 1.5714285714;
    letter-spacing: -0.02em;
  }
}
@media only screen and (max-width: 374px) {
  .Description-Contents-Sentense {
    font-size: 13px;
  }
}
@media only screen and (max-width: 768px) {
  .Description-Contents-Sentense &gt; .is-pc {
    display: none;
  }
}

.Form {
  margin-top: clamp(39px, 3.4895833333vw, 67px);
  margin-right: auto;
  margin-left: auto;
  max-width: 1520px;
  width: 79.1666666667vw;
  background: #fff;
  box-shadow: 0 0 14.6px 1.4px rgba(130, 130, 130, 0.55);
}
@media only screen and (max-width: 768px) {
  .Form {
    width: 94.6666666667vw;
  }
}
.Form-Head {
  position: relative;
  background: #12af3a;
  padding-top: clamp(7.5px, 0.8854166667vw, 17px);
  padding-bottom: clamp(7px, 0.8333333333vw, 16px);
  padding-left: clamp(20px, 2.03125vw, 39px);
}
.Form-Head-Text {
  font-size: clamp(16px, 1.5625vw, 30px);
  font-style: italic;
  letter-spacing: 0.3em;
  position: relative;
  z-index: 1;
}
.Form-Head-En {
  position: absolute;
  -o-object-fit: contain;
  object-fit: contain;
  height: 92.0634920635%;
  width: auto;
  left: 8%;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  .Form-Head-En {
    left: 131px;
  }
}
@media only screen and (max-width: 374px) {
  .Form-Head-En {
    left: auto;
    right: 2px;
  }
}
.Form-Body {
  padding-top: clamp(24px, 3.6458333333vw, 70px);
  padding-bottom: clamp(29px, 5.8854166667vw, 113px);
  padding-right: clamp(20px, 8.3333333333vw, 160px);
  padding-left: clamp(20px, 8.3333333333vw, 160px);
}
@media only screen and (max-width: 768px) {
  .Form-Body {
    padding-right: 0;
    padding-left: 0;
  }
}
.Form-Body-Contents {
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 768px) {
  .Form-Body-Contents {
    width: 84vw;
  }
}
.Form-Body-Contents-ConfirmText {
  font-size: clamp(14px, 1.1458333333vw, 22px);
  letter-spacing: 0.3em;
  line-height: 1.3636363636;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .Form-Body-Contents-ConfirmText {
    line-height: 1.2857142857;
    text-align: left;
  }
}
@media only screen and (max-width: 374px) {
  .Form-Body-Contents-ConfirmText {
    font-size: 12px;
  }
}
.Form-Body-Contents-Item {
  display: flex;
  align-items: baseline;
}
@media only screen and (max-width: 768px) {
  .Form-Body-Contents-Item {
    flex-direction: column;
  }
}
.Form-Body-Contents-Item.m-alignTop {
  align-items: flex-start;
}
.Form-Body-Contents-Item.m-alignTop &gt; label {
  margin-top: 9px;
}
.Form-Body-Contents-Item .error {
  margin-top: 8px;
}
.Form-Body-Contents-Item + .Form-Body-Contents-Item {
  margin-top: 25px;
}
.Form-Body-Contents-Item-Label {
  max-width: 423px;
  width: 38.4545454545%;
  font-size: clamp(12px, 1.1458333333vw, 22px);
  letter-spacing: 0.3em;
  text-indent: 0.3em;
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
  .Form-Body-Contents-Item-Label {
    width: 100%;
    font-size: 14px;
    margin-bottom: 14px;
  }
}
.Form-Body-Contents-Item-Label-Required {
  margin-right: clamp(0px, 1.1979166667vw, 23px);
  padding-top: 0.2857142857em;
  padding-right: 0.9285714286em;
  padding-bottom: 0.2142857143em;
  padding-left: 0.9285714286em;
  background: #ff1d3b;
  color: #fff;
  border-radius: 4px;
  font-size: clamp(10px, 0.7291666667vw, 14px);
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .Form-Body-Contents-Item-Label-Required {
    margin-right: 8px;
    transform: scale(0.725);
    transform-origin: left;
    padding: 4px;
    font-size: clamp(10px, 2.6666666667vw, 14px);
  }
}
.Form-Body-Contents-Item-InputWrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .Form-Body-Contents-Item-InputWrapper {
    flex-direction: column;
  }
}
.Form-Body-Contents-Item-InputWrapper &gt; br {
  display: none;
}
.Form-Body-Contents-Item-Full {
  display: block;
  width: 100%;
}
.Form-Body-Contents-Item-Half {
  display: inline-block;
  width: calc(50% - 11px);
}
@media only screen and (max-width: 768px) {
  .Form-Body-Contents-Item-Half {
    width: 100%;
  }
  .Form-Body-Contents-Item-Half:last-child {
    margin-top: 10px;
  }
}
.Form-Body-Contents-Item-Text {
  width: 100%;
  border-radius: 4px;
  border: 1px solid #000;
  padding-top: clamp(0px, 0.5208333333vw, 10px);
  padding-right: clamp(0px, 1.5625vw, 30px);
  padding-bottom: clamp(0px, 0.5208333333vw, 10px);
  padding-left: clamp(0px, 1.5625vw, 30px);
  font-size: clamp(11px, 0.8333333333vw, 16px);
}
@media only screen and (max-width: 768px) {
  .Form-Body-Contents-Item-Text {
    font-size: 14px;
    padding: 9px 17px;
  }
}
@media only screen and (max-width: 374px) {
  .Form-Body-Contents-Item-Text {
    font-size: 12px;
    padding: 9px 12px;
  }
}
.Form-Body-Contents-Item-Text::-moz-placeholder {
  color: #757474;
  line-height: inherit;
}
.Form-Body-Contents-Item-Text:-ms-input-placeholder {
  color: #757474;
  line-height: inherit;
}
.Form-Body-Contents-Item-Text::placeholder {
  color: #757474;
  line-height: inherit;
}
.Form-Body-Contents-Item-Text::-webkit-input-placeholder {
  line-height: 1.286;
}
.Form-Body-Contents-Item-Mail {
  display: block;
}
.Form-Body-Contents-Item-Textarea {
  width: 100%;
  border-radius: 4px;
  border: 1px solid #000;
  padding-top: clamp(0px, 0.5208333333vw, 10px);
  padding-right: clamp(0px, 1.5625vw, 30px);
  padding-bottom: clamp(0px, 0.5208333333vw, 10px);
  padding-left: clamp(0px, 1.5625vw, 30px);
  font-size: clamp(12px, 0.8333333333vw, 16px);
  letter-spacing: 0.2em;
  line-height: 1.78125;
  height: 391px;
}
@media only screen and (max-width: 768px) {
  .Form-Body-Contents-Item-Textarea {
    font-size: 14px;
    padding: 9px 17px;
    height: 174px;
  }
}
@media only screen and (max-width: 374px) {
  .Form-Body-Contents-Item-Textarea {
    font-size: 12px;
    padding: 9px 12px;
  }
}
.Form-Body-Contents-Item-Textarea::-moz-placeholder {
  color: #757474;
}
.Form-Body-Contents-Item-Textarea:-ms-input-placeholder {
  color: #757474;
}
.Form-Body-Contents-Item-Textarea::placeholder {
  color: #757474;
}
@media only screen and (max-width: 768px) {
  .Form-Body-Contents-Item-Textarea::-moz-placeholder {
    font-size: 12px;
    letter-spacing: 0.2em;
  }
  .Form-Body-Contents-Item-Textarea:-ms-input-placeholder {
    font-size: 12px;
    letter-spacing: 0.2em;
  }
  .Form-Body-Contents-Item-Textarea::placeholder {
    font-size: 12px;
    letter-spacing: 0.2em;
  }
}
.Form-Body-Contents-Item-Radio {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: -1%;
}

.Form-Body-Contents-Item-Radio .horizontal-item {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .Form-Body-Contents-Item-Radio .horizontal-item {
    width: 100%;
  }

  .wpcf7-list-item {
    margin-top: 7px;
  }
}
.Form-Body-Contents-Item-Radio .horizontal-item:nth-child(1),
.Form-Body-Contents-Item-Radio .horizontal-item:nth-child(2),
.Form-Body-Contents-Item-Radio .horizontal-item:nth-child(3) {
  padding-right: clamp(0px, 1.875vw, 36px);
}
.Form-Body-Contents-Item-Radio .mwform-radio-field-text {
  display: flex;
  align-items: center;
  font-size: clamp(12px, 0.9375vw, 18px);
  letter-spacing: 0.075em;
  vertical-align: middle;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .Form-Body-Contents-Item-Radio .mwform-radio-field-text {
    font-size: 14px;
    letter-spacing: 0.1em;
  }
}
.Form-Body-Contents-Item-Radio .horizontal-item + .horizontal-item {
  margin-left: 0;
}
.Form-Body-Contents-Item-Radio input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.Form-Body-Contents-Item-Radio input[type="radio"]:checked + span::after {
  content: "";
  position: absolute;
  display: inline-block;
  top: -6px;
  left: 4px;
  transform: rotate(45deg);
  width: 12px;
  height: 22px;
  border-right: 5px solid #ff1d3b;
  border-bottom: 5px solid #ff1d3b;
}
@media only screen and (max-width: 768px) {
  .Form-Body-Contents-Item-Radio input[type="radio"]:checked + span::after {
    width: 10px;
    height: 20px;
    border-right-width: 4px;
    border-bottom-width: 4px;
  }
}
.Form-Body-Contents-Item-Radio input[type="radio"] + span {
  position: relative;
}
.Form-Body-Contents-Item-Radio input[type="radio"] + span::before {
  content: "";
  position: relative;
  display: inline-block;
  flex: 0 0 auto;
  width: 18px;
  height: 20px;
  top: 4px;
  box-shadow: inset 0px 2px 3px 0 rgba(0, 0, 0, 0.35);
  background-color: #dbdede;
  margin-right: 9px;
}
@media only screen and (max-width: 768px) {
  .Form-Body-Contents-Item-Radio input[type="radio"] + span::before {
    width: 14px;
    height: 14px;
  }
}
.Form-Body-Contents-Item-SelectWrapper {
  width: 100%;
  position: relative;
}
.Form-Body-Contents-Item-SelectWrapper::after {
  position: absolute;
  content: "";
  width: clamp(8px, 0.5208333333vw, 10px);
  height: clamp(8px, 0.5208333333vw, 10px);
  border-right: 3px solid #090909;
  border-bottom: 3px solid #090909;
  top: 45%;
  left: clamp(0px, 15.625vw, 300px);
  transform: translateY(-50%) rotate(45deg);
}
@media only screen and (max-width: 768px) {
  .Form-Body-Contents-Item-SelectWrapper::after {
    left: auto;
    right: 22px;
    border-right-width: 2px;
    border-bottom-width: 2px;
  }
}
.Form-Body-Contents-Item-Select {
  background: #d5d5d5;
  border-radius: 4px;
  border: 1px solid #000;
  padding-top: clamp(0px, 0.7291666667vw, 14px);
  padding-right: clamp(0px, 1.5625vw, 30px);
  padding-bottom: clamp(0px, 0.7291666667vw, 14px);
  padding-left: clamp(0px, 1.5625vw, 30px);
  font-size: clamp(12px, 0.8333333333vw, 16px);
  color: #757474;
  width: calc(50% - 11px);
}
@media only screen and (max-width: 768px) {
  .Form-Body-Contents-Item-Select {
    width: 100%;
    font-size: 14px;
    padding: 12px 17px;
  }
}
@media only screen and (max-width: 374px) {
  .Form-Body-Contents-Item-Select {
    font-size: 12px;
    padding: 9px 12px;
  }
}
.Form-Body-Contents-Item-Select.is-changed {
  background: #fff;
  color: #000;
}
.Form-Body-Contents-Item-MailWrapper {
  width: 100%;
}
.Form-Body-Contents-Item-MailWrapper &gt; input {
  width: 100%;
}
.Form-Body-Contents-Item-MailWrapper &gt; input:last-child {
  margin-top: 10px;
}
.Form-Body-Contents-Item &gt; input {
  width: 100%;
}
.Form-Body-Contents-Privacy {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: clamp(33px, 2.6041666667vw, 50px);
}
.Form-Body-Contents-Privacy .error {
  margin-left: 8px;
}
.Form-Body-Contents-Privacy-Link {
  border-bottom: 1px solid #000;
  font-size: clamp(12px, 0.9375vw, 18px);
  letter-spacing: 0.05em;
  margin-right: clamp(0px, 0.5208333333vw, 10px);
}
.Form-Body-Contents-Privacy input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-right: 0;
}
.Form-Body-Contents-Privacy input[type="checkbox"]:checked + span::after {
  content: "";
  position: absolute;
  display: inline-block;
  top: -10px;
  left: 4px;
  transform: rotate(45deg);
  width: 12px;
  height: 22px;
  top: 12px;
  left: -24px;
  border-right: 5px solid #ff1d3b;
  border-bottom: 5px solid #ff1d3b;
}
@media only screen and (max-width: 768px) {
  .Form-Body-Contents-Privacy input[type="checkbox"]:checked + span::after {
    width: 10px;
    height: 20px;
    border-right-width: 4px;
    border-bottom-width: 4px;
  }
}
.Form-Body-Contents-Privacy input[type="checkbox"] + span {
  position: relative;
}
.Form-Body-Contents-Privacy input[type="checkbox"] + span::before {
  content: "";
  position: relative;
  display: inline-block;
  width: 18px;
  height: 20px;
  box-shadow: inset 0px 2px 3px 0 rgba(0, 0, 0, 0.35);
  background-color: #dbdede;
  top: 20px;
  left: -26px;
}
@media only screen and (max-width: 768px) {
  .Form-Body-Contents-Privacy input[type="checkbox"] + span::before {
    width: 14px;
    height: 14px;
  }
}
.Form-Body-Contents-Submit {
  margin-top: 22px;
  width: clamp(250px, 37.5520833333vw, 721px);
  margin-right: auto;
  margin-left: auto;
  display: block;
  background: #ff1d3b;
  padding: 0.8636363636em;
  color: #fff;
  font-size: clamp(16px, 1.1458333333vw, 22px);
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .Form-Body-Contents-Submit {
    margin-top: 33px;
    padding-top: 1em;
    padding-bottom: 1.125em;
  }
}
.Form-Body-Contents-Submit[type="submit"] {
  background: #ff1d3b;
}
@media only screen and (max-width: 768px) {
  .mw_wp_form_confirm .Form-Body-Contents-Submit[type="submit"] {
    margin-top: 0px;
  }
}

.mw_wp_form_confirm {
  margin-top: clamp(24px, 4.6875vw, 60px);
}
@media only screen and (max-width: 768px) {
  .mw_wp_form_confirm .Form-Body-Contents-Item-Label {
    margin-bottom: 28px;
  }
}
.mw_wp_form_confirm .Form-Body-Contents-Item-Half {
  font-size: clamp(12px, 0.8333333333vw, 16px);
}
@media only screen and (max-width: 768px) {
  .mw_wp_form_confirm .Form-Body-Contents-Item-Half {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  .mw_wp_form_confirm .Form-Body-Contents-Item-Half:last-child {
    margin-top: 0px;
  }
}
.mw_wp_form_confirm .Form-Body-Contents-Item {
  font-size: clamp(12px, 0.8333333333vw, 16px);
}
@media only screen and (max-width: 768px) {
  .mw_wp_form_confirm .Form-Body-Contents-Item {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  .mw_wp_form_confirm .Form-Body-Contents-Item-Full {
    margin-left: auto;
    padding-left: 2%;
  }
}
.mw_wp_form_confirm .Form-Body-Contents-Item-Full.m-textarea {
  word-break: break-all;
  padding-top: 12px;
  padding-bottom: 12px;
  /* min-height: clamp(136px, 11.5625vw, 222px); */
}
@media only screen and (max-width: 768px) {
  .mw_wp_form_confirm .Form-Body-Contents-Item-Full.m-textarea {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.mw_wp_form_confirm .Form-Body-Contents-Item + .Form-Body-Contents-Item {
  margin-top: clamp(8px, 2.3958333333vw, 12px);
}
@media only screen and (max-width: 768px) {
  .mw_wp_form_confirm .Form-Body-Contents-Item-MailWrapper {
    margin-left: auto;
    padding-left: 2%;
  }
}
.mw_wp_form_confirm .Form-Body-Contents-Item-Mail.m-confirm {
  display: none;
  margin-top: clamp(0px, 2.0833333333vw, 40px);
}
@media only screen and (max-width: 768px) {
  .mw_wp_form_confirm .Form-Body-Contents-Item-Mail.m-confirm {
    margin-top: 20px;
  }
}
.mw_wp_form_confirm .Form-Body-Contents-Item-Label-Required {
  display: none;
}
.mw_wp_form_confirm .Form-Body-Contents-Item-SelectWrapper {
  font-size: clamp(12px, 0.8333333333vw, 16px);
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .mw_wp_form_confirm .Form-Body-Contents-Item-SelectWrapper {
    font-size: 14px;
    margin-left: auto;
    padding-left: 2%;
  }
}
.mw_wp_form_confirm .Form-Body-Contents-Item-SelectWrapper::after {
  display: none;
}
.mw_wp_form_confirm .Form-Body-Contents-Item-InputWrapper {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .mw_wp_form_confirm .Form-Body-Contents-Item-InputWrapper {
    display: flex;
    margin-left: auto;
    flex-direction: row;
    justify-content: flex-start;
    padding-left: 2%;
  }
}
.mw_wp_form_confirm .Form-Body-Contents-Item-InputWrapper &gt; * {
  width: 50%;
}
.mw_wp_form_confirm .Form-Body-Contents-Privacy-Link {
  position: relative;
}
.mw_wp_form_confirm .Form-Body-Contents-Privacy-Link::after {
  content: "";
  position: absolute;
  display: inline-block;
  top: -10px;
  right: -30px;
  transform: rotate(45deg);
  width: 12px;
  height: 22px;
  border-right: 5px solid #ff1d3b;
  border-bottom: 5px solid #ff1d3b;
}
@media only screen and (max-width: 768px) {
  .mw_wp_form_confirm .Form-Body-Contents-Privacy-Link::after {
    width: 8px;
    height: 14px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    top: -4px;
    right: -18px;
  }
}
.mw_wp_form_confirm .Form-Body-Contents-Item.m-alignTop &gt; label {
  margin-top: 0;
}
.mw_wp_form_confirm .Form-Body-Contents-Item.m-alignTop {
  display: flex;
  align-items: stretch;
}
.mw_wp_form_confirm .Form-Body-Contents-Item-Radio {
  margin-top: 0;
  font-size: clamp(12px, 0.9375vw, 18px);
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .mw_wp_form_confirm .Form-Body-Contents-Item-Radio {
    font-size: 14px;
    padding-left: 2%;
  }
}

.mw_wp_form_complete {
  padding-bottom: clamp(0px, 1.5625vw, 30px);
  margin-right: -2%;
  margin-left: -2%;
}
@media only screen and (max-width: 768px) {
  .mw_wp_form_complete {
    padding-bottom: 0px;
    margin-right: 0;
    margin-left: 0;
  }
}
.mw_wp_form_complete &gt; p {
  font-size: clamp(14px, 1.1458333333vw, 22px);
  letter-spacing: 0.3em;
  line-height: 1.6363636364;
  width: 92%;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .mw_wp_form_complete &gt; p {
    line-height: 1.4285714286;
    text-align: left;
  }
}
@media only screen and (max-width: 374px) {
  .mw_wp_form_complete &gt; p {
    font-size: 12px;
  }
}

.mw_wp_form_confirm .Description-Contents {
  display: none;
}
.mw_wp_form_complete .Description-Contents {
  display: none;
}

.mw_wp_form_confirm .Form-Body-Contents-Item-Label {
  background-color: #0080001f;
  padding: 12px;
  margin-right: 2%;
  margin-bottom: 4px;
}

#prefecture {
  width: calc(73% - 11px);
}

#firstName, #firstNameKana {
  margin-left: 5%;
}

@media only screen and (max-width: 768px) {
  .mw_wp_form_confirm .Form-Body-Contents-Item-Label {
    font-size: 10px;
    letter-spacing: 0.1em;
    text-indent: 0em;
    padding: 8px;
    margin-right: 0;
  }

  #prefecture {
    width: 100%;
  }
  
    #firstName, #firstNameKana {
      margin-left: 0;
    }
}
.mw_wp_form_confirm .Form-Body-Contents-Item {
  align-items: center;
}

.mw_wp_form_confirm .Form-Body-Contents-Item.m-align-top {
  align-items: stretch;
}
.mw_wp_form_confirm .Form-Body-Contents-Item-Label.remarks {
  height: 9vw;
}
@media only screen and (max-width: 768px) {
  .mw_wp_form_confirm .Form-Body-Contents-Item {
  }
}
.mw_wp_form_confirm .Form-Body-Contents-Item-InputWrapper {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  gap: 2%;
  align-items: center;
}
/* @media only screen and (max-width: 768px) {
  .mw_wp_form_confirm .Form-Body-Contents-Item-InputWrapper {
    display: block;
    margin-left: auto;
  }
} */

.mw_wp_form_confirm .Form-Body-Contents-Item-Half {
  display: block;
  width: auto;
}
@media only screen and (max-width: 768px) {
  .mw_wp_form_confirm .Form-Body-Contents-Item-Half {
    display: flex;
  }
}

.mw_wp_form_confirm .Form-Body-Contents-Item-MailWrapper {
  width: 100%;
  display: flex;
  align-items: center;
}
.mw_wp_form_confirm .Form-Body-Contents-Item-Label.textarea {
  /* padding-top: 50px;
  padding-bottom: 50px; */
}
@media only screen and (max-width: 768px) {
  .mw_wp_form_confirm .Form-Body-Contents-Item-Label.textarea {
    /* padding: 8px; */
  }
}
.mw_wp_form_confirm .notes {
  display: none;
}

.comfirm-back {
  margin-top: 22px;
  width: clamp(250px, 37.5520833333vw, 721px);
  margin-right: auto;
  margin-left: auto;
  display: block;
  background: #12af3a;
  padding: 0.8636363636em;
  color: #fff;
  font-size: clamp(16px, 1.1458333333vw, 22px);
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .comfirm-back {
    margin-top: 33px;
    padding-top: 1em;
    padding-bottom: 1.125em;
  }
}

.comfirm-back[type="submit"] {
  background: #12af3a;
}
.notes {
  line-height: 2.5;
  font-size: clamp(11px, 0.833333333333vw, 16px);
}
.supplement {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.mw_wp_form_confirm.supplement {
  align-items: center;
}
.PageFooter {
  margin-top: clamp(84px, 5.46875vw, 105px);
  margin-bottom: clamp(54px, 6.6666666667vw, 128px);
} /*# sourceMappingURL=style.css.map */
</pre></body></html>