@charset "utf-8";
/* CSS Document */


/*ページタイトル*/
.c-pagev.c-pagev--con {
    background: url("../img/consulting/bg_pagev.jpg") no-repeat center center;
    background-size: cover;
}


/*とちぎ介護経営研究会の運営*/

.con-kenkyu-item {
    padding-top: 20px;
}


.con-kenkyu-item h3 {
    text-align: center;
}

.con-kenkyu-item h3 span {
    display: inline-block;
    color: #FFF;
    background: #4185BD;
    line-height: 1;
    padding: 0.5em 2em;
    border-radius: 2em;
}

.con-kenkyu-item {
    padding: 20px 0 0 0;
}

.con-kenkyu-item img {
    border-radius: 10px;
}

.con-kenkyu-img {
    padding: 10px 0 15px 0;
}
.con-kenkyu-txt {
    line-height: 1.6;
}

@media only screen and (min-width:758px) {
    
    .con-kenkyu {
        justify-content: space-between;
    }
    
    .con-kenkyu-item {
        width: 31%;
    }
    
    .con-kenkyu-img {
        padding: 15px 0;
    }
    
}

/*コンサルティング業務*/



@media only screen and (min-width:758px) {

    .con-consul-list {
        text-align: center;
        padding: 50px 20px 40px 20px !important;
    }
    
    .con-consul-list .c-list-01 {
        display: flex;
        justify-content: center;
    }   
    
    .c-list-01 li + li {
        margin-left: 50px;
    }
    
}