/* 故障復旧サポート */

#recovery .relatedLinksItem {
    flex-wrap: wrap;
    padding-right: 30px;
}


/* オンサイトサービス */
#recovery .serviceUsecase .img {
    width: 90px;    
}
#recovery .serviceFlow .step {
    flex-direction: column;
    height: auto!important;
}
#recovery .serviceFlow .step-label {
    width: 100%;
    padding: 5px 0;
}
#recovery .serviceFlow .step-label .step-icon {
    width: 36px;
}
#recovery .serviceFlow .arrow::after {
    left: 50%;
}


