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

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

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

  /*/////////////PC用のCSSをここに作成してください。/////////////*/
  /*/////////////必ず中括弧の中に作成してください。/////////////*/
  .caption {
    word-break: break-all;
    font-size: .8em;
    color: #999:
  }

  .custom-table th {
    text-align: center;
    vertical-align: middle;
    line-height: 1.4;
    font-weight: bold;
    color: #333333;
    font-size: 1rem;
    background-color: #f2f2f2;
    padding: 1.5rem 1.5rem 1.2rem 1.5rem;
  }

  .custom-table th, .custom-table td {
    border: 1px solid #666;
  }


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

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

  .copy_wrapper 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をここに作成してください。/////////////*/
  /*/////////////必ず中括弧の中に作成してください。/////////////*/
  .caption {
    word-break: break-all;
    font-size: .8em;
    color: #999;
  }

  .custom-table th {
    display: block;
    text-align: center;
    line-height: 1.4;
    font-weight: bold;
    color: #333333;
    font-size: 1.8rem;
    background-color: #f2f2f2;
    padding: 1.5rem 1.5rem 1.2rem 1.5rem;
  }

  .custom-table td {
    display: block;
  }

  p.link-text-sitemap {
    text-align: right;
    margin: 0 auto;
    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;
  }

}