@charset "UTF-8";

/*-------------
micro clearfx
-------------*/
.cf:before,
.cf:after {
    content: "";
    display: table
}
.cf:after {
    clear: both
}

/* For IE 6/7 */
.cf {
    zoom: 1
}


figure {
    margin: 0;
}
img {
    vertical-align: bottom;
}

.s-indentback {
    text-indent: -1em;
    padding-left: 1em;
}

/*---------------------------------
  共通　パーツ
---------------------------------*/
/* 矢印アイコン */
.s-livableicon-right_arrow:after {
    content: '\EA0A';
}
[class^=s-livableicon-right_]:after,
[class*='s-livableicon-right_']:after {
    font-family: livable;
    vertical-align: -.2em;
    margin-right: 8px
}
.s-right_icon {
    padding-right: 0.5em;
    display: inline-block;
}
.s-right_icon:after {
    position: absolute;
    margin: 0;
    font-size: inherit;
    line-height: 1.9;
    padding-left: 8px;
}

/* 関連記事 */
.s-related-list {
    margin-top: 32px;
}
.s-related-list__item {
    margin-bottom: 8px;
}
.s-related-list__link {
    display: table;
    width: 100%;
    height: 100%;
    background: #fff;
    -webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,.15);
    box-shadow: 0 0 4px 0 rgba(0,0,0,.15);
}
.s-related-list__link:hover {
    -webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,.15);
    box-shadow: 0 0 10px 5px rgba(0,0,0,.15);
}
.s-related-list__image-area {
    display: table-cell;
    width: 96px;
    padding: 8px 0 8px 8px;
}
.s-related-list__image {
    display: block;
    height: 88px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.s-related-list__detail {
    display: table-cell;
    width: auto;
    padding: 16px;
    vertical-align: top;
}
.s-related-list__detail-title {
    color: #00aeef;
    -webkit-transition: all .12s ease-out 0s;
    -o-transition: all .12s ease-out 0s;
    transition: all .12s ease-out 0s;
    border-bottom: 1px solid transparent;
    display: inline;
    line-height: 1.5;
}
.s-related-list__detail-text {
    margin-top: 10px;
    font-size: 13px;
    line-height: 20px;
    color: #777;
}

/*-- PC 共通 --*/
@media only screen and (min-width: 769px) {
    /* ご売却は東急リバブルで！ */
    .s-two-nutton_narrow {
        width: 362px;
    }

    /* 関連記事 */
    .s-related-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-left: -16px;
    }
    .s-related-list__item {
        width: calc(50% - 16px);
        margin: 0 0 16px 16px;
    }
    .s-related-list__image-area {
        width: 112px;
        padding: 12px 0 12px 12px;
        overflow: hidden;
    }
    .s-related-list__image {
        height: 100px;
    }
    .s-related-list__link:hover .s-related-list__image {
        -webkit-transform: scale(1.06);
        -ms-transform: scale(1.06);
        transform: scale(1.06);
    }
    .s-related-list__link:hover .s-related-list__detail-title {
        border-bottom: 1px solid currentColor;
    }
}

/*-- SP 共通ナビゲーション --*/
@media only screen and (max-width: 768px) {
    .s-related-list__item:last-child {
        margin-bottom: 0;
    }
}

