/*==========================================================================
section#single01
========================================================================== */
section#single01 .inner {
  padding-top: 5.2083333333vw;
  padding-bottom: 5.2083333333vw;
}
section#single01 .ttl-box .txt-t {
  text-decoration: underline;
  -webkit-text-decoration-color: #FED21D;
          text-decoration-color: #FED21D;
  text-underline-offset: 0.8vw;
  text-decoration-thickness: 2px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 3.6458333333vw;
  text-align: center;
}
section#single01 .txt-d {
  color: #FF5900;
}
section#single01 .txt-h2 {
  padding-bottom: 2vw;
  margin-bottom: 2.6041666667vw;
  border-bottom: solid 1px #000000;
}
section#single01 .img-box {
  margin-bottom: 3.125vw;
}
section#single01 .img-box img {
  border-radius: 0.5208333333vw;
}
section#single01 .textarea {
  width: 84%;
  margin: 0 auto;
  padding-bottom: 5.2083333333vw;
}
section#single01 .textarea p {
  font-size: 0.95vw;
}
section#single01 .pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 5.2083333333vw;
  gap: 1.5vw 4.2708333333vw;
}
section#single01 .pagination .txt-a {
  width: 10.4166666667vw;
  height: 2.6041666667vw;
  max-width: 200px;
  max-height: 50px;
  border-radius: 50px;
  box-sizing: border-box;
  border: solid 2px #FED21D;
  color: #000000;
  background: #FED21D;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  transition: 0.5s;
}
section#single01 .pagination .txt-a:hover {
  background: #ffffff;
  color: #FED21D;
}
section#single01 .pagination .page-link {
  width: 2.6041666667vw;
  height: 2.6041666667vw;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 0.1041666667vw #FED21D;
  max-width: 50px;
  max-height: 50px;
  border-radius: 50px;
}
section#single01 .pagination .page-link svg {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1vw;
  height: 1vw;
}

@media screen and (max-width: 767px) {
  section#single01 .inner {
    padding: 70px 0 100px;
  }
  section#single01 .ttl-box {
    width: 92%;
  }
  section#single01 .ttl-box .txt-t {
    font-size: 22px;
    text-underline-offset: 10px;
    text-decoration-thickness: 2px;
    margin-bottom: 50px;
  }
  section#single01 .txt-d {
    font-size: 12px;
    margin-bottom: 5px;
  }
  section#single01 .txt-h2 {
    font-size: 18px;
    line-height: 1.2em;
    padding-bottom: 15px;
    margin-bottom: 30px;
  }
  section#single01 .img-box {
    margin-bottom: 30px;
  }
  section#single01 .textarea {
    width: 90%;
    padding-bottom: 50px;
  }
  section#single01 .textarea p {
    font-size: 16px;
  }
  section#single01 .pagination {
    margin-top: 50px;
    flex-wrap: wrap;
    gap: 15px;
  }
  section#single01 .pagination .txt-a {
    width: 200px;
    height: 50px;
    font-size: 16px;
    gap: 10px;
  }
  section#single01 .pagination .page-link {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 1px #FED21D;
    max-width: 40px;
    max-height: 40px;
    border-radius: 40px;
  }
  section#single01 .pagination .page-link svg {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 14px;
    height: 14px;
  }
}
/*# sourceMappingURL=single.css.map */