/* ========================================
   about.twig 用追加スタイル
   作成日: 2026-03-30
   担当: さんや商事
======================================== */

/* ネクスト秘書 ロゴ */
.next-hisho-logo {
    text-align: center;
    margin: 20px 0;
}

.next-hisho-logo img {
    max-width: 400px;
    width: 100%;
}

/* ネクスト秘書 サブタイトル */
.next-hisho-subtitle {
    text-align: center;
    font-size: 1.1em;
    margin-bottom: 1.5em;
}

#next-hisho h2 {
    margin-bottom: 0;
}

/* 会社概要 テーブル */
.company-profile-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 1em;
}

.company-profile-table tr {
    border-bottom: 1px solid #ddd;
}

.company-profile-table tr:last-child {
    border-bottom: none;
}

.company-profile-table th {
    text-align: left;
    padding: 10px 16px;
    width: 35%;
    font-weight: normal;
    color: #7f5c51;
    vertical-align: top;
}

.company-profile-table td {
    padding: 10px 16px;
    vertical-align: top;
}

@media screen and (max-width: 600px) {
    .company-profile-table th,
    .company-profile-table td {
        display: block;
        width: 100%;
        padding: 6px 10px;
    }

    .company-profile-table th {
        padding-bottom: 0;
    }

    .company-profile-table td {
        padding-top: 4px;
    }
}