.footer {
  background: black; }
  .footer__Child {
    max-width: 900px;
    margin: 0 auto;
    display: flex; }
    .footer__Child ul {
      text-align: left;
      margin-top: 2em;
      padding-left: 0em;
      padding-right: 0em; }
      .footer__Child ul li {
        width: 100%;
        list-style: none; }
        .footer__Child ul li a {
          color: #FFFFFF;
          line-height: 35px; }
  .footer__copyRight {
    text-align: center;
    margin-bottom: 0px;
    margin-top: 2em;
    padding-bottom: 2em;
    color: #707070; }

@media screen and (max-width: 780px) {
  .pc {
    display: none; }

  .sp {
    display: block; }

  .footer__Child ul {
    text-align: center;
    margin-top: 2em;
    margin-bottom: 0em; }
  .footer__copyRight {
    text-align: center;
    padding-bottom: 2em; } }
@media screen and (max-width: 480px) {
  .footer {
    background: black; }
    .footer__Child {
      max-width: 900px;
      margin: 0 auto;
      display: flex;
      padding: 2em 0px 0em; }
      .footer__Child ul {
        text-align: center;
        margin-top: 0em;
        padding-left: 0px;
        padding-right: 0px; }
        .footer__Child ul li {
          list-style: none; }
          .footer__Child ul li a {
            color: #FFFFFF;
            line-height: 35px; }
    .footer__copyRight {
      text-align: center;
      padding-bottom: 2em; } }
@media screen and (max-width: 320px) {
  .footer__copyRight {
    text-align: center;
    margin: 2em 15px 0px 15px;
    padding-bottom: 2em;
    font-size: 0.8em; } }
