/* Local adapter for the Panasonic Homes 20260108 phbases footer template. */
body.has-phbases-header .fixed-cta-container {
  z-index: 1001;
}

#globalplt,
#globalfooter {
  clear: both;
  position: relative;
  z-index: 1;
  isolation: isolate;
  overflow: hidden;
  background: #fff;
}

#globalplt,
#globalfooter {
  font-family: "Noto Sans JP", sans-serif;
}

#phg-header .phg-header-pulldown-content-title-text:after {
  background-image: url("../phbases/img/arrow_link_circle_top.png") !important;
}

#phg-header .phg-header-pulldown-content-cv-nav-btn[target=_blank]:after {
  background-image: url("../phbases/img/ico_blank_blue.png") !important;
}

.g-businessmenu .slink a.btn-cmn-01:after {
  background-image: url("../phbases/img/arrow_bmbh.png") !important;
}

.g-pgd #globalfooter-nav .print a,
.g-pgd #globalfooter-nav .globalfooter-print a {
  background-image: url("../phbases/img/pgd_icn-print.gif") !important;
}

.g-pgd #globalfooter-nav .pagetop a,
.g-pgd #globalfooter-nav .globalfooter-pagetop a {
  background-image: url("../phbases/img/pgd_icn-footer-arrow-up.gif") !important;
}

#globalplt p,
#globalplt ul,
#globalplt li,
#globalfooter p,
#globalfooter ul,
#globalfooter li {
  margin: 0;
  padding: 0;
}

#globalplt li,
#globalfooter li {
  list-style: none;
}

#globalplt {
  background: #fff;
  padding: 24px 0;
}

#globalplt .globalplt-container {
  max-width: 976px;
  width: 96%;
  margin-inline: auto;
  display: flex;
  align-items: center;
}

#globalplt .globalplt-container img {
  width: auto;
  max-width: 100%;
  height: auto;
  vertical-align: baseline;
}

#globalplt .globalplt-pltlogo {
  flex-basis: 340px;
  flex-shrink: 1;
}

#globalplt .globalplt-text {
  flex-shrink: 0;
  padding: 0 16px;
  margin-right: 16px;
  border-right: 1px solid #989898;
  line-height: 1.75;
  font-size: 11px;
  color: #666;
  font-family: Meiryo, "MS PGothic", Osaka, sans-serif;
  font-feature-settings: "palt";
}

#globalplt .globalplt-text a {
  color: inherit;
  font-family: Meiryo, "MS PGothic", Osaka, sans-serif;
  letter-spacing: 0;
  font-weight: 400;
  text-decoration: none;
}

#globalplt .globalplt-phslogo {
  flex-basis: 160px;
  flex-shrink: 1;
}

.g-pgd#globalfooter {
  background-color: #f1f1f1;
  color: #222;
  border-top: none;
  padding-bottom: 10em;
  font-feature-settings: initial;
}

.g-pgd .globalfooter-container {
  max-width: 976px;
  margin: 0 auto;
  padding: 0 2px;
  position: relative;
}

.g-pgd#globalfooter a {
  color: #222;
  text-decoration: none;
}

.g-pgd #globalfooter-nav::after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: ".";
}

.g-pgd #globalfooter-nav a {
  font-family: "Open Sans Condensed", Arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
}

.g-pgd #globalfooter-nav .globalfooter-print {
  width: 312px;
  margin-right: 20px;
  padding: 18px 0 18px 20px;
  float: left;
}

.g-pgd #globalfooter-nav .globalfooter-links {
  float: right;
  font-size: 0;
}

.g-pgd #globalfooter-nav .globalfooter-links li {
  padding: 18px 10px;
  display: inline-block;
  font-family: Meiryo, "MS PGothic", Osaka, sans-serif;
}

.g-pgd #globalfooter-nav .globalfooter-pagetop {
  padding-top: 8px;
  text-align: center;
  width: 312px;
  float: left;
  font-family: Meiryo, "MS PGothic", Osaka, sans-serif;
}

.g-pgd #globalfooter-nav .globalfooter-pagetop a {
  color: #666;
  display: inline-block;
  padding: 10px 0 0;
  background: url("../phbases/img/pgd_icn-footer-arrow-up.gif") no-repeat top center;
}

.g-pgd #globalfooter-terms {
  padding-top: 10px;
  font-size: 11px;
}

.g-pgd #globalfooter-terms .globalfooter-copyright {
  text-align: center;
  color: #222;
  font-family: Meiryo, "MS PGothic", Osaka, sans-serif;
}

.g-pgd #globalfooter-terms .globalfooter-links {
  margin-top: 10px;
  text-align: center;
  font-size: 0;
}

.g-pgd #globalfooter-terms .globalfooter-links li {
  display: inline-block;
  border-left: 1px solid #666;
  padding: 0 5px;
  font-family: Meiryo, "MS PGothic", Osaka, sans-serif;
}

.g-pgd #globalfooter-terms .globalfooter-links li:first-child {
  border-left: none;
}

.g-pgd #globalfooter-terms .globalfooter-links li a {
  font-size: 11px;
  font-family: Meiryo, "MS PGothic", Osaka, sans-serif;
}

@media only screen and (max-width: 768px) {
  #globalplt {
    margin-top: 0;
    padding: 45px 14px;
  }

  #globalplt .globalplt-container {
    display: block;
    width: 100%;
  }

  #globalplt .globalplt-pltlogo {
    width: 220px;
    margin-inline: auto;
    line-height: 1.5;
  }

  #globalplt .globalplt-text {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    border-right: none;
    margin-right: 0;
    margin-top: 5px;
    font-size: 12px;
  }

  #globalplt .globalplt-text br {
    display: none;
  }

  #globalplt .globalplt-phslogo {
    display: none;
  }

  .g-pgd .globalfooter-container {
    max-width: 640px;
    padding: 0;
  }

  .g-pgd #globalfooter-nav .globalfooter-print {
    display: none;
  }

  .g-pgd #globalfooter-nav .globalfooter-links {
    float: none;
    text-align: center;
    padding: 20px 0 0;
    overflow: hidden;
  }

  .g-pgd #globalfooter-nav .globalfooter-links li {
    margin-left: 0;
    padding: 5px 0;
    width: 33%;
  }

  .g-pgd #globalfooter-nav .globalfooter-pagetop {
    padding-top: 10px;
    width: 100%;
    float: none;
  }

  .g-pgd #globalfooter-nav .globalfooter-pagetop a {
    font-size: 10.5px;
  }

  .g-pgd #globalfooter-terms {
    padding-top: 0;
    font-size: 0.625rem;
  }

  .g-pgd #globalfooter-terms .globalfooter-copyright {
    font-size: 10px;
  }

  .g-pgd #globalfooter-terms .globalfooter-links li {
    border-left: 1px solid #c5c5c5;
    margin-bottom: 5px;
  }
}
