@charset "UTF-8";
/*==========================================================================
section#single01
========================================================================== */
section#single01 .inner {
  padding: 5.46875vw 0 7.8125vw;
}
section#single01 .txt-d {
  color: #6F9EED;
  margin-bottom: 1.05vw;
}
section#single01 .txt-h2 {
  border-bottom: solid 1px rgba(37, 62, 84, 0.36);
  padding-bottom: 1vw;
  margin-bottom: 3.125vw;
  color: #333333;
}
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 .textarea p img{
  width: initial;
  height: initial;
  
}
section#single01 .pagination {
  margin-top: 7.8125vw;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5.46875vw;
}
section#single01 .pagination .txt-a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6F9EED;
  background: #ffffff;
  border: solid 2px #6F9EED;
  width: 10.4166666667vw;
  height: 3.125vw;
  border-radius: 3.125vw;
  margin: 0;
  transition: 1s;
  box-sizing: border-box;
}
section#single01 .pagination .txt-a:hover {
  background: #6F9EED;
  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: 5.7291666667vw;
  height: 3.125vw;
  border-radius: 3.125vw;
  border: solid 2px #6F9EED;
  box-sizing: border-box;
}
section#single01 .pagination .page-link span {
  color: #6F9EED;
  transition: 1s;
}
section#single01 .pagination .page-link:hover {
  background: #6F9EED;
}
section#single01 .pagination .page-link:hover span {
  color: #ffffff;
}
section#single01 .pagination .page-link.disabled {
  opacity: 0.5;
  gap: 0.78125vw;
  background: #6F9EED;
}
section#single01 .pagination .page-link.disabled span {
  color: #ffffff;
}

@media screen and (max-width: 767px) {
  section#single01 .inner {
    padding-top: 50px;
    padding-bottom: 80px;
  }
  section#single01 .txt-d {
    font-size: 12px;
    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: 60px;
  }
  section#single01 .pagination .txt-a {
    order: 3;
    width: 100%;
    height: 52px;
    font-size: 16px;
    gap: 10px;
    border-radius: 60px;
  }
  section#single01 .pagination .page-link {
    gap: 10px;
    width: 48%;
    min-width: 110px;
    height: 52px;
    border-radius: 60px;
  }
  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 */