@charset "utf-8";
@media (min-width: 768px) { /* Tablet1 */

}
@media (min-width: 992px) { /* Tablet2 */

}
@media (min-width: 1200px) { /* PC */

}



h3.service {
    text-align: left;
    line-height: 1.75;
}
h3.service::after {
    content: none;
}


.kazari {
    width: 40%;
    min-width: 200px;
    max-width: 280px!important;
    display: block;
    margin: 0 auto;
    margin-bottom: 2em;
}


.item {
    padding: 20px 0;
}

.img-box {
    height: 240px;
}



section.bg {
    background-color: #F7F7F7;
}

.img-wrapper div {
    margin-bottom: 10px;
    width: 100%;
    height: 100%;
    
}
.img-wrapper img {
    height: 100%;
}





@media (min-width: 768px) { /* Tablet1 */
    h3.service {
        font-size: 2.2rem;
        text-align: center;
    }
    .img-box {
        height: 300px;
    }

    .img-wrapper img {
        object-fit: contain;
        height: 240px;
        border: 1px solid #ccc;
    }

    
}
@media (min-width: 992px) { /* Tablet2 */
    h3.service {
        font-size: 2.8rem;
    }
    .sec1-p {
        text-align: center;
    }
    .item {
        padding: 50px 0;
    }
    .img-box {
        height: 380px;
    }

    .img-wrapper img {
        object-fit: contain;
        height: 300px;
        border: 1px solid #ccc;
    }
   
}
@media (min-width: 1200px) { /* PC */
    h3.service {
        font-size: 3.2rem;
    }
}




