html {
  scroll-padding-top: 40px;
}
body#works.index {
  a.c-btn.shlp {
    width: 100% !important;
    background: #3ebacb !important;
    color: #fff !important;
    transition: background .2s !important;
  }
  a.c-btn.shlp:hover {
    background: #2ea1c5 !important;
    color: #fff !important;
  }
}
.works-show {
  a.c-btn.shlp {
    background: #3ebacb;
    color: #fff;
    transition: background .2s;
  }
  a.c-btn.shlp:hover {
    background: #2ea1c5;
    color: #fff;
  }
  a.c-btn.shlp.mini {
    width: 100% !important;
  }
  a.btn_support {
    position: relative;
    display: block;
    width: 100%;
    background: #f6f8fb;
    padding: 1rem 1.5rem;
    border: 1px solid #a5bbd1;
    border-radius: 8px;

    text-decoration: none;
    color: #3b35ec;
  }
  a.btn_support::after {
    content: '';
    display: inline-block;
    background-image: url('https://chosuido.jp/support/assets/img/chevron-compact-right.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: 1rem;
    top: 0;
    width: 1.4rem;
    height: 100%;
    transition: right .2s;
  }

  a.btn_support:hover {
    background: #f1f5f9;
  }
  a.btn_support:hover::after {
    right: .8rem;
  }

  a.btn_support:active {
    background: #e8f0f7;
  }
  p a.btn_support {
    margin-top: 1em;
  }

  h3.heading {
    margin: 2em 0 1em;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: .5em;
    font-size: 130%;
  }

  ul.ul_history {
    padding-left: 1.5em;
    margin: 1em;
  }
  ul.ul_history li {
    list-style: disc;
    margin: .5em 0;
  }

  .works_contents {
    p + p {
      margin-top: 1.5em;
    }
  }
  .works_contents:last-child {
    margin-bottom: 4em;
  }
}
