@charset "utf-8";

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

#index p.btn-out a {
  border: 3px solid #F9DA4A;
  background: #F9DA4A;
  color: #fff;
  border-radius: 30px;
  display: block;
  font-size: 16px;
  font-weight: bold;
  margin: 10px auto;
  padding: 6px 25px;
  text-align: center;
  text-decoration: none;
  width: 100%;

}

#index p.btn-out a:hover {
  background: #fff;
  color: #F9DA4A;
}

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

/*----------------------------------------------------
	PCサイトcss
----------------------------------------------------*/
@media screen and (min-width: 600px) {


  .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) {

  footer {
    margin-top: 100px;
  }
  .sp-disclaimer {
    background: #eee;
    padding: 10px;
    font-size: 12px;
    line-height: 1.6;
  }
  p.link-text-sitemap {
    text-align: right;
    margin: 0 auto;
    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;
  }

}