#page .outlink {
  margin-bottom: 25px;
}

#page .outlink a {
  display: block;
  text-align: center;
  text-decoration: none;
  background: linear-gradient(45deg, #F19FC2, #EDB467);
  margin: auto;
  padding: 10px 50px;
  font-weight: bold;
  border-radius: 100px;
  color: #fff;
}

#page .outlink a:hover {
  color: #000;
  text-decoration: underline;
}

#page .access li {
  background: none;
  list-style: disc;
  padding: 0;
  margin-left: 40px;
}

th, td {
  border: 1px solid #000;
  padding: 10px;
}

#pankuzu br, .sitemap-main-box ul li br {
  display: none;
}

/*----------------------------------------------------
    PCサイトcss
----------------------------------------------------*/

@media screen and (min-width: 600px) {

  /*/////////////PC用のCSSをここに作成してください。/////////////*/
  /*/////////////必ず中括弧の中に作成してください。/////////////*/
  .sp_br {
    display: none;
  }


  .copyright {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
  }

  .copyright p:first-child {
    order: 2;
  }

  .copyright p:last-child {
    order: 1;
    width: auto;
    max-width: none;
    margin: 0;
    padding: 5px 0;
  }

  p.link-text-sitemap a {
    color: #fff;
    text-decoration: none;
  }

  p.link-text-sitemap a:hover {
    opacity: 0.7;
  }

  p.link-text-sitemap a:before {
    content: "\0bb";
    margin-right: 2px;
  }

}



/*----------------------------------------------------
    SPサイトcss
----------------------------------------------------*/

@media screen and (max-width: 599px) {
  /*/////////////SP用のCSSをここに作成してください。/////////////*/
  /*/////////////必ず中括弧の中に作成してください。/////////////*/

  footer .copyright {
    padding-bottom: 120px;
  }

  p.link-text-sitemap {
    text-align: right;
    margin: 0 auto 10px;
    width: 96%;
  }

  p.link-text-sitemap a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
  }

  p.link-text-sitemap a:before {
    content: "\0bb";
    margin-right: 2px;
  }
}