@charset "UTF-8";

/*上書きcss*/

/* 全一覧 */
.sugu-article-list .sugu-entry {
  border-bottom: none;
  display: list-item;
}

.sugu-article-list .sugu-entry:first-child {
  border-top: none;
}

.pure-g {
  letter-spacing: unset;
}

ul.sugu-file-list {
  list-style: disc;
  margin-top: 10px;
}
ul.sugu-file-list li a.filelink {
  text-decoration: underline;
}

/* 短い一覧 */
.short_list_body {
  background-color: #f6f6f6;
}

.sugu-container {
  padding: 0;
}

.pure-g [class *="pure-u"] {
  font-family: unset;
}

.sugu-interactive-list li:hover {
  background-color: unset;
}

.sugu-ruled-list li:first-child {
  border-top: none;
}

.sugu-ruled-list li {
  border-bottom: none;
  padding: unset;
  display: list-item;
  margin-bottom: 20px;
}

.sugu-interactive-list .sugu-listlink a:hover {
  text-decoration: underline;
}

.sugu-listlink a:visited {
  color: unset;
}

.sugu-listdate {
  color: unset;
  padding-right: unset;
}

.home-news__date {
  font-size: 1.6rem;
}

.home-news__title {
  display: inline;
  width: unset;
  font-size: 1.6rem;
}


@media screen and (max-width: 498px) { /*iframeの幅*/

  .sugu-ruled-list li {
    display: flex;
    margin-bottom: 12px;
  }

  .sugu-interactive-list .home-news__date,
  .sugu-interactive-list .home-news__title {
    line-height: 1.4;
  }

  .home-news__date {
    font-size: 1.4rem;
  }

  .home-news__title {
    font-size: 1.4rem;
  }

}


/* 記事ページ */

.sugu-article .sugu-content {
  font-size: 16px;
}

.sugu-article img {
  margin: 0 auto 20px;
}

.sugu-page-link .button.to_prev::after,
.sugu-page-link .button.to_index::after {
  display: none;
}

.sugu-page-link .button.to_prev {
  padding: 8px 12px 6px 3px;
}
.sugu-page-link .button.to_prev::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-right: 7px solid #FFFFFF;
  margin-right: 6px;
}

.sugu-page-link .button.to_index {
  padding: 8px 12px 6px 12px;
}

@media screen and (max-width: 767px) {

  .sugu-article .sugu-content {
    font-size: 14px;
  }

  .sugu-page-link .button {
    display: inline-block;
  }
  .sugu-page-link .button.to_next {
    padding: 8px 3px 6px 12px;
    margin-right: 0;
  }

}