  #post-search{
    width: 910px;
    margin-top: 100px;
    background: #F2F2F2;
    padding: 28px;
    border-radius: 8px;
    height: fit-content;
    margin-bottom: 12px;
  }
  #postalcode:focus {
    outline: none;
}
/* #post-search::after {
    background-image: url(../../common/img/new-areaimage.png);
    position: absolute;
    height: 610px;
    width: 77%;
    content: "";
    background-repeat: no-repeat;
    left: 12%;
    z-index: 72;
} */
  .h-adr{
    text-align: center;
    background-color: #ddf2ff;
    left: 50%;
    top: 50%;
    font-size: 1.5rem;
    margin: 0;
  }
  .popup-bg-cover{
    position: fixed;
    background: rgba(0, 0, 0, .5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
  }
  .popup-bg-cover.is-show{
    opacity:1 ;
    visibility: visible;
  }
  /* ポップアップ */
  .popup {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: .5s;

  }
  .popup.is-show {
    opacity: 1;
    visibility: visible;
  }
  #popupfooter .inquiry{
    margin-top: 0 !important;
  }
  .popup-inner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 80%;
    max-width: 900px;
    padding-top: 52px;
    padding-right: 100px;
    padding-bottom: 52px;
    padding-left: 100px;
    border: 3px solid #3b9c71;
    background-color: white;
    border-radius: 10px;
    z-index: 9999;
  }
  .close-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 50px;
    font-size: 20px;
    font-weight: bold;
    cursor: scoreer;
  }
  .postalcode{
    font-size: 150%;
    font-weight : bold;
    text-align:center;
    text-align: left;
    padding-left: 20px;
    width: 400px;
    height:40px;
    font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  }
  .input{
    flex-wrap: wrap;
  }
  .inputbutton{
    margin: 0 auto;
  }
  .zipcode{
    font-size: 200%;
    font-weight: bold;
    text-align: center;
    color: #3b9c71;
    height: 50px;
  }
  .text{
  flex-wrap: wrap;
  height: 80px;
  text-align: center;
  }
  .addresstext{
    font-weight: bold;
    text-align: center;
        letter-spacing: 1px;
    font-size: 20px;
  }
  .ashiato-popup{
     color: #F7931E;
    font-size: 34px;
    font-weight: bold;
    height: 50px;
    letter-spacing: 0px;
  }
  .explanation{
    height: 80px;
    font-weight: bold;
    font-size: 20px;
    margin-top: 20px;
    text-align: center;
  }
  .popupimg{
    flex-wrap: wrap;
    justify-content:space-around;
  }
  .popupfooter{
    opacity: 0;
    visibility: hidden;
  }
  .popupfooter.is-show{
    opacity: 1;
    visibility: visible;
  }
  #show-btn {
    cursor: scoreer;
    padding: 0;
    width: 30%;
    height: 50px;
  border-radius: 0 30px 30px 0;
  background: #3B9B71;
  color: #fff;
  font-weight: bold;
}
#postalcode{
  font-size: 20px;
      width: 70%;
  height: 50px;
  border-radius: 30px 0 0 30px;
      border: none !important;
}
div#note {
    font-size: 17px;
    margin-top: 10px;
}
div#inputarea {
    font-size: 28px;
    display: flex;
    margin: 0 auto;
    width: 80%;
    border-radius: 30px;
    box-shadow: 0px 2px 5px -2px #bbb;
}
@media(max-width:768px){
  #post-search{
    width: 95%;
  }
  .popup-inner{
    padding: 0;
    width: 95%;
  }
  #note {
    margin: 10px 0;
  }
  .step_head{
    font-size: 20px;
  }
  #show-btn{
    width: 100%;
  }
  .postalcode {
    width: 90%;
  }
  .explanation{
    font-size: 16px;
    margin-top: 20px;
  }
  .popupfooter.is-show{
    margin-top: 40px;
  }
  .text{
    height: 20px;
  }
  #popupheader {
    margin-top: 30px;
}
.popupimg img {
    margin-bottom: 10px;
}
.popup-inner {
    position: absolute;
    top: 54%;
}
#popupfooter .inquiry {
    width: 90%;
}
}
@media(max-width:375px){
  .popup-inner {
top: 57%;
    height: 540px !important;
}
#popupfooter .inquiry {
    width: 90%;
}
}
