#contents .pulldown + .pulldown {
  margin-top: 0;
}

.wpcf7-not-valid-tip {
  position: relative;
  z-index: 99;
  background: #F6F6F6;
}

.formCheck .wpcf7-list-item-label {
  display: none;
}

.flex {
  display: flex;
}
.flex.hcenter {
  justify-content: center;
}
.flex.vcenter {
  align-items: center;
}

.w100 {
  width: 100% !important;
}

.service__text .link {
  margin-top: 2.9rem;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.6;
}
.service__text .link a[target=_blank] {
  text-decoration: underline;
  text-underline-offset: 0.7rem;
  text-decoration-color: #331C1B;
}
.service__text .link a[target=_blank]::after {
  display: inline-block;
  position: relative;
  top: 0.1rem;
  margin-left: 0.6rem;
  width: 1.3rem;
  height: 1.3rem;
  background: url(../../asset/img/common/icon_brank.svg) no-repeat 0 0/100% auto;
  content: "";
}

.anchor-target {
  padding-top: 160px;
  margin-top: -190px;
}

.is-none {
  display: none;
}

.formBtnBox + h2 {
  margin-top: 0 !important;
}

#form.form--confirm dt {
  margin-top: 0;
}
#form.form--confirm .selectOuter_day {
  gap: 5px;
  justify-content: flex-start;
  display: flex;
}
#form.form--confirm .selectOuter_day > * {
  width: -moz-fit-content;
  width: fit-content;
}
#form.form--confirm .selectOuter_day > *:not(:last-child) {
  margin-bottom: 0;
}
#form.form--confirm .cf7mls_back.action-button {
  background-color: #B5B5B5;
}

.partner {
  background: #F6F6F6;
  padding: 8rem 0 6rem;
}
.partner__text {
  font-size: 22px;
  font-weight: bold;
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .partner {
    padding: 4rem 0 2rem;
  }
  .partner__text {
    font-size: 15px;
  }
}

@media screen and (max-width: 900px) {
  .anchor-target {
    padding-top: 60px;
    margin-top: -100px;
  }
}
@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}/*# sourceMappingURL=style.css.map */