.form .error-message {
  margin-top: 5px;
  padding: 10px;
  border: solid 1px red;
  background-color: #ffeeee;
}
.form input.form-error,
.form select.form-error,
.form textarea.form-error {
  border: solid 2px pink !important;
}
.form input[type=checkbox] {
  opacity: 100;
  width: 1em;
  height: 1em;
  margin: 1em;
}
.form .form__address select {
  text-align: left;
  width: 100%;
}

div.checkbox {
  float: left;
}

.modalArea {
  display: none;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modalBg {
  width: 100%;
  height: 100%;
  background-color: rgba(30, 30, 30, 0.9);
  eight: 100%;
}

.modalWrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  max-width: 600px;
  padding: 1.5em 2em;
  background-color: #fff;
}

.note_modal {
  display: block !important;
  margin-top: 7px;
  padding-left: 0 !important;
  cursor: pointer;
  font-size: 13px;
  color: #a21a1a !important;
  transition: 0.3s;
  text-decoration: underline;
}

.modalContents h4 {
  font-size: 18px;
  color: #a21a1a;
  line-height: 1.4;
  padding-bottom: 0.6em;
}
.modalContents p {
  font-size: 14px;
  line-height: 1.6;
}
.modalContents p strong {
  font-weight: bold;
  color: #1f50ac;
}

.closeModal {
  position: absolute;
  top: 0.4rem;
  right: 0.4rem;
  cursor: pointer;
  font-size: 26px;
}

.inquiry-flow.left {
  justify-content: left;
}
.inquiry-flow.left li:not(:nth-child(4n)) {
  margin-right: 55px;
}

.global-navi__sub__button--gray {
  background: #898989;
  /*	display: inline-block; */
  text-align: center;
}
.global-navi__sub__button--gray .small {
  margin-top: 0.5em;
  line-height: 1.25;
  font-size: 10px;
  display: block;
}
@media screen and (max-width: 768px) {
  .global-navi__sub__button--gray .small {
    margin-top: 1.25em;
  }
}
.global-navi__sub__button--gray .only1 {
  display: inline-block;
}
.global-navi__sub__button--gray .only2 {
  display: none;
}

.form__table.confirmtable tr td {
  vertical-align: middle;
}

.tbonly {
  display: none;
}

.residence__inner__top dl.r_btm dt.subtext {
  position: relative;
}
.residence__inner__top dl.r_btm dt.subtext::before {
  content: attr(data-subtext) "";
  font-size: 1rem;
  position: absolute;
  top: -1rem;
  right: 0;
}

small.mytext_small {
  margin-left: 0 !important;
  font-size: 80% !important;
  padding: 0 !important;
  background: none !important;
  color: #666 !important;
  position: relative !important;
  top: auto;
  transform: translateY(0);
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .tbonly {
    display: block;
  }
  .l-wrapper-lg .header-logo {
    width: 150px;
  }
  .l-wrapper-lg .global-navi__sub__button {
    width: 170px;
    text-align: left;
  }
  .l-wrapper-lg .global-navi__sub__button--gray .only1 {
    display: none;
  }
  .l-wrapper-lg .global-navi__sub__button--gray .only2 {
    display: inline-block;
  }
}
.maxWimage {
  max-width: 100%;
}

.flex {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.flex.c2 > * {
  width: calc((100% - 30px) / 2);
}
.flex.c2 > * img {
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .flex.c2.spW100 {
    flex-wrap: wrap;
  }
  .flex.c2.spW100 > * {
    width: 100%;
  }
  .flex.c2.spW100 > * + * {
    margin-top: 1em;
  }
}/*# sourceMappingURL=add.css.map */