@charset "UTF-8";

/* **************************************************

Name: number.css
Description: CSS for company/number Pages
Create: 2025.02.05
Update: 

***************************************************** */
/* renewal2024.css からの上書き */
.title.number {
    background-image: url(/image/h1/hsw/company/number/title.jpg);
    margin-bottom: 25px;
}

.grid_number li > *:nth-child(3) {
    font-size: 100%;
}


@media screen and (min-width: 768px) {
    .anchorlink_white {
        margin-top: -25px;
    }   
    .grid_number {
        gap: 30px 20px;
    }     
}