/*---------------------------------
  共通　ナビゲーション
---------------------------------*/
/*-- PC 共通ナビゲーション --*/
@media only screen and (min-width: 769px) {
    .sp-flownav_link {
        display: none;
    }
    .s-flownav-list {
        display: flex !important;
        overflow: hidden;
        width: 1120px;
        margin: 0 auto;
        padding-right: 16px;
    }
    .s-flownav-list .s-flownav__item {
        position: relative;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        width: 11.11%;
    }
    .s-flownav-list .s-flownav__item-inner {
        width: 100%;
        height: 134px;
        /*height:55px;*/
        padding: 44px 0 0 20px;
        color: #003d7c;
        background-color: #eee;
        transition: 0.25s;
        margin: 0;
        text-align: center;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
    }
    .s-flownav-list .s-flownav__item.s-past .s-flownav__item-inner {
        background-color: #e3f5fc;
    }
    .s-flownav-list .s-flownav__item.s-active .s-flownav__item-inner,
    .s-flownav-list .s-flownav__item:hover .s-flownav__item-inner {
        color: #fff;
        background-color: #00adef;
    }
    .s-flownav-list .s-flownav__item .s-flownav__item-inner:before,
    .s-flownav-list .s-flownav__item .s-flownav__item-inner:after {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        margin: auto;
        top: 50%;
        transform: translateY(-50%);
        transition: 0.25s;
        border-style: solid;
        border-width: 90px 0 90px 1em;
        z-index: 10;
    }
    .s-flownav-list .s-flownav__item .s-flownav__item-inner:before {
        right:-1.2em;
        border-color: transparent transparent transparent #fff;
    }
    .s-flownav-list .s-flownav__item .s-flownav__item-inner:after {
        right: -1em;
        border-color: transparent transparent transparent #eeeeee;
    }
    .s-flownav-list .s-flownav__item.s-past .s-flownav__item-inner:after {
        border-color: transparent transparent transparent #e3f5fc;
    }
    .s-flownav-list .s-flownav__item.s-active .s-flownav__item-inner:after,
    .s-flownav-list .s-flownav__item:hover .s-flownav__item-inner:after {
        border-color: transparent transparent transparent #00adef;
    }
    .s-flownav-list .s-flownav__item-page {
        display: block;
        padding-bottom: 14px;
        margin-left: 20px;
        position: absolute;
        top: 22px;
        left: 0;
        right: 0;
        font-weight: bold;
    }
    .s-flownav-list .s-flownav__item-page:after {
        content: "";
        position: absolute;
        height: 1px;
        width: 25px;
        left: 0;
        right: 0;
        margin: auto;
        background: #003d7c;
        bottom: 0;
        transition: 0.25s;
    }
    .s-flownav-list .s-flownav__item.s-active .s-flownav__item-page:after,
    .s-flownav-list .s-flownav__item:hover .s-flownav__item-page:after {
        background: #fff;
    }
    .s-flownav-list .s-flownav__item.s-active .s-flownav__item-page:after {
        width: 94px;
        left: 8px;
    }
    .s-flownav-list .s-flownav__item.s-active .s-flownav__item-page:before {
        content: "";
        position: absolute;
        top: 0;
        bottom: -30px;
        right: 0;
        margin: auto;
        width: 20px;
        height: 12px;
        border-top: 1px solid #fff;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .s-flownav-list .s-flownav__item-page .s-page-num {
        font-size: 24px;
        padding-left: 5px;
        margin-top: -1em;
        display: inline-block;
    }
    .s-flownav-list .s-flownav__item-text {
        display: block;
        width: 100%;
        text-align: center;
    }
    .s-flownav-list .s-3line {
        font-size: 12px;
        line-height: 1.2;
    }

    /*pc追従*/
    .s-flownav-list-wrap {
        padding: 38px 0;
        background: #fff;
    }
    .s-flownav-list-wrap.s-is-show {
        background: #fff;
        position: fixed;
        top: 64px;
        z-index: 99;
        width: 100%;
        padding: 16px 0;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        border-bottom: 1px solid #eee;
    }
    .s-flownav-list-wrap.s-is-show.top-hide {
        top: 0;
    }

}

