@charset "UTF-8";

/* ------------------
service 事業内容
------------------ */
.service_text_box {
    margin: 16px 0 24px 0;
    padding: 0 24px;
}

.service_text_box h4 {
    font-size: 2rem;
    margin: 0 0 8px 0;
    text-align: center;
}

@media screen and (min-width:768px) {
    .service_text_box h4 {
        font-size: 2.8rem;
    }

    .service_list_reserve {
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        margin: 0 0 120px 0;
    }

    .service_list {
        display: flex;
        align-items: center;
        margin: 0 0 120px 0;
    }

    .service_img {
        width: 50%;
    }

    .service_text_box {
        width: 50%;
    }
}

/*===========min-width:768px===========*/