/* CSS Document */
body {
  min-width: auto;
}

#box.top_block03_column02 .prd_ttl {
  left: 50%;
  transform: translateX(-50%);
}
#box.top_block03_column02 .prd_pkg {
  margin-left: 5%;
  width: 30%;
}
#box dd span {
  padding: 0 0.5rem 0 0;
}

#bnr_storesmap {
    margin: 50px auto 0;
    width: 350px;
}

@media (max-width: 767px) {
  #box.top_block03_column02 .prd_pkg {
    margin-left: auto;
    width: 100%;
  }
  #box .top_block03_image04 img {
    max-height: 200px;
  }
  
  #bnr_storesmap{
    margin: 10vw auto 0;
    width: 80%;
  }
}
