/* 事業所概要ページ タブレット向けスタイル */

@media (max-width: 1040px) {
    /* ごあいさつカード */
    .about-greeting-card {
        max-width: 700px;
        padding: 1.8rem;
    }

    .about-intro-top {
        font-size: 0.95rem;
    }

    .about-intro-main {
        font-size: 1.25rem;
    }

    .about-greeting-text {
        font-size: 0.95rem;
    }

    /* プロフィールカード */
    .about-profile-card,
    .about-office-card {
        max-width: 700px;
        padding: 1.8rem;
    }

    .about-profile-title {
        font-size: 1.6rem;
    }

    .about-profile-name {
        font-size: 1.2rem;
    }

    /* プロフィールテーブル */
    .about-profile-table th {
        font-size: 0.95rem;
        padding: 0.7rem 0.8rem;
    }

    .about-profile-table td {
        font-size: 0.95rem;
        padding: 0.7rem 0.8rem;
    }
}
