.p-single__wrapper-inner {
  display: flex;
  gap: 6rem;
}
@media screen and (max-width: 1023px) {
  .p-single__wrapper-inner {
    flex-direction: column;
  }
}
.p-single__main {
  flex: 1;
}
.p-single__header {
  margin-bottom: 3rem;
}
.p-single__title {
  font-size: 3rem;
  font-weight: 700;
}
.p-single__date {
  margin-top: 0.5rem;
  color: #8d9caa;
  font-size: 2.4rem;
}
@media screen and (min-width: 768px) {
  .p-single__date {
    font-size: 1.6rem;
  }
}
.p-single__content {
  font-size: 2.4rem;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p-single__content {
    font-size: 1.6rem;
  }
}
.p-single__content > * {
  margin-bottom: 1em;
}
.p-single__content-thumb {
  margin-bottom: 4rem;
}
.p-single__content h2.wp-block-heading {
  margin-bottom: 2rem;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.6;
  border-bottom: 2px solid #1883ca;
}
@media screen and (min-width: 768px) {
  .p-single__content h2.wp-block-heading {
    font-size: 2.4rem;
  }
}
.p-single__content h2.wp-block-heading:not(:first-child) {
  margin-top: 6rem;
}
.p-single__content h3.wp-block-heading {
  margin-bottom: 2rem;
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p-single__content h3.wp-block-heading {
    font-size: 2.2rem;
  }
}
.p-single__content h3.wp-block-heading:not(:first-child) {
  margin-top: 4rem;
}
.p-single__content ul.wp-block-list {
  margin-left: 2em;
}
.p-single__content ul.wp-block-list li {
  list-style: disc;
}
.p-single__content ol.wp-block-list {
  margin-left: 2em;
}
.p-single__content ol.wp-block-list li {
  list-style: decimal;
}
.p-single__content #toc_container {
  width: 100% !important;
  padding: 5%;
}
.p-single__content #toc_container .toc_list {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.p-single__content #toc_container .toc_number {
  color: #1883ca;
  margin-right: 5px;
}
.p-single__pager {
  display: flex;
  justify-content: space-between;
  margin-top: 6rem;
}
.p-single__pager-item {
  position: relative;
  width: 35%;
}
.p-single__pager-item--next {
  margin-left: auto;
}
.p-single__pager-title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0.5rem 1rem;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 700;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.7);
}
@media screen and (min-width: 768px) {
  .p-single__pager-title {
    font-size: 1.4rem;
  }
}/*# sourceMappingURL=single.css.map */