@charset "utf-8";
  .selfcheck-wrap {
    max-width: 1100px;
    margin: 0 auto;
    color: #222;
    font-family: -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
    line-height: 1.8;
  }

  .selfcheck-wrap * {
    box-sizing: border-box;
  }

  .selfcheck-header {
    border: 1px solid #d8d8d8;
    padding: 24px 20px;
    margin-bottom: 28px;
    background: #fff;
  }

  .selfcheck-school {
    margin: 0 0 4px;
    font-size: 15px;
    font-weight: 700;
  }

  .selfcheck-title {
    margin: 0 0 12px;
    font-size: 30px;
    line-height: 1.4;
    font-weight: 700;
  }

  .selfcheck-meta {
    margin: 0;
    font-size: 15px;
  }

  .selfcheck-note {
    margin-top: 12px;
    font-size: 14px;
    color: #555;
  }

  .selfcheck-block {
    margin-bottom: 36px;
  }

  .selfcheck-block-title {
    margin: 0 0 16px;
    padding-bottom: 8px;
    border-bottom: 2px solid #222;
    font-size: 24px;
    line-height: 1.5;
    font-weight: 700;
  }

  .selfcheck-subtitle {
    margin: 0 0 8px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.6;
  }

  .selfcheck-text {
    margin: 0 0 12px;
    font-size: 15px;
  }

  .selfcheck-list {
    margin: 0;
    padding-left: 1.2em;
  }

  .selfcheck-list li {
    margin-bottom: 8px;
    font-size: 15px;
  }

  .selfcheck-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
  }

  .selfcheck-table th,
  .selfcheck-table td {
    border: 1px solid #d8d8d8;
    padding: 12px 14px;
    vertical-align: top;
    font-size: 15px;
    line-height: 1.8;
  }

  .selfcheck-table th {
    background: #f7f7f7;
    text-align: center;
    font-weight: 700;
  }

  .selfcheck-table td.num {
    width: 90px;
    text-align: center;
    white-space: nowrap;
  }

  .selfcheck-table td.eval {
    width: 110px;
    text-align: center;
    white-space: nowrap;
  }

  @media screen and (max-width: 768px) {
    .selfcheck-header {
      padding: 18px 14px;
      margin-bottom: 22px;
    }

    .selfcheck-title {
      font-size: 24px;
    }

    .selfcheck-meta,
    .selfcheck-text,
    .selfcheck-list li {
      font-size: 14px;
    }

    .selfcheck-block {
      margin-bottom: 28px;
    }

    .selfcheck-block-title {
      font-size: 20px;
      margin-bottom: 14px;
    }

    .selfcheck-table,
    .selfcheck-table thead,
    .selfcheck-table tbody,
    .selfcheck-table tr,
    .selfcheck-table th,
    .selfcheck-table td {
      display: block;
      width: 100%;
    }

    .selfcheck-table thead {
      display: none;
    }

    .selfcheck-table tr {
      border: 1px solid #d8d8d8;
      margin-bottom: 12px;
      background: #fff;
    }

    .selfcheck-table td {
      border: none;
      border-bottom: 1px solid #eee;
      padding: 10px 12px;
      text-align: left !important;
      white-space: normal !important;
    }

    .selfcheck-table td:last-child {
      border-bottom: none;
    }

    .selfcheck-table td::before {
      content: attr(data-label);
      display: block;
      margin-bottom: 4px;
      font-size: 13px;
      font-weight: 700;
      color: #555;
    }

    .selfcheck-table td.num,
    .selfcheck-table td.eval {
      width: 100%;
    }
  }