.sh-gradient-wrapper {
  padding-bottom: 40px;
}

.sh-page-title {
}
.sh-contents {
}

.sh-outline-table {
  width: 100%;
  margin-bottom: 10px;
  font-size: 14px;
}

.sh-outline-table th, .sh-outline-table td {
  padding: 8px 20px;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
}

.sh-outline-table th {
  width: 180px;
  background-color: #eee;
  white-space: nowrap;
}

.sh-outline-table-title {
  margin-bottom: 5px;
  padding-top: 10px;
  font-size: 17px;
}

.sh-outline-table li {
  list-style: decimal;
  margin-left: 1.5em;
}

.sh-outline-update-date {
  margin-top: 30px;
  text-align: right;
}

.sh-outline-update-date span:nth-child(-n+2) {
  display: inline-block;
  margin-right: 1em;
}

.sh-outline-update-date br {
  display: none;
}

sup {
  top:0;
}

.sh-contents-yokoku-text {
  margin-left: 1em;
  text-indent: -1em;
  font-size: 14px;
}

.sh-contents-yokoku-text span {
  font-size: 14px;
}


@media screen and (max-width: 767px) {
  .sh-gradient-wrapper {
    padding-bottom: 0;
  }
  .sh-page-title {
  }
  .sh-outline-table th, .sh-outline-table td {
    padding: 8px 10px;
  }
  .sh-outline-table th {
    width: 100px;
    white-space: normal;
  }
  .sh-contents-comment-text {
  }
  .sh-outline-update-date {
    font-size: 11px;
    line-height: 1.35;
  }
  .sh-outline-update-date span:nth-child(3) {
    display: inline-block;
    margin-right: 1em;
  }
  .sh-outline-update-date br {
    display: inline;
  }
}
