@charset "utf-8";


body {
    /*スマホで勝手に文字が大きくなる対策*/
    -webkit-text-size-adjust: 100%;
}

.main * {
    font-family: "メイリオ",Meiryo,Tahoma,Verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    font-size  : 18px;
    color      : #000;
    line-height: 1.5;
}
#contents {
    width: 100%;
	background: #fff;
}
.h1_section {
    width: 950px;
    margin: 0 auto 10px;
}
.ui-wrap {
    width: 950px;
    margin: auto;
}

/*-------------------------------------------------------------------------
メインビュー
-------------------------------------------------------------------------*/

.main-view {
    margin: 0 0 -16px;
}

/*-------------------------------------------------------------------------
お悩み
-------------------------------------------------------------------------*/

.trouble {
    margin: 0 0 40px;
}
    .trouble__headline {
        font-size : 50px;
        font-weight: bold;
        text-align: center;
        line-height: 1;
    }
    .trouble-lst {
        height: 504px;
        background: url("../images/bg_nayami.png") no-repeat 0 0;
        box-sizing: border-box;
        margin: 0 0 20px;
        padding: 180px 0 0;
    }
        .trouble-lst li {
            font-size  : 22px;
            font-weight: bold;
            line-height: 1;
            margin: 0 0 20px 32px;
        }
    .trouble__img {
        text-align: center;
    }

/*-------------------------------------------------------------------------
管理システムについて
-------------------------------------------------------------------------*/

/* レイアウト
--------------------------- */
.about {
    margin: 0 0 52px;
    position: relative;
}


    .about__headline {
        margin: 0 0 29px;
    }

    .about-panel__headline {
        margin: 0 0 35px;
    }
    .side_pic{
        position: absolute;
        top: 90px;
        right: 50px;
    }
    .about-panel__inner {
        margin: 0 44px;
    }
        .about-panel__list:not(:last-child){
            margin: 0 0 52px;
        }
            .about-panel__list dt {
                font-size  : 24px;
                font-weight: bold;
                color      : #c92500;
                line-height: 1;
                margin: 0 0 20px;
            }
            .about-panel__list dd {
                overflow: hidden;
            }
                .about-panel__list__text {
                    float: left;
                    width: 500px;
                }
                .about-panel__list__img {
                    float: right;
                }
                .about-panel__list__text a{
                    color: #4A84FF;
                    font-weight: bold;
                }

/* サポートシステム
--------------------------- */
.suport-system {
    margin: 0 0 49px;
}
    .suport-system__headline {
        margin: 0 0 32px;
    }

/*-------------------------------------------------------------------------
サブリース
-------------------------------------------------------------------------*/

/* レイアウト
--------------------------- */
.sablease {
    margin: 50px 0 30px;
}
    /* 見出し */
    .sablease__headline {
        margin: 0 0 40px;
    }
    /* 隙間 */
    .sablease__inner {
        padding: 0 45px;
    }

/* 一覧
--------------------------- */
.sablease__list {
    margin: 0 0 40px;
}
    /* dt */
    .sablease__list > dt {
        line-height: 1;
        font-size  : 24px;
        font-weight: bold;
        color      : #4a84ff;
        margin: 0 0 15px;
    }
        .sablease__list > dt span {
            font-size: 18px;
            color    : inherit;
            margin: 0 0 0 14px;
        }
    .sablease__list__img {
        margin: 0 0 13px;
    }
    /* dd > */
    .sablease__list > dd {
        overflow: hidden;
    }

/* スーパーサブリース */
.supersublease {
    margin: 26px 0 30px;
}
    .sablease__list__icn {
        float: left;
        width: 335px;
        height: 318px;
        box-sizing: border-box;
        border: 1px solid #ccc;
    }
        .sablease__list__icn p {
            width: inherit;
            height: inherit;
            display: table-cell;
            text-align: center;
            vertical-align: middle;
        }
    .sablease__list__right {
        float: right;
        width: 508px;
    }
        /* オーナー様収益の考え方 */
        .supersublease-think {
            margin: 35px 0 0;
        }
            .supersublease-think dt {
                font-size  : 18px;
                font-weight: bold;
                color      : #ffc000;
                line-height: 1;
                margin: 0 0 36px;
            }
            .supersublease-think dd {
                text-indent: -1em;
                margin: 0 0 0 1em;
            }
                .supersublease-think dd span {
                    color: #cfcfcf;
                }
/* その他 */
.other-list {
    float: left;
    width: 277px;
    margin: 0 13px 0 0;
}
.other-list:last-child {
    margin: 0;
}
    .other-list dt {
        text-align: center;
        line-height: 1;
        font-size  : 20px;
        font-weight: bold;
        color      : #4a84ff;
        margin: 0 0 10px;
    }
    .other-list__icn {
        width: 277px;
        height: 103px;
        border: 1px solid #ccc;
        box-sizing: border-box;
        display: table-cell;
        text-align: center;
        vertical-align: middle;
    }
    .other-list__text {
        margin: 5px 0 0;
    }

/* オブジェクト
--------------------------- */
.sablease__img {
    text-align: center;
    margin: 0 0 44px;
}
.sablease__backup {
    margin: 0 0 46px;
}
[data-system="safe"]{
    margin: 0 0 50px;
}
.systemPanel__headline {
    margin: 0 0 18px;
}
.systemPanel_wrap{
    padding: 0 45px 45px;
}
.systemPanel__text {
    margin: 0 0 20px;
}
.systemPanel-list dt {
    font-size  : 24px;
    font-weight: bold;
    color      : #ffc000;
    line-height: 1;
    margin: 0 0 10px;
}
/* テーブル */
.systemPanel-table {
    border         : 1px solid #9e9e9e;
    border-collapse: collapse;
    width: 100%;
    margin: 0 0 10px;
}
    .systemPanel-table tr {
        border-bottom: 1px solid #9e9e9e;
    }
        .systemPanel-table th,
        .systemPanel-table td {
            height: 56px;
            border-right: 1px solid #9e9e9e;
            text-align: center;
            vertical-align: middle;
        }
        .systemPanel-table th { background-color: #ffe79f;}
        .systemPanel-table td { background-color: #fff6dc;}
        
        .systemPanel-table .left {
            text-align: left;
            padding: 0 0 0 11px;
            width: 363px;
        }
        .systemPanel-table__coution {
            position: relative;
        }
        .systemPanel-table__coution:after {
            content: "※1";
            position: absolute;
            right   : 3px;
            bottom  : 0;
            font-size: 11px;
        }
        
/*-------------------------------------------------------------------------
お問い合わせ
-------------------------------------------------------------------------*/
.contactUs {
    margin: 0 0 70px;
}

.contactUs__headline {
    height: 53px;
    line-height: 53px;
    text-align: center;
    font-size  : 28px;
    font-weight: bold;
    color      : #fff;
    background-color: #11a73c;
    margin: 0 0 20px;
}
    .contactUs__headline span {
        font-size: inherit;
        color: #fffc00;
    }
.contactUs-btn {
    overflow: hidden;
}
    .contactUs-btn li {
        float: left;
    }
    .contactUs-btn li:first-child {
        margin: 0 14px 0 0;
    }
		.contactUs-btn a:hover {
			opacity: .7;
		}
        .contactUs__bt-list {
            margin-top: 20px;
        }
        .contactUs__bt-list li {
            float: left;
        }
        .contactUs__bt-list li a:hover {
            opacity: .7;
        }
        .contactUs__bt-item--1 {
            margin: 0 20px 20px 0;
        }
        .contactUs__bt-item--2 {
            margin: 0 0 20px 0;
        }