/* Footer */
.page-footer-container {
  background-color: #005d52;
  color: #ffffff;
  padding: 40px 0 0;
}

.page-footer-container .container {
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.page-footer-container h4 {
  color: white;
  font-size: 16px;
  margin-bottom: 20px;
}

.page-footer-container .footer-left img {
  height: 50px; /* Placeholder */
  margin-bottom: 20px;
}

.page-footer-container .footer-left p {
  margin: 5px 0;
  font-size: 14px;
}
.page-footer-container .footer-left p.last-tel {
  margin-left: 70px;
}

.page-footer-container .footer-center ul li {
  margin-bottom: 10px;
}

.page-footer-container .footer-center a:hover {
  color: white;
}

.page-footer-container .footer-right {
  display: flex;
}

.page-footer-container .footer-right > div {
  margin-left: 40px;
}

.page-footer-container .footer-right img {
  width: 160px;
  height: 160px;
}

.page-footer-container .footer-bottom {
  background-color: #005d52;
  text-align: center;
  padding: 20px 0;
  font-size: 12px;
}

.page-footer-container .footer-bottom p {
  margin: 5px 0;
}
.page-footer-container .footer-bottom p.banben-text {
  font-size: 20px;

}
