@charset "UTF-8";
.calendar > .days-grid > .day:hover {
  cursor: pointer;
}
.calendar > .days-grid > .day.weekend {
  color: blue;
}
.calendar > .days-grid > .day.weekend + .weekend {
  color: red;
}

#mainv {
  min-width: 1180px;
  height: auto;
  margin: 0 0 60px;
}
#mainv .inner {
  font-size: 15px;
  height: 290px;
  padding: 70px 0 0;
  max-width: 1000px;
}
#mainv .inner .catch {
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 35px;
}
#mainv .inner .catch .red {
  color: #DF263C;
}

@media only screen and (max-width: 750px) {
  #mainv {
    min-width: 100%;
    margin: 0 0 30px;
  }
  #mainv .inner {
    padding: 8vw 6.6vw 0;
    height: 92vw;
    font-size: 11px;
    padding: 8vw 6.6vw 0;
  }
  #mainv .inner .catch {
    font-size: 15px;
    font-weight: bold;
    margin: 0 0 10px;
  }
}
#contents {
  margin-bottom: 180px;
}
#contents.confirm .formWrap > dl div dt::after {
  content: none !important;
}
#contents.confirm .formWrap > dl div dd {
  color: var(--textEm);
  font-weight: 700;
}
#contents.confirm .formWrap > dl div dd dt {
  color: var(--textMain);
  font-weight: 400;
}
#contents.confirm .formWrap .textBlock1,
#contents.confirm .formWrap .textBlock2 {
  color: var(--textMain);
}
#contents .inner {
  max-width: 1000px;
}

@media only screen and (max-width: 750px) {
  #contents {
    margin-bottom: 80px;
  }
}
#telArea {
  width: 100%;
  border: solid 5px #ECECEC;
  border-radius: 5px;
  box-sizing: border-box;
  margin: 0 0 80px;
  padding: 20px 0;
  display: flex;
  align-items: center;
}
#telArea .left {
  font-weight: 700;
  text-align: center;
  flex: 1;
  font-size: 16px;
}
#telArea .right {
  border-left: solid 1px #E2E2E2;
  flex: 1;
}
#telArea .right p {
  text-align: center;
}
#telArea .right p.num {
  font-size: 1.85em;
  font-weight: 700;
}
#telArea .right p.num::before {
  content: "\f095";
  font-family: fontAwesome;
  color: var(--footerTel);
  margin: 0 10px 0 0;
}

@media only screen and (max-width: 750px) {
  #telArea {
    border: solid 5px #ECECEC;
    margin: 0 auto 10vw;
    padding: 5.3vw;
    flex-direction: column;
  }
  #telArea .left {
    width: 100%;
    font-size: 12px;
  }
  #telArea .right {
    width: 100%;
    border: none;
    border-top: solid 1px #E2E2E2;
    margin: 10px 0 0;
    padding: 10px 0 0;
  }
  #telArea .right p {
    font-size: 12px;
  }
  #telArea .right p.num {
    font-size: 20px;
  }
  #telArea .right p.num::before {
    margin: 0 10px 0 0;
  }
}
.step {
  width: 100%;
  border-radius: 5px;
  margin: 0 0 30px;
  overflow: hidden;
}
.step li {
  line-height: 54px;
  text-align: center;
  width: 50%;
  background: #ECECEC;
  box-sizing: border-box;
  position: relative;
  font-size: 16px;
}
.step li:first-child {
  width: calc(50% - 7px);
}
.step li:first-child::before, .step li:first-child::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  z-index: 1;
}
.step li:first-child::before {
  border: solid 35px transparent;
  border-right: solid 18px transparent;
  border-left: solid 18px #FFF;
  top: -8px;
  right: -36px;
}
.step li:first-child::after {
  border: solid 27px transparent;
  border-right: solid 14px transparent;
  border-left: solid 14px #ECECEC;
  top: 0;
  right: -28px;
}
.step li:last-child {
  width: calc(50% + 7px);
}
.step li.current {
  color: var(--zabuton2Text);
  background: var(--zabuton2Bg);
}
.step li.current:first-child::after {
  border-left: solid 14px var(--zabuton2Bg);
}

