@charset "utf-8";

.coop{
    font-size: 0;
    max-width: 1400px;
    margin: auto;
    }
.coop .title02{
    text-align: center;
    width:60%;
    margin: auto;
}
.coop .title02 li{
    display: inline-block;
    vertical-align: top;;
}


.lies{
    margin: 50px auto;
    padding: 0 10px;
}
.lies {
    margin-bottom: 20px;
}

.lies  li{
    display: inline-block;
    vertical-align: top;
    width: calc(( 100% /  3 ) - 15px);
    margin-right: 15px;

    border-right: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    border-top: 4px solid #1C5033;
    border-bottom: 4px solid #1C5033;
    padding:20px 20px;
    box-sizing: border-box;
    height: 440px;
    margin-bottom: 20px;
}

.lies  li:nth-child(3n){
    margin-right: 0;
}

.lies  .leimg{
    text-align: center;
    margin: 40px auto 20px;
}

.lies  .leimg::after{
    content: '';
    display: block;
    clear: both;
    width: 95%;
    height: 1px ;
    background-color: #CCCCCC;
    margin: 40px  auto 0;

}

.lies  .ritt{
    padding: 5px 5px 25px 5px;

}

.coop .stitle{
    font-weight: 700;
    font-size: 22px;
}

.lies  .ritt p{
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
}

.lies  .ritt span{
    display: block;
    color: #707070;
    line-height: 25px;
    font-size: 20px;
    
}


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

    .coop .title02{
        width:80%;
    }


    .lies {
        margin-bottom: 20px;
    }
    
    .lies  li{
        display: inline-block;
        vertical-align: top;
        width: calc(( 100% /  3 ) - 15px);
        margin-right: 15px;
        padding:20px 20px;
        height: 440px;
        margin-bottom: 20px;
    }
    
    .lies  li:nth-child(3n){
        margin-right: 0;
    }
    
    .lies  .leimg{
        text-align: center;
        margin: 40px auto 20px;
    }
    .lies  .leimg img{
        width: 100%;
    }
    .lies  .leimg::after{
        content: '';
        display: block;
        clear: both;
        width: 95%;
        height: 1px ;
        background-color: #CCCCCC;
        margin: 40px  auto 0;
    
    }
    
    .lies  .ritt{
        padding: 5px 5px 25px 5px;
    
    }
    
    .coop .stitle{
        font-weight: 700;
        font-size: 22px;
    }
    
    .lies  .ritt p{
        font-size: 22px;
        font-weight: 700;
        margin-bottom: 10px;
    }
    
    .lies  .ritt span{

        color: #707070;
        line-height: 25px;
        font-size: 20px;
        display: inline;
        vertical-align: top;
    }
}




@media screen and (max-width:860px) {
    .coop{
        text-align: center;
    }
    .coop .title02 li{
        display: block;
    }
    .coop .title02{
        width: 95%;
    }
    
    .lies{
        margin: 50px auto;
    }

    
    .lies  li{
        display: inline-block;
        vertical-align: top;
        width: calc(( 100% /  2 ) - 20px);
        margin-right: 15px;
        border-top: 2px solid #1C5033;
        border-bottom: 2px solid #1C5033;
        padding:10px;

        height: 220px;
    }
    .lies  li:nth-child(3n){
        margin-right: 15px;
    }
    .lies li:nth-child(2n){
        margin-right: 0;
    }
    
    .lies .leimg{
        text-align: center;
        margin:0px  auto;
        width: 100%;
    }
    
    .lies .leimg::after{
        width: 95%;
        margin: 0px  auto 0;
    
    }

    .lies .leimg img{
        width: 50%;
    }
    
    .lies  .ritt{
        padding: 15px 5px 15px 5px;
        line-height: 15px;
        text-align: left;
    }
    
    .coop .stitle{
        font-size: 13px;
        text-align: left;
    }
    
    .lies  .ritt p{
        font-size: 14px;
        margin-bottom: 2px;
    }
    
    .lies  .ritt span{
        display: inline;
        vertical-align: top;
        font-size: 12px;
        line-height: 15px;
        
    }
    
}









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


.lies .leimg img{
    width: 100%;
}

}

















