/* --- Aboutページ・レイアウトのブラッシュアップ --- */

.profile-flex {
    display: flex;
    gap: 60px;
    margin-bottom: 60px;
    align-items: flex-start;
}

.profile-image { flex: 0 0 200px; text-align: center; }
.profile-image img {
    width: 150px;
    height: aute;
    object-fit: cover;
    border-radius: 4px;
    margin-top: 80px;
    margin-bottom: 20px;
}
.profile-sign { font-weight: 700; font-size: 1.1rem; color: #333; }
.registration-num { font-size: 0.8rem; color: #888; margin-top: 5px; line-height: 1.4; }

.profile-text { flex: 1; }
.message-tag { color: #064e3b; font-size: 0.9rem; font-weight: 800; letter-spacing: 0.1em; margin-bottom: 10px; }
.message-title { font-family: 'Shippori Mincho', serif; font-size: 1.6rem; margin-bottom: 30px; line-height: 1.4; color: #000; }

.text-block p { margin-bottom: 25px; font-size: 0.95rem; color: #333; line-height: 1.7; }
.text-block strong { color: #064e3b; }

/* 事務所概要テーブル */
.about-table-wrapper { border-top: 2px solid #333; margin-top: 20px; }
.about-table { width: 100%; border-collapse: collapse; }
.about-table th {
    width: 220px;
    padding: 25px;
    text-align: left;
    background-color: #fcfcfc;
    border-bottom: 1px solid #eee;
    font-size: 0.95rem;
}
.about-table td { padding: 25px; border-bottom: 1px solid #eee; font-size: 1rem; }