#formArea input[type=text],
#formArea input[type=tel],
#formArea input[type=email],
#formArea textarea {
  width: 100%;
  background: #fff;
  border: solid 1px #a6a6a6;
  padding: 7px 28px 7px 10px;
  font-size: 14px;
}
#formArea input[type=text]:placeholder,
#formArea input[type=tel]:placeholder,
#formArea input[type=email]:placeholder,
#formArea textarea:placeholder {
  color: #afafaf;
}
#formArea input[type=text]:focus,
#formArea input[type=tel]:focus,
#formArea input[type=email]:focus,
#formArea textarea:focus {
  background: #fff;
  outline: solid 2px #000 !important;
}
#formArea input[type=text]:required:placeholder-shown,
#formArea input[type=tel]:required:placeholder-shown,
#formArea input[type=email]:required:placeholder-shown,
#formArea textarea:required:placeholder-shown {
  background: #FBF2F3 !important;
  border: solid 1px #F0C5CC !important;
}
#formArea input[type=text]:required:not(:placeholder-shown),
#formArea input[type=tel]:required:not(:placeholder-shown),
#formArea input[type=email]:required:not(:placeholder-shown),
#formArea textarea:required:not(:placeholder-shown) {
  border: solid 1px #25AF01;
  background: #EFFAF6;
}
#formArea input[type=text]:required:not(:placeholder-shown)::after,
#formArea input[type=tel]:required:not(:placeholder-shown)::after,
#formArea input[type=email]:required:not(:placeholder-shown)::after,
#formArea textarea:required:not(:placeholder-shown)::after {
  content: "";
  width: 16px;
  height: 8px;
  border-left: 2px solid #25AF01;
  border-bottom: 2px solid #25AF01;
  position: absolute;
  top: 18%;
  right: 0.5em;
  translate: -50%;
  rotate: -45deg;
}
#formArea input[type=text]:not(:required),
#formArea input[type=tel]:not(:required),
#formArea input[type=email]:not(:required),
#formArea textarea:not(:required) {
  background: #fff;
}
#formArea input[type=text]:not(:required):placeholder-shown,
#formArea input[type=tel]:not(:required):placeholder-shown,
#formArea input[type=email]:not(:required):placeholder-shown,
#formArea textarea:not(:required):placeholder-shown {
  background: #fff !important;
  border: solid 1px #a6a6a6;
}
#formArea input[type=text]:not(:required):not(:placeholder-shown),
#formArea input[type=tel]:not(:required):not(:placeholder-shown),
#formArea input[type=email]:not(:required):not(:placeholder-shown),
#formArea textarea:not(:required):not(:placeholder-shown) {
  border: solid 1px #25AF01;
  background: #EFFAF6;
}
#formArea input[type=text]:not(:required):not(:placeholder-shown)::after,
#formArea input[type=tel]:not(:required):not(:placeholder-shown)::after,
#formArea input[type=email]:not(:required):not(:placeholder-shown)::after,
#formArea textarea:not(:required):not(:placeholder-shown)::after {
  content: "";
  width: 16px;
  height: 8px;
  border-left: 2px solid #25AF01;
  border-bottom: 2px solid #25AF01;
  position: absolute;
  top: 18%;
  right: 0.5em;
  translate: -50%;
  rotate: -45deg;
}
#formArea input[type=text]:user-valid, #formArea input[type=text]:-webkit-autofill, #formArea input[type=text]:autofill,
#formArea input[type=tel]:user-valid,
#formArea input[type=tel]:-webkit-autofill,
#formArea input[type=tel]:autofill,
#formArea input[type=email]:user-valid,
#formArea input[type=email]:-webkit-autofill,
#formArea input[type=email]:autofill,
#formArea textarea:user-valid,
#formArea textarea:-webkit-autofill,
#formArea textarea:autofill {
  border: solid 1px #25AF01;
  background: #EFFAF6;
}
#formArea input[type=text]:user-valid::after, #formArea input[type=text]:-webkit-autofill::after, #formArea input[type=text]:autofill::after,
#formArea input[type=tel]:user-valid::after,
#formArea input[type=tel]:-webkit-autofill::after,
#formArea input[type=tel]:autofill::after,
#formArea input[type=email]:user-valid::after,
#formArea input[type=email]:-webkit-autofill::after,
#formArea input[type=email]:autofill::after,
#formArea textarea:user-valid::after,
#formArea textarea:-webkit-autofill::after,
#formArea textarea:autofill::after {
  content: "";
  width: 16px;
  height: 8px;
  border-left: 2px solid #25AF01;
  border-bottom: 2px solid #25AF01;
  position: absolute;
  top: 18%;
  right: 0.5em;
  translate: -50%;
  rotate: -45deg;
}
#formArea input[type=text]:invalid,
#formArea input[type=tel]:invalid,
#formArea input[type=email]:invalid,
#formArea textarea:invalid {
  background: #FBF2F3 !important;
  border: solid 1px #F0C5CC !important;
}
#formArea input[type=text]:user-invalid, #formArea input[type=text]:-webkit-user-invalid,
#formArea input[type=tel]:user-invalid,
#formArea input[type=tel]:-webkit-user-invalid,
#formArea input[type=email]:user-invalid,
#formArea input[type=email]:-webkit-user-invalid,
#formArea textarea:user-invalid,
#formArea textarea:-webkit-user-invalid {
  background: #FBF2F3 !important;
  border: solid 1px #F0C5CC !important;
}
#formArea input[type=checkbox],
#formArea input[type=radio] {
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  height: 0;
  display: block;
}
#formArea input[type=submit] {
  border: none;
}
#formArea .selectArea {
  width: fit-content;
  position: relative;
}
#formArea .selectArea::after {
  content: 1.5em;
  height: 1.5em;
  background-color: currentColor;
  -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M9 6l6 6l-6 6" /></svg>');
  mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M9 6l6 6l-6 6" /></svg>');
  line-height: 1;
  pointer-events: none;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 6px;
  rotate: 90deg;
}
#formArea .selectArea:has(select:user-valid)::before {
  content: "";
  width: 16px;
  height: 8px;
  border-left: 2px solid #25AF01;
  border-bottom: 2px solid #25AF01;
  position: absolute;
  top: 43%;
  translate: -50% -50%;
  rotate: -45deg;
  right: -35px;
}
#formArea .selectArea:has(option:first-child:checked)::before {
  content: none;
}
#formArea .selectArea select {
  color: var(--textMain);
  background: #fff;
  border: solid 1px #a6a6a6;
  padding: 8px 28px 8px 10px;
}
#formArea .selectArea select:focus {
  outline: solid 2px #000;
}
#formArea .selectArea select:user-valid {
  border: solid 1px #25AF01;
  background: #EFFAF6;
}
#formArea .selectArea select:user-valid::after {
  content: "";
  width: 16px;
  height: 8px;
  border-left: 2px solid #25AF01;
  border-bottom: 2px solid #25AF01;
  position: absolute;
  top: 18%;
  right: 0.5em;
  translate: -50%;
  rotate: -45deg;
}
#formArea .selectArea select:has(option:first-child:checked) {
  background-color: #fff;
  border-color: #a6a6a6;
}
#formArea .selectArea select:user-invalid, #formArea .selectArea select:invalid {
  background: #FBF2F3 !important;
  border: solid 1px #F0C5CC !important;
}
#formArea label {
  display: inline-block;
}
#formArea label .inputWrap {
  position: relative;
}
#formArea label .inputWrap:has(input:user-valid,
input:-webkit-autofill,
input:autofill,
input:not(:placeholder-shown))::after {
  right: 0;
  content: "";
  width: 16px;
  height: 8px;
  border-left: 2px solid #25AF01;
  border-bottom: 2px solid #25AF01;
  position: absolute;
  top: 43%;
  translate: -50% -50%;
  rotate: -45deg;
}
#formArea label .inputWrap:has(input:user-invalid,
input:invalid,
input:not(:required):placeholder-shown)::after {
  content: none !important;
}
#formArea label.checkBlock {
  cursor: pointer;
  position: relative;
}
#formArea label.checkBlock input[type=checkbox] + span {
  line-height: 1;
  padding: 0 0 0 25px;
  position: relative;
}
#formArea label.checkBlock input[type=checkbox] + span::before, #formArea label.checkBlock input[type=checkbox] + span::after {
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
}
#formArea label.checkBlock input[type=checkbox] + span::before {
  content: "";
  width: 18px;
  height: 18px;
  background: #fff;
  border: solid 1px #a6a6a6;
  left: 0;
}
#formArea label.checkBlock input[type=checkbox]:checked + span::before {
  border-color: #3BBEAD;
}
#formArea label.checkBlock input[type=checkbox]:checked + span::after {
  content: "";
  width: 10px;
  height: 7px;
  border-left: solid 2px #3BBEAD;
  border-bottom: solid 2px #3BBEAD;
  top: calc(50% - 2px);
  left: 4px;
  rotate: -45deg;
}
#formArea label.checkBlock input[type=checkbox]:focus + span::before {
  box-shadow: 0 0 8px rgba(72, 210, 101, 0.7);
}
#formArea label.radioBox {
  width: fit-content;
  position: relative;
}
#formArea label.radioBox input[type=radio] + span {
  line-height: 1;
  padding: 0 0 0 25px;
  position: relative;
}
#formArea label.radioBox input[type=radio] + span::before, #formArea label.radioBox input[type=radio] + span::after {
  border-radius: 50%;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
}
#formArea label.radioBox input[type=radio] + span::before {
  content: "";
  width: 18px;
  height: 18px;
  background: #fff;
  border: solid 1px #a6a6a6;
  left: 0;
}
#formArea label.radioBox input[type=radio]:checked + span::before {
  border-color: #3BBEAD;
}
#formArea label.radioBox input[type=radio]:checked + span::after {
  content: "";
  width: 9px;
  height: 9px;
  background: #3BBEAD;
  left: 5px;
}
#formArea label.radioBox input[type=radio]:disabled + span {
  opacity: 0.5;
}
#formArea label.radioBox input[type=radio]:focus + span::before {
  box-shadow: 0 0 8px rgba(72, 210, 101, 0.7);
}
#formArea textarea {
  width: 100%;
  max-width: 100%;
  field-sizing: content;
  min-height: 11em;
  border: solid 1px #CACACA;
  padding: 5px 10px;
}
#formArea .lead {
  margin: 0 0 30px;
}
#formArea .formWrap {
  display: flex;
  flex-direction: column;
}
#formArea .formWrap dl.howto > div {
  border-bottom: none;
}
#formArea .formWrap dl.howto > div + div {
  border-top: solid 1px #E2E2E2;
}
#partner .formWrap .myList {
  order: 4;
}
#partner .formWrap .myHeading {
  order: 3;
}
#partner .formWrap .oaiteHeading {
  order: 1;
}
#partner .formWrap .oaiteList {
  order: 2;
}
#partner .formWrap .bottomBlock {
  order: 5;
}

