@charset "UTF-8";
/*==========================================================================
section#single01
========================================================================== */
section#single01 .inner {
  padding: 7.8125vw 0 10.4166666667vw;
}
section#single01 .box {
  width: 72%;
  margin: 0 auto;
}
section#single01 .txt-d {
  color: #2022B0;
  margin-bottom: 1.05vw;
}
section#single01 .txt-h2 {
  border-bottom: solid 1px #2022B0;
  color: #000000;
  line-height: 1.3em;
  padding-bottom: 1.5625vw;
  margin-bottom: 2.6041666667vw;
}
section#single01 .textarea p {
  font-size: 0.95vw;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  line-height: 1.8em;
}
section#single01 .pagination {
  margin-top: 10.4166666667vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
section#single01 .pagination .txt-a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2022B0;
  background: #ffffff;
  border: solid 2px #2022B0;
  width: 16.6666666667vw;
  height: 3.6458333333vw;
  border-radius: 0;
  margin: 0;
  transition: 1s;
  box-sizing: border-box;
}
section#single01 .pagination .txt-a:hover {
  background: #2022B0;
  color: #ffffff;
}
section#single01 .pagination .txt-a:hover svg path {
  fill: #ffffff;
}
section#single01 .pagination .page-link {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 1s;
  width: 7.8125vw;
  height: 3.6458333333vw;
  border-radius: 0;
  border: solid 2px #2022B0;
  box-sizing: border-box;
  background: #ffffff;
}
section#single01 .pagination .page-link span {
  color: #2022B0;
  transition: 1s;
}
section#single01 .pagination .page-link:hover {
  background: #2022B0;
}
section#single01 .pagination .page-link:hover span {
  color: #ffffff;
}
section#single01 .pagination .page-link.disabled {
  opacity: 0.5;
  gap: 0.78125vw;
  background: #2022B0;
}
section#single01 .pagination .page-link.disabled span {
  color: #ffffff;
}

@media screen and (max-width: 767px) {
  section#single01 .inner {
    padding-top: 60px;
    padding-bottom: 100px;
  }
  section#single01 .box {
    width: 85%;
  }
  section#single01 .txt-d {
    font-size: 14px;
    margin-bottom: 10px;
  }
  section#single01 .txt-h2 {
    font-size: 18px;
    line-height: 1.3em;
    padding-bottom: 10px;
    margin-bottom: 30px;
  }
  section#single01 .textarea p {
    font-size: 14px;
  }
  section#single01 .textarea p img {
    width: initial;
    height: initial;
  }
  section#single01 .pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px 0;
    margin-top: 100px;
  }
  section#single01 .pagination .txt-a {
    order: 3;
    width: 100%;
    height: 52px;
    font-size: 16px;
    gap: 10px;
    border-radius: 0;
  }
  section#single01 .pagination .page-link {
    gap: 10px;
    width: 48%;
    min-width: 110px;
    height: 52px;
    border-radius: 0;
  }
  section#single01 .pagination .page-link span {
    font-size: 16px;
  }
  section#single01 .pagination .page-link.next {
    order: 1;
  }
  section#single01 .pagination .page-link.prev {
    order: 2;
  }
}
/*# sourceMappingURL=single.css.map */