/* Footer */
.footer_info {
  background: #003300;
  padding: 30px 0;
}

.footer_info * {
  color: #fff;
  font-size: 12px;
}

.footer_info_wrap {
  overflow: hidden;
  width: 100%;
  max-width: 1200px;
  margin: auto;
}

.footer_info_address {
  margin: 0 auto;
  width: 96%;
  max-width: 1024px;
  display: flex !important;
  justify-content: center !important;
  align-items: flex-start !important;
  gap: 16px;
  text-align: left;
}

.footer_info_address_name {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
  font-family: '游明朝 Medium', serif;
}

.footer_info_address_text {
  margin-bottom: 25px;
  font-family: '游明朝 Medium', serif;
  line-height: 1.6;
}

.footer_info_ad {
  width: auto !important;
  flex: 0 0 auto !important;
  float: none !important;
  margin-bottom: 0;
}

.footer_map_wrap {
  width: 421px !important;
  flex: 0 0 421px !important;
  float: none !important;
}

.footer_info_address iframe {
  display: block;
  margin: 0 0 5px;
  max-width: 100%;
}

.footer_info_address_link {
  overflow: hidden;
  text-align: left;
  clear: both;
}

@media screen and (max-width: 1024px) {
  .footer_info_address {
    flex-direction: column !important;
    align-items: center !important;
    gap: 5px;
    text-align: center;
  }

  .footer_info_ad,
  .footer_map_wrap {
    width: 100% !important;
    max-width: 421px !important;
    flex: none !important;
  }

  .footer_info_address iframe {
    width: 100%;
    margin: 10px auto 5px;
  }

  .footer_info_address_link {
    text-align: center;
  }
}

.footer_info_address_link li {
  display: inline;
}

.footer_info_address_link li a {
}

.footer_info_address_link li a i {
  font-size: 14px;
  vertical-align: middle;
  margin: -4px 5px 0 0;
}
