/* 故障復旧サポート */

#recovery .grayTtlDiv ul.col3 {
    justify-content: center;
    gap: 32px;
}

#recovery .recServicesList .intro p {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
}
#recovery .recServicesList .textBlk {
    flex: 1;
}
#recovery .recServicesList .moreTxt {
    width: 100%;
    text-align: right;
    margin-top: 1rem;
    text-decoration: underline;
    color: var(--blue30);
}

#recovery .grid-col3 .infoDetailBoxLink li {
    width: 100%;
}


#recovery .serviceUsecase .item-inner {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 1;
}
#recovery .serviceUsecase .img {
    width: 120px;
    flex-shrink: 0;
}
#recovery .serviceUsecase .text p {
    font-size: 1.8rem;
    font-weight: 500;
}

#recovery .serviceFlow {
    display: flex;
    flex-direction: column;
}
#recovery .serviceFlow .step {
    display: flex;
    align-items: center;
    border: 1px solid var(--cloud20);
}
#recovery .serviceFlow .step-label {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 170px;
    height: 100%;
    text-align: center;
    color: var(--cloud40);
    background-color: var(--cloud10);
    font-weight: 700;
    font-size: 1.5em;
}
#recovery .serviceFlow .step-label .step-icon {
    width: 46px;
}
#recovery .serviceFlow .step-content {
    flex: 1;
    background-color: #fff;
    padding: 15px 30px;
}
#recovery .serviceFlow .step-content p {
    font-size: 1.8rem;
    font-weight: 500;
}
#recovery .serviceFlow .step-content p span {
    font-size: 1.4rem;
    font-weight: 400;
}
#recovery .serviceFlow .arrow {
    position: relative;
    width: 100%;
    margin: 18px 0 15px;
}
#recovery .serviceFlow .arrow::after {
    content: "";
    position: absolute;
    left: 85px;
    top: 50%;
    transform: translate(-50%, -50%);
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #D9D9D9;
}



/* 導入サポート資料 */
#launch .tabCont .tab_main {
    text-align: left;
}

#launch ul.banlinks {
    margin-top: 0;
}
#launch ul.banlinks a {
    height: 60%;
}


