table tr {
  border-bottom: solid 2px #FD7B3D;
}

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

#index h4, #page h3 {
  margin-bottom: 1.5rem;
}

#page .outlink a {
  display: block;
  text-align: center;
  text-decoration: none;
  background: #6d88fe;
  width: 80%;
  margin: auto;
  padding: 10px 50px;
  font-weight: bold;
  border-radius: 100px;
  color: #fff;
}

#page .outlink a:hover {
  background: #FEE36D;
}

.custom-table {
  word-break: break-all;
}

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

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

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

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

  table {
    margin: 2rem 1rem;
    display: block;
    flex-shrink: 0;
  }

  table th {
    padding: 1em;
    width: 100px;
  }

  table td {
    width: 100px;
  }

  .frame-table {
    display: flex;
    flex-wrap: wrap;
  }

  .sp, .sp_br {
    display: none;
  }

  .custom-table td {
    width: 80%;

  }

  .custom-table th {
    width: 20%;
    font-weight: bold;
  }

  #page a.more {
    background: url(img/pc/side_fs_btn_ico.png) left 10px center no-repeat, #ff451a;
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin: 5px auto 0;
    padding: 15px 20px 15px 25px;
    text-align: center;
    text-decoration: none;
    width: 60%;
    border-radius: 30px;
  }

  #page a.more:hover {
    background: #e4355a url(img/pc/side_fs_btn_ico.png) left 10px center no-repeat;
  }


  .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をここに作成してください。/////////////*/
  /*/////////////必ず中括弧の中に作成してください。/////////////*/
  .sp {
    display: none;
  }

  table {
    margin: 20px auto;
    display: block;
    width: 90%;
  }

  table {
    border-top: solid 5px #FD7B3D;
  }

  table th {
    padding: 1em;
    width: 40%;
  }

  .pc, .pc_br {
    display: none;
  }

  .custom-table td {
    display: block;
    width: 100%;

  }

  .custom-table th {
    display: block;
    width: 100%;
    font-weight: bold;
    text-align: center;
  }

  #page a.more {
    background: url(img/pc/side_fs_btn_ico.png) left 10px center no-repeat, #ff451a;
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin: 5px auto 0;
    padding: 15px 20px 15px 25px;
    text-align: center;
    text-decoration: none;
    width: 80%;
    border-radius: 30px;
  }

  #page a.more {
    width: 85%;
  }

  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;
  }
}