@charset "UTF-8";
/*ご家族様の声*/
section.family .kanban{
    margin-bottom:1.5rem;
}
section.family .section-desc {
    margin-bottom:2rem;
}

.family .kanban h2 img{
    margin: auto;
}

.flex-box.family-wrapper{
    justify-content: space-between;
}

.family-item{
    width: 30%;
    display: flex;
}

.family-item-midashi-wrapper{
    background-color: #56AAD1;
    color: #FFF;
    height: 4em;
    align-items: center;
}

.family-item-inner{
    background-color: #FFF;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.family-img{
    height: 243px;
}
.family-img-inner img {
    width: 100%;
    height: auto;
}

.family-desc{
    border: 2px solid #56AAD1;
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
    padding: 2rem 1rem;
    font-size: 14px;
    line-height: 1.5;
    flex-grow: 1;
    flex-direction: column;
    display: flex;
}
.family-midashi {
    text-align:center;
    line-height:1.5em;
    padding:.5rem;
}

@media (max-width: 758px) {
    /*ご家族様の声*/
    .family-wrapper{
        /* display: block; */
        /* width:300%; */
        transition:margin 0.3s;
    }

    .pc-h2-01{
        width: 260px;
    }

    .pc-h2-02{
        width: 125px;
    }

    section.family .section-desc {
        text-align: left;
        line-height: 1.5;
        font-size: 1rem;
    }

    .family-bg-rline2{
        margin-bottom: 80px;
    }

    .family-item{
        width: 100%;
        /* display: block; */
        margin-bottom: 1rem;
    }
    .family-img{
        height: auto;
    }
    .family-item-midashi-wrapper{
        height: auto;
        width: 100%;
    }

    .family-desc{
        padding: 1rem;
        width: 100%;
    }
}