/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 23 2025 | 23:46:59 */
/* トップタイトルエリア（建築部門実績と不動産物件情報ページにも適用） */

.l-topTitleArea {
    align-items: center;
    display: flex;
    margin: 0;
    min-height: 11em;
    overflow: hidden;
    padding: 1.5em 0;
    position: relative;
    width: 100%;
}

@media (min-width: 600px) {
    .l-topTitleArea {
        min-height: 240px;
        padding: 1em 0;
    }
}