.b-modal-search-postal-code-contents.modal-comfirm-contents {
  padding: 50px 10px 0 10px;
}

@media only screen and (max-width: 767px) {
  .b-modal-search-postal-code-contents.modal-comfirm-contents {
    padding: 50px 10px 0 10px;
  }
}

.b-modal-search-postal-code__txt.modal-comfirm-txt {
  text-align: center;
  margin: 0 0 20px;
}
@media only screen and (max-width: 767px) {
  .b-modal-search-postal-code__txt.modal-comfirm-txt {
    margin: 30px 0 0 0;
  }
}

.b-modal-search-postal-code-inner.modal-comfirm-inner {
  top: 70%;
  height: 300px;
  background: #ffffff;
}

@media only screen and (max-width: 767px) {
  .b-modal-search-postal-code-inner.modal-comfirm-inner {
    top: 10%;
  }
}

.bg.comfirm-bg {
  opacity: 0.5;
}

.modal-form-submit-btn-area {
  width: auto;
  background: #ffffff;
}

.modal-form-submit-btn-area__return-link {
  position: static;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 20px 0 0 0;
}
