.phrase {
  text-align: center;
  font-family: bold;
  font-size: 25px;
}

.product {
  text-decoration: none;
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 0.25em 0.5em;
  text-decoration: none;
  border-bottom: solid 3px #852377;
  border-left: solid 3px #852377;
  color: #852377;
  transition: .4s;
}

.product:hover {
  padding-left: 0.7em;
  padding-right: 0.3em;
}

#index a.product {
  color: #852377;
  text-decoration: none;
}

#index p.btn-out {
  margin: 0.5rem;
  text-align: center;
}

#index p.btn-out a {
  background: #4facba url(img/side_back.png) no-repeat right;
  border: 3px solid #5dc1d0;
  color: #FFF;
  font-weight: bold;
  border-radius: 30px;
  display: block;
  font-size: 16px;
  margin: 10px auto;
  padding: 6px 25px;
  text-align: center;
  text-decoration: none;
  width: 100%;
}

#index p.btn-out a:hover {
  opacity: 0.5;
}

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

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

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

  /*/////////////PC用のCSSをここに作成してください。/////////////*/
  /*/////////////必ず中括弧の中に作成してください。/////////////*/
  #page .btn-hunabashi {
    background: #4facba url(img/side_back.png) no-repeat right;
    border: 3px solid #5dc1d0;
    color: #FFF;
    font-weight: bold;
    border-radius: 30px;
    display: block;
    font-size: 16px;
    margin: 10px auto;
    padding: 6px 25px;
    text-align: center;
    text-decoration: none;
    width: 100%;
  }

  #page .btn-hunabashi a {
    color: #FFF;
    text-decoration: none;
  }

  .sp_br {
    display: none;
  }


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

  #page .btn-hunabashi {
    background: #4facba url(img/side_back.png) no-repeat right;
    border: 3px solid #5dc1d0;
    color: #FFF;
    font-weight: bold;
    border-radius: 30px;
    display: block;
    font-size: 16px;
    margin: 10px auto;
    padding: 6px 25px;
    text-align: center;
    text-decoration: none;
    width: 100%;
  }

  #page .btn-hunabashi a {
    color: #FFF;
    text-decoration: none;
  }


  #index ul li, #page ul li {

    word-break: break-all;
  }

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

}