.sns__copy {
  background: none;
  border: none;
  cursor: pointer;
}
.sns__copy span {
  display: block;
  width: 40px;
}

.toc {
  padding: 50px 48px;
  margin: 96px auto 48px auto;
  background: #fff;
  font-size: 16px;
  position: relative;
}
@media (max-width: 767px) {
  .toc {
    padding: 14.9333333333vw 8.5333333333vw;
    margin: 17.0666666667vw calc(50% - 50vw) 17.0666666667vw calc(50% - 50vw);
    font-size: 4.2666666667vw;
  }
}
.toc:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  top: -48px;
  background: #e6e6e6;
}
@media (max-width: 767px) {
  .toc:before {
    content: none;
  }
}
.toc .toc-title {
  margin: 0 0 6px;
  font-weight: 700;
  font-size: 16px;
}
.toc .toc-list {
  font-size: 16px;
}
.toc .toc-list li {
  margin-left: 0.5em;
  font-weight: normal;
}
.toc .toc-list > li {
  list-style: disc;
  margin-left: 1.5em;
  font-weight: 700;
}

.p-author__icon img {
  width: 144px;
  height: 144px;
  border-radius: 50%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 767px) {
  .p-author__icon img {
    width: 100%;
    height: auto;
  }
}

article h4 {
  padding: 20px 22px;
  margin: 50px 0 30px 0;
  border: var(--border1);
  border-radius: var(--radius-lg);
}
article h5 {
  padding-left: 1em;
  padding-right: 1em;
  margin-top: 50px;
  margin-bottom: 30px;
  font-weight: var(--bold);
}
article .p-single h5 + p {
  padding-left: 1em;
  padding-right: 1em;
}/*# sourceMappingURL=update.css.map */