@charset "UTF-8";
/* Scss Document */
.section_archives .section_body_wrap .category_btns_wrap {
  position: relative;
  top: -80px; }

.section_post_detail + .section {
  margin-top: 80px; }
.section_post_detail .article .body .anchor {
  padding-top: calc( var(--headheight) + 20px ); }
  .section_post_detail .article .body .anchor.sub_anchor {
    padding-top: calc( var(--headheight) + 20px ); }
.section_post_detail .article .body .index {
  margin: 40px 0;
  padding: 20px 20px;
  box-sizing: border-box;
  border-top: 2px solid #333;
  border-bottom: 2px solid #333;
  margin-bottom: -80px; }
  .section_post_detail .article .body .index::before {
    content: "目次";
    margin-bottom: 20px; }
  .section_post_detail .article .body .index li a {
    text-decoration: none;
    color: #333; }
  .section_post_detail .article .body .index li.sub a::before {
    content: "└ "; }
  .section_post_detail .article .body .index li:not(.sub):not(:first-child) {
    margin-top: 20px; }
.section_post_detail .article .body .to_link .a {
  line-height: 1; }
.section_post_detail .article .body .profile {
  box-sizing: border-box;
  padding: 20px;
  letter-spacing: normal;
  line-height: 1.5; }
