@charset "utf-8";
/* CSS Document */


/*ページタイトル*/
.c-pagev.c-pagev--nur {
    background: url("../img/nursing/bg_pagev.jpg") no-repeat center top;
    background-size: cover;
}

/*各サービスのリード*/

.c-main--nur .c-box-02-txt {
        font-weight: bold;
    }
@media only screen and (min-width:758px) { 
    .c-main--nur .c-box-02 {
        align-items: center;
    }
}
    


@media only screen and (min-width:980px) {
    .c-box-02-txt {
        padding-left: 120px;
        width: 50%;
    }
    
}

/*料金表*/

.nur-price ul {
    margin-bottom: 15px;
    border: 3px solid #FFF;
    
}

.nur-price dl {
    display: flex;
    font-weight: bold;
}

.nur-price li {
    padding: 15px;
}

.nur-price li:nth-child(2n-1) {
    background: #FFF;
}


.nur-price dt {
    font-weight: bold;
    width: 10em;
    color: #4185BD;
}

@media only screen and (min-width:758px) {  
    
    .nur-price li {
        padding: 20px 40px;
    }
    
    .nur-price dt {
        width: 12em;
    }
}

