.footer_pc {
  display: block;
}

.footer_sp {
  display: none;
}

footer {
  background-color: #023467;
  padding: 10px 0 0;
  border-top: #ffffff 2px solid;
}
footer a {
  color: #ffffff;
}
footer a:hover {
  text-decoration: underline;
}
footer li {
  background-repeat: no-repeat;
}

footer {
  color: #fff;
}
footer .top {
  display: table;
  width: 100%;
  border-bottom: 1px solid #fff;
  padding: 0 5% 10px;
}
footer .logo {
  display: table-cell;
  vertical-align: middle;
  box-sizing: border-box;
  width: 7%;
  padding: 0 15px;
}
footer h2 {
  display: table-cell;
  vertical-align: middle;
  box-sizing: border-box;
  width: 83%;
  text-align: left;
  font-size: 1rem;
}
footer .sns {
  display: table-cell;
  vertical-align: middle;
  box-sizing: border-box;
  width: 10%;
}
footer .sns ul {
  display: table;
  width: 100%;
}
footer .sns li {
  display: table-cell;
  vertical-align: middle;
  box-sizing: border-box;
  padding: 0 10px;
}
footer .bottom {
  display: table;
  width: 100%;
  padding: 10px 5% 30px;
}
footer .bottom .sitemap {
  display: table-cell;
  vertical-align: middle;
  box-sizing: border-box;
  width: 70%;
}
footer .bottom .sitemap::after {
  content: "";
  display: block;
  clear: both;
}
footer .bottom .sitemap li {
  font-size: 0.9rem;
  border-left: 1px #fff solid;
  padding: 5px 15px;
  float: left;
}
footer .bottom .sitemap li:first-child {
  border-left: 0px solid #fff;
}
footer .bottom .copyright {
  display: table-cell;
  vertical-align: middle;
  box-sizing: border-box;
  width: 30%;
  text-align: right;
  font-size: 0.85rem;
  font-family: Roboto;
}

@media only screen and (max-width: 1120px) {
  footer {
    color: #fff;
  }
  footer .top {
    display: table;
    width: 100%;
    border-bottom: 1px solid #fff;
    padding: 0 4% 10px;
  }
  footer .logo {
    width: 12%;
    padding: 0 15px;
  }
  footer h2 {
    width: 70%;
    font-size: 1rem;
  }
  footer .sns {
    display: table-cell;
    vertical-align: middle;
    box-sizing: border-box;
    width: 18%;
  }
  footer .sns ul {
    display: table;
    width: 100%;
  }
  footer .sns li {
    display: table-cell;
    vertical-align: middle;
    box-sizing: border-box;
    padding: 0 10px;
  }
  footer .bottom {
    display: block;
    width: 100%;
    padding: 20px 3%;
  }
  footer .bottom .sitemap {
    display: block;
    width: 100%;
  }
  footer .bottom .sitemap::after {
    content: "";
    display: block;
    clear: both;
  }
  footer .bottom .sitemap li {
    font-size: 0.9rem;
    border-left: 1px #fff solid;
    padding: 5px 10px;
    float: left;
  }
  footer .bottom .sitemap li:first-child {
    border-left: 0px solid #fff;
  }
  footer .bottom .copyright {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 0.95rem;
    margin-top: 15px;
  }
}
@media only screen and (max-width: 680px) {
  footer {
    color: #fff;
  }
  footer .top {
    position: relative;
    width: 100%;
    height: 100px;
    border-bottom: 1px solid #fff;
    padding: 0 0% 10px;
  }
  footer .logo {
    position: absolute;
    top: 3%;
    left: 5%;
    width: 17%;
    padding: 0;
  }
  footer h2 {
    position: absolute;
    top: 10px;
    left: 25%;
    width: 74%;
    font-size: 0.9rem;
    height: 20px;
    overflow: hidden;
  }
  footer h2 span {
    display: none;
  }
  footer .sns {
    display: block;
    position: absolute;
    top: 45px;
    left: 24%;
    width: 35%;
  }
  footer .sns ul {
    display: table;
    width: 100%;
  }
  footer .sns li {
    display: table-cell;
    vertical-align: middle;
    box-sizing: border-box;
    padding: 0 10px;
  }
  footer .bottom {
    padding: 20px 5%;
  }
  footer .bottom .sitemap {
    display: block;
    width: 100%;
  }
  footer .bottom .sitemap::after {
    content: "";
    display: block;
    clear: both;
  }
  footer .bottom .sitemap li {
    font-size: 0.95rem;
    border-left: 0px #fff solid;
    border-bottom: 1px #fff dotted;
    padding: 0px 5px 15px;
    margin-bottom: 20px;
    float: none;
  }
  footer .bottom .copyright {
    font-size: 0.95rem;
    margin-top: 15px;
  }
}
@media only screen and (max-width: 390px) {
  footer {
    color: #fff;
  }
  footer .top {
    position: relative;
    width: 100%;
    height: 90px;
    border-bottom: 1px solid #fff;
    padding: 0 0% 10px;
  }
  footer .logo {
    top: 2%;
    left: 5%;
    width: 17%;
    padding: 0;
  }
  footer h2 {
    position: absolute;
    top: 5px;
    left: 25%;
    width: 74%;
    font-size: 0.85rem;
    height: 20px;
    overflow: hidden;
  }
  footer .sns {
    display: block;
    position: absolute;
    top: 37px;
    left: 24%;
    width: 40%;
  }
  footer .bottom {
    padding: 20px 5%;
  }
  footer .bottom .sitemap li {
    font-size: 0.925rem;
    border-left: 0px #fff solid;
    border-bottom: 1px #fff dotted;
    padding: 0px 5px 15px;
    margin-bottom: 18px;
    float: none;
  }
  footer .bottom .copyright {
    font-size: 0.9rem;
  }
}/*# sourceMappingURL=footer.css.map */