#post-search{
  max-width: 800px;
  margin: 20px auto;
  background: #F2F2F2;
  padding: 20px;
  border-radius: 8px;
  height: fit-content;
  border: 8px solid #fff;
}
#postalcode:focus {
  outline: none;
}
.step_head{
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 5px;
	text-align: center;
}

.postal{
background-color: #1F5FA4;
padding: 10px 0px 40px;
background-image:
    repeating-linear-gradient(to bottom,
      transparent 25px,
      rgba(255, 255, 255, 0.1) 26px,  rgba(255, 255, 255, 0.1) 26px,
      transparent 27px,  transparent 51px,
      rgba(255, 255, 255, 0.1) 52px,  rgba(255, 255, 255, 0.1) 52px,
      transparent 53px,  transparent 77px,
      rgba(255, 255, 255, 0.1) 78px,  rgba(255, 255, 255, 0.1) 78px,
      transparent 79px,  transparent 103px,
      rgba(255, 255, 255, 0.1) 104px,  rgba(255, 255, 255, 0.1) 104px,
      transparent 105px,  transparent 129px,
      rgba(255, 255, 255, 0.1) 10px,  rgba(255, 255, 255, 0.1) 10px),

    repeating-linear-gradient(to right,
      transparent 25px,
      rgba(255, 255, 255, 0.1) 26px,  rgba(255, 255, 255, 0.1) 26px,
      transparent 27px,  transparent 51px,
      rgba(255, 255, 255, 0.1) 52px,  rgba(255, 255, 255, 0.1) 52px,
      transparent 53px,  transparent 77px,
      rgba(255, 255, 255, 0.1) 78px,  rgba(255, 255, 255, 0.1) 78px,
      transparent 79px,  transparent 103px,
      rgba(255, 255, 255, 0.1) 104px,  rgba(255, 255, 255, 0.1) 104px,
      transparent 105px,  transparent 129px,
      rgba(255, 255, 255, 0.1) 10px,  rgba(255, 255, 255, 0.1) 10px);
	z-index: 99999 !important;
}

/* #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;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}

.popup-bg-cover.is-show{
  opacity:1 ;
  visibility: visible;
  z-index: 1049;
}
/* ポップアップ */
.popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1050; /* 他の要素より高い値 */
  opacity: 0;
  visibility: hidden;
  transition: .5s;
}
.popup.is-show {
  opacity: 1;
  visibility: visible;
  z-index: 999999;

}
#popupfooter .inquiry{
  margin-top: 0 !important;
}
.popup-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 90%;
  padding: 30px;
  border: 3px solid #004B9B;
  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: #004B9B;
  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: pointer;
    cursor: pointer;
    padding: 10px;
    width: 30%;
    height: 50px;
	font-weight: 700 !important;
	text-align: center;
    border-radius: 0 10px 10px 0;
    background: #FF8129;
	color: #fff;
    font-size: 20px;
}
#postalcode{
font-size: 20px;
width: 70%;
height: 50px;
border-radius: 10px 0 0 10px;
    border: none !important;
}
div#note {
  font-size: 14px;
  margin-top: 10px;
  text-align: center;
}
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:1090px){
.popup-innner.contact_info {
  display: inline-grid;
}

	
@media(max-width:768px){
#post-search{
  width: 95%;
    padding: 18px;
  margin-top: 30px;
}
	
div#note {
	font-size: 9pt;	
	}
.contact_text p {
    font-size: 14px;
}

	
.postal {
    padding: 20px 0 1px;
}
	
div#inputarea{
  width: 100%;
}
.popup-inner{
  padding: 0;
  width: 95%;
  padding-bottom: 10px;
}
	
#note {
  margin: 10px 0;
}
.step_head{
  font-size: 20px;
}
#show-btn{
  width: 85% ;
  font-size: 13px;
	padding-top: 14px;
}
.postalcode {
  width: 100% !important;
}
.explanation{
  font-size: 16px;
  margin-top: 20px;
}
.popupfooter.is-show{
  margin-top: 40px;
}
.text{
  height: 20px;
  margin-bottom: 70px;
}
#popupheader {
  margin-top: 30px;
}
.popupimg img {
  margin-bottom: 10px;
}

#popupfooter .inquiry {
  width: 90%;
}
div.contact_text {
  margin-bottom: 20px 0;
}
}
@media(max-width:375px){
#popupfooter .inquiry {
  width: 90%;
}
}
