@charset "utf-8";
/*20240226 追加*/
@media screen and (max-width: 834px) {
  .pc {
    display: none !important;
  }
}
@media screen and (min-width: 835px) {
  .sp {
    display: none !important;
  }
}

.form-wrap .form-row.address .post-code .note {
  margin-top: 0.3em;
}

.form-wrap .form-row.no-pd ._head {
  flex-wrap: wrap;
}

.form-wrap .custom-checkbox label {
  display: inline-block;
  margin-right: 15px;
  margin-top: 15px;
}
.form-wrap .custom-checkbox label input[type="checkbox"] + span {
  display: inline-block;
  position: relative;
  padding-left: 25px;
}
.form-wrap .custom-checkbox label input[type="checkbox"] + span:before,
.form-wrap .custom-checkbox label input[type="checkbox"] + span:after {
  content: "";
  display: inline-block;
  position: absolute;
}
.form-wrap .custom-checkbox label input[type="checkbox"] + span:before {
  top: -2px;
  left: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #ccc;
}
.form-wrap .custom-checkbox label input[type="checkbox"] + span:after {
  opacity: 0;
  top: 3px;
  left: 5px;
  width: 8px;
  height: 8px;
  background: #004ba8;
}
.form-wrap .custom-checkbox label input[type="checkbox"]:checked + span:after {
  opacity: 1;
}

.form-wrap .err:not(:last-child) {
  margin-bottom: 1em;
}

input[id^="other"] {
  height: 3em;
  transition: all 0.3s;
  padding-top: 1em;
  padding-bottom: 1em;
}
input[id^="other"].input_on {
  opacity: 0;
  height: 0;
  padding: 0;
}

/*-----追加250528--------------------------------*/
.form-wrap .form-row ._head .label {
  margin-left: 0px;
}
.form-wrap .form-row ._head {
  gap: 10px;
}
