#product--power-electronics--reactive_power {
    background: url(/img/product/power_electronics/green_energy/reactive_power/bg_header_index.jpg) no-repeat center center;
    background-size: cover;
}

@media screen and (max-width: 500px) {
    #product--power-electronics--reactive_power {
        background: url(/img/product/power_electronics/green_energy/reactive_power/bg_header_index_sp.jpg) no-repeat center center;
        background-size: cover;
    }
}
.text-small{
    display: inline-block;
    line-height: 1.6;
}
.round_btn{
    margin: 50px auto 0;
    width: fit-content;
    display: block;
}
/* sec02_01 */

.sec05_02 .flex_pc {
    justify-content: center;
}

.sec05_02 .flex_pc .item {
    width: 440px;
}

.sec05_02 .flex_pc .item:nth-of-type(2) {
    margin-left: 70px;
}

.sec05_02 .flex_pc .item .img {
    text-align: center;
}

/* sec02_02 */

.product_features .product_features_icon .icon_txt_blur {
    padding: 24px 0 20px;
    color: #0C76B5;
    font-weight: 400;
}

.product_features .item {
    font-size: 16px;
}
.product_features .text-small{
font-size: 14px;
}
.product_features .item:nth-of-type(2) {
    animation-delay: .3s;
}

.product_features .item:nth-of-type(3) {
    animation-delay: .6s;
}

.product_features .item:nth-of-type(4) {
    animation-delay: .9s;
}

.sec02_02 .dash_box {
    max-width: 1350px;
    margin-top: 80px;
}

.dash_box .dash_ttl {
    font-weight: 400;
    margin-bottom: 10px;
    font-size: 20px;
}

.dash_box .blue {
    color: #0C76B5;
}
/* sec03_01 */
.sec03_01 .table-prodact.txt_left table td.bg_gray{
    background: #f1f1f1;
}
.product_features .item .br_tab{
    display: none;
}
.product_features .br2,
.product_features .br3,
.br3,
.only768{
    display: none;
}
@media screen and (max-width: 1600px) {
.product_features .br1{
    display: none;
}

}
@media only screen and (min-width: 1440px) and (max-width: 1559px) {
    .product_features .br2{
    display: block;
}
}
@media screen and (max-width: 1200px) {
    .br_pc {
        display: none;
    }
}
@media only screen and (min-width: 601px) and (max-width: 768px) {
    .product_features .br3,
     .br3{
    display: block;
}

}
@media only screen and (min-width: 501px) and (max-width: 768px) {
.only768{
    display: block;
}
}

@media screen and (max-width: 768px) {

    /* sec02_01 */

    .sec05_02 .flex_pc .item {
        width: 100%;
        max-width: 440px;
        margin: auto;
    }

    .sec05_02 .flex_pc .item:nth-of-type(2) {
        margin-left: auto;
        margin-top: 60px;
    }


    /* sec02_02 */

    .product_features .product_features_icon .icon_txt_blur {
        padding: 20px 0 16px;
        color: #0C76B5;
        font-weight: 400;
    }

    .product_features .item {
        font-size: 14px;
        
    }

    .product_features .item .indent_dot {
        text-align: left;
                width: fit-content;
        margin: auto;
    }

}
@media screen and (max-width: 500px) {
    .product_features .item .indent_dot {
                width: auto;
    }
}



/* ===specification=== */

.round_txt {
    display: inline-block;
    padding: 10px 20px;
    border: 1px solid #9C9C9C;
    border-radius: 50px;
}

.formula_img {
    line-height: 2.6;
}

.table-prodact table .bg_lightgray th {
    background: #F8F8F8;
}
