/*----------------------------------------------------
    共通css
----------------------------------------------------*/
#page .sansho a {
  font-size: 10px;
  color: #999999;
  text-align: center;
  word-break: break-all;
  text-decoration: none;
}

#page .sansho a:hover {
  opacity: unset;
}

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

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

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

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

  #page .btn-width-auto {
    text-align: center;
  }

  #page .btn-width-auto a {
    width: auto;
    display: inline-block;
  }



  #page a.more {
    background: #ff9231 url(img/side_arrow.png) right 10px center no-repeat;
    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;
    position: relative;
  }

  #page a.more:hover {
    background: #f7ae5c url(img/side_arrow.png) right 10px center no-repeat;
    color: #f7fbec;
  }


  #page a.more:after {
    background: url(img/link_pattern-hover.png) repeat;
    background-size: 4px 4px;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: -1;
    border-radius: 30px;

  }

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

  #page .btn-width-auto {
    text-align: center;
  }

  #page .btn-width-auto a {
    width: auto;
    display: inline-block;
  }

  #page a.more {
    background: #ff9231 url(img/side_arrow.png) right 10px center no-repeat;
    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;
    position: relative;
  }

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

  #page a.more:after {
    background: url(img/link_pattern-hover.png) repeat;
    background-size: 4px 4px;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: -1;
    border-radius: 30px;

  }


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

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

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

}