@charset "UTF-8";

/*------Service------*/
#st + section .inner_item_txt ul {
    display: flex;
    margin: 30px auto;
    text-align: center;
    gap: 3rem;
    justify-content: center;
}
#st + section .inner_item_txt ul li {
    margin: 0;
    text-align: center;
    display: inline-block;
    font-size: 90%;
    padding: 20px;
    border: none;
    background: url(/common/upload_data/mirilajp/image/20260717144023_1.png) no-repeat;
    background-size: contain;
    width: calc(50% / 4);
    background-position: center;
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
#st + section .inner_item_txt ul li:nth-child(even) {
    background: url(/common/upload_data/mirilajp/image/20260717144023.png) no-repeat;
    background-size: contain;
}
@media screen and (max-width: 900px) {
    #st + section .inner_item_txt ul {
        flex-wrap: wrap;
    }
    #st + section .inner_item_txt ul li {
        width: calc(60% / 2);
    }
}