.analy_offer .tab-list-wrap{
    gap: normal;
}
.analy_offer .tab-list-wrap li:nth-child(-n+4){
    border-bottom: 1px solid #e6eaf9;
}
.analy_offer .mod-tab-list{
    margin-bottom: 60px;
}
.analy-wrap .content-group{
    margin-top: 60px;
    margin-bottom: 40px;
    padding-bottom: 100px;
    border-bottom: 2px solid #00143c;
}
.analy-wrap .content-group table{
    font-size: 18px;
}
.analy-wrap .content-group table tr th{
    background-color: #219ebc;
    color: #ffffff;
    font-weight: normal;
}
.analy-wrap .content-group table tr th:first-of-type,
.analy-wrap .content-group .table-index06 tr th:nth-last-child(2){
    border-right: 1px solid #ffffff;
}
.analy-wrap .content-group table tr th,
.analy-wrap .content-group table tr td{
    text-align: center;
    vertical-align: middle;
    padding: 12px 8px;
    border-top: 0;
 }
.analy-wrap .content-group table tr td{
    border-right: 1px solid #219ebc;
    border-bottom: 1px solid #219ebc;
}
.analy-wrap .content-group:first-child .table tr th{
    width: 132px;
}
.analy-wrap .content-group table tr td:last-child{
    border-right: 0;
}
.mod_pr45 .mod_list1_item{
    padding-right: 45px;
}
.flex-list{
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    /*column-gap: 80px;*/
    margin: 0 -20px;
}
.flex-list > li{
    /*width: calc(50% - 40px);*/
    width: 50%;
    padding: 0 20px;
}
.analy-cont-section{
    margin-bottom: 40px;
}
.flow-chart-content{
    margin-bottom: 118px;
}
.flow-chart-list{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: baseline;
    padding: 30px 180px 30px 110px;
    column-gap: 40px;
    background-color: #ffffff;
    border-radius: 20px;
}
.flow-chart-list li:nth-child(odd){
    max-width: 205px;
}
/*.flow-chart-list li:nth-child(2){*/
/*    padding-left: 25px;*/
/*    padding-right: 0;*/
/*}*/
.flow-chart-list .mod-list-item h5{
    font-size: 18px;
    color: #666666;
    padding-top: 20px;
    line-height: 32px;
}
.flow-chart-list .mod-list-item h5+p{
    font-size: 14px;
    color: #666666;
    line-height: 24px;
}
.flow-chart-list .mod-list-item > div{
    text-align: center;
}
.mod-card-list{
    display: flex;
    flex-flow: row wrap;
    max-width: 970px;
    margin: 0 auto;
    row-gap: 20px;
}
.mod-card-list .mod-list-item{
    width: calc(100% / 3);
    padding: 0 15px;
}
.mod-card-list .mod-list-item > .mod-card-cont{
    padding: 40px 30px 0 30px;
    border-radius: 8px;
    width: 100%;
    text-align: center;
    min-height: 570px;
    background-color: #ffffff;
    box-shadow: 0 12px 11px 2px rgba(0,0,0,0.04);
}
.mod-card-cont > div{
    padding-top: 45px;
    padding-bottom: 25px;
}
.mod-card-list .mod-card-intro-bottom{
    height: 60px;
}
.mod-card-list .mod-card-intro-top{
    height: 120px;
    margin-top: 30px;
    margin-bottom: 40px;
}
.service-content-list{
    padding-top: 20px;
}
.service-content-list .mod_tit4{
    width: fit-content;
    padding-bottom: 6px;
    border-bottom: 1px solid #8972ac;
}
.service-content-list .mod-list-item{
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    border-bottom: 1px solid #c6d5e7;
    padding-bottom: 40px;
}
.service-content-list .mod-list-item:not(:first-child){
    padding-top: 40px;
}
.service-content-list .mod-list-item > div{
    width: 50%;
}
.service-content-list .left-wrap{

}
.mod_text18{
    font-size: 18px;
    color: #666666;
    line-height: 32px;
}
@media screen and (min-width: 767px){
    .text_indent_02{
        text-indent: 2em;
    }
}
@media screen and (max-width: 768px){
    .analy_offer .tab-list-wrap li{
        border-bottom: 1px solid #e6eaf9;
    }
    .analy_offer .tab-list-wrap li:last-child{
        display: none;
    }
    .analy-wrap .content-group table{
        font-size: 14px;
    }
    .analy-wrap .content-group:first-child .table tr th{
        width: 50%;
    }
    .analy_offer .tab-list-wrap .tab-item{
        border-right: 0;
    }
    .analy_offer .tab-list-wrap .tab-item:nth-last-child(2){
        border-bottom: 0;
    }
    .flex-list > li{
        width: 100%;
    }
    .flow-chart-list{
        padding: 30px;
        row-gap: 40px;
    }
    .flow-chart-list li:nth-child(odd){
        max-width: 100%;
        width: 100%;
    }
    .flow-chart-list li:nth-child(even){
        width: 100%;
        text-align: center;
        transform: rotate(90deg);
    }
    .mod-card-list .mod-list-item{
        width: 100%;
    }
}