#formArea .formWrap h2 {
  color: var(--zabuton2Text);
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  background: var(--zabuton2Bg);
  margin: 30px 0 15px;
  padding: 16px 0;
}
#formArea .formWrap h2 + dl {
  border: none;
}
#formArea .formWrap .errorText,
#formArea .formWrap #errorLastMsg {
  color: #DF263C;
  width: 100%;
  background: color-mix(in srgb, currentColor 8%, transparent);
  margin: 5px 0 0;
  padding: 5px 10px;
  display: none;
}
#formArea .formWrap .errorText::before,
#formArea .formWrap #errorLastMsg::before {
  content: "!";
  color: #fff;
  font-size: 0.8em;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  vertical-align: text-bottom;
  width: 1.5em;
  height: 1.5em;
  background: #DF263C;
  border-radius: 50%;
  margin: 0 0.5em 0 0;
  padding: 0.23em;
  display: inline-block;
}
#formArea .formWrap #errorLastMsg {
  text-align: center;
  margin: 0 0 10px;
}
#formArea .formWrap:has(input[name=date1]:required:not(:placeholder-shown)) [data-error=date1Check] {
  display: none !important;
}
#formArea .formWrap:has(input[name=date1]:required:placeholder-shown) [name=submitConfirm] {
  background: #a3a3a3;
  pointer-events: none;
}
#formArea .formWrap > dl {
  border-top: solid 1px #E2E2E2;
}
#formArea .formWrap > dl > div {
  border-bottom: solid 1px #E2E2E2;
}
#formArea .formWrap > dl > div.areaBlock {
  display: none;
}
#formArea .formWrap > dl > div:last-child {
  border: none;
}
#formArea .formWrap > dl > div > dt {
  font-size: 16px;
  font-weight: 700;
  padding: 30px 0;
  flex: 8;
}
#formArea .formWrap > dl > div > dt::after {
  content: "任意";
  color: #fff;
  font-size: 12px;
  text-align: center;
  width: 4.2em;
  background: #A3A3A3;
  border-radius: 50vh;
  margin: 0 0 0 0.5em;
  display: inline-block;
}
#formArea .formWrap > dl > div:has(input:required, textarea:required) > dt {
  position: relative;
}
#formArea .formWrap > dl > div:has(input:required, textarea:required) > dt::after {
  content: "必須";
  color: #fff;
  font-size: 12px;
  text-align: center;
  width: 4.2em;
  background: #DF263C;
  border-radius: 50vh;
  margin: 0 0 0 0.5em;
  display: inline-block;
}
#formArea .formWrap > dl > div:has(input[name=eventDate]) > dt::after {
  content: none;
}
#formArea .formWrap > dl > div > dd {
  flex: 17;
  padding: 30px 0;
}
#formArea .formWrap > dl > div > dd > div + div {
  margin: 20px 0 0;
}
#formArea .formWrap > dl > div > dd .radioBlock {
  column-gap: 30px;
  display: flex;
  flex-wrap: wrap;
}
#formArea .formWrap > dl > div > dd .calendarBlock {
  display: flex;
  column-gap: 20px;
}
#formArea .formWrap > dl > div > dd .oaitePrefBlock {
  align-items: center;
  column-gap: 20px;
  grid-row-gap: 5px;
  display: flex;
  flex-wrap: wrap;
}
#formArea .formWrap > dl > div > dd .oaitePrefBlock::before, #formArea .formWrap > dl > div > dd .oaitePrefBlock::after {
  content: "";
  width: 100%;
}
#formArea .formWrap > dl > div > dd .oaitePrefBlock::before {
  order: 2;
}
#formArea .formWrap > dl > div > dd .oaitePrefBlock dt:nth-of-type(n+2),
#formArea .formWrap > dl > div > dd .oaitePrefBlock dd:nth-of-type(n+2) {
  order: 1;
}
#formArea .formWrap > dl > div > dd .oaitePrefBlock dt:nth-of-type(n+3),
#formArea .formWrap > dl > div > dd .oaitePrefBlock dd:nth-of-type(n+3) {
  order: 2;
}
#formArea .formWrap > dl > div > dd .maxBlock {
  width: 100%;
}
#formArea .formWrap > dl > div > dd .halfBlock {
  width: 50%;
}
#formArea .formWrap > dl > div > dd .quarterBlock {
  width: 25%;
}
#formArea .formWrap > dl > div > dd .minBlock {
  width: 15%;
}
#formArea .formWrap > dl > div > dd .errorText,
#formArea .formWrap > dl > div > dd #errorLastMsg {
  width: 100%;
}
#formArea .formWrap > dl > div > dd dl + div {
  margin: 20px 0 0;
}
#formArea .formWrap > dl > div > dd dl dd {
  margin: 5px 0 0;
}
#formArea .formWrap > dl > div > dd dl dd + dt {
  margin: 10px 0 0;
}
#formArea .formWrap > dl > div > dd p.note {
  color: #808285;
  font-size: 13px;
  margin: 5px 0 0;
}
#formArea .formWrap .bottomBlock {
  border-top: solid 1px #E2E2E2;
  padding: 50px 0 0;
}
#formArea .formWrap .bottomBlock .privacy {
  text-align: center;
}
#formArea .formWrap .bottomBlock .privacy label {
  margin: 0 20px 0 0;
  display: inline-block;
}
#formArea .formWrap .bottomBlock .privacy label:has(input:checked) span {
  color: inherit;
}
#formArea .formWrap .bottomBlock .privacy label input + span {
  color: #DF263C;
  font-size: 16px;
  font-weight: 700;
}
#formArea .formWrap .bottomBlock .privacy .note {
  color: #808285;
  vertical-align: top;
  display: inline-block;
}
#formArea .formWrap .bottomBlock .privacy .caution {
  font-size: 13px;
  text-align: left;
  margin: 10px 0 0;
}
#formArea .formWrap .bottomBlock .privacy .caution a {
  color: var(--textLink);
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  #formArea .formWrap .bottomBlock .privacy .caution a:hover {
    text-decoration: none;
  }
}
#formArea .formWrap .bottomBlock .btnWrap {
  margin: 30px 0 0;
}
#formArea .formWrap .bottomBlock .btnWrap .submitBtn {
  font-size: 26px;
  width: 420px;
  margin: 0 auto;
  position: relative;
}
#formArea .formWrap .bottomBlock .btnWrap .submitBtn::after {
  content: "";
  color: #fff;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M9 6l6 6l-6 6" /></svg>');
  mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M9 6l6 6l-6 6" /></svg>');
  line-height: 1;
  pointer-events: none;
  position: absolute;
  top: 50%;
  right: 20px;
  translate: 0 -50%;
}
#formArea .formWrap .bottomBlock .btnWrap .submitBtn .btn {
  color: #FFF;
  font-size: 26px;
  font-weight: 700;
  line-height: 80px;
  width: 100%;
  background: #a3a3a3;
  appearance: none;
  -webkit-appearance: none;
  display: block;
  transition: 0.3s;
  cursor: pointer;
  pointer-events: none;
}
#formArea .formWrap .bottomBlock .btnWrap .submitBtn .btn:not(:disabled) {
  pointer-events: auto;
  background: #DF263C;
}
@media (hover: hover) and (pointer: fine) {
  #formArea .formWrap .bottomBlock .btnWrap .submitBtn .btn:hover {
    opacity: 0.7;
  }
}
#formArea .formWrap .bottomBlock .btnWrap .backBtn {
  text-align: center;
  margin: 20px 0 0;
}
#formArea .formWrap .bottomBlock .btnWrap .backBtn a {
  color: var(--textLink);
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  #formArea .formWrap .bottomBlock .btnWrap .backBtn a:hover {
    text-decoration: none;
  }
}
#formArea .formWrap .bottomBlock .joken {
  font-size: 13px;
  border: none;
  margin: 40px 0 0;
}
#formArea .textBlock1 p {
  font-size: 17px;
  font-weight: 700;
}
#formArea .textBlock2 {
  font-size: 13px;
}
#formArea .textBlock2 .payment {
  font-size: 16px;
}
#formArea .textBlock2 .payment .man {
  color: #42A0CC;
  font-weight: 700;
}
#formArea .textBlock2 .payment .woman {
  color: #DD7599;
  font-weight: 700;
}
#formArea .textBlock2 .cancel {
  white-space: pre-wrap;
  margin: 0.5em 0 0;
}
#formArea .textBlock2 .kaisu {
  margin: 0.5em 0 0;
  font-size: 14px;
}

