@media screen and (max-width: 739px) {
    .bnr_img {
        width: 55%;
    }

    .table03.detail th {
        width: 200px;
    }
}

#act .cable #main>p strong {
    color: #C30D23;
}

#act .cable #main img {
    max-width: 100%;
    height: auto;
}

#act .cable .num {
    counter-reset: item;
    list-style-type: none;
    padding-left: 0;
    margin-left: 0;
}

#act .cable .num li {
    font-size: 120%;
    font-weight: bold;
    position: relative;
    padding-left: 36px;
    margin-top: 15px;
}

#act .cable .num li p.note {
    font-size: 13px;
    margin-top: 2px;
    font-weight: normal;
    line-height: 1.5;
}

#act .cable .num li strong,
#act .cable .color-red {
    color: #C30D23;
}

#act .cable .num li:before {
    counter-increment: item;
    content: counter(item);
    font-weight: bold;
    color: #fff;
    background-color: #0B6BC4;
    position: absolute;
    left: 0;
    top: 0.2em;
    width: 26px;
    height: 26px;
    border-radius: 100%;
    font-size: 15px;
    line-height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;

}

#act .cable .flow_list {
    margin-left: 0;
    padding-left: 0;
    counter-reset: item;
    list-style-type: none;
}

#act .cable .flow_list li {
    margin-top: 20px;
    display: flex;
    gap: 20px;
}



#act .cable .flow_list li:before {
    counter-increment: item;
    content: counter(item);
    color: #0B6BC4;
    font-size: 140%;
    font-weight: bold;
    font-style: italic;

}

#act .cable .flow_list li p {
    margin-top: 0;
}

#act .cable .flow_list li .img {
    flex-shrink: 0;
    width: 40%;
    max-width: 350px;
}
#act .cable .catalog {
    margin-top: 40px;
}
#act .cable .catalog dt{
    background-color: #0B6BC4;
    color: #fff;
    padding: 20px;
    font-size: 120%;
    font-weight: 700;
    border-radius: 12px 12px 0 0;
}
#act .cable .catalog dd{
    background-color: #D6E6F2;
    padding: 20px;
    border-radius: 0 0 12px 12px;
}
#act .cable .catalog dd p{
    margin-top: 0;
    line-height: 2.2;
}

#act .cable .two_column {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

#act .cable .two_column div{
    width: 48%;
    
}
#act .cable .two_column div .caption{
    text-align: center;
    margin-top: 3px;            
}

@media screen and (max-width: 739px) {
    #act .cable .flow_list li {
        flex-direction: column;
    }

    #act .cable .flow_list li .img {
        flex-shrink: 0;
        width: 100%;
        max-width: inherit;
    }
}


.table03 .head th {
    border: none;
    background-color: transparent;
}

.table03 .head td {
    text-align: center;
}

.table03 .ton th {
    color: #fff;
    background-color: #0B6BC4;
}

.table03 th {
    background-color: #D6E6F2;
}

.table03 th.num {
    background-color: #ECF3FA;
    text-align: center;
    padding: 10px !important;
}

.type2 td {
    text-align: right;
}