/* --------------------------------------
footer
---------------------------------------*/
.inst {
  right: 0;
  width: 40px;
  height: 40px;
  bottom: 95px;
}

footer #page-top {
  right: 0;
  width: 40px;
  height: 40px;
}
footer #page-top::after {
  width: 14px;
  height: 14px;
  right: calc(50% - 9px);
}
footer .bg-white .flexbox {
  display: block;
}
footer .bg-white .flexbox .inner {
  width: 100%;
}
footer .bg-white .flexbox .inner .logo-area {
  display: block;
  font-size: 15px;
}
footer .bg-white .flexbox .inner .logo-area .logo {
  text-align: center;
  margin-right: 0;
  margin-bottom: 10px;
}
footer .bg-white .flexbox .inner .logo-area .logo img {
  width: 100%;
  height: auto;
  max-width: 200px;
  margin: auto;
}
footer .bg-white .flexbox .inner .detail {
  text-align: center;
}
footer .bg-white .flexbox .inner .area {
  display: flex;
  justify-content: space-between;
}
footer .bg-white .flexbox .inner .area .title {
  width: 100px;
}
footer .bg-white .flexbox .inner .area .flexbox {
  width: calc(100% - 110px);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
footer .bg-white .flexbox .inner .area .flexbox .inner {
  width: 49%;
  font-size: 16px;
  margin-bottom: 4px;
}
footer .bg-white .flexbox .inner .btn-area .btn {
  max-width: 100%;
}
footer .bg-white .flexbox .inner .btn-area .btn:before {
  display: none;
}
footer .bg-white .flexbox .inner .btn-area .btn.bg-or-grad {
  padding: 20px;
  padding-top: 20px;
  line-height: 1.2;
  font-size: 36px;
}
footer .bg-white .flexbox .inner .btn-area .btn.bg-or-grad span {
  font-size: 16px;
}
footer .bg-white .flexbox .inner .btn-area .btn.bg-or-grad .icon {
  top: 13px;
  left: 20px;
}
footer .bg-white .flexbox .inner .btn-area .btn.bg-or-grad .icon img {
  width: 17px;
}
footer .bg-white .flexbox .inner .btn-area .btn.bg-bl-grad {
  margin-bottom: 20px;
  padding: 20px;
  font-size: 22px;
  line-height: 1.5;
}
footer .bg-white .flexbox .inner .btn-area .btn.bg-bl-grad span {
  font-size: 16px;
}
footer .bg-white .flexbox .inner .btn-area .btn.bg-bl-grad .icon {
  top: 13px;
  left: 20px;
}
footer .bg-white .flexbox .inner .btn-area .btn.bg-bl-grad .icon img {
  width: 25px;
}
footer .bg-white .flexbox .white-box-shadow {
  width: 100%;
  padding: 20px;
}
footer .bg-white .flexbox .white-box-shadow .heading {
  margin-bottom: 10px;
}/*# sourceMappingURL=sp-footer.css.map */