.outside-blue tr > :nth-child(2) {
    border-left: 3px solid var(--acq-color-primary);
    border-right: 3px solid var(--acq-color-primary);
}

.outside-blue thead tr:first-child > :nth-child(2) {
    border-top: 3px solid var(--acq-color-primary);
}

.outside-blue tbody tr:last-child > :nth-child(2) {
    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;
}