/* =========================
Outline
========================= */
.outline-h1 {
  margin-top: 40px;
  font-size: 30px;
  text-align: center;
  letter-spacing: 0.15em;
}

.outline {
  margin-top: 60px;
}
.outline__ttl {
  font-size: 18px;
  padding-bottom: 15px;
  border-bottom: 3px solid #eee;
}
.outline__table {
  width: 100%;
  margin-top: 30px;
  font-size: 14px;
}
.outline__table tr:first-child th {
  border: none;
}
.outline__table tr:first-child td {
  border-top: none;
}
.outline__table tr:last-child td {
  border-bottom: 1px solid #ddd;
}
.outline__table th,
.outline__table td {
  display: block;
  width: 100%;
  font-size: 14px;
  letter-spacing: 0.1em;
  padding-inline: 20px;
}
.outline__table th {
  margin-top: 20px;
  padding-top: 20px;
  font-weight: 600;
}
.outline__table td {
  padding-top: 10px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ddd;
  line-height: 1.8;
}
.outline small {
  display: inline-block;
  padding-left: 10px;
}

/* ==================================================
PC(min-width: 1024px)
================================================== */
@media print, screen and (min-width: 1024px) {
  .outline-h1 {
    margin-top: 50px;
    font-size: 42px;
  }
  .outline {
    margin-top: 100px;
    padding-bottom: 100px;
  }
  .outline__ttl {
    font-size: 18px;
    padding-bottom: 15px;
    border-bottom: 3px solid #eee;
  }
  .outline__table {
    width: 100%;
    margin-top: 40px;
    font-size: 14px;
  }
  .outline__table tr:first-child th {
    border-top: 1px solid #006655;
    padding-top: 60px;
  }
  .outline__table tr:first-child td {
    border-top: 1px solid #dcdcdc;
    padding-top: 60px;
  }
  .outline__table tr:last-child th {
    border-bottom: 1px solid #006655;
    padding-bottom: 60px;
  }
  .outline__table tr:last-child td {
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 60px;
  }
  .outline__table th,
  .outline__table td {
    font-size: 14px;
    letter-spacing: 0.1em;
    vertical-align: top;
    display: table-cell;
    vertical-align: top;
  }
  .outline__table th {
    width: 30%;
    padding: 20px 20px 20px 10%;
    font-weight: normal;
    text-align: left;
  }
  .outline__table td {
    padding: 20px;
    line-height: 1.8;
    border-bottom: none;
  }
}