/*-- SP 共通ナビゲーション --*/
@media only screen and (max-width: 768px) {
    /*sp追従*/
    .o-content__wrapper {
        position: relative;
        padding-top: 70px;
    }
    .s-flownav-list-wrap {
        position: absolute;
        z-index: 99;
        width: 100%;
        top: 0px;
        left: 50%;
        transform: translate(-50%, 0);
    }
    .s-flownav-list-wrap.s-is-show {
        position: fixed;
        top: 55px;
        width: 100%;
        margin: auto;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
    }
    .s-flownav-list-wrap.s-is-show.top-hide {
        top: 0;
    }
    .s-black-bg {
      position: fixed;
      left: 0;
      top: 0;
      width: 100vw;
      height: 100vh;
      z-index: 1;
      opacity: 0;
      visibility: hidden;
      transition: all .6s;
      cursor: pointer;
    }
    .is-open.s-black-bg {
      opacity: .5;
      visibility: visible;
      background-color: #000;
    }

    .sp-flownav_link:before,
    .sp-flownav_link:after {
        position: absolute;
        top: 0;
        right: 16px;
        bottom: 0;
        width: 16px;
        height: 2px;
        margin: auto 0;
        content: '';
        -webkit-transition: all .12s ease-out 0s;
        -o-transition: all .12s ease-out 0s;
        transition: all .12s ease-out 0s;
        background: #fff;
    }
    .sp-flownav_link:after {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 1;
    }

    .sp-flownav_link.is-open:before {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    .sp-flownav_link.is-open:after {
        -webkit-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        transform: rotate(270deg);
        opacity: 0;
    }

    .s-flownav-list-wrap .sp-flownav_link {
        display: flex;
        position: relative;
        z-index: 2;
        color: #fff;
        background-color: #00adef;
        padding: 4px 54px 4px 16px;
        font-size: 14px;
        height: 50px;
        line-height: 3;
        font-weight: bold;
    }
    .s-flownav-list-wrap .sp-flownav_link .s-flownav__item-text {

    }
    .s-flownav-list {
        position: relative;
        z-index: 2;
        display: none;
        border-top: 2px solid #fff;
        max-height: calc(100vh - 50px);
        overflow-y: auto;
    }
    .s-flownav-list .s-flownav__item {
        border-bottom: 2px solid #fff;
    }
    .s-flownav-list .s-flownav__item:last-child {
        border-bottom: 0;
    }
    .s-flownav-list .s-flownav__item .s-flownav__item-inner {
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        color: #003d7c;
        background-color: #eee;
        padding: 4px 54px 4px 4px;
        font-size: 14px;
        height: 50px;
    }
    .s-flownav-list .s-flownav__item.s-past .s-flownav__item-inner {
        background-color: #e3f5fc;
    }
    .s-flownav-list .s-flownav__item.s-active .s-flownav__item-inner {
        position: relative;
        color: #fff;
        background-color: #00adef;
    }
    .s-flownav-list .s-flownav__item.s-active .s-flownav__item-inner:before {
        content: "";
        position: absolute;
        top: 50%;
        right: 16px;
        margin: auto;
        width: 10px;
        height: 0px;
        border-top: 2px solid #fff;
        -webkit-transform: rotate(45deg) translateY(-50%);
        transform: rotate(45deg) translateY(-50%);
    }
    .s-flownav-list .s-flownav__item.s-active .s-flownav__item-inner:after {
        content: "";
        position: absolute;
        height: 2px;
        width: 25px;
        right: 16px;
        bottom: 20px;
        background: #fff;
    }
    .s-flownav-list .s-flownav__item-page {
        position: relative;
        font-weight: bold;
        width: 110px;
        display: inline-block;
        text-align: center;
        line-height: 1.4;
    }
    .s-flownav-list .s-flownav__item-page:after {
        content: "";
        position: absolute;
        border-right: 1px solid #003d7c;
        height: 20px;
        width: 1px;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }
    .s-flownav-list .s-flownav__item.s-active .s-flownav__item-page:after {
        border-right: 1px solid #fff;
    }
    .s-flownav-list .s-flownav__item-page .s-page-num {
        font-size: 20px;
        padding-left: 4px;
    }
    .s-flownav-list .s-flownav__item-text {
        display: inline-block;
        width: 100%;
        padding-left: 8px;
        box-sizing: border-box;
    }
}

/*---------------------------------
  共通
---------------------------------*/
.s-sec {
    margin-bottom: 48px;
}
.s-sec:last-child {
    margin-bottom: 0;
}

/* セカンドページ　見出し */
.s-headline-sab {
    display: block;
    font-size: 16px;
    line-height: 1.6;
}
.s-titbox .s-titbox_text {
    padding: 36px 20px 32px;
    width: 100%;
    position: relative;
    background: url('/assets/images/original/guide-common__titboxbg.png') center/cover no-repeat;
    display: inline-block;
    color: #fff;
}
.s-titbox .s-titbox_text__num {
    position: absolute;
    display: block;
    font-size: 24px;
    width: 40px;
    height: 40px;
    background-image: linear-gradient(-45deg, transparent, transparent 49%, white 49%, white 51%, transparent 51%, transparent);
    background-position: left -2px top 4px;
    background-repeat: no-repeat;
    left: 24px;
    top: 20px;
}
.s-titbox .s-titbox_text__tit {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: normal;
    padding-left: 40px;
}
.s-titbox .s-titbox_img_wrap {
    margin: 0;
}
.s-titbox .s-titbox_img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}
/* セカンドページ　サブ見出し */
.s-sec .a-sub-headline {
    color: #003d7c;
    font-weight: bold;
}
.s-sec .a-sub-headline:before {
    top: 0;
    height: 100%;
}
.s-sec .a-sub-headline .s-emphasis {
    font-size: 24px;
    color: #e34563;
}
.s-sec .a-caption {
    font-weight: normal;
}

