.sec-contents .sec-ttl {
 font-size: 24px;
 font-weight: bold;
 line-height: 1;
 margin-bottom: 30px;
}
.sec-table, th, td {
 border-collapse: collapse;
}
.sec-table {
 width: 100%;
 margin-bottom: 200px;
}
.sec-table__th-main {
 background-color: #759dd2;
 color: #fff;
 font-weight: bold;
 font-size: 16px;
 padding: 30px;
 text-align: left;
}
.sec-table__th-sub {
 background-color: #bacee8;
 color: #333;
 font-weight: normal;
 padding: 30px;
 text-align: left;
}
.sec-table .sec-table__td-content {
 background-color: #f0f0f0;
 color: #333;
 font-size: 16px;
 padding: 30px;
 text-align: left;
}
.sec-table .sec-table__td-content a {
 color: #000;
 text-decoration: underline;
}
.sec-table .sec-table__td-content a:hover {
 text-decoration: none;
}
.sec-table .sec-table__dl-item .sec-table__dl-wrap {
 display: table;
 font-size: 14px;
}
.sec-table .sec-table__dl-item .sec-table__dt-ttl {
 display: table-cell;
 list-style-position: outside;
 text-indent: -1em;
 margin-bottom: 15px;
 padding-left: 1.5em;
}
.sec-table .sec-table__dl-item .sec-table__dt-ttl::before {
 content: '';
 display: inline-block;
 width: 4px;
 height: 4px;
 border-radius: 50%;
 background-color: #000;
 vertical-align: middle;
 margin-right: 1em;
}
.sec-table .sec-table__dl-item .sec-table__dd-txt {
 display: table-cell;
}
.sec-table .txt-position--top {
 vertical-align: top;
}
.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;
}
