#index p span.kuchikomi,
.kuchikomi {
  font-size: 10px;
}

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

#index p.btn-out a {
  background: #fff url(img/aw1.png) right 10px center no-repeat;
  border: 3px solid #d77650;
  border-radius: 30px;
  display: block;
  font-family: "HG明朝E", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 16px;
  margin: 10px auto;
  padding: 6px 25px;
  text-align: center;
  text-decoration: none;
  width: 100%;
}

#index p.btn-out a::hover {
  background: #ebf6f8 url(img/aw1.png) right 10px center no-repeat;
}

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

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

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

  /*/////////////PC用のCSSをここに作成してください。/////////////*/
  /*/////////////必ず中括弧の中に作成してください。/////////////*/
  table {
    width: 95%;
    margin: 1rem;
  }

  tr {
    margin-top: 1rem;
    display: block;
  }

  th {
    width: 100px;
    padding: 0.3rem;
    border-right: solid 3px #528C91;
  }

  td {
    padding: 0.3rem;
    word-break: break-all;
  }

  #contents_low .lower-table table {
    border-collapse: collapse;
    margin: 0 auto;
    padding: 0;
    width: 650px;
    table-layout: fixed;
  }

  #contents_low .lower-table table tr {
    background-color: #fff;
    border: 1px solid #bbb;
    padding: .35em;
    display: table-row;
    margin: 0;
  }

  #contents_low .lower-table table th,
  #contents_low .lower-table table td {
    padding: 1em 10px 1em 1em;
    border-right: 1px solid #bbb;
    text-align: center;

  }

  #contents_low .lower-table table th {
    font-size: .85em;
    background: #ebf6f8;
    font-weight: bold;
  }

  p.btn-out a {
    display: block;
    font-family: HG明朝E, 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 16px;
    text-align: center;
    width: 100%;
    background: url(img/aw1.png) right 10px center no-repeat rgb(255, 255, 255);
    border-width: 3px;
    border-style: solid;
    border-color: rgb(215, 118, 80);
    border-image: initial;
    border-radius: 30px;
    margin: 10px auto;
    padding: 6px 25px;
  }

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

  .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をここに作成してください。/////////////*/
  /*/////////////必ず中括弧の中に作成してください。/////////////*/
  table {
    width: 95%;
    margin: 1rem;
  }

  body {
    word-break: break-all;
  }

  th {
    display: block;
    border-top: solid 3px #528C91;
    font-weight: bold;
  }

  td {
    display: block;
    padding: 0.3rem;
    word-break: break-all;
    font-size: 12px;
  }

  #contents_low .lower-table table {
    border-collapse: collapse;
    margin: 0 auto;
    padding: 0;
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }

  #contents_low .lower-table table tr {
    background-color: #fff;
    border: 1px solid #bbb !important;
    padding: .35em;
    display: table-row;
    margin: 0;
  }

  #contents_low .lower-table table th,
  #contents_low .lower-table table td {
    padding: 1em 10px 1em 1em;
    border: 1px solid #bbb;
    text-align: center;
    display: table-cell;
  }

  #contents_low .lower-table table th {
    font-size: .85em;
    background: #ebf6f8;
    font-weight: bold;
  }

  .btn-web {
    width: 90%;
    margin: 0 auto;
  }

  p.btn-out a {
    display: block;
    font-family: HG明朝E, 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 16px;
    text-align: center;
    width: 100%;
    background: url(img/aw1.png) right 10px center no-repeat rgb(255, 255, 255);
    border-width: 3px;
    border-style: solid;
    border-color: rgb(215, 118, 80);
    border-image: initial;
    border-radius: 30px;
    margin: 10px auto;
    padding: 6px 25px;
  }

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

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







}