@charset "UTF-8";
/* ==========================================================================
  グローバル フッター
========================================================================== */
.gFooter {
  position: relative;
  text-align: center;
}

.gFooter__bottom {
  color: #ffffff;
  background: #a9a9a9;
}

.gFooter__bottom a, .gFooter__bottom a:hover {
  color: #ffffff;
}

.gFooter__bottom a:hover {
  text-decoration: underline;
}

.bottom-gfooter {
  max-width: 1260px;
  margin: auto;
}

@media all and (max-width: 979px) {
  .bottom-gfooter {
    padding: 0 5.3%;
  }
}

@media all and (min-width: 980px) {
  .bottom-gfooter {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.bottom-gfooter {
  /* padding-top: 20px; */
  padding-bottom: 20px;
}

@media all and (min-width: 980px) {
  .bottom-gfooter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: calc(13 / 1366 * 100vw);
  }
}

@media all and (min-width: 980px) and (min-width: 1366px) {
  .bottom-gfooter {
    font-size: 13px;
  }
}

.bottom-gfooter__misc-nav > li {
  display: inline-block;
}

.bottom-gfooter__misc-nav > li ~ li {
  margin-left: 15px;
}

@media all and (max-width: 979px) {
  .bottom-gfooter__misc-nav {
    margin-bottom: 20px;
  }
}

.bottom-gfooter__copyright {
  font-weight: bold;
}

.bottom-gfooter__inner {
  width: 100%;
  font-weight: bold;
}

.bottom-gfooter__main-nav {
  padding: 40px 0 20px;
  text-align: left;
}

@media all and (max-width: 979px) {
  .bottom-gfooter__main-nav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.bottom-gfooter__logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media all and (max-width: 979px) {
  .bottom-gfooter__logos {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.bottom-gfooter__logos .logo {
  margin-bottom: 15px;
  max-width: 180px;
}

@media all and (max-width: 979px) {
  .bottom-gfooter__logos .logo {
    max-width: 200px;
    margin: 0 auto 15px;
  }
}

.bottom-gfooter__logos .logo a, .bottom-gfooter__logos .logo img {
  display: block;
  width: 100%;
}

.bottom-gfooter__logos .sincere-addr {
  font-size: 15px;
  line-height: 1;
  margin-bottom: 20px;
  font-weight: bold;
}

@media all and (max-width: 979px) {
  .bottom-gfooter__logos .sincere-addr {
    font-size: 12px;
    margin-bottom: 0;
  }
}

.bottom-gfooter__logos ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media all and (max-width: 979px) {
  .bottom-gfooter__logos ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.bottom-gfooter__logos ul li {
  margin-right: 10px;
}

@media all and (max-width: 979px) {
  .bottom-gfooter__logos ul li {
    margin: 0 5px;
  }
}

@media all and (max-width: 979px) {
  .bottom-gfooter__auth {
    margin: 0 auto;
    max-width: 100%;
    width: 340px;
    padding-left: 35px;
  }
}

@media all and (max-width: 350px) {
  .bottom-gfooter__auth {
    padding-left: 0;
  }
}

.bottom-gfooter__auth-ttl {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 15px;
}

@media all and (max-width: 979px) {
  .bottom-gfooter__auth-ttl {
    font-size: 12px;
  }
}

.bottom-gfooter__auth-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.bottom-gfooter__auth-list li {
  font-size: 15px;
  margin: 0 15px 15px 0;
}

@media all and (max-width: 979px) {
  .bottom-gfooter__auth-list li {
    font-size: 12px;
    margin-bottom: 5px;
    width: 100%;
    margin-right: 0;
  }
}

.bottom-gfooter__sub-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 20px;
  border-top: 1px solid #fff;
}

@media all and (max-width: 979px) {
  .bottom-gfooter__sub-nav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media all and (min-width: 980px) {
  .u-hide-pc {
    display: none !important;
  }
}

@media all and (max-width: 979px) {
  .u-hide-sp {
    display: none !important;
  }
  .sp_logos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 20px;
  }
  .sp_logos li {
    margin: 0 5px;
  }
}

/*# sourceMappingURL=sourcemaps/gFooter__bottom.css.map */
