@charset "UTF-8";
/************footer_上書き処理**************/
.site-footer__info .copyright {
  margin-top: 10px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.site-footer__info .copyright .left {
  width: 50%;
}

.site-footer__info .copyright .left li {
  display: inline-block;
  margin-right: 1em;
  letter-spacing: 0.1em;
  font-size: 12px;
}

@media (max-width: 767px) {
  .site-footer__info .copyright .left {
    width: 100%;
  }
}
.site-footer__info .copyright .right {
  width: 50%;
  text-align: right;
}

@media (max-width: 767px) {
  .site-footer__info .copyright .right {
    width: 100%;
    text-align: left;
  }
}
.site-footer__info .copyright a {
  color: #000;
  text-decoration: none;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.site-footer__info .copyright a:hover {
  /*text-decoration: underline;*/
  opacity: 0.5;
}

/****************************************************************************/
.foot_pv_icon_list {
  width: 38px;
  position: relative;
}
@media (max-width: 767px) {
  .foot_pv_icon_list {
    position: absolute;
    right: 3px;
    margin-right: 1.8em !important;
  }
}
.foot_pv_icon_list .foot_pv_icon {
  position: absolute;
  bottom: -5px;
}
@media (max-width: 767px) {
  .foot_pv_icon_list .foot_pv_icon {
    bottom: auto;
  }
}

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