.line-box .line-flow-list li:nth-child(4) .line-flow-detail, .line-box .line-flow-list li:nth-child(6) .line-flow-detail {
    min-height: 100px !important;
}
.line-flow-list2 {
    width: 656px;
    margin: 0;
    margin: 0 0 60px 0;
}
.tabarea_txt{
        font-weight: bold;
    margin-bottom: 16px;
    font-size: 1rem;
    text-align: center;
}
.tab-003 {
    display: flex;
    flex-wrap: wrap;
    max-width: 50%;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 50px;
}

.tab-003 > label {
    flex: 1 1;
    order: -1;
    min-width: 70px;
    padding: 1rem 1rem .7rem;
    background-color: #fff;
    color: #999;
    font-weight: 600;
    font-size: 0.75rem;
    text-align: center;
    cursor: pointer;
    border-bottom: 1px solid #dcdbda;
}

.tab-003 > label:hover {
    opacity: .8;
}

.tab-003 input {
    display: none;
}

.tab-003 > div {
    display: none;
    width: 100%;
    padding: 3em 1em;
    background-color: #fff;
}

.tab-003 label:has(:checked) {
    border-bottom: 1px solid #444;
    color: #444;
}

.tab-003 label:has(:checked) + div {
    display: block;
}

@media screen and (max-width: 768px) {
.tab-003 {
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 50px;
}
}