@charset "UTF-8";
/*========*/
/* フッタ */
/*========*/
/* ページトップへ戻る
-----------------------------------*/
.ptop {
  position: fixed;
  bottom: 80px;
  right: 32px;
  z-index: 10;
}
@media (max-width: 767px) {
  .ptop {
    width: 58px;
    right: 8px;
    bottom: 24px;
  }
}

/* フッタ
-----------------------------------*/
footer {
  background: url(/images/common/com_bg01.png) repeat-y;
  background-size: 100% auto;
  background-position: center bottom;
}
@media (max-width: 767px) {
  footer {
    padding-bottom: 24.9%;
    /*187/750*/
    background: url(/images/common/com_bg01_sp.png) no-repeat;
    background-size: 100% auto;
    background-position: center bottom;
  }
}
footer .contents {
  max-width: 532px;
  margin: 0 auto;
  padding: 124px 16px 0;
  background-color: #FFF;
}
@media (max-width: 767px) {
  footer .contents {
    padding-top: 40px;
  }
}
footer .list-link {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 54px;
}
footer .list-link li {
  margin: 0 8px;
}
footer .list-link li a {
  color: #000;
  text-decoration: none;
  transition: 0.5s all;
}
footer .list-link li a:hover {
  color: #3E9ADC;
}
footer .info {
  margin-bottom: 72px;
  text-align: center;
}
@media (max-width: 767px) {
  footer .info {
    margin-bottom: 32px;
  }
}
footer .info dt {
  margin-bottom: 20px;
  line-height: 1;
}
@media (max-width: 767px) {
  footer .info dt {
    margin-bottom: 16px;
  }
}
footer .info dd {
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  footer .info dd {
    margin-bottom: 16px;
  }
  footer .info dd.logo {
    max-width: 218px;
    margin: 0 auto 16px;
  }
}
footer .copyright {
  padding-bottom: 24px;
  font-size: 12px;
  color: #88898B;
  text-align: center;
  line-height: 1;
}
@media (max-width: 767px) {
  footer .copyright {
    font-size: 10px;
  }
}

/*# sourceMappingURL=footer.css.map */
