<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.info-block {
}
    .info-block p {
        text-align: center;
        margin-bottom: 55px;
    }

    .info-block .has-bg {
        background: #F5F5F5;
        padding: 40px;
        margin-bottom: 108px;
    }

    .info-block ul {
        display: flex;
        justify-content: space-between;
        margin-top: 30px;
    }

    .info-block ul li img {
        width: 292px;
    }

.modelhouse-block {
    background: #000;
    padding: 60px 0 0;
}
    .modelhouse-block h2 {
        text-align: center;
        margin-bottom: 60px;
        padding-top: 60px;;
        background: url(../../img/index/scroll-b-mark.png) no-repeat center top;
    }
    .modelhouse-block .navi-wrap {
        height: 468px;
        overflow: hidden;
        position: relative;
    }
    .modelhouse-block ul {
        position: absolute;
        width: 1400px;
        left: 50%;
        margin-left: -700px;
    }
        .modelhouse-block li {
            float: left;
        }
        .modelhouse-block li.center {
			width:700px;margin:0 auto;float:none;
        }
.text {
    background: #000;
    text-align: center;
    padding-top: 40px;
}
.more {
    background: #000;
    padding: 40px 0 45px;
    text-align: center;
}

@media screen and (max-width:767px) {
    ._company-info h1 {
        padding-top: 40px;
    }
    ._pagehead img {
        width: 70.30%;
        height: auto;
    }
    .info-block {
        padding: 35px 20px 0;
    }
        .info-block h1._pagehead {
            margin-left: auto;
            margin-right: auto;
        }
        .info-block p {
            width: auto;
            margin: auto;
            text-align: center;
            padding: 0px 0 45px;
        }
        .info-block p img {
            width: 100%;
            height: auto;
        }
        .info-block h2 {
            text-align: center;
            margin-bottom: 0px;
        }
        .info-block .has-bg {
            padding: 48px 18px 18px;
            margin-bottom: 40px;
        }

        .info-block .has-bg p {
            padding: 0;
        }

        .info-block ul {
            display: block;
            margin-top: 35px;
        }

        .info-block ul li img {
            width: 300px;
            margin-bottom: 14px;
        }
        .info-block ul li:last-child img {
            margin-bottom: 0;
        }
        .modelhouse-block {
            background: #000;
            padding: 75px 0 0;
        }
            .modelhouse-block h2 {
                text-align: center;
                margin-bottom: 40px;
                padding-top: 70px;
                background: url(../../img/index/scroll-b-mark.png) no-repeat center top;
            }
            .modelhouse-block h2 img {
                width: 46.67%;
                height: auto;
            }
            .modelhouse-block .navi-wrap {
                height: auto;
                overflow: hidden;
                position: relative;
            }
            .modelhouse-block ul {
                position: relative;
                width: auto;
                height: auto;
                left: 0;
                margin-left: 0;
            }
                .modelhouse-block li {
                    float: none;
                }
                .modelhouse-block li.center {
        			width:700px;margin:0 auto;float:none;
                }
                .modelhouse-block ul li img {
                    width: 100%;
                    height: auto;
                }
                .anchor-wrap {
                    display: block;
                }

        .text {
            padding: 35px 30px 0
        }
        .text img {
            height: auto;
        }
        .more {
            padding: 35px 20px 75px;;
        }
        .more img {
            width: 100%;
            height: auto;
        }
</pre></body></html>