@charset "utf-8";

#ftr_top {
  padding: 49px 25px;
}
#ftr_top .flex-box {
  justify-content: space-between;
  max-width: 870px;
  margin: 0 auto;
}
#ftr_top .ftr_logo {
  width: 113px;
  height: 46px;
}
#ftr_top .address {
  font-size: 14px;
  width: calc(100% - 140px);
  max-width: 715px;
}
#ftr_top .address li:not(:last-child) {
  margin-bottom: 15px;
}
#ftr_top .address li span {
  display: inline-block;
}

.ftr_sitemap {
}
.ftr_sitemap .sitemap-bk {
  padding: 49px 0;
}
.ftr_sitemap .sitemap_list {
  width: 50%;
  padding: 0 26px;
}
.ftr_sitemap .sitemap_list:first-child {
  border-right: 3px dotted #e6e6e6;
}
.ftr_sitemap .sitemap_list li {
  font-size: 14px;
}
.ftr_sitemap .sitemap_list li:not(:last-child) {
  margin-bottom: 10px;
}
footer #cp {
  font-size: 10px;
  font-weight: 600;
  text-align: center;
  padding: 54px 20px;
}

@media screen and (min-width: 1600px) {
}
@media screen and (max-width: 1100px) {
}
@media screen and (max-width: 880px) {
  .ftr_sitemap .sitemap_list {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 750px) {
  .ftr_sitemap .sitemap_list {
    padding: 0 15px;
  }
}

@media screen and (max-width: 640px) {
  #ftr_top .flex-box {
    display: block;
  }
  #ftr_top .ftr_logo {
    margin-bottom: 20px;
  }
  #ftr_top .address {
    line-height: 1.6;
    width: 100%;
  }
  #ftr_top .address li:not(:last-child) {
    margin-bottom: 10px;
  }

  footer #cp {
    padding: 5% 10px;
  }
}

@media screen and (max-width: 480px) {
  .ftr_sitemap .sitemap-bk {
    display: block;
    max-width: 350px;
    margin: 0 auto;
    padding: 30px 20px;
  }
  .ftr_sitemap .sitemap_list {
    width: 100%;
    padding: 0;
  }
  .ftr_sitemap .sitemap_list:first-child {
    border: none;
  }
}

@media screen and (max-width: 375px) {
}
