/* ---------------------------------------------------------
footer
--------------------------------------------------------- */
.footer {
  margin: .5rem 0 0 0;
  position: relative;
}

@media screen and (min-width: 751px) {
  .footer {
    padding: 0 .32rem;
  }
}

.footer .fixed_ic {
  position: fixed;
  right: 0;
  bottom: .2rem;
  z-index: 1000;
}

.footer .fixed_ic .pagetop {
  border-top: .04rem solid #000;
  border-left: .04rem solid #000;
  position: absolute;
  right: .7rem;
  bottom: .22rem;
  width: .34rem;
  height: .34rem;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media screen and (max-width: 750px) {
  .footer .fixed_ic .pagetop {
    border-width: .05rem;
    right: 1.14rem;
    bottom: .3rem;
    width: .42rem;
    height: .42rem;
  }
}

.footer .fixed_ic .sns li {
  margin: 0 0 .08rem 0;
}

@media screen and (max-width: 750px) {
  .footer .fixed_ic .sns li {
    margin: 0 0 .13rem 0;
  }
}

.footer .fixed_ic .sns img {
  max-width: .36rem;
}

@media screen and (max-width: 750px) {
  .footer .fixed_ic .sns img {
    max-width: .63rem;
  }
}

.footer .inner {
  border-top: .01rem solid #c7c7c7;
}

@media screen and (min-width: 751px) {
  .footer .inner {
    padding: .4rem 0;
    display: -ms-grid;
    display: grid;
    grid-gap: .32rem;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr;
    min-height: 3.2rem;
  }
}

.footer .sitemap {
  font-size: .14rem;
}

@media screen and (max-width: 750px) {
  .footer .sitemap {
    padding: .2rem .4rem;
    border-bottom: .01rem solid #c7c7c7;
    font-size: .26rem;
  }
}

@media screen and (max-width: 750px) {
  .footer .sitemap.portal ul, .footer .sitemap.channel ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .footer .sitemap.portal li, .footer .sitemap.channel li {
    width: 50%;
  }
}

@media screen and (min-width: 751px) {
  .footer .sitemap.other {
    padding: 2em 0 0 0;
  }
}

.footer .sitemap p, .footer .sitemap li {
  margin: 0 0 .06rem 0;
}

.footer .sitemap p:last-child, .footer .sitemap li:last-child {
  margin: 0;
}

@media screen and (max-width: 750px) {
  .footer .sitemap p, .footer .sitemap li {
    margin: 0 0 .2rem 0;
  }
}

.footer .sitemap p {
  font-weight: bold;
}

@media screen and (min-width: 751px) {
  .footer .logo_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 750px) {
  .footer .logo_wrap {
    padding: .3rem .4rem;
    text-align: center;
  }
}

.footer .logo_wrap .logo {
  margin: 0 0 .14rem 0;
}

@media screen and (max-width: 750px) {
  .footer .logo_wrap .logo {
    margin: 0 0 .1rem 0;
  }
}

.footer .logo_wrap .logo img {
  max-width: 2.4rem;
}

@media screen and (max-width: 750px) {
  .footer .logo_wrap .logo img {
    max-width: 2.77rem;
  }
}

.footer .logo_wrap .copyright {
  font-size: .12rem;
  letter-spacing: 0;
  white-space: nowrap;
}

@media screen and (max-width: 750px) {
  .footer .logo_wrap .copyright {
    font-size: .18rem;
  }
}
/*# sourceMappingURL=footer.css.map */