@charset "UTF-8";

.c-form__label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.75rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.2em;
    margin-bottom: 0.5rem;
}

.c-form__required,
.c-form__optional {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #ffffff;
    font-size: 0.625rem;
    width: 1.625rem;
    height: 1rem;
    border-radius: 0.125rem;
    line-height: 1;
}

.c-form__required {
    background-color: #E20000;
}

.c-form__optional {
    background-color: #6C8996;
}

.c-dl__check {
    display: flex;
    align-items: center;
    font-size: 1.2em;
    line-height: 1;
    font-weight: 700;
}

.c-dl__check input[type="checkbox"] {
    width: 1.4em;
    height: 1.4em;
    margin: 0;
}

.c-dl__check span {
    margin-left: 0.4rem;
}

.c-btn--postal {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 7rem;
    height: 2.25rem;
    background-color: #013990;
    border-radius: 100vh;
    color: #ffffff;
    font-weight: bold;
    font-size: 0.9rem;
    box-shadow: 0rem 0.25rem 0.25rem 0 rgba(0, 0, 0, 0.16);
    border: 0.125rem solid #ffffff;
    line-height: 1;
    padding-bottom: 0.0625rem;
}

.postal-wrapper {
    display: flex;
    gap: 8px;
    align-items: center;
    flex-wrap: wrap;
}

.postal-wrapper input {
    width: 8rem;
    padding: 0.5rem;
    box-sizing: border-box;
    flex: 1 1 auto;
}

.postal-wrapper .c-btn--postal {
    flex-shrink: 0;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
    .postal-wrapper {
        flex-direction: column;
        align-items: stretch;
    }

    .postal-wrapper input,
    .postal-wrapper .c-btn--postal {
        width: 100%;
    }
}

.c-form__input input, .c-form__select select, .c-form__date input, .c-form__textarea textarea {
  width: 100%;
  padding: 0.5rem;
  font-size: 1rem;
  border: 1px solid #888888;
  border-radius: 0.25rem;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-form__input input, .c-form__select select, .c-form__date input, .c-form__textarea textarea {
    font-size: 1.0625rem;
  }
}

.c-head-box {
  background-color: #ffffff;
  border-radius: 1rem;
  padding: 3.75rem 2.75rem;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-head-box {
    padding: 2rem 1.5rem;
  }
}

.c-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.75rem;
}

.c-head__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 1.5;
}

.c-head__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}

.c-head.-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.c-head.-start .c-head__ttl {
  margin-top: 1.125rem;
}

.c-btn.is-disabled {
  pointer-events: none;
  opacity: 0.5;
}

.c-search__input--short {
  width: 10em;
  border-radius: 100vh;
  border: 0.1em solid #999999;
  padding: 0.5em 1.2em 0.6em;
  font-size: 1.4em;
  line-height: 1;
}



table td.est-cell-right {
  text-align: right;
  padding-right: 20px !important;
}
