#index .out-link {
  text-align: center;
  font-weight: bold;
}

#index .out-link a {
  display: block;
  max-width: 500px;
  margin: auto;
  padding: 10px 15px;
  text-decoration: none;
  border: solid 2px #E60013;
  background-image: url(https://www.class-english.com/wp/wp-content/themes/wp164/img/header-mv.png);
}

#index .out-link a:hover {
  border: solid 2px #000;
  background: #E60013;
}

h5 {
  font-weight: bold;
}

#category p.btn-web, #page p.btn-web, .btn-web {
  margin: 1rem auto;
  display: block;
  padding: 0;
}

#category p.btn-web a, #page p.btn-web a, .btn-web a {
  /* width: 100%; */
  /* height: 100%; */
  display: block;
  padding: 1rem;
  text-decoration: none;
}

#category p.caption, #page p.caption {
  font-size: 10px;
  line-height: 1.1;
}

body {
  word-break: break-all;
}

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

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

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

  /*/////////////PC用のCSSをここに作成してください。/////////////*/
  /*/////////////必ず中括弧の中に作成してください。/////////////*/
  #page .btn-web a {
    width: 420px;
    font-size: 16px;
  }

  .sp_br {
    display: none;
  }


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

  .copyright .inner p:first-child {
    order: 2;
  }

  .copyright .inner 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をここに作成してください。/////////////*/
  /*/////////////必ず中括弧の中に作成してください。/////////////*/
  #index .btn-web a, #page .btn-web a {
    font-size: 14px;
    line-height: 1.3;
    width: 95%;
    padding: 1.5rem 0;
  }

  footer {
    padding-top: 1px;
  }

  .pc_br {
    display: none;
  }


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

}