:root {
  --font-size-base: 1;
  --text-size-scale: 1.2;
}

@media only screen and (max-width: 768px) {
  .SH72-article {
    margin: 0 4rem;
  }
}

.SH72-article__title {
  font-weight: 700;
  line-height: 1.55;
  border-bottom: 1px solid #d9d9d6;
  padding-bottom: 0.5em;
  margin-bottom: 3rem;
}
@media not screen and (max-width: 768px), print {
  .SH72-article__title {
    font-size: calc(26 * var(--font-size-base) * 0.1rem);
  }
}
@media only screen and (max-width: 768px) {
  .SH72-article__title {
    font-size: calc(36 * var(--font-size-base) * 0.1rem);
  }
}

.SH72-article__header {
  margin-bottom: 8rem;
}
.SH72-article__header .c-topics__tag {
  margin-right: 1em;
}

@media not screen and (max-width: 768px), print {
  .SH72-article__content {
    font-size: calc(16 * var(--font-size-base) * var(--text-size-scale) * 0.1rem);
  }
}
@media only screen and (max-width: 768px) {
  .SH72-article__content {
    font-size: calc(24 * var(--font-size-base) * var(--text-size-scale) * 0.1rem);
  }
}
@media only screen and (max-width: 768px) {
  .SH72-article__content {
    --font-size-base: 1;
  }
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .SH72-article__content {
    --font-size-base: 1.2;
  }
}
@media screen and (min-width: 1201px) {
  .SH72-article__content {
    --font-size-base: 1;
  }
}
.SH72-article__content h2 {
  font-weight: 700;
  margin-bottom: 1em;
  font-size: 1.5em;
}
.SH72-article__content h3 {
  font-weight: 700;
  margin-bottom: 1em;
  font-size: 1.3125em;
}
.SH72-article__content h4 {
  font-weight: 700;
  margin-bottom: 1em;
  font-size: 1.125em;
}
.SH72-article__content h5,
.SH72-article__content h6 {
  font-weight: 700;
  margin-bottom: 1em;
  font-size: 1em;
}
.SH72-article__content h2,
.SH72-article__content h3,
.SH72-article__content h4,
.SH72-article__content h5,
.SH72-article__content h6 {
  clear: both;
}
@media not screen and (max-width: 768px), print {
  .SH72-article__content h2:not(:first-child),
  .SH72-article__content h3:not(:first-child),
  .SH72-article__content h4:not(:first-child),
  .SH72-article__content h5:not(:first-child),
  .SH72-article__content h6:not(:first-child) {
    margin-top: 8rem;
  }
}
@media only screen and (max-width: 768px) {
  .SH72-article__content h2:not(:first-child),
  .SH72-article__content h3:not(:first-child),
  .SH72-article__content h4:not(:first-child),
  .SH72-article__content h5:not(:first-child),
  .SH72-article__content h6:not(:first-child) {
    margin-top: 12rem;
  }
}
.SH72-article__content p,
.SH72-article__content ul,
.SH72-article__content ol {
  font-weight: 400;
  line-height: 1.75;
}
@media not screen and (max-width: 768px), print {
  .SH72-article__content p + p,
  .SH72-article__content p + ul,
  .SH72-article__content p + ol,
  .SH72-article__content ul + p,
  .SH72-article__content ul + ul,
  .SH72-article__content ul + ol,
  .SH72-article__content ol + p,
  .SH72-article__content ol + ul,
  .SH72-article__content ol + ol {
    margin-top: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .SH72-article__content p + p,
  .SH72-article__content p + ul,
  .SH72-article__content p + ol,
  .SH72-article__content ul + p,
  .SH72-article__content ul + ul,
  .SH72-article__content ul + ol,
  .SH72-article__content ol + p,
  .SH72-article__content ol + ul,
  .SH72-article__content ol + ol {
    margin-top: 3rem;
  }
}
.SH72-article__content ul {
  list-style: disc;
  margin-left: 1.25em;
}
.SH72-article__content ol {
  list-style: decimal;
  margin-left: 1.25em;
}
.SH72-article__content a[href] {
  color: #0099ff;
  text-decoration: underline;
}
.SH72-article__content a[href][target] {
  padding-right: 1.2em;
  background: url(../images/common/icon-link.svg) no-repeat right center/0.6em auto;
}
.SH72-article__content a[href$=".pdf"],
.SH72-article__content a[href$=".pdf"][target] {
  padding-right: 1.2em;
  background: url(../images/common/icon-link-pdf.png) no-repeat right center/0.8em auto;
}
.SH72-article__content img {
  clear: both;
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
}
@media not screen and (max-width: 768px), print {
  .SH72-article__content img {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
}
@media only screen and (max-width: 768px) {
  .SH72-article__content img {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }
}
@media not screen and (max-width: 768px), print {
  .SH72-article__content img.alignnone {
    max-width: 100%;
    margin-left: 0;
  }
}
@media not screen and (max-width: 768px), print {
  .SH72-article__content img.aligncenter {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media not screen and (max-width: 768px), print {
  .SH72-article__content img.alignleft {
    float: left;
    max-width: 50%;
    margin-right: 4rem;
    margin-top: 0.5em;
    margin-bottom: 2em;
  }
}
@media not screen and (max-width: 768px), print {
  .SH72-article__content img.alignright {
    float: right;
    max-width: 50%;
    margin-left: 4rem;
    margin-top: 0.5em;
    margin-bottom: 2em;
  }
}
@media not screen and (max-width: 768px), print {
  .SH72-article__content .wp-caption {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
}
@media only screen and (max-width: 768px) {
  .SH72-article__content .wp-caption {
    margin-top: 12rem;
    margin-bottom: 12rem;
    max-width: 100%;
  }
}
@media not screen and (max-width: 768px), print {
  .SH72-article__content .wp-caption img {
    margin-top: 0;
    margin-bottom: 0.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .SH72-article__content .wp-caption img {
    margin-top: 0;
    margin-bottom: 0.75rem;
  }
}
@media not screen and (max-width: 768px), print {
  .SH72-article__content .wp-caption.alignnone {
    max-width: 100%;
    margin-left: 0;
  }
}
@media not screen and (max-width: 768px), print {
  .SH72-article__content .wp-caption.alignnone img {
    max-width: 100%;
    margin-left: 0;
  }
}
@media not screen and (max-width: 768px), print {
  .SH72-article__content .wp-caption.aligncenter {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media not screen and (max-width: 768px), print {
  .SH72-article__content .wp-caption.aligncenter img {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media not screen and (max-width: 768px), print {
  .SH72-article__content .wp-caption.alignleft {
    float: left;
    max-width: 50%;
    margin-right: 4rem;
    margin-top: 0.5em;
    margin-bottom: 2em;
  }
}
@media not screen and (max-width: 768px), print {
  .SH72-article__content .wp-caption.alignleft img {
    max-width: 100%;
  }
}
@media not screen and (max-width: 768px), print {
  .SH72-article__content .wp-caption.alignright {
    float: right;
    max-width: 50%;
    margin-left: 4rem;
    margin-top: 0.5em;
    margin-bottom: 2em;
  }
}
@media not screen and (max-width: 768px), print {
  .SH72-article__content .wp-caption.alignright img {
    max-width: 100%;
  }
}
.SH72-article__content .wp-caption-dd,
.SH72-article__content .wp-caption-text {
  font-size: 0.875em;
}
.SH72-article__content blockquote {
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 2em;
  background: #eee;
  padding: 0.5em;
  border-left: 0.5em solid #ccc;
}
.SH72-article__content .box {
  border: 1px solid #333;
  padding: 1em 2em;
  margin-top: 2em;
  margin-bottom: 2em;
}
.SH72-article__content .hc-post__interviewee {
  font-weight: 700;
}
.SH72-article__content .toc {
  background: #eee;
  padding: 1em 2em;
  margin: 0 0 2em;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
.SH72-article__content .toc__item {
  font-size: 0.8em;
}
.SH72-article__content .toc__item + .toc__item {
  margin-top: 0.2em;
}
.SH72-article__content .toc__item--3 {
  margin-left: 1.5em;
}
.SH72-article__content .toc__item--4 {
  margin-left: 3em;
}
.SH72-article__content .toc__item--5 {
  margin-left: 4.5em;
}
.SH72-article__content .toc__item--6 {
  margin-left: 6em;
}
.SH72-article__content .toc__item--anchor.toc__item--3 {
  margin-left: 3em;
}
.SH72-article__content .toc__item--anchor.toc__item--4 {
  margin-left: 4.5em;
}
.SH72-article__content .toc__item--anchor.toc__item--5 {
  margin-left: 6em;
}
.SH72-article__content .toc__item--anchor.toc__item--6 {
  margin-left: 7.5em;
}

.SH72-back-button {
  margin: 10rem auto 0;
  padding: 0 1.5em;
}
@media not screen and (max-width: 768px), print {
  .SH72-back-button {
    width: 30rem;
    height: 7rem;
    font-size: calc(14 * var(--font-size-base) * 0.1rem);
  }
}
@media only screen and (max-width: 768px) {
  .SH72-back-button {
    width: 55rem;
    height: 10rem;
    font-size: calc(26 * var(--font-size-base) * 0.1rem);
  }
}
@media not screen and (max-width: 768px), print {
  .SH72-back-button svg {
    width: 3rem;
  }
}
@media only screen and (max-width: 768px) {
  .SH72-back-button svg {
    width: 4rem;
  }
}/*# sourceMappingURL=SH72.css.map */