.s-leadtxt {
    font-size: 18px;
    display: block;
    color: #003d7c;
    text-align: center;
    margin: 30px auto 42px;
}
.s-marker {
    display: inline;
    position: relative;
    line-height: 1.2;
    font-weight: bold;
    background-image: linear-gradient(to top, #f9b360 30%, transparent 0%);
    background-position: 0 bottom;
    background-repeat: no-repeat;
}
.s-content_ttl01 {
    color: #9f0e15;
    font-weight: bold;
    margin-bottom: 12px;
    line-height: 1.4;
}
.s-content_ttl02 {
    color: #000;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 2.3;
}
.s-content_ttl03{
    color: #003d7c;
    font-size: 18px;
    font-weight: bold;
    border-left: 4px solid #ddd;
    padding-left: 12px;
    margin-bottom: 20px;
}
.s-content_ttl04{
    font-weight: bold;
    line-height: 1.4;
    font-size: 20px;
    margin-bottom: 24px;
}
@media all and (-ms-high-contrast: none) {
    /*IEのみに適用*/
    .s-marker {
        line-height: 1;
    }
}
.s-bk-gray {
    background: #f6f6f6;
}
.s-bk-grad {
    background: -moz-linear-gradient(8.65% -87.86% -29.31deg, rgba(255, 255, 255, 1) 0%, rgba(239, 240, 240, 1) 100%);
    background: -webkit-linear-gradient(-29.31deg, rgba(255, 255, 255, 1) 0%, rgba(239, 240, 240, 1) 100%);
    background: -webkit-gradient(linear, 8.65% -87.86%, 91.47% 188.24%, color-stop(0, rgba(255, 255, 255, 1)), color-stop(1, rgba(239, 240, 240, 1)));
    background: -o-linear-gradient(-29.31deg, rgba(255, 255, 255, 1) 0%, rgba(239, 240, 240, 1) 100%);
    background: -ms-linear-gradient(-29.31deg, rgba(255, 255, 255, 1) 0%, rgba(239, 240, 240, 1) 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#EFF0F0' ,GradientType=0)";
    background: linear-gradient(119.31deg, rgba(255, 255, 255, 1) 0%, rgba(239, 240, 240, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0.92, OffY=0.92, Color='#231815') progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#EFF0F0', GradientType=1);
    -moz-box-shadow: 2px 2px 4px 0px #ccc;
    -webkit-box-shadow: 2px 2px 4px 0px #ccc;
    box-shadow: 2px 2px 4px 0px #ccc;
}

/* セカンドページ　2カラムボックス */
.s-2clm img {
    width: 100%;
}
/* セカンドページ　チェックボックス */
.s-2clm_check-list > .s-2clm__item {
    padding: 24px;
    margin-top: 20px;
}
.s-2clm_check-list > .s-2clm__item > .s-check-tit {
    margin-bottom: 16px;
    line-height: 1.6;
    font-size: 18px;
}
.s-2clm_check-list > .s-2clm__item > .s-check-tit .s-marker {
    background-image: linear-gradient(to top, #f0e800 30%, transparent 0%);
}
.s-check-list .s-check-list__item {
    position: relative;
    width: 100%;
    font-size: 16px;
    line-height: 1.5;
    padding-left: 24px;
    padding-bottom: 8px;
}
.s-check-list .s-check-list__item:before {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    background: url('/assets/images/original/guide-common__check-list_icon.png') center/cover no-repeat;
    top: 2px;
    left: 0;
}

/* セカンドページ　「東急リバブルができること」ボックス */
.s-livable-servbox {
    margin-top: 70px;
    border: 1px solid #00aeef;
    background: #ebf4fa;
    padding: 24px 20px 20px;
}
.s-livable-servbox .s-livable-servbox_h {
    background: -moz-linear-gradient(left, #0056aa,#00aeef 50%,#0056aa);
    background: -webkit-linear-gradient(left, #0056aa,#00aeef 50%,#0056aa);
    background: linear-gradient(to left,#0056aa,#00aeef 50%,#0056aa);
    box-shadow: 4px 4px 1px 0 rgb(0 0 0 / 5%);
    padding: 12px 0;
    color: #fff;
    font-weight: bold;
    text-align: center;
    margin: -56px auto 16px;
}
.s-livable-servbox .s-livable-servbox_h:before,
.s-livable-servbox .s-livable-servbox_h:after {
    content: '';
    display: inline-block;
    position: relative;
    background-color: #fff;
    top: 4px;
    width: 2px;
    height: 24px;
}
.s-livable-servbox .s-livable-servbox_h:before {
    transform: rotate(-25deg);
    margin-right: 2.5vw;
}
.s-livable-servbox .s-livable-servbox_h:after {
    transform: rotate(25deg);
    margin-left: 1.875vw;
}
.s-livable-servbox .s-livable-servbox_h .s-emphasis {
    font-size: 20px;
}
.s-livable-servbox .s-livable-servbox_h .s-yel {
    color: #fff600;
}
.s-livable-servbox .s-servbox_cnt .s-servbox_cnt__tit {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 16px;
}
.s-livable-servbox .s-servbox_cnt .s-servbox__list .s-2clm {
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;

    margin-bottom: 32px;
}
.s-livable-servbox .s-servbox_cnt .s-servbox__list .s-2clm:last-child {
    margin-bottom: 0;
}
.s-livable-servbox .s-servbox_cnt .s-servbox__list .s-2clm__item:first-child {
    width: 25%;
}
.s-livable-servbox .s-servbox_cnt .s-servbox__list .s-2clm__item:last-child {
    width: 70%;
}
.s-livable-servbox .s-servbox_cnt .s-servbox__list .s-2clm .s-text {
    margin-bottom: 8px;
}
.s-livable-servbox .s-servbox_cnt .a-button--type_fill {
    font-weight: bold;
}
.s-livable-servbox .s-servbox_cnt .s-servheading {
    font-size: 20px;
}
/* セカンドページ　チャプター */
.s-chapterbox_inner {
    margin-bottom: 42px;
}
.s-chapterbox_inner:last-child {
    margin-bottom: 0;
}
.s-chapterbox__tit {
    margin-bottom: 24px;
}
.s-chapterbox__tit_tag {
    display: inline-block;
    border-radius: 3px;
    background: #f7931d;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    font-weight: bold;
    padding: 8px 0;
    width: 100px;
    text-align: center;
}
.s-chapterbox__tit_txt {
    display: block;
    color: #003d7c;
    font-size: 18px;
    line-height: 1.4;
    font-weight: bold;
    margin-top: 8px;
    width: 100%;
}
.s-chapterbox__cnt {
    padding: 24px;
}


/*テーブル*/
table.s-chapter_table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}
table.s-chapter_table th,
table.s-chapter_table td {
    border: 1px solid #e73820;
    text-align: center;
    vertical-align: middle;
    font-weight: 700;
    background: #fff;
    padding: 8px;
}
table.s-chapter_table.s-cell_left th,
table.s-chapter_table.s-cell_left td {
    text-align: left;
}
table.s-chapter_table .s-right_txt {
    line-height: 1.6;
}
table.s-chapter_table .s-kakko {
    position: relative;
    display: inline-block;
    padding: 8px 20px;
    vertical-align: middle;
}
table.s-chapter_table .s-kakko:before,
table.s-chapter_table .s-kakko:after {
    font: normal normal 4rem "ヒラギノ角ゴ Pro", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, sans-serif;
    position: absolute;
    line-height: 0;
    top: 50%;
    transform: translateY(-50%);
}
table.s-chapter_table .s-kakko:before {
    content: '(';
    left: 0;
}
table.s-chapter_table .s-kakko:after {
    content: ')';
    right: 0;
}
table.s-chapter_table .s-kakko .s-small {
    font-size: 12px;
}
table.s-chapter_table .s-fill {
    background: #a47d6c;
    color: #fff;
}
table.s-chapter_table .s-fill .s-small {
    font-size: 12px;
}

/*テーブル2*/
table.s-chapter_table02 {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}
table.s-chapter_table02 th,
table.s-chapter_table02 td {
    border: 1px solid #a97461;
    line-height: 1.2;
    font-weight: normal;
    padding: 8px;
    text-align: center;
    font-size: 14px;
}
table.s-chapter_table02 .s-chapter_table_mark {
    /*font-size: 12px;*/
    color: #e60020;
    margin-right: 8px;
}
table.s-chapter_table02 .s-cell_color01 {
    background-color: #a47d6c;
    color: #fff;
    font-size: 14px;
}
table.s-chapter_table02 .s-cell_color02 {
    background-color: #d4bab0;
    font-size: 16px;
}
table.s-chapter_table02 .s-cell_color03 {
    background-color: #e9dcd8;
    font-size: 16px;
}
.s-chapter_table_no_boder {
    border: none;
}

/*テーブル3*/
table.s-chapter_table03 {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0.4em;
}
table.s-chapter_table03 th,
table.s-chapter_table03 td {
    padding: 8px;
    font-weight: normal;
}
table.s-chapter_table03 .th01 {
    background-color: #a97461;
    font-size: 18px;
    color: #fff;
    text-align: center;
}
table.s-chapter_table03 .th02 {
    background-color: #e1cfc8;
    font-size: 16px;
}
table.s-chapter_table03 td {
    background-color: #f8e6e9;
    font-size: 14px;
    line-height: 1.4;
    vertical-align: top;
}

/*　下向きの流れスタイル（矢印オレンジ）　*/
.s-flow_btm_wrap {
    max-width: 680px;
    margin: 12px auto;
}
.s-flow_btm_wrap .s-flow_item {
    position: relative;
    padding-bottom: 60px;
}
.s-flow_btm_wrap .s-flow_item:last-child {
    padding-bottom: 0;
}
.s-flow_btm_wrap .s-flow_item:after {
    content: '';
    position: absolute;
    bottom: 16px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    background: url('/assets/images/original/guide-common__org_bottom_arrow_icon.png') center/cover no-repeat;
    width: 70px;
    height: 28px;
}
.s-flow_btm_wrap .s-flow_item:last-child:after {
    content: normal;
}
.s-flow_btm_wrap .s-flow_item__tit {
    text-align: center;
    color: #9f0e15;
    font-size: 22px;
    font-weight: normal;
    line-height: 1.4;
    border-bottom: 1px solid #656464;
    padding-bottom: 8px;
}
.s-flow_btm_wrap .s-flow_item__tit.s-noborder {
    border-bottom: 0;
    padding-bottom: 0;
}
.s-flow_btm_wrap .s-flow_item__txt {
    padding-top: 20px;
}


/*-- PC 共通 --*/
@media only screen and (min-width: 769px) {
    .s-sec {
        width: 1072px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 64px;
    }

    /* セカンドページ　見出し */
    .s-titbox {
        position: relative;
        /*margin-top: -232px;
        padding-top: 232px;*/
    }
    .s-titbox .s-titbox_text {
        padding: 36px 568px 36px 80px;
        min-height: 260px;
        background-position: left center;
        background-size: 536px;
    }
    .s-titbox .s-titbox_text__num {
        font-size: 32px;
        width: 56px;
        height: 60px;
        padding-left: 4px;
    }
    .s-titbox .s-titbox_text__num {
        background-image: linear-gradient(-45deg, transparent, transparent 49%, white 49%, white 50%, transparent 50%, transparent);
    }
    @-moz-document url-prefix() {
        /*Firefoxのみに適用*/
        .s-titbox .s-titbox_text__num {
            background-image: linear-gradient(-45deg, transparent, transparent 49%, white 49%, white 51%, transparent 51%, transparent);
        }
    }
    .s-titbox .s-titbox_text__tit {
        font-size: 32px;
        line-height: 1.2;
        padding-left: 0;
    }
    .s-titbox .s-titbox_img_wrap {
        position: absolute;
        right: 0;
        top: 0;
        width: 536px;
        height: 100%;
    }
    .s-titbox .s-titbox_img {
        height: 100%;
        object-fit: cover;
    }
    .s-leadtxt {
        font-size: 24px;
    }
    .s-content_ttl01,
    .s-content_ttl02{
        font-size: 24px;
    }
    .s-content_ttl04{
        font-size: 20px;
        margin-bottom: 24px;
    }

    /* セカンドページ　2カラム・3カラムボックス */
    .s-2clm,.s-3clm {
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }
    .s-2clm .s-2clm__item {
        width: 48%;
    }
    .s-3clm .s-3clm__item {
        width: 30%;
    }
    .s-2clm.s-sec-2clm-right {
        flex-direction: row-reverse;
    }
    /* セカンドページ　チェックボックス */
    .s-2clm_check-list > .s-2clm__item {
        width: 526px;
    }
    .s-2clm_check-list > .s-2clm__item:nth-child(-n+2) {
        margin-top: 0;
    }

    /* セカンドページ　「東急リバブルができること」ボックス */
    .s-livable-servbox {
        padding: 32px;
    }
    .s-livable-servbox .s-livable-servbox_h {
        margin-bottom: 32px;
        font-size: 20px;
    }
    .s-livable-servbox .s-livable-servbox_h:before {
        margin-right: 20px;
    }
    .s-livable-servbox .s-livable-servbox_h:after {
        margin-left: 20px;
    }
    .s-livable-servbox .s-livable-servbox_h .s-emphasis {
        font-size: 24px;
    }
    .s-livable-servbox .s-servbox_cnt .s-servbox_cnt__tit {
        font-size: 22px;
        margin-bottom: 24px;
    }
    .s-livable-servbox .s-servbox_cnt .s-servbox__list .s-2clm {
        margin-bottom: 32px;
    }
    .s-livable-servbox .s-servbox_cnt .s-servbox__list .s-2clm__item:first-child {
        width: 98px;
    }
    .s-livable-servbox .s-servbox_cnt .s-servbox__list .s-2clm__item:last-child {
        width: 876px;
    }

    /* セカンドページ　チャプター */
    .s-chapterbox__tit {
        display: table;
    }
    .s-chapterbox__tit_tag {
        font-size: 14px;
        width: 100px;
        text-align: center;
        vertical-align: middle;
    }
    .s-chapterbox__tit_txt {
        display: inline-block;
        font-size: 18px;
        line-height: 1.4;
        margin-left: 20px;
        margin-top: 0;
        width: 952px;
        vertical-align: middle;
    }
    .s-chapterbox__cnt {
        padding: 32px;
    }

    /*　下向きの流れスタイル（矢印オレンジ）　*/
    .s-flow_btm_wrap .s-flow_item__tit {
        font-size: 28px;
    }
    .s-flow_btm_wrap .s-flow_item__txt {
        padding: 20px 16px 0;
    }

}

/*-- SP 共通 --*/
@media only screen and (max-width: 768px) {
    /* セカンドページ　見出し */
    .s-titbox {
        display: block;
        margin-top: -50px;
        padding-top: 50px;
    }
    .s-titbox .s-titbox_text__txt {
        font-size: 14px;
        line-height: 1.6;
    }
    .s-leadtxt .s-marker {
        line-height: 1.6;
    }

    .s-content_ttl01,
    .s-content_ttl02,
    .s-content_ttl04{
        font-size: 18px;
    }
    .s-content_ttl04{
        margin-bottom: 20px;
    }


    /* セカンドページ　2カラムボックス */
    .s-2clm .s-2clm__item {
        width: 100%;
    }
    .s-2clm.s-sec-2clm .s-2clm__item:first-child,
    .s-2clm.s-sec-2clm-right .s-2clm__item:first-child {
        margin-bottom: 16px;
    }
    /* セカンドページ　チェックボックス */
    .s-2clm_check-list > .s-2clm__item:first-child {
        margin-top: 0;
    }


    /*テーブル*/
    table.s-chapter_table {
        font-size: 14px;
    }

    /*テーブル3*/
    .s-scroll table.s-chapter_table03 {
        width: 1008px;
    }

    /* スクロール */
    .s-scroll {
        overflow-y: auto;
    }
    .s-scroll:before {
        content: "※下記の表は右にスクロールできます。";
    }
    .s-scroll::-webkit-scrollbar {
        width: 5px;
        height: 5px;
        background: #e3f5fc;
    }
    .s-scroll::-webkit-scrollbar-thumb {
        background: #00adef;
        border-radius: 2px;
    }

    .s-scroll_wrap {
        position: relative;    
    }
    .s-scroll_wrap:after {
        position: absolute;
        margin: 0;
        font-size: inherit;
        line-height: 1.9;
        font-family: livable;
        vertical-align: -.2em;
        content: '\EA0A';
        right: -24px;
        font-size: 24px;
        top: 50%;
        transform: translateY(-50%);
        color: #00adef;
    }
}

/*-- SP 幅320用 --*/
@media only screen and (max-width: 320px) {
    .s-livable-servbox .s-livable-servbox_h .s-emphasis {
        font-size: 16px;
    }
}


/*------------
210629 追記　下部共通部分リンクテキスト、3行の高さ調整
------------*/
.s-link-list__3lines .s-link__3lines_link {
    height: 84px;
}
/*-- PC --*/
@media only screen and (min-width: 769px) {
    .s-link-list__3lines .m-link-list__link {
        height: 84px;
    }
}