@charset "utf-8";

.sgv-ft {
  padding: 54px 0;
  background-color: #000;
  color: white;
}

.sgv-ft .flex-wrap {
  opacity: 0.7;
  justify-content: flex-start;
  align-items: flex-start;
}

.sgv-ft .text-wrap {
  padding-top: 10px;
  padding-left: 13px;
}

.address-list {
  display: inline-flex;
  margin-right: 30px;
  font-size: 14px;
}

.address-ttl {
  margin-right: 4px;
  font-weight: 800;
  color: white;
}

.address-dec {
  font-weight: 200;
  color: white;
}

.copyright {
  font-size: 11px;
  color: white;
}

@media all and (max-width: 1024px) {
  .sgv-ft .flex-wrap {
    display: block;
  }

  .sgv-ft .text-wrap {
    margin-top: 40px;
  }

  .address-list {
    display: flex;
    margin: 10px 0 0;
  }

  .copyright {
    margin-top: 25px;
  }
}

@media all and (max-width: 980px) {
  /* mobile font-size */
  .sgv-ft .logo {
    width: 30vw;
    height: auto;
  }

  .address-list {
    font-size: 2.5vw;
  }

  .copyright {
    font-size: 2.3vw;
  }
}