.sec-contents .sec-ttl {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 20px;
}

.sec-table, th, td {
  width: 100%;
  border-collapse: collapse;
}

.sec-table {
  width: 100%;
  margin-bottom: 150px;
}

.sec-table__th-main {
  width: 35%;
  background-color: #759dd2;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  padding: 15px 2%;
  text-align: left;
}

.sec-table__th-sub {
  background-color: #bacee8;
  color: #333;
  font-weight: normal;
  padding: 15px;
  text-align: left;
}

.sec-table .sec-table__td-content {
  width: 56%;
  background-color: #f0f0f0;
  font-size: 14px;
  padding: 15px 2%;
  color: #333;
  text-align: left;
}

.sec-table .sec-table__td-content ul {
  font-size: 12px;
  list-style-type: none;
  padding-left: 1.5em;
  margin: 0;
}

.sec-table .sec-table__td-content ul li {
  list-style-position: outside;
  text-indent: -1em;
}

.sec-table .sec-table__td-content ul li::before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #000;
  vertical-align: middle;
  margin-right: 1em;
}

.apply-contact .sec-table__th-main,
.apply-contact .sec-table__th-sub,
.apply-contact .sec-table__td-content {
  border-bottom: 2px solid #fff;
}

.apply-contact .sec-table__td-content {
  border-right: 2px solid #fff;
}

.apply-contact .sec-table__th-main,
.apply-contact .sec-table__th-sub,
.apply-contact .sec-table__td-content {
}

.apply-contact .sec-table__td-content {
  margin-bottom: 30px;
}
