<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* ────────────────────── *
 *                                              *
 * メインビジュアル                             *
 *                                              *
 * ────────────────────── */

#mainvisual img {
    width: 100%;
}

/* ────────────────────── *
 *                                              *
 * コンテンツ                                   *
 *                                              *
 * ────────────────────── */

.contents {
    padding: 110px 0;
    overflow: hidden;
}
.contents .inner {
    width: 1100px;
    margin: 0 auto;
    position: relative;
}
.contents .inner ul.anchor {
    margin: 0 auto 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.contents .inner ul.anchor li {
    margin: 0 10px;
}
.contents .inner ul.anchor li a {
    background: #e9e2ef;
    display: block;
    border-radius: 50px;
    transition: background .5s;
}
.contents .inner ul.anchor li a:hover {
    background: #eee6d1;
}
.contents .inner ul.anchor li a img {
	border-radius: 100vmax;
}
.contents .inner h3 {
    text-align: center;
    margin: 0 auto 50px;
}
.contents .inner h4 {
    font-size: 26px;
    font-weight: 500;
    color: #2badb8;
    color: #9b8671;
    background: #f1f8f9;
    background: #efe2d4;
    text-align: center;
    padding: 10px;
    margin: -150px auto 25px;
}
.contents .inner dl.detail dt {
    font-size: 24px;
    font-weight: 500;
    color: #2badb8;
    color: #9b8671;
    background: url("../../quality/image/bg-detail-title.png") repeat-x left bottom;
    text-align: center;
    letter-spacing: -0.05em;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.contents .inner dl.detail dt span.notice {
    font-size: 17px;
}
.contents .inner dl.detail dd {
    font-size: 16px;
    line-height: 1.4375;
    text-align: justify;
}
.contents .inner dl.detail dd span.notice {
    font-size: 12px;
    color: #595757;
    display: block;
}
.contents .inner .point:before {
    content: "";
    background: url("../../quality/image/icon-point.png") no-repeat center center / cover;
    width: 150px;
    height: 70px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

/* flexbox */
.contents .inner .flex {
    margin: 0 auto 160px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.contents .inner .flex .flexitem {
    width: 350px;
    margin-bottom: 37px;
    position: relative;
}
.contents .inner .flex .flexitem p.image {
    margin-bottom: 10px;
}

/* マンションセキュリティ */
.contents .inner #mansion {
    background: #f1f8f9;
    background: #efe2d4;
    padding: 10px 25px 25px;
    margin: 0 auto 40px;
    position: relative;
}
.contents .inner #mansion dl.detail dd {
    margin-top: 20px;
}
.contents .inner #mansion dl.detail dd p.txt {
    text-align: center;
    margin-bottom: 20px;
}
.contents .inner #mansion dl.detail dd p.image {
    text-align: center;
}

/* 近鉄セーフティ */
.contents .inner #kintetsu-safety {
    background: #f1f8f9;
    background: #efe2d4;
    padding: 10px 25px 25px;
    margin: 0 auto 40px;
    position: relative;
}
.contents .inner #kintetsu-safety dl.detail dd {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.contents .inner #kintetsu-safety dl.detail dd .left {
    width: 640px;
    flex-shrink: 0;
}
.contents .inner #kintetsu-safety dl.detail dd .right {
    width: 365px;
}
.contents .inner #kintetsu-safety dl.detail dd .right p.txt {
    margin-bottom: 15px;
}

/* インターフォン */
.contents .inner #interphone {
    background: #f1f8f9;
    background: #efe2d4;
    padding: 10px 25px 25px;
    margin: 0 auto 40px;
    position: relative;
}
.contents .inner #interphone dl.detail dd {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.contents .inner #interphone dl.detail dd .left {
    width: 640px;
    flex-shrink: 0;
}
.contents .inner #interphone dl.detail dd .right {
    width: 365px;
}
.contents .inner #interphone dl.detail dd .right p.txt {
    margin-bottom: 15px;
}

/* Tebraキー */
.contents .inner .flex .flexitem#tebra {
    width: 725px;
}

/* 防犯カメラ */
.contents .inner .flex .flexitem dl.detail dt span#txt-camera {
    display: block;
    white-space: nowrap;
    width: 117.6%;
    transform: scaleX(0.85);
    transform-origin: left;
}

/* エレベーター */
.contents .inner .flex .elevator {
    width: 220px;
    padding: 0 30px;
    position: relative;
    box-sizing: border-box;
}
.contents .inner .flex .elevator:before {
    content: "";
    background: url("../../quality/image/bg-elevator.png") repeat-y top center;
    width: 3px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.contents .inner .flex .elevator:last-child:after {
    content: "";
    background: url("../../quality/image/bg-elevator.png") repeat-y top center;
    width: 3px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}
.contents .inner .flex .elevator dl dt {
    font-size: 22px;
    line-height: 1.18;
    color: #2badb8;
    color: #9b8671;
    letter-spacing: -0.08em;
    text-align: center;
    margin-bottom: 10px;
}
.contents .inner .flex .elevator dl dd {
    font-size: 14px;
    line-height: 1.7;
    text-align: justify;
}

/* エアフロー */
.contents .inner .flex .flexitem#airflow {
    width: 100%;
}
.contents .inner .flex .flexitem#airflow p.image {
    width: 725px;
}
.contents .inner .flex .flexitem#airflow dl.detail {
    width: 350px;
}
.contents .inner .flex .flexitem#airflow dl.detail dd:first-of-type {
    margin-bottom: 30px;
}

/* その他 */
.contents .inner .flex .flexitem#others {
    width: 700px;
    border-bottom: 2px solid #6fbdc6;
    border-bottom: 2px solid #9b8671;
}
.contents .inner .flex .flexitem#others dl dt {
    font-size: 22px;
    font-weight: 500;
    color: #2badb8;
    color: #9b8671;
    letter-spacing: -0.05em;
    padding-top: 15px;
    margin-bottom: 10px;
    border-top: 2px solid #6fbdc6;
    border-top: 2px solid #9b8671;
}
.contents .inner .flex .flexitem#others dl dd {
    font-size: 14px;
    line-height: 1.4375;
    text-align: justify;
    margin-bottom: 15px;
}
.contents .inner .flex .flexitem#others dl dd span.notice {
    font-size: 10px;
    color: #595757;
    display: block;
}

/* 評価 */
.contents .inner dl.detail#certification {
    padding: 18px 48px 28px;
    margin-top: -150px;
    border: 2px solid #6fbdc6;
    border: 2px solid #9b8671;
    border-radius: 20px;
}
.contents .inner dl.detail#certification dt {
    padding-bottom: 15px;
    margin-bottom: 20px;
}
.contents .inner dl.detail#certification dd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.contents .inner dl.detail#certification dd p.txt {
    width: 660px;
}
.contents .inner dl.detail#certification dd p.image {
    width: 306px;
    flex-shrink: 0;
}
</pre></body></html>