.outside-blue tr > :nth-child(3) {
    border-left: 3px solid var(--acq-color-primary);
    border-right: 3px solid var(--acq-color-primary);
}

.outside-blue thead tr:first-child > :nth-child(3) {
    border-top: 3px solid var(--acq-color-primary);
}

.outside-blue tbody tr:last-child > :nth-child(3) {
    border-bottom: 3px solid var(--acq-color-primary);
}

/* kigyo_head_img_box */

.kigyo_head_img_box {
    display: flex;
    flex-direction: column;
}

/* kigyo_head_img_text */

.kigyo_head_img_text {
    margin: 16px 0 0 190px;
    margin-bottom: 0 !important;
}

.unq-starting-btn-lead {
    position: relative;
    width: fit-content;
    margin-inline: auto;
    font-size: var(--acq-font-size-lg);
}

.unq-starting-btn-lead::after,
.unq-starting-btn-lead::before {
    position: absolute;
    content: "";
    bottom: 0;
    width: 1px;
    height: 16px;
    background-color: var(--acq-color-secondary);
}

.unq-starting-btn-lead::after {
    rotate: 30deg;
    right: -9px;
}

.unq-starting-btn-lead::before {
    rotate: -30deg;
    left: -9px;
}

.unq-starting-btn-lead + .acq-btn-lyt {
    margin-top: 0;
}

.cus-table.outside-blue thead > tr:first-child > td:first-child {
    background-color: transparent;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
}

.cus-table.outside-blue thead .sub-title {
  display: block;
  margin-top: 16px;
  font-weight: 400;
  font-size: var(--acq-font-size-xs);
}