@charset "UTF-8";
.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-btn.is-disabled {
  pointer-events: none;
  opacity: 0.5;
}


.c-table__btn.-fixed {
  background-color: #195842;
}

.-w60 {
  width: 60px;
  max-width: 60px;
  word-break: break-all;
  overflow-wrap: break-word;
  white-space: normal;
}


.u-w-3 {
  width: 3em;
}

.u-w-4 {
  width: 4em;
}

.u-w-4_5 {
  width: 4.5em;
}

.u-w-5 {
  width: 5em;
}

.u-w-5_5 {
  width: 5.5em;
}

.u-w-6 {
  width: 6em;
}

.u-w-6_5 {
  width: 6.5em;
}

.u-w-7 {
  width: 7em;
}

.u-w-8 {
  width: 8em;
}

.u-w-9 {
  width: 9em;
}

.u-w-10 {
  width: 10em;
}

.u-w-12 {
  width: 12em;
}

.u-w-15 {
  width: 15em;
}

.u-w-17 {
  width: 17em;
}

.u-w-20 {
  width: 20em;
}

.u-w-24 {
  width: 24em;
}

table td.est-cell-right {
  text-align: right;
  padding-right: 30px;
  
}

.phone_input::placeholder {
  font-size: 13px;
}

