@charset "UTF-8";
/* -------------------------------------------------- */
/* ページネーション */
/*--------------------------------------------------- */
.pageInner {
  display: flex;
  justify-content: center;
  margin: 60px 0 40px;
  position: relative;
}
.pageInner .pager {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-left: -1px;
  padding: 4px 4px 2px;
  border: 1px solid #fec86b;
  background-color: #fff;
  text-decoration: none;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  line-height: 1em;
  min-width: 24px;
  min-height: 24px;
}
.pageInner .current {
  background-color: #d7d7d7;
  color: #fff;
  border-color: #d7d7d7;
}
.pageInner a, .pageInner a:visited {
  color: #fec86b;
  transition-duration: 0.3s;
}
.pageInner a:hover, .pageInner a:visited:hover {
  color: #fff;
  transition-duration: 0.3s;
  border-color: #fec86b;
  background-color: #fec86b;
}
.pageInner .first {
  margin-right: 8px;
}
.pageInner .last {
  margin-left: 8px;
}

.loadingImg {
  background-image: url("img/common/loading.gif");
  background-repeat: no-repeat;
  background-position: center center;
}

.commonPage {
  padding-bottom: 100px;
  font-size: 16px;
  font-size: 1.6rem;
}
.commonPage .btn {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  margin-top: 48px;
}
.commonPage .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  word-break: break-all;
  text-decoration: none;
  background: #fec86b;
  text-align: center;
  border: 1px solid #fec86b;
  color: #fff;
  transition: all 0.5s ease;
}
@media (min-width: 769px) {
  .commonPage .btn a:hover {
    background: #fff;
    color: #fec86b;
    border: 1px solid #fec86b;
    box-shadow: none;
  }
}
.commonPage .btn a {
  padding: 10px 21px;
  width: fit-content;
  border-radius: 30px;
}
@media all and (-ms-high-contrast: none) {
  .commonPage .btn a {
    display: inline-block;
    width: auto;
  }
}
.commonPage .btn i {
  margin-right: 10px;
}

.noPage {
  text-align: center;
}
.noPage p {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5em;
}
.noPage .btn {
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
  display: flex;
}

.single main .aligncenter {
  margin-left: auto;
  margin-right: auto;
}
.single main .alignleft {
  margin-right: auto;
}
.single main .alignright {
  margin-left: auto;
}

/*--------------------------------------------------- */
/* 記事のCSS */
/*--------------------------------------------------- */
article .entry-content {
  overflow: hidden;
}
article .entry-content img {
  object-fit: contain;
  width: auto;
  height: auto;
  margin-top: 8px;
  margin-bottom: 8px;
  max-width: 100%;
  margin-right: 16px;
  display: inline-block;
  clear: both;
}
article .entry-content .alignnone {
  clear: none;
}
article .entry-content .aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
article .entry-content .alignright {
  clear: none;
  display: inline;
  float: right;
  margin-left: 16px;
}
article .entry-content .alignleft {
  clear: none;
  display: inline;
  float: left;
  margin-right: 16px;
}
article .entry-content figure img {
  margin-bottom: 4px;
}
article .entry-content figure figcaption {
  font-weight: 700;
}
article .entry-content p, article .entry-content span {
  line-height: 1.7;
  margin-top: 1em;
  margin-bottom: 1em;
}
article .entry-content a, article .entry-content a:visited {
  color: #47c7b6;
  text-decoration: underline;
}
article .entry-content a:visited, article .entry-content a:visited:visited {
  color: #47c7b6;
}
@media (min-width: 769px) {
  article .entry-content a:hover, article .entry-content a:visited:hover {
    color: #888;
    transition-duration: 0.5s;
  }
}
article .entry-footer {
  clear: both;
}
