/*  footer  */
@media screen and (max-width: 520px) {
  footer {
    padding-bottom: 55px;
  }
}
footer #footer-head {
  text-align: center;
  padding: 60px 0;
}
footer #footer-head .footer-info .footer-p {
  font-size: 20px;
  margin: -20px auto 30px;
}
@media screen and (max-width: 520px) {
  footer #footer-head .footer-info .footer-p {
    margin: -20px auto 5px;
  }
}
footer #footer-head .footer-info .footer-logo {
  display: inline-block;
  margin-bottom: 30px;
}
@media screen and (max-width: 520px) {
  footer #footer-head .footer-info .footer-logo {
    width: 90%;
  }
}
@media screen and (max-width: 520px) {
  footer #footer-head .footer-address {
    text-align: left;
  }
  footer #footer-head .footer-address .tel {
    margin-top: 10px;
  }
}
footer #footer-head .box-area {
  background-color: #ffedef;
  line-height: 1.5;
  padding: 15px;
  margin-top: 40px;
  text-align: left;
}
footer #footer-head .box-area .footer-p {
  letter-spacing: 0.02em;
}
@media screen and (max-width: 820px), print {
  footer #footer-head .box-area {
    font-size: 14px;
  }
}
@media screen and (max-width: 520px) {
  footer #footer-head .box-area {
    margin-top: 25px;
  }
  footer #footer-head .box-area .footer-p {
    letter-spacing: 0.05em;
  }
}
footer #footer-foot {
  background-color: #e8627d;
  padding: 5px 0;
}
footer #footer-foot .copyright {
  text-align: center;
  color: #fff;
  font-family: "Outfit", sans-serif;
  font-weight: 200;
}
@media screen and (max-width: 820px), print {
  footer #footer-foot .copyright {
    font-size: 12px;
  }
}

.widget_foot {
  background-image: url(../images/top/widget-foot@2x.jpg);
  bottom: 0;
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 55px;
}
.widget_foot .whiteBg {
  background-color: #fff;
  margin: 5px 5px;
  padding: 3px 6px;
  height: 45px;
}
.widget_foot .whiteBg .widget-footP {
  max-width: 410px;
  margin: 0 auto;
}