.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;
  }
}/*# sourceMappingURL=update.css.map */