  #post-search{
    margin-top: 100px;
  }
  .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;
  }
  .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 #E50112;
    background-color: #FDF7D4;
    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: pointer;
  }
  .postalcode{
    font-size: 150%;
    font-weight : bold;
    text-align:center;
    width: 400px;
    height:40px;
  }
  .input{
    flex-wrap: wrap;
  }
  .inputbutton{
    margin: 0 auto;
  }
  .zipcode{
    font-size: 200%;
    font-weight: bold;
    text-align: center;
    color: red;
    height: 50px;
  }
  .text{
  flex-wrap: wrap;
  height: 80px;
  }
  .addresstext{
    font-weight: bold;
    font-size: 15px;
    text-align: center;
  }
  .comment-popup{
    color: red;
    font-size: 200%;
    font-weight: bold;
    height: 50px;
  }
  .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: pointer;
    padding: 0;
    height: 46px;
}
#postalcode{
  font-size: 20px;
}
div#note {
    font-size: 17px;
}
div#inputarea {
    font-size: 28px;
}
@media(max-width:768px){
  #post-search{
    width: 95%;
  }
  .popup-inner{
    padding: 0;
    width: 95%;
  }
  #note {
    margin: 10px 0;
  }
  .step_title{
    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;
}
}
