/*202510追記分*/



/*コンタクトページ*/
    .contact .company-name{
        color: #002d50;
    }

    .contact .adress{
        color: #002d50;
        margin-bottom: 10px;
    }

    table .name {
        display: inline-block;
        font-weight: bold;
        color: #002d50;
        line-height: 1.5;
    }


/*フッター*/
    footer .blv h2{
        margin: 40px auto;
        width: 320px;
        max-width: 320px;
        height: 82px;
    }

    footer .extra-link .company-name {
        color: #0d3c77;
        font-size:1.8rem;
    }



@media screen and (min-width: 769px) {
    
/*コンタクトページ*/
    .contact .company-name{
        font-size:3.2rem;
        font-weight:700;
    }

    .contact .adress{
        font-size:2.2rem;
        font-weight:600;
        margin-bottom: 10px;
    }
    
    table .name {
        margin-bottom: 10px;
        font-size: 1.7rem;
    }


/*フッター*/
    footer .blv h2 a{
        margin: 60px auto 40px auto;
        width: 320px;
        max-width: 320px;
        height: 82px;
    }
}
    
    
@media screen and (max-width: 768px) {

/*コンタクトページ*/
    .contact .company-name{
        font-size:3rem;
    }

    .contact .adress{
        font-size:2rem;
        margin-bottom: 10px;
    }
    
    table .name {
        margin-bottom: 5px;
        font-size: 1.5rem;
    }


/*フッター*/
    footer .blv h2 a{
        margin: 0 auto 20px auto;
        width: 280px;
        max-width: 280px;
        height: auto;
    }

    footer .extra-link .company-name {
        font-size:1.5rem;
    }
}