.thanksArea .midashi {
  color: var(--textEm);
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 20px;
}
.thanksArea p + p {
  margin: 1em 0 0;
}
.thanksArea p:has(a) {
  text-align: center;
  margin: 2em 0 0;
}
.thanksArea ul {
  margin: 1em 0;
}
.thanksArea a {
  color: var(--textLink);
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  .thanksArea a:hover {
    text-decoration: none;
  }
}

@media only screen and (max-width: 750px) {
  body {
    font-size: 3.7vw;
  }
  .step {
    width: 100vw;
    border-radius: 0;
    margin: 0 calc(50% - 50vw);
    margin-bottom: 5.3vw;
  }
  .step li {
    line-height: 50px;
    font-size: 14px;
  }
  .step li:first-child::before {
    border: solid 31px transparent;
    top: -6px;
  }
  .step li:first-child::after {
    right: -27px;
  }
  #formArea {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
  #formArea input[type=text],
  #formArea input[type=tel],
  #formArea input[type=email],
  #formArea textarea {
    font-size: 3.5vw;
    padding: 2.6vw 6vw 2.6vw 2.2vw;
  }
  #formArea .selectArea::after {
    right: 1.5vw;
  }
  #formArea .selectArea:has(select:user-valid)::before {
    right: -35px;
  }
  #formArea .selectArea select {
    font-size: 3.5vw;
    border-radius: 0;
    padding: 2.6vw 8vw 2.6vw 3.6vw;
  }
  #formArea label .inputWrap:has(input:user-valid,
  input:-webkit-autofill,
  input:autofill,
  input:not(:placeholder-shown))::after {
    width: 3.5vw;
    height: 2.1vw;
  }
  #formArea textarea {
    padding: 1.6vw 3vw;
  }
  #formArea .lead {
    font-size: 3.5vw;
    margin: 0 0 6.6vw;
    padding: 0 6.6vw;
  }
  #formArea .formWrap {
    display: flex;
    flex-direction: column;
  }
  #formArea .formWrap dl.howto > div {
    border-bottom: none;
  }
  #formArea .formWrap dl.howto > div + div {
    border-top: solid 1px #E2E2E2;
  }
  #partner .formWrap .myList {
    order: 4;
  }
  #partner .formWrap .myHeading {
    order: 3;
  }
  #partner .formWrap .oaiteHeading {
    order: 1;
  }
  #partner .formWrap .oaiteList {
    order: 2;
  }
  #partner .formWrap .bottomBlock {
    order: 5;
  }
  #formArea .formWrap h2 {
    font-size: 4vw;
    margin: 0;
    padding: 3vw 0;
  }
  #formArea .formWrap h2:first-child {
    margin: 7vw 0 0vw;
  }
  #formArea .formWrap .errorText,
  #formArea .formWrap #errorLastMsg {
    font-size: 3.2vw;
  }
  #formArea .formWrap #errorLastMsg {
    margin: 0 0 3vw;
  }
  #formArea .formWrap > dl > div {
    padding: 6.6vw;
    flex-direction: column;
  }
  #formArea .formWrap > dl > div > dt {
    font-size: 3.7vw;
    margin: 0 0 5vw;
    padding: 0;
    flex: 1;
  }
  #formArea .formWrap > dl > div > dt::after {
    width: 3.8em;
  }
  #formArea .formWrap > dl > div:has(input:required, textarea:required) > dt::after {
    font-size: 2.9vw;
    width: 3.8em;
  }
  #formArea .formWrap > dl > div > dd {
    flex: 1;
    padding: 0;
  }
  #formArea .formWrap > dl > div > dd > div + div {
    margin: 5vw 0 0;
  }
  #formArea .formWrap > dl > div > dd .radioBlock {
    column-gap: 7vw;
    row-gap: 4.5vw;
  }
  #formArea .formWrap > dl > div > dd .calendarBlock {
    flex-wrap: wrap;
  }
  #formArea .formWrap > dl > div > dd .calendarBlock .halfBlock {
    width: 75%;
  }
  #formArea .formWrap > dl > div > dd .calendarBlock .selectArea {
    margin: 3vw 0 0;
  }
  #formArea .formWrap > dl > div > dd .oaitePrefBlock dt {
    margin: 2vw 0 0;
  }
  #formArea .formWrap > dl > div > dd .maxBlock {
    width: 100%;
  }
  #formArea .formWrap > dl > div > dd .halfBlock {
    width: 50%;
  }
  #formArea .formWrap > dl > div > dd .quarterBlock {
    width: 30%;
  }
  #formArea .formWrap > dl > div > dd .minBlock {
    width: 25%;
  }
  #formArea .formWrap > dl > div > dd .errorText,
  #formArea .formWrap > dl > div > dd #errorLastMsg {
    width: 100%;
  }
  #formArea .formWrap > dl > div > dd dl + div {
    margin: 7vw 0 0;
  }
  #formArea .formWrap > dl > div > dd dl dt:not(:first-of-type) + dd {
    margin: 1.5vw 0 0;
  }
  #formArea .formWrap > dl > div > dd dl dd {
    margin: 1.5vw 0 0;
  }
  #formArea .formWrap > dl > div > dd dl dd + dt {
    margin: 3.5vw 0 0;
  }
  #formArea .formWrap > dl > div > dd p.note {
    font-size: 3.2vw;
  }
  #formArea .formWrap .bottomBlock {
    padding: 6.6vw 0 0;
  }
  #formArea .formWrap .bottomBlock .privacy {
    padding: 0 6.6vw;
  }
  #formArea .formWrap .bottomBlock .privacy label {
    text-align: center;
    margin: 0 0 3vw;
  }
  #formArea .formWrap .bottomBlock .privacy label input + span {
    font-size: 4vw;
  }
  #formArea .formWrap .bottomBlock .privacy .note {
    font-size: 2.9vw;
    display: block;
  }
  #formArea .formWrap .bottomBlock .privacy .caution {
    margin: 10px 0 0;
    font-size: 3.2vw;
  }
  #formArea .formWrap .bottomBlock .btnWrap {
    margin: 6.6vw 0 0;
    padding: 0 6.6vw;
  }
  #formArea .formWrap .bottomBlock .btnWrap .submitBtn {
    font-size: 5vw;
    width: 100%;
  }
  #formArea .formWrap .bottomBlock .btnWrap .submitBtn::after {
    right: 3vw;
  }
  #formArea .formWrap .bottomBlock .btnWrap .submitBtn .btn {
    font-size: 5vw;
    line-height: 18.6vw;
  }
  #formArea .formWrap .bottomBlock .btnWrap .backBtn {
    margin: 5vw 0 0;
  }
  #formArea .formWrap .bottomBlock .joken {
    font-size: 3.2vw;
    border: none;
    margin: 10vw 0 0;
    padding: 0 6.6vw;
  }
  .thanksArea {
    margin: 8vw 0 0;
  }
  .thanksArea .step {
    margin-bottom: 8.3vw;
  }
  .thanksArea .midashi {
    font-size: 4vw;
    font-weight: 700;
    margin: 0 0 5vw;
  }
  .thanksArea p {
    font-size: 3.2vw;
  }
}

/*# sourceMappingURL=form_common.css.map */
