/* CSS Document */
/* CSS Document */
/* CSS Document */
/* CSS Document */
footer {
  border-top: 3px dashed black;
  padding: 40px;
  padding-top: 20px; }
  footer #footer {
    max-width: 1000px;
    margin: 0 auto; }
    footer #footer #footer_logo {
      width: 150px;
      margin: 20px 0; }
      footer #footer #footer_logo p {
        font-weight: bold;
        font-size: 2.2rem;
        font-family: fot-tsukuardgothic-std, sofia-pro, sans-serif; }
    footer #footer div #footer_contents div {
      display: inline-block;
      vertical-align: top; }
      footer #footer div #footer_contents div ul {
        display: inline-block;
        list-style: none;
        padding-left: 0;
        margin-right: 50px; }
        footer #footer div #footer_contents div ul li {
          margin: 2px 0;
          padding: 8px 0; }
          footer #footer div #footer_contents div ul li a {
            font-size: 1.2rem;
            color: black;
            letter-spacing: 1px; }
            footer #footer div #footer_contents div ul li a:hover {
              text-decoration: underline; }
    footer #footer #copyright {
      padding-top: 50px; }
      footer #footer #copyright p {
        letter-spacing: 1px;
        font-size: 12px;
        color: black; }

@media screen and (max-width: 768px) {
  footer {
    padding: 20px; } }
