/* --------------------------------------
footer
---------------------------------------*/
footer {
  background: #0f88be;
  padding-bottom: 60px;
}
footer .footer-conversion .heading {
  font-size: 24px;
}
footer .footer-conversion .flexbox.col2 {
  margin-top: 70px;
  margin-bottom: 16px;
}
footer .footer-conversion .flexbox.col2 .item {
  display: block;
  padding: 70px 16px 20px 16px;
}
footer .footer-conversion .flexbox.col2 .item .photo {
  width: 120px;
  position: absolute;
  top: -60px;
  left: calc(50% - 60px);
}
footer .footer-conversion .flexbox.col2 .item .photo img {
  width: 100%;
  height: auto;
}
footer .footer-conversion .flexbox.col2 .item .heading-marker-yellow .hedaing-marker-inner {
  font-size: 18px;
}
footer .footer-conversion .flexbox.col2 .item .tel-area img,
footer .footer-conversion .flexbox.col2 .item .mail-area img {
  width: 28px;
}
footer .footer-conversion .flexbox.col2 .item .tel-area {
  font-size: 34px;
  line-height: 0.8;
}
footer .footer-conversion .flexbox.col2 .item .tel-area span {
  font-size: 16px;
}
footer .footer-conversion .flexbox.col2 .item .mail-area {
  font-size: 26px;
  color: #ff9000;
  line-height: 1.2;
}
footer .footer-conversion .flexbox.col2 .item .mail-area span {
  font-size: 18px;
}
footer .footer-conversion .flexbox.col2 .item:first-child {
  margin-bottom: 80px;
}
footer .bg-white .logo {
  margin-bottom: 16px;
}
footer .bg-white .logo img {
  width: auto;
  max-width: 100%;
}
footer .bg-white .map {
  margin-bottom: 16px;
}
footer .bg-white .map iframe {
  height: 300px;
}
footer .bg-white .access-area .inner .detail {
  text-align: center;
  width: 100%;
  color: #0292d3;
  border: 1px solid #0292d3;
  display: block;
  margin-bottom: 8px;
}
footer .bg-white .access-area .inner .text {
  display: block;
  margin: auto;
}
footer .bg-gray .footer-nav {
  margin-bottom: 24px;
}
footer .btn-area .btn-wrap {
  display: block;
  max-width: 100%;
}
footer .btn-area .btn-wrap img {
  vertical-align: baseline;
  width: 20px;
  height: auto;
  margin-right: 10px;
}
footer .btn-area .btn-wrap .btn {
  padding-top: 20px;
  padding-bottom: 20px;
}
footer .btn-area .btn-wrap.bg-lightgreen {
  margin-bottom: 16px;
  font-size: 28px;
}
footer .btn-area .btn-wrap.bg-lightgreen span {
  font-size: 14px;
}
footer .btn-area .btn-wrap.bg-lightgreen .btn {
  padding-top: 20px;
  padding-bottom: 20px;
  line-height: 1;
}
footer .btn-area .btn-wrap.bg-orange {
  font-size: 20px;
  display: flex;
}
footer .btn-area .btn-wrap.bg-orange span {
  font-size: 15px;
  vertical-align: middle;
}
footer .btn-area .btn-wrap.bg-orange .btn {
  line-height: 1.2;
}
footer .copylight {
  background: #0f88be;
  text-align: center;
  color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 14px;
}
footer .side-conv {
  z-index: 99;
  width: 100%;
}
footer .side-conv .side-conv-wrap {
  display: flex;
  width: 100%;
  position: fixed;
  text-align: center;
  bottom: 0px;
  z-index: 99;
  font-weight: bold;
}
footer .side-conv .side-conv-wrap .btn a {
  padding: 10px 16px;
  font-size: 15px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
footer .side-conv .side-conv-wrap .btn a span {
  font-size: 12px;
}
footer .side-conv .side-conv-wrap .btn-tel {
  width: 50%;
  background: #81bc24;
  border-right: 1px solid #fff;
}
footer .side-conv .side-conv-wrap .btn-mail {
  width: 50%;
  background: #ff9c00;
}

/*---------- page back ----------*/
#pagetop {
  position: fixed;
  right: 16px;
  bottom: 80px;
  width: 50px;
  height: 50px;
}
#pagetop a {
  width: 50px;
  height: 50px;
}
#pagetop a:hover {
  cursor: inherit;
  opacity: 1;
}/*# sourceMappingURL=sp-footer.css.map */