/*-------------------------------------------------
|-
|-  detailTtlBlock
|-
-------------------------------------------------*/
.detailTtl {
    width: 100%;
    padding: 125px 0;
    background-image: url(/assets/img/bg_housebuildingguide.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.detailTtl-searchguide {
    background-image: url(/assets/img/bg_house_search_guide.jpg);
}
.detailTtl_item-housebuildingguide {
    width: 43%;
    margin: 0 auto 10px;
}
.detailTtl_item-subTxt {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.5em;
}
@media screen and (max-width: 767px) {
    .detailTtl {
        padding: 25px 0;
    }
    .detailTtl_item-housebuildingguide {
        width: 86%;
        min-width: auto;
        margin: 0 auto 5px;
    }
    .detailTtl_item-subTxt {
        font-size: 13px;
        letter-spacing: 0.1em;
    }
}
/*-------------------------------------------------
|-
|-  housebuildingguideBlock
|-
-------------------------------------------------*/
.housebuildingguideBlock {
    margin-bottom: 150px;
    /*padding-bottom: 100px;*/
    /*border-bottom: 1px solid #d4d4d4;*/
}
.housebuildingTopTxt {
    margin: 70px 0 70px;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
}
.housebuildingMenu {
    width: 74%;
    max-width: 1040px;
    margin: 0 auto 50px;
}
.housebuildingMenu_mb {
    margin-bottom: 100px;
}
.housebuildingMenu_ttl {
    position: relative;
    width: 280px;
    margin: 0 auto 25px;
}
.housebuildingMenu_ttl:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 1px;
    background-color: #b2b2b2;
}
.cs-menuTtlTxt {
    position: relative;
    width: 210px;
    margin: 0 auto;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    background-color: #fff;
    display: block;
    z-index: 1;
}
.menuTtlAfter {
    width: 230px;
}
.housebuildingMenuList {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.housebuildingMenuList_item,
.housebuildingMenu_item {
    width: 32.7%;
    margin-bottom: 8px;
    background-color: #a28e71;
}
.housebuildingMenu_item {
    margin: 0 auto;
}
.cs-menuLink {
    position: relative;
    width: 100%;
    padding: 15px 6%;
    box-sizing: border-box;
    color: #fff;
    font-weight: bold;
    text-align: center;
    display: block;
    transition: all 0.2s;
}
.cs-menuLink:hover {
    opacity: 0.8;
    transition: all 0.2s;
}
.cs-menuLink:after {
    content: "";
    position: absolute;
    top: 42%;
    right: 4%;
    width: 7px;
    height: 7px;
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    border-radius: 1px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all 0.2s;
}
.cs-menuLink:hover:after {
    right: 3%;
}
/* housebuildingMenuBtmArea **********/
.housebuildingMenuBtmArea {
    padding: 95px 0 90px;
    background-color: #efefef;
}
.housebuildingMenuBtmWrap {
    width: 74%;
    max-width: 1040px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.housebuildingMenuBtm {
    width: 48%;
}
.housebuildingMenuBtm_ttl {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}
.housebuildingMenuBtmList {
    width: 100%;
    padding: 30px 5% 20px;
    box-sizing: border-box;
    background-color: #fff;
}
.housebuildingMenuBtmList_subTtl {
    margin-bottom: 10px;
    font-weight: bold;
    text-align: center;
}
.housebuildingMenuBtmList_item {
    width: 84%;
    margin: 0 auto 20px;
    border: 1px solid #a28e71;
    box-sizing: border-box;
}
.cs-menuBtmLink {
    position: relative;
    width: 100%;
    padding: 15px 6%;
    box-sizing: border-box;
    color: #a28e71;
    font-weight: bold;
    text-align: center;
    display: block;
    transition: all 0.2s;
}
.cs-menuBtmLink:hover {
    opacity: 0.8;
    transition: all 0.2s;
}
.cs-menuBtmLink:after {
    content: "";
    position: absolute;
    top: 42%;
    right: 4%;
    width: 7px;
    height: 7px;
    border: 0px;
    border-top: solid 2px #a28e71;
    border-right: solid 2px #a28e71;
    border-radius: 1px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all 0.2s;
}
.cs-menuBtmLink:hover:after {
    right: 3%;
}
@media screen and (max-width: 767px) {
    .housebuildingguideBlock {
        margin-bottom: 40px;
    }
    .housebuildingTopTxt {
        margin: 25px 0;
        font-size: 19px;
    }
    .housebuildingMenu {
        width: 89%;
        margin: 0 auto 25px;
    }
    .housebuildingMenu_mb {
        margin-bottom: 40px;
    }
    .housebuildingMenu_ttl {
        width: 62%;
        margin: 0 auto 10px;
    }
    .cs-menuTtlTxt {
        width: 76%;
        font-size: 15px;
    }
    .housebuildingMenuList_item {
        width: 49%;
        display: flex;
        align-items: center;
    }
    .housebuildingMenu_item {
        width: 49%;
    }
    .cs-menuLink {
        height: 50px;
        padding: 10px 11%;
        font-size: 13px;
        line-height: 130%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .cs-menuLink:after {
        right: 7%;
    }
    .cs-menuLink:hover:after {
        right: 7%;
    }
    /* housebuildingMenuBtmArea **********/
    .housebuildingMenuBtmArea {
        padding: 25px 0 30px;
    }
    .housebuildingMenuBtmWrap {
        width: 89%;
        display: block;
    }
    .housebuildingMenuBtm {
        width: 100%;
    }
    .housebuildingMenuBtm:nth-child(2) {
        margin-top: 20px;
    }
    .housebuildingMenuBtm_ttl {
        font-size: 15px;
    }
    .housebuildingMenuBtmList {
        padding: 15px 4% 10px;
    }
    .housebuildingMenuBtmList_subTtl {
        margin-bottom: 15px;
        font-size: 13px;
    }
    .housebuildingMenuBtmList_item {
        width: 100%;
        margin: 0 auto 15px;
    }
    .cs-menuBtmLink {
        padding: 10px 7%;
        font-size: 13px;
    }
}
/*-------------------------------------------------
|-
|- 下層 共通
|-
-------------------------------------------------*/
.blockBd {
    margin-bottom: 135px;
    padding-bottom: 85px;
    border-bottom: 1px solid #d4d4d4;
}
.housebuildingNav {
    width: 100%;
    max-width: 1400px;
    margin: 70px auto 0;
    display: flex;
    justify-content: space-between;
}
.housebuildingNav_item {
    position: relative;
    width: calc(100% / 6);
}
.housebuildingNav_item.active {
    color: #dad2c6;
    font-weight: bold;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.housebuildingNav_item:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background-color: #c7bbaa;
}
.housebuildingNav_item:last-child:after {
    display: none;
}
.cs-buildingNavLink {
    width: 100%;
    padding: 7px 3%;
    box-sizing: border-box;
    color: #a28e71;
    font-weight: bold;
    text-align: center;
    display: block;
    transition: all 0.2s;
}
.cs-buildingNavLink:hover {
    color: #fff;
    background-color: #a28e71;
    transition: all 0.2s;
}
.guideWrap {
    width: 100%;
    margin: 30px 0 20px;
    padding: 75px 0 80px;
    background-color: #f0efec;
}
.guideLink {
    width: 74%;
    max-width: 1040px;
    margin: 0 auto 95px;
    display: flex;
    justify-content: space-between;
}
.guideLink_item {
    position: relative;
    width: 49.5%;
    background-color: #fff;
    padding: 20px 0 25px;
    color: #a28e71;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.2em;
    cursor: pointer;
    transition: all 0.2s;
}
.guideLink_item:hover {
    opacity: 0.8;
    transition: all 0.2s;
}
.guideLink_item:after {
    content: "";
    position: absolute;
    bottom: 13px;
    right: 0;
    left: 0;
    width: 6px;
    height: 6px;
    margin: 0 auto;
    border: 0px;
    border-top: solid 2px #a28e71;
    border-right: solid 2px #a28e71;
    border-radius: 1px;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
.guideArea {
    position: relative;
    width: 74%;
    max-width: 1040px;
    margin: 0 auto 90px;
    padding: 85px 0 55px;
    background-color: #fff;
}
.guideArea:last-child {
    margin: 0 auto;
}
.areaTtl {
    position: absolute;
    top: -10px;
    width: 100%;
    margin-bottom: 35px;
    text-align: center;
}
.cs-ttlTxt {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.2em;
}
@media screen and (max-width: 1120px) {
    .housebuildingNav_item.active,
    .cs-buildingNavLink {
        font-size: 1.2vw;
    }
}
@media screen and (max-width: 767px) {
    .housebuildingNav {
        width: 89%;
        flex-wrap: wrap;
        margin-top: 25px;
    }
    .housebuildingNav_item {
        width: calc(100% / 3);
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .housebuildingNav_item.active {
        font-size: 12px;
        line-height: 130%;
    }
    .housebuildingNav_item:nth-child(-n + 3):before {
        content: "";
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
        width: 90%;
        height: 1px;
        margin: auto;
        background-color: #c7bbaa;
    }
    .housebuildingNav_item:after {
        bottom: 0;
        height: 90%;
        margin: auto;
    }
    .housebuildingNav_item:nth-child(3n):after {
        display: none;
    }
    .housebuildingNav_item-last {
        width: 100%;
        height: auto;
        margin-top: 10px;
        border: 1px solid #a28e71;
        box-sizing: border-box;
    }
    .housebuildingNav_item-last.active {
        padding: 10px 0;
    }
    .housebuildingNav_item-last .cs-buildingNavLink {
        padding: 10px 0;
    }
    .cs-buildingNavLink {
        height: 100%;
        padding: 0;
        font-size: 12px;
        line-height: 130%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .cs-buildingNavLink:hover {
        color: #a28e71;
        background-color: #fff;
    }
    .guideWrap {
        margin: 20px 0 30px;
        padding: 30px 0;
    }
    .guideLink {
        width: 89%;
        margin: 0 auto 30px;
    }
    .guideLink_item {
        width: 49%;
        padding: 15px 0 20px;
        font-size: 12px;
    }
    .guideLink_item:after {
        bottom: 10px;
        width: 5px;
        height: 5px;
    }
    .guideArea {
        width: 89%;
        margin: 0 auto 30px;
        padding: 55px 0 10px;
    }
    .areaTtl {
        top: -5px;
        margin-bottom: 20px;
    }
    .cs-ttlTxt {
        font-size: 13px;
    }
}
/*-------------------------------------------------
|-  process
|-  housebuildingguideBlock
|-
-------------------------------------------------*/
.processTabArea {
    width: 100%;
    margin: 30px 0 20px;
    padding: 75px 0 80px;
    background-color: #f0efec;
}
.processTab {
    width: 74%;
    max-width: 1040px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.processTab_item {
    width: 49.8%;
    padding: 15px 0;
    color: #a28e71;
    font-size: 16px;
    text-align: center;
    letter-spacing: 0.2em;
    background-color: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: all 0.2s;
}
.processTab_item.active {
    font-weight: bold;
    background-color: #fff;
    cursor: auto;
}
.processTab_item:hover {
    font-weight: bold;
    background-color: #fff;
    transition: all 0.2s;
}
.processTabWrap {
    width: 74%;
    max-width: 1040px;
    margin: 0 auto;
    padding: 60px 0;
    background-color: #fff;
}
.processTabCont {
    width: 88%;
    max-width: 920px;
    margin: 0 auto;
}
.processTabTopTxt {
    margin-bottom: 50px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.1em;
}
.processFlow {
    width: 80%;
}
.processFlow_item {
    position: relative;
    width: 100%;
    margin-bottom: 40px;
    padding: 10px 0;
    color: #a28e71;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.1em;
    border: 2px solid #a28e71;
    box-sizing: border-box;
}
.processFlow_item:last-child {
    margin-bottom: 50px;
}
.processFlow_item:before {
    content: "";
    position: absolute;
    bottom: -13px;
    right: 0;
    left: 0;
    width: 30px;
    height: 13px;
    margin: auto;
    background-color: #a28e71;
}
.processFlow_item:after {
    content: "";
    position: absolute;
    bottom: -26px;
    right: 0;
    left: 0;
    width: 0;
    height: 0;
    margin: auto;
    border-left: 22px solid transparent;
    border-right: 22px solid transparent;
    border-top: 15px solid #a28e71;
}
.processFlow_item-last,
.processFlow_item-mb {
    margin-bottom: 0 !important;
}
.processFlow_item-last:before,
.processFlow_item-last:after {
    display: none;
}
.processMiddleTab {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.processMiddleTab_item {
    width: 49.7%;
    padding: 15px 0;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.1em;
    text-align: center;
    border-bottom: 5px solid #fff;
    background-color: rgba(162, 142, 113, 0.5);
    cursor: pointer;
    transition: all 0.2s;
}
.processMiddleTab_item.active {
    border-bottom: 5px solid #a28e71;
    background-color: #a28e71;
    cursor: auto;
}
.processMiddleTab_item:hover {
    background-color: #a28e71;
    transition: all 0.2s;
}
.processMiddleTabCont {
    padding: 50px 0 85px;
    background-color: #a28e71;
}
.processMiddleFlowWrap {
    width: 91%;
    margin: 0 auto 40px;
    display: flex;
}
.processMiddleFlowWrap_block {
    display: block;
}
.processMiddleFlowWrap_mb {
    margin-bottom: 0;
}
.processPeriodArrow {
    position: relative;
    width: 13%;
    margin-right: 20px;
}
.processPeriodArrow:before {
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    right: 0;
    width: 10px;
    height: 10px;
    margin: auto;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    display: inline-block;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.processPeriodArrow_brown:before {
    border-top: 2px solid #a28e71;
    border-right: 2px solid #a28e71;
}
.processPeriodArrow:after {
    content: "";
    position: absolute;
    bottom: 2px;
    left: 0;
    right: 0;
    width: 10px;
    height: 10px;
    margin: auto;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    display: inline-block;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
.processPeriodArrow_brown:after {
    border-top: 2px solid #a28e71;
    border-right: 2px solid #a28e71;
}
.cs-arrowBar {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 2px;
    height: 100%;
    margin: auto;
    background-color: #fff;
    display: block;
}
.cs-arrowBar.brown {
    background-color: #a28e71;
}
.cs-periodImg {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    margin: auto;
    z-index: 1;
}
.processMiddleFlow {
    width: 70%;
}
.processMiddleFlow_item {
    position: relative;
    width: 100%;
    margin-bottom: 40px;
    padding: 15px 5%;
    box-sizing: border-box;
    color: #a28e71;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.1em;
    background-color: #fff;
}
.processMiddleFlow_item:before {
    content: "";
    position: absolute;
    bottom: -11px;
    right: 0;
    left: 0;
    width: 30px;
    height: 11px;
    margin: auto;
    background-color: rgba(255, 255, 255, 0.5);
}
.processMiddleFlow_item-arrowNon:before {
    display: none;
}
.processMiddleFlow_item:after {
    content: "";
    position: absolute;
    bottom: -26px;
    right: 0;
    left: 0;
    width: 0;
    height: 0;
    margin: auto;
    border-left: 22px solid transparent;
    border-right: 22px solid transparent;
    border-top: 15px solid rgba(255, 255, 255, 0.5);
}
.processMiddleFlow_item-arrowNon:after {
    display: none;
}
.processMiddleFlow_item-mb {
    margin-bottom: 0;
}
.cs-mainFlowTxt {
    width: 95%;
    margin: 10px auto 0;
    font-size: 14px;
    display: block;
}
.cs-flowSubTxt {
    margin: 10px 0 5px;
    font-size: 14px;
    text-align: left;
    display: block;
}
.processPeriodArrow_txt {
    position: relative;
    width: 13%;
    margin: 10px 0;
    text-align: center;
}
.cs-periodTopImg {
    width: 70%;
}
.processPeriodArrow_txt:before {
    content: "";
    position: absolute;
    top: -8px;
    right: -5px;
    width: 10px;
    height: 10px;
    margin: auto;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    display: inline-block;
    transform: rotate(-45deg);
}
.processPeriodArrow_txt:after {
    content: "";
    position: absolute;
    bottom: -8px;
    right: -5px;
    width: 10px;
    height: 10px;
    margin: auto;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    display: inline-block;
    transform: rotate(135deg);
}
.processPeriodArrow_txt-brown:before,
.processPeriodArrow_txt-brown:after {
    border-top: 2px solid #a28e71;
    border-right: 2px solid #a28e71;
}
.cs-arrowSubBar {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 2px;
    height: 170%;
    margin: auto;
    margin: auto;
    background-color: #fff;
    display: block;
}
.cs-arrowSubBar.brown {
    background-color: #a28e71;
}
/* processConstruction *****/
.processConstruction {
    position: relative;
    width: 100%;
    margin: 0 auto 50px;
    padding: 30px 3%;
    border: 3px solid #fff;
    box-sizing: border-box;
}
.processConstruction:before {
    content: "";
    position: absolute;
    bottom: -11px;
    right: 0;
    left: 0;
    width: 30px;
    height: 11px;
    margin: auto;
    background-color: rgba(255, 255, 255, 0.5);
}
.processConstruction:after {
    content: "";
    position: absolute;
    bottom: -26px;
    right: 0;
    left: 0;
    width: 0;
    height: 0;
    margin: auto;
    border-left: 22px solid transparent;
    border-right: 22px solid transparent;
    border-top: 15px solid rgba(255, 255, 255, 0.5);
}
.processConstruction_item {
    color: #fff;
    font-weight: bold;
}
.processConstruction_item-ttl {
    position: absolute;
    top: -18%;
    right: 0;
    left: 0;
    width: 140px;
    margin: auto;
    font-size: 18px;
    text-align: center;
    letter-spacing: 0.1em;
    background-color: #a28e71;
}
.processConstruction_item-txt {
    font-size: 16px;
    text-align: center;
}
.innerTab {
    width: 100%;
    margin: 0 auto 30px;
    display: flex;
    justify-content: space-between;
}
.innerTab_item {
    width: 49.5%;
    padding: 5px 0;
    color: #a28e71;
    font-size: 16px;
    text-align: center;
    letter-spacing: 0.1em;
    background-color: rgba(255, 255, 255, 0.5);
    cursor: pointer;
}
.innerTab_item.active {
    background-color: #fff;
    cursor: auto;
}
.cs-tabBorder {
    width: 97%;
    margin: 0 auto;
    padding: 10px 0;
    box-sizing: border-box;
    color: #fff;
    font-weight: bold;
    border: 3px solid #fff;
    display: block;
}
.active .cs-tabBorder {
    width: 97%;
    margin: 0 auto;
    padding: 10px 0;
    box-sizing: border-box;
    color: #a28e71;
    font-weight: bold;
    border: 3px solid #a28e71;
    background-color: #fff;
    display: block;
}
.processMiddleFlowWrap_inner {
    width: 100%;
}
.processMiddleFlowWrap_txt {
    position: relative;
    width: 90%;
    margin: 10px auto 0;
    padding-left: 15px;
    box-sizing: border-box;
    color: #fff;
    font-size: 13px;
}
.processMiddleFlowWrap_txt:before {
    content: "\203B";
    position: absolute;
    top: 4px;
    left: 0;
    line-height: 100%;
}
.processMiddleFlowWrap_txt-fit {
    color: #2a2a2a;
}
@media screen and (max-width: 1030px) {
    .cs-tabBorder {
        font-size: 1.4vw;
    }
}
@media screen and (max-width: 980px) {
    .processMiddleTab_item,
    .processMiddleFlow_item,
    .processPeriodArrow_txt {
        font-size: 1.5vw;
    }
}
@media screen and (max-width: 767px) {
    .blockBd {
        margin-bottom: 40px;
        padding-bottom: 30px;
    }
    .processTabArea {
        margin: 20px 0 30px;
        padding: 30px 0;
    }
    .processTab {
        width: 89%;
        align-items: flex-start;
    }
    .processTab_item {
        width: 49.2%;
        padding: 12px 0;
        font-size: 14px;
        transition: auto;
    }
    .processTab_item.active {
        padding: 15px 0;
    }
    .processTab_item:hover {
        transition: auto;
    }
    .processTabWrap {
        width: 89%;
        padding: 30px 0;
    }
    .processTabTopTxt {
        margin-bottom: 20px;
        font-size: 13px;
        text-align: left;
        letter-spacing: 0;
    }
    .processFlow_item {
        margin-bottom: 20px;
        padding: 5px 0;
        font-size: 13px;
    }
    .processFlow_item:before {
        bottom: -7px;
        width: 15px;
        height: 7px;
    }
    .processFlow_item:after {
        bottom: -17px;
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
        border-top: 10px solid #a28e71;
    }
    .processFlow_item:last-child {
        margin-bottom: 25px;
    }
    .processMiddleTab_item {
        width: 49%;
        padding: 10px 0;
        font-size: 14px;
        line-height: 130%;
    }
    .processMiddleTabCont {
        padding: 30px 0;
    }
    .processMiddleFlowWrap {
        width: 97%;
        margin: 0 auto 20px;
    }
    .processMiddleFlowWrap_mb {
        margin-bottom: 0;
    }
    .processPeriodArrow {
        width: 17%;
        margin-right: 5px;
    }
    .processPeriodArrow:before {
        top: 1px;
        width: 6px;
        height: 6px;
    }
    .processPeriodArrow:after {
        bottom: 1px;
        width: 6px;
        height: 6px;
    }
    .processPeriodArrow_txt {
        width: 17%;
        margin: 5px 0;
        text-align: left;
    }
    .processPeriodArrow_txt:before {
        top: -5px;
        right: 3px;
        width: 6px;
        height: 6px;
    }
    .processPeriodArrow_txt:after {
        bottom: -5px;
        right: 3px;
        width: 6px;
        height: 6px;
    }
    .cs-periodTopImg {
        width: 75%;
    }
    .cs-arrowSubBar {
        right: 6px;
        height: 170%;
    }
    .processMiddleFlow {
        width: 77%;
    }
    .processMiddleFlow_item {
        margin-bottom: 20px;
        padding: 10px 5%;
        font-size: 13px;
        line-height: 130%;
    }
    .cs-flowSubTxt {
        margin: 8px 0 0;
        font-size: 12px;
    }
    .processMiddleFlow_item:before {
        bottom: -5px;
        width: 15px;
        height: 5px;
    }
    .processMiddleFlow_item:after {
        bottom: -14px;
        border-left: 12px solid transparent;
        border-right: 12px solid transparent;
        border-top: 9px solid rgba(255, 255, 255, 0.5);
    }
    .processMiddleFlow_item-mb {
        margin-bottom: 0;
    }
    .cs-mainFlowTxt {
        margin: 5px auto 0;
        font-size: 12px;
    }
    .cs-periodImg {
        right: 0;
        left: 0;
        width: 54%;
    }
    /* processConstruction *****/
    .processConstruction {
        width: 90%;
        margin: 0 auto 25px;
        padding: 15px 5%;
    }
    .processConstruction_item-ttl {
        width: 40%;
        font-size: 15px;
    }
    .processConstruction_item-txt {
        font-size: 13px;
        text-align: left;
    }
    .processConstruction:before {
        bottom: -8px;
        width: 15px;
        height: 5px;
    }
    .processConstruction:after {
        bottom: -17px;
        border-left: 12px solid transparent;
        border-right: 12px solid transparent;
        border-top: 9px solid rgba(255, 255, 255, 0.5);
    }
    .innerTab {
        width: 90%;
        margin: 0 auto 10px;
    }
    .innerTab_item {
        width: 47%;
        padding: 5px 1%;
        line-height: 130%;
    }
    .cs-tabBorder {
        font-size: 11px;
        line-height: 130%;
    }
    .processMiddleFlowWrap_txt {
        font-size: 11px;
    }
}
/*-------------------------------------------------
|-  money
|-  housebuildingguideBlock
|-
-------------------------------------------------*/
.priceImg {
    width: 9%;
    margin: 0 auto 10px;
}
.moneyAreaWrap {
    width: 90%;
    margin: 0 auto;
}
.priceList {
    width: 49%;
    margin-bottom: 20px;
}
.priceList_ttl {
    width: 100%;
    margin-bottom: 25px;
    padding: 15px 5%;
    box-sizing: border-box;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.2em;
    background-color: #a28e71;
}
.priceList_subtxt {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.2em;
}
.priceList_txt {
    font-size: 50px;
    font-weight: bold;
    text-align: center;
}
.cs-priceSubTxt {
    font-size: 28px;
    font-weight: bold;
}
.cs-priceSubTxtS {
    font-size: 22px;
}
.prisePoint {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    clear: both;
}
.prisePoint:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 1px;
    background-color: #dad2c6;
    display: block;
}
.cs-pointImg {
    position: relative;
    width: 6%;
    margin: 0 auto;
    padding: 0 20px;
    background-color: #fff;
    display: block;
    z-index: 1;
}
.priceBtmListWrap {
    width: 96%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.priceBtmList {
    width: 45%;
}
.priceBtmList_ttl {
    margin-bottom: 15px;
    color: #a28e71;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.1em;
}
.priceBtmList_txt {
    letter-spacing: 0.1em;
    line-height: 200%;
}
/* standardArea **********/
.standardArea {
    position: relative;
    width: 74%;
    max-width: 1040px;
    margin: 0 auto;
    padding: 85px 0 55px;
    background-color: #fff;
}
.standard {
    width: 17%;
    margin: 0 auto 10px;
}
.recommendedTxt {
    width: 49%;
}
.recommended {
    width: 22%;
    margin: 0 auto 10px;
}
.standardList {
    width: 49%;
    margin-bottom: 55px;
}
.standardList_ttl {
    width: 100%;
    margin-bottom: 25px;
    padding: 15px 5%;
    box-sizing: border-box;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.2em;
    background-color: #a28e71;
}
.standardList_txt {
    margin-bottom: 25px;
    font-size: 16px;
    text-align: center;
    letter-spacing: 0.1em;
}
.standardBtnList {
    width: 87%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.standardBtnList_flexCenter {
    justify-content: center;
}
.standardBtnList_item {
    width: 45%;
    box-sizing: border-box;
}
.standardBtnList_item-blue {
    border: 2px solid #7598b4;
}
.standardBtnList_item-green {
    border: 2px solid #7faa93;
}
.standardBtnList_item-icon {
    width: 4%;
    display: flex;
}
.cs-standardBtnLink {
    position: relative;
    width: 100%;
    height: 147px;
    padding: 20px 5% 40px;
    box-sizing: border-box;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
}
.standardBtnList_item-blue .cs-standardBtnLink {
    color: #7598b4;
    background: linear-gradient(
        0deg,
        #7598b3 0%,
        #7598b3 20%,
        #fff 20%,
        #fff 100%
    );
}
.standardBtnList_item-green .cs-standardBtnLink {
    color: #7faa93;
    background: linear-gradient(
        0deg,
        #7faa93 0%,
        #7faa93 20%,
        #fff 20%,
        #fff 100%
    );
}
.cs-standardBtnLink:hover {
    opacity: 0.8;
    transition: all 0.2s;
}
.cs-standardBtnLink:after {
    content: "";
    position: absolute;
    /*bottom: 20px;*/
    bottom: 12px;
    left: 0;
    right: 0;
    width: 6px;
    height: 6px;
    margin: auto;
    display: inline-block;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}
/*
.standardBtnList_item-blue .cs-standardBtnLink:after {
	border-top: 2px solid #7598b4;
	border-right: 2px solid #7598b4;
}
.standardBtnList_item-green .cs-standardBtnLink:after {
	border-top: 2px solid #7faa93;
	border-right: 2px solid #7faa93;
}
*/
.standardBox_borderBlue {
    margin-bottom: 50px;
    border: 3px solid #7598b4;
    box-sizing: border-box;
    clear: both;
}
.standardBox_borderGreen {
    margin-bottom: 50px;
    border: 3px solid #7faa93;
    box-sizing: border-box;
    clear: both;
}
.standardBoxTtl {
    padding: 10px 0;
    background-color: #7598b4;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.1em;
}
.standardBoxTtl.standardBoxTtl_bgGreen {
    background-color: #7faa93;
}
.standardCont {
    width: 88%;
    margin: 0 auto;
    padding: 35px 0 45px;
}
.standardCont_borderBlue {
    border-bottom: 1px solid #7598b4;
}
.standardCont_borderGreen {
    border-bottom: 1px solid #7faa93;
}
.standardCont_ttl {
    margin-bottom: 20px;
    color: #7598b4;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.1em;
}
.standardCont_ttl.standardCont_ttl-colGreen {
    color: #7faa93;
}
.standardCont_txt,
.standardContInner_txt {
    letter-spacing: 0.1em;
    line-height: 200%;
}
.standardCont_img {
    margin-top: 20px;
}
.standardContInner {
    display: flex;
    justify-content: space-between;
}
.standardCont_btn {
    width: 39%;
    margin: 65px auto 0;
    background-color: #2a2a2a;
}
.cs-contBtnLink {
    position: relative;
    width: 100%;
    padding: 10px 0;
    color: #fff;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.1em;
    display: block;
}
.cs-contBtnLink:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 5%;
    width: 6px;
    height: 6px;
    margin: auto;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    display: inline-block;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all 0.2s;
}
.cs-contBtnLink:hover:after {
    right: 4%;
}
.standardContInner_txt-01 {
    width: 45%;
}
.standardContInner_img-01 {
    width: 52%;
}
.standardContInner_txt-02 {
    width: 53%;
}
.standardContInner_img-02 {
    width: 43%;
}
.standardContInner_txt-03 {
    width: 44%;
}
.standardContInner_img-03 {
    width: 50%;
}
.standardCont_flex {
    margin: 20px 0;
}
.standardCategory {
    width: 47%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.standardCategory_item {
    padding: 0 4%;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    border-right: 1px solid #7faa93;
}
.standardCategory_item:last-child {
    border: 0;
}
.standardCategory_item-pd0 {
    padding: 0 0 0 4%;
}
.standardCategory_item-bgCol {
    width: 25%;
    padding: 0;
    color: #fff;
    font-size: 18px;
    background-color: #7faa93;
}
@media screen and (max-width: 1300px) {
    .standardCategory_item,
    .standardCategory_item-bgCol {
        font-size: 1vw;
    }
}
@media screen and (max-width: 1200px) {
    .standardCategory_item {
        padding: 0 4%;
    }
    .standardCategory_item-bgCol {
        padding: 0;
    }
}
@media screen and (max-width: 1000px) {
    .priceList_ttl,
    .standardList_ttl,
    .cs-standardBtnLink {
        font-size: 1.8vw;
    }
}
@media screen and (max-width: 767px) {
    .priceImg {
        width: 16%;
        margin: 0 auto 5px;
    }
    .priceList {
        width: 100%;
        margin-bottom: 10px;
        float: none;
    }
    .priceList_ttl {
        margin-bottom: 15px;
        padding: 10px 5%;
        font-size: 15px;
    }
    .priceList_txt {
        font-size: 42px;
    }
    .cs-priceSubTxt {
        font-size: 23px;
    }
    .cs-priceSubTxtS {
        font-size: 18px;
    }
    .prisePoint {
        margin: 30px 0 20px;
    }
    .cs-pointImg {
        width: 18%;
        padding: 0 15px;
    }
    .priceBtmListWrap {
        width: 100%;
        display: block;
    }
    .priceBtmList {
        width: 100%;
        margin-bottom: 20px;
    }
    .priceBtmList_ttl {
        margin-bottom: 5px;
        font-size: 15px;
    }
    .priceBtmList_txt {
        font-size: 13px;
        line-height: 170%;
    }
    .standardArea {
        width: 89%;
        margin: 0 auto;
        padding: 55px 0 10px;
    }
    .standard {
        width: 33%;
        margin: 0 auto 5px;
    }
    .moneyAreaWrap {
        width: 88%;
    }
    .recommendedTxt {
        width: 100%;
    }
    .recommended {
        width: 26%;
    }
    .standardList {
        width: 100%;
        margin-bottom: 25px;
        float: none;
    }
    .standardList:last-child {
        margin-bottom: 30px;
    }
    .standardList_ttl {
        margin-bottom: 10px;
        padding: 10px 5%;
        font-size: 15px;
    }
    .standardList_txt {
        margin-bottom: 10px;
        font-size: 13px;
        letter-spacing: 0;
    }
    .standardBtnList {
        width: 100%;
    }
    .cs-standardBtnLink {
        height: 110px;
        padding: 15px 5% 30px;
        font-size: 14px;
        line-height: 130%;
    }
    .cs-standardBtnLink:after {
        /*bottom: 17px;*/
        bottom: 9px;
        width: 5px;
        height: 5px;
    }
    .standardBtnList_item-icon {
        width: 5%;
    }
    .standardBox_borderBlue,
    .standardBox_borderGreen {
        margin-bottom: 20px;
    }
    .standardBoxTtl {
        font-size: 15px;
    }
    .standardCont {
        width: 90%;
        padding: 15px 0 20px;
    }
    .standardCont_ttl {
        margin-bottom: 10px;
        font-size: 15px;
        text-align: left;
        line-height: 130%;
    }
    .standardCont_txt,
    .standardContInner_txt {
        font-size: 13px;
        line-height: 170%;
    }
    .standardContInner {
        display: block;
    }
    .standardContInner_txt-01,
    .standardContInner_img-01,
    .standardContInner_txt-02,
    .standardContInner_img-02,
    .standardContInner_txt-03,
    .standardContInner_img-03 {
        width: 100%;
    }
    .standardContInner_img-01,
    .standardContInner_img-02,
    .standardCont_img {
        margin-top: 10px;
    }
    .standardCont_btn {
        width: 100%;
        margin: 30px auto 0;
    }
    .cs-contBtnLink {
        font-size: 13px;
    }
    .standardCont_flex {
        margin: 10px 0;
        display: block;
    }
    .standardCategory {
        width: 100%;
        justify-content: flex-start;
    }
    .standardCategory_item {
        margin-bottom: 5px;
        font-size: 10px;
    }
    .standardCategory_item-bgCol {
        width: 25%;
        font-size: 12px;
    }
    .standardCategory_item-pd0 {
        padding: 0 0 0 4%;
    }
}
@media screen and (max-width: 321px) {
    .standardCategory_item {
        padding: 0 2%;
    }
}
/*-------------------------------------------------
|-
|- loan
|-
-------------------------------------------------*/
.expensesImg {
    width: 16%;
    margin: 0 auto 10px;
}
.loanTopTxt {
    width: 69%;
    margin: 0 auto 30px;
    line-height: 200%;
}
.expensesArea {
    width: 97%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.expensesBox {
    width: 49%;
    margin-bottom: 20px;
    padding: 15px 0;
    border: 1px solid #a28e71;
    box-sizing: border-box;
}
.expensesTtl {
    width: 93%;
    margin: 0 auto 20px;
    padding: 10px 3%;
    box-sizing: border-box;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.2em;
    background-color: #a28e71;
}
.expensesTxt {
    width: 93%;
    margin: 0 auto 40px;
}
.expensesTxt_w01 {
    width: 150px;
    margin: 0 auto 30px;
}
.expensesTxt_w02 {
    /*width: 290px;*/
    width: 70%;
    margin: 0 auto 30px;
}
.expensesTxt_w03 {
    width: 250px;
    margin: 0 auto;
}
.expensesTxt_ttl {
    margin-bottom: 15px;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
}
.expensesTxt_txt {
    text-align: center;
}
.expensesTxt_txt-txtLeft {
    text-align: left;
}
.expensesTxt_txt-kome {
    padding-left: 12px;
}
.expensesTxt_txt-kome:before {
    content: "※";
    margin-left: -5%;
}
.loanImg {
    width: 8.5%;
    margin: 0 auto 10px;
}
.loanArea {
    width: 94%;
    margin: 0 auto;
}
.loanAreaTtl {
    width: 95%;
    margin: 0 auto 50px;
    padding: 10px 1%;
    box-sizing: border-box;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.2em;
    background-color: #a28e71;
}
.loanBox {
    margin: 0 auto 70px;
    display: flex;
    justify-content: space-between;
}
.loanBox01 {
    width: 83%;
    align-items: center;
}
.loanBox_img-01 {
    width: 42%;
}
.loanBox_txt {
    font-size: 12px;
}
.loanBox_txt-01 {
    width: 53%;
}
.loanBox02 {
    width: 91%;
    align-items: center;
}
.loanBox_img-02 {
    width: 52%;
}
.loanBox_flex01 {
    width: 43%;
}
.loanBoxInner_txt {
    font-size: 12px;
}
.loanBoxInner_txt-ttl {
    width: 100%;
    margin-bottom: 15px;
    padding: 20px 5%;
    box-sizing: border-box;
    text-align: center;
    background-color: #f2f2f2;
}
.loanAreaTtl_recommended {
    width: 11%;
    margin: 0 auto 10px;
}
.loanBox03 {
    width: 87%;
    flex-wrap: wrap;
}
.loanBox_txt-03 {
    position: relative;
    width: 50%;
    padding: 20px 0;
    font-size: 16px;
    box-sizing: border-box;
}
.loanBox_txt-03:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 90%;
    background-color: #a28e71;
    display: block;
}
.loanBox_txt-03:nth-child(3):after {
    content: "";
    position: absolute;
    top: auto;
    bottom: 0;
    right: 0;
    width: 1px;
    height: 90%;
    background-color: #a28e71;
    display: block;
}
.loanBox_txt-03:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    width: 95%;
    height: 1px;
    margin: auto;
    background-color: #a28e71;
    display: block;
}
.loanBox_txt-03:nth-child(2n):after {
    display: none;
}
.loanBox_txt-03:nth-child(n + 3):before {
    display: none;
}
.cs-txtBox {
    width: 85%;
    margin: 0 auto;
    display: block;
}
.cs-txtBorder {
    text-decoration: underline;
}
.loanAreaTtl_subTtl {
    width: 17%;
    margin: 0 auto 10px;
}
.loanAreaTxt {
    width: 93%;
    margin: 0 auto 50px;
    font-size: 13px;
    line-height: 200%;
}
.loanAreaTxtS {
    font-size: 13px;
    display: block;
}
.loanBox04 {
    width: 87%;
    display: block;
}
.loanBox_ttl {
    margin-bottom: 15px;
    color: #a28e71;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.1em;
}
.loanBox_flex02 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.loanBoxInner02 {
    position: relative;
    width: 50%;
    padding: 25px 0;
}
.loanBoxInner02:nth-child(n + 3) {
    padding: 35px 0 15px;
}
.loanBoxInner02:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 90%;
    background-color: #a28e71;
    display: block;
}
.loanBoxInner02:nth-child(3):after {
    content: "";
    position: absolute;
    top: auto;
    bottom: 0;
    right: 0;
    width: 1px;
    height: 90%;
    background-color: #a28e71;
    display: block;
}
.loanBoxInner02:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    width: 95%;
    height: 1px;
    margin: auto;
    background-color: #a28e71;
    display: block;
}
.loanBoxInner02:nth-child(2n):after {
    display: none;
}
.loanBoxInner02:nth-child(n + 3):before {
    display: none;
}
.loanBoxInner_ttl {
    width: 79%;
    margin: 0 auto 15px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
.loanBoxInner_txt {
    width: 79%;
    margin: 0 auto;
    font-size: 12px;
}
.loanBox05 {
    display: block;
}
.loanBox_img-05 {
    width: 40%;
    margin: 0 auto 80px;
}
.loanAreaTxt05 {
    font-size: 14px;
    line-height: 170%;
}
.loanBox06 {
    display: block;
}
.loanBox_ttl06 {
    font-size: 16px;
}
.loanBox_btn {
    width: 36%;
    margin: 0 auto 20px;
    border-radius: 10px;
    background-color: #a28e71;
}
.cs-btnLink {
    padding: 15px 3%;
    box-sizing: border-box;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    display: block;
    transition: all 0.2s;
}
.cs-btnLink:hover {
    opacity: 0.8;
    transition: all 0.2s;
}
.loanBox_txt-06 {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 170%;
}
.loanAreaBox {
    width: 80%;
    margin: 0 auto 30px;
}
.loanAreaBox_loanImg {
    width: 95%;
    margin-bottom: 10px;
    display: block;
}
.fontB {
    font-weight: bold;
}
.fontS {
    display: block;
    font-size: 10px;
}
.loanColBox {
    width: 45%;
    margin: 0 auto 50px;
    padding: 10px 3%;
    box-sizing: border-box;
    background-color: #f2f2f2;
}
.loanColBox_item {
    text-align: center;
}
.loanColBox_item-top {
    width: 265px;
    margin: 0 auto 15px;
}
@media screen and (max-width: 1360px) {
    .expensesTtl,
    .loanAreaTtl {
        font-size: 1.3vw;
    }
    .cs-btnLink {
        font-size: 1.5vw;
    }
}
@media screen and (max-width: 1000px) {
    .loanColBox_item-top {
        width: 100%;
    }
}
@media screen and (max-width: 900px) {
    .expensesTxt_w02 {
        width: 90%;
    }
}
@media screen and (max-width: 767px) {
    .expensesImg {
        width: 30%;
        margin: 0 auto 5px;
    }
    .loanTopTxt {
        width: 88%;
        font-size: 13px;
        margin: 0 auto 15px;
        line-height: 150%;
    }
    .expensesArea {
        width: 88%;
        display: block;
    }
    .expensesBox {
        width: 100%;
        padding: 0;
        border: 0;
    }
    .expensesTtl {
        width: 100%;
        font-size: 15px;
        letter-spacing: 0;
    }
    .expensesTxt,
    .expensesTxt_w01 {
        width: 100%;
        margin: 0 auto 20px;
    }
    .expensesTxt_ttl {
        margin-bottom: 10px;
        font-size: 14px;
        text-align: left;
    }
    .expensesTxt_txt {
        font-size: 13px;
        text-align: left;
    }
    .loanImg {
        width: 16%;
        margin: 0 auto 5px;
    }
    .loanArea {
        width: 100%;
    }
    .loanAreaTtl {
        width: 88%;
        margin: 0 auto 15px;
        font-size: 15px;
        letter-spacing: 0;
    }
    .loanBox {
        margin: 0 auto 40px;
    }
    .loanBox01 {
        width: 96%;
        display: block;
    }
    .loanBox_img-01 {
        width: 77%;
        margin: 0 auto 10px;
    }
    .loanBox_txt-01,
    .loanBox_flex01 {
        width: 100%;
    }
    .loanBox_txt {
        font-size: 12px;
        line-height: 150%;
    }
    .loanBox02 {
        width: 99%;
        display: block;
    }
    .loanBox_img-02 {
        width: 90%;
        margin: 0 auto 30px;
    }
    .loanBoxInner_txt-ttl {
        width: 94%;
        margin: 0 auto 10px;
        padding: 10px 3%;
        font-size: 13px;
        border: 1px solid #a28e71;
        background-color: #fff;
    }
    .loanBoxInner_txt {
        width: 94%;
        font-size: 12px;
        line-height: 150%;
    }
    .loanAreaTtl_recommended {
        width: 20%;
    }
    .loanBox03 {
        width: 88%;
        display: block;
    }
    .loanBox_txt-03 {
        width: 100%;
        border-bottom: 1px solid #a28e71;
    }
    .loanBox_txt-03:last-of-type {
        border: 0;
    }
    .loanBox_txt-03:after,
    .loanBox_txt-03:nth-child(3):after,
    .loanBox_txt-03:before {
        display: none;
    }
    .cs-txtBox {
        width: 100%;
        font-size: 13px;
    }
    .loanAreaTtl_subTtl {
        width: 39%;
    }
    .loanAreaTxt {
        width: 88%;
        margin: 0 auto 30px;
        line-height: 170%;
    }
    .loanAreaTxtS {
        font-size: 12px;
    }
    .loanBox_ttl {
        font-size: 15px;
        letter-spacing: 0;
    }
    .loanBox_flex02 {
        display: block;
    }
    .loanBoxInner02 {
        width: 100%;
        padding: 15px 0;
        border-bottom: 1px solid #d4d4d4;
    }
    .loanBoxInner02:nth-child(n + 3) {
        padding: 15px 0;
    }
    .loanBoxInner02:last-of-type {
        border: 0;
    }
    .loanBoxInner02:after,
    .loanBoxInner02:nth-child(3):after,
    .loanBoxInner02:before {
        display: none;
    }
    .loanBoxInner_ttl {
        width: 100%;
        margin: 0 0 10px;
        font-size: 14px;
    }
    .loanBox05 {
        margin: 0 auto 10px;
    }
    .loanBox_img-05 {
        width: 85%;
        margin: 0 auto 40px;
    }
    .loanBox_img-05Btm {
        width: 85%;
        margin: 0 auto;
    }
    .loanAreaTxt05 {
        font-size: 12px;
    }
    .loanBox06 {
        margin: 0 auto 30px;
    }
    .loanBox_btn {
        width: 90%;
        margin: 0 auto 10px;
    }
    .cs-btnLink {
        padding: 10px 3%;
        font-size: 19px;
    }
    .loanBox_txt-06 {
        width: 90%;
        margin: 0 auto;
        font-size: 10px;
    }
    .loanAreaBox_loanImg {
        width: 100%;
    }
    .loanAreaBox {
        margin: 0 auto 15px;
        font-size: 13px;
    }
    .loanColBox {
        width: 88%;
        margin: 0 auto 30px;
    }
    .loanColBox_item-top {
        width: 85%;
    }
}
/*-------------------------------------------------
|-
|-  construction
|-
-------------------------------------------------*/
.constructionTopTxt {
    width: 77%;
    margin: 0 auto 50px;
}
.constructionTopTxt_ttl {
    margin-bottom: 40px;
    color: #a28e71;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.2em;
}
.constructionTopTxt_txt {
    font-size: 13px;
    line-height: 200%;
}
.constructionArea {
    position: relative;
    width: 92%;
    margin: 0 auto 85px;
    padding: 95px 0 45px;
    border: 1px solid #a28e71;
    box-sizing: border-box;
}
.constructionAreaTtl {
    position: absolute;
    top: -25px;
    right: 0;
    left: 0;
    width: 48%;
    margin: auto;
    padding: 10px 3%;
    box-sizing: border-box;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.2em;
    background-color: #a28e71;
}
.constructionWrap {
    width: 86%;
    margin: 0 auto;
}
.constructionFlexBox {
    margin-bottom: 50px;
    display: flex;
    justify-content: space-between;
}
.constructionDetail {
    width: 40%;
}
.constructionDetail_img {
    margin: 0 auto 20px;
}
.constructionDetail_img-01 {
    width: 71%;
}
.constructionDetail_img-02 {
    width: 38%;
}
.constructionDetail_img-03 {
    width: 31%;
}
.constructionDetail_img-04 {
    width: 41%;
}
.constructionDetail_txt {
    font-size: 13px;
    line-height: 200%;
}
.constructionVideo {
    width: 53%;
}
.constructionVideo_img {
    position: relative;
    background-color: #e5e6df;
    cursor: pointer;
}
.constructionVideo_img:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-image: url(/assets/img/icon_videoplay.svg);
    background-repeat: no-repeat;
    width: 51px;
    height: 51px;
    display: block;
}
.constructionVideo_img .videoImg {
    transition-duration: 0.3s;
}
.constructionVideo_img:hover .videoImg {
    opacity: 0.4;
    transition-duration: 0.3s;
}
.constructionVideo_txt {
    margin-right: 3%;
    font-size: 13px;
    text-align: right;
}
.constructionBtmBox {
    padding: 50px 0;
    background-color: #f6f6f6;
}
.constructionCont {
    width: 80%;
    margin: 0 auto;
}
.constructionCont_ttl {
    margin-bottom: 15px;
    color: #a28e71;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.1em;
}
.constructionCont_txt {
    margin-bottom: 50px;
    line-height: 170%;
}
.constructionCont_img {
    width: 83%;
    margin: 0 auto;
}
.constructionDetail_box03 {
    width: 47%;
    margin: 0 auto 30px;
}
.constructionVideo_float {
    width: 100%;
}
.constructionVideo_img-float {
    width: 47%;
}
.videoSubTxt {
    margin-top: 5px;
    text-align: center;
}
.constructionDetail_txt-btm {
    margin-bottom: 50px;
    padding-top: 30px;
    font-size: 13px;
    text-align: center;
    clear: both;
}
.constructionLinkBtn {
    width: 45%;
    margin: 0 auto 20px;
    border-radius: 10px;
    border: 2px solid #a28e71;
    box-sizing: border-box;
}
.cs-constructionBtnLink {
    padding: 10px 3%;
    color: #a28e71;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    line-height: 100%;
    display: block;
    transition: 0.2s;
}
.cs-constructionBtnLink:hover {
    color: #fff;
    background-color: #a28e71;
    transition: 0.2s;
}
.cs-btnTxt01 {
    font-size: 12px;
    display: block;
}
.cs-btnTxt02 {
    font-size: 11px;
    display: block;
}
@media screen and (max-width: 767px) {
    .guideArea_pd {
        padding: 20px 0 10px;
    }
    .constructionTopTxt {
        width: 88%;
        margin: 0 auto 20px;
    }
    .constructionTopTxt_ttl {
        margin-bottom: 15px;
        font-size: 15px;
    }
    .constructionTopTxt_txt {
        line-height: 170%;
    }
    .constructionArea {
        width: 100%;
        margin: 0 auto 30px;
        padding: 0;
        border: 0;
    }
    .constructionAreaTtl {
        position: relative;
        top: 0;
        width: 88%;
        font-size: 15px;
    }
    .constructionWrap {
        width: 100%;
    }
    .constructionFlexBox {
        margin-bottom: 30px;
        display: block;
    }
    .constructionDetail {
        width: 90%;
        margin: 30px auto;
    }
    .constructionDetail_img-01 {
        width: 71%;
    }
    .constructionDetail_img-02 {
        width: 37%;
    }
    .constructionDetail_img-03 {
        width: 36%;
    }
    .constructionDetail_txt {
        line-height: 170%;
    }
    .constructionVideo {
        width: 96%;
        margin: 0 auto;
    }
    .constructionBtmBox {
        padding: 15px 0 30px;
    }
    .constructionCont {
        width: 92%;
    }
    .constructionCont_ttl {
        margin-bottom: 10px;
        font-size: 15px;
    }
    .constructionCont_txt {
        margin-bottom: 10px;
        font-size: 13px;
    }
    .constructionCont_img {
        width: 100%;
    }
    .constructionVideo_img-float {
        width: 100%;
        float: none;
    }
    .videoSubTxt {
        margin: 0;
        color: #a28e71;
        font-size: 13px;
    }
    .mb30 {
        margin-bottom: 30px;
    }
    .constructionLinkBtn {
        width: 90%;
    }
    .cs-constructionBtnLink {
        font-size: 22px;
    }
    .cs-btnTxt01,
    .cs-btnTxt02 {
        font-size: 13px;
    }
}
/* モーダル コンテンツエリア */
.modalImg {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 70%;
    max-width: 1040px;
    margin: 0 auto;
    padding: 0;
    color: #666;
    position: fixed;
    z-index: 120;
}
.modalImg iframe {
    width: 100%;
    height: 500px;
}
/* モーダル 背景エリア */
#modalBg {
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 110;
}
@media screen and (max-width: 767px) {
    .modalImg {
        display: none;
    }
}
/*-------------------------------------------------
|-
|-  performance
|-
-------------------------------------------------*/
.performanceTopTxt {
    width: 86%;
    margin: 0 auto 50px;
}
.performanceTopTxt_ttl {
    margin-bottom: 40px;
    color: #a28e71;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.2em;
}
.performanceTopTxt_txt {
    font-size: 13px;
    line-height: 200%;
}
.performanceArea {
    width: 72%;
    margin: 0 auto;
}
.performanceWrap_mb {
    margin-bottom: 70px;
}
.performanceBox_img {
    margin: 0 auto 30px;
}
.performanceBox_img-01 {
    width: 94%;
}
.performanceBox_txt {
    margin-bottom: 40px;
    font-size: 13px;
    line-height: 200%;
}
.performanceTable {
    width: 500px;
    margin: 0 auto 15px;
    display: flex;
    justify-content: space-between;
}
.performanceTable:last-of-type {
    margin: 0 auto;
}
.performanceTable_ttl {
    width: 120px;
    padding: 5px 0;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.1em;
    background-color: #a28e71;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.performanceTable_ttl-bg01 {
    background-color: rgba(160, 141, 112, 0.8);
}
.performanceTable_ttl-bg02 {
    background-color: rgba(160, 141, 112, 0.6);
}
.performanceTable_txt {
    width: 75px;
    padding: 5px 0;
    font-weight: bold;
    text-align: center;
    border: 1px solid #a28e71;
    box-sizing: border-box;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.performanceTable_subTxt {
    width: 280px;
}
.cs-subTxtS {
    font-size: 12px;
}
.cs-subTxtSS {
    margin-left: 5px;
    font-size: 11px;
}
.performanceTableSubTxt {
    width: 500px;
    margin: 5px auto 30px;
    font-size: 11px;
}
.performanceTableBtmTxt {
    width: 500px;
    margin: 0 auto;
    font-size: 12px;
}
.performanceWrap {
    width: 72%;
    margin: 0 auto;
}
.performanceTtl {
    margin-bottom: 30px;
    color: #a28e71;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.1em;
}
.performanceSubTtl {
    width: 89%;
    margin: 0 auto 50px;
    padding: 10px 3%;
    box-sizing: border-box;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.2em;
    background-color: #a28e71;
}
.performanceTxt {
    margin-bottom: 60px;
    font-size: 13px;
    line-height: 200%;
}
.performanceSubTxt {
    width: 81%;
    margin: 0 auto 50px;
    font-size: 12px;
}
.performanceImg03 {
    width: 39%;
    margin: 0 auto 100px;
}
.performanceTxtList {
    margin: 30px 0;
}
.performanceTxtList_item {
    margin: 5px 0;
    font-size: 13px;
}
.performanceImgList {
    width: 53%;
    margin: 0 auto 70px;
    display: flex;
    justify-content: space-between;
}
.cs-imgListTxt {
    font-size: 12px;
}
.performanceImgList_item {
    width: 47%;
}
.performanceTableList {
    width: 350px;
    margin: 0 auto 60px;
}
.performanceTableList_btm {
    width: 430px;
}
.performanceTableList_item {
    width: 100%;
    margin-bottom: 10px;
    padding-bottom: 10px;
    text-align: center;
    border-bottom: 1px solid #2a2a2a;
    display: flex;
}
.performanceTableList_item-btm {
    justify-content: space-between;
    align-items: center;
}
.performanceTableList_item:last-of-type {
    border: 0;
}
.cs-tableTxtLeft {
    width: 125px;
    padding: 3px 0;
    color: #fff;
    font-size: 18px;
    background-color: #a28e71;
    display: block;
}
.cs-tableTxtLeftBtm {
    width: 90px;
    padding: 3px 0;
    color: #fff;
    font-size: 13px;
    background-color: #a28e71;
    display: block;
}
.bg01 {
    background-color: rgba(160, 141, 112, 0.8);
}
.bg02 {
    background-color: rgba(160, 141, 112, 0.6);
}
.cs-tableTxtRight {
    width: 225px;
    padding: 3px 0;
    color: #2a2a2a;
    font-size: 18px;
    background-color: #fff;
    display: block;
}
.cs-tableTxtRightBtm {
    width: 325px;
    font-size: 12px;
    text-align: left;
}
.cs-mb30 {
    display: block;
}
.mt10 {
    margin-top: 10px;
}
.mb0 {
    margin: 0 auto;
}
.mb20 {
    margin: 0 auto 20px;
}
.cs-fontS {
    font-size: 12px;
    display: block;
}
@media screen and (max-width: 1000px) {
    .performanceTable,
    .performanceTableBtmTxt {
        width: 100%;
    }
    .performanceTable_ttl {
        width: 15%;
    }
    .performanceTable_subTxt {
        width: 65%;
    }
    .performanceTableList_btm {
        width: 100%;
    }
    .cs-tableTxtRightBtm {
        width: 75%;
    }
}
@media screen and (max-width: 767px) {
    .performanceTopTxt {
        width: 88%;
        margin: 0 auto 20px;
    }
    .performanceTopTxt_ttl {
        margin-bottom: 15px;
        font-size: 15px;
    }
    .performanceTopTxt_txt {
        line-height: 170%;
    }
    .performanceArea {
        width: 90%;
    }
    .performanceBox_img {
        margin: 0 auto 15px;
    }
    .performanceBox_img-01 {
        width: 90%;
    }
    .performanceBox_txt {
        margin-bottom: 20px;
    }
    .performanceTable {
        display: block;
    }
    .performanceTable:last-of-type {
        margin: 0 auto 30px;
    }
    .performanceTable_ttl {
        width: 100%;
        margin-bottom: 10px;
        font-size: 13px;
    }
    .performanceTable_ttl-bg02 {
        margin-bottom: 0;
    }
    .performanceTable_txt {
        width: 23%;
        font-size: 12px;
        float: left;
    }
    .performanceTable_subTxt {
        width: 74%;
        float: right;
        font-size: 12px;
    }
    .cs-subTxtS,
    .cs-subTxtSS {
        font-size: 11px;
    }
    .performanceTable_topSubTxt {
        font-size: 11px;
        text-align: right;
    }
    .performanceWrap {
        width: 90%;
    }
    .performanceWrap_mb {
        margin-bottom: 40px;
    }
    .performanceTtl {
        margin-bottom: 10px;
        font-size: 15px;
    }
    .performanceSubTtl {
        width: 90%;
        margin: 0 auto 15px;
        font-size: 15px;
        letter-spacing: 0;
    }
    .performanceTxt {
        margin-bottom: 30px;
        line-height: 170%;
    }
    .performanceSubTxt {
        width: 100%;
        margin: 0 auto 20px;
    }
    .performanceImg03 {
        width: 82%;
        margin: 0 auto 50px;
    }
    .performanceTableList {
        width: 84%;
        margin: 0 auto 20px;
    }
    .cs-tableTxtLeft {
        width: 35%;
        font-size: 13px;
    }
    .cs-tableTxtRight {
        width: 65%;
        font-size: 13px;
    }
    .performanceTxtList {
        margin: 0 0 30px;
    }
    .performanceTxtList_item {
        margin: 0;
    }
    .performanceImgList {
        width: 95%;
        margin: 0 auto 30px;
    }
    .performanceTableList_btm {
        width: 100%;
        margin: 0 auto;
    }
    .cs-tableTxtLeftBtm {
        width: 24%;
    }
    .cs-tableTxtRightBtm {
        width: 72%;
        line-height: 130%;
    }
    .cs-fontS.mt10 {
        margin-top: 0;
    }
}
/*-------------------------------------------------
|-
|-  insurance
|-
-------------------------------------------------*/
.insuranceArea {
    width: 73%;
    margin: 0 auto;
}
.insuranceArea02 {
    width: 78%;
}
.insuranceTtl {
    width: 89%;
    margin: 0 auto 60px;
    padding: 10px 3%;
    box-sizing: border-box;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.2em;
    background-color: #a28e71;
}
.insuranceSubTtl {
    margin-bottom: 60px;
    color: #a28e71;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.1em;
    text-align: center;
}
.insuranceTxt {
    margin-bottom: 55px;
    font-size: 13px;
    line-height: 200%;
}
.insuranceTxt02 {
    width: 49%;
    margin: 0 auto 40px;
    color: #a28e71;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 170%;
}
.insuranceTxt03 {
    width: 60%;
    margin: 0 auto 100px;
}
.insuranceTxt04 {
    width: 76%;
    margin: 0 auto 80px;
}
.insuranceTxt05 {
    width: 81%;
    margin: 0 auto 60px;
    font-size: 14px;
    line-height: 170%;
}
.insuranceTxt07 {
    width: 84%;
    margin: 0 auto 100px;
}
.insuranceImg {
    margin: 0 auto 60px;
}
.insuranceImg01 {
    width: 71%;
}
.insuranceImg02 {
    width: 84%;
}
.insuranceImg03 {
    width: 79%;
    margin: 0 auto 100px;
}
.insuranceImg04 {
    width: 67%;
}
.insurancePoint {
    width: 71%;
    margin: 0 auto 75px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.insurancePoint_ttl {
    width: 23%;
    margin-bottom: 10px;
    color: #a28e71;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.1em;
}
.insurancePoint_txt {
    width: 77%;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.1em;
}
@media screen and (max-width: 1200px) {
    .insurancePoint_ttl,
    .insurancePoint_txt {
        font-size: 1.7vw;
    }
}
@media screen and (max-width: 767px) {
    .insuranceArea {
        width: 88%;
    }
    .insuranceArea02 {
        width: 88%;
    }
    .insuranceTtl {
        width: 88%;
        margin: 0 auto 20px;
        font-size: 15px;
        letter-spacing: 0;
    }
    .insuranceSubTtl {
        margin-bottom: 25px;
        font-size: 15px;
    }
    .insuranceTxt {
        margin-bottom: 30px;
        line-height: 170%;
    }
    .insuranceTxt02 {
        width: 86%;
        margin: 0 auto 20px;
        font-size: 15px;
        letter-spacing: 0;
    }
    .insuranceTxt03 {
        width: 100%;
        font-size: 10px;
    }
    .insuranceTxt04 {
        width: 100%;
        margin: 0 auto 55px;
    }
    .insuranceTxt04_mb {
        margin: 0 auto 30px;
    }
    .insuranceTxt05 {
        width: 100%;
        margin: 0 auto 35px;
        font-size: 10px;
    }
    .insuranceTxt07 {
        width: 100%;
        margin: 0 auto 30px;
    }
    .insuranceImg {
        margin: 0 auto 15px;
    }
    .insuranceImg01,
    .insuranceImg02,
    .insuranceImg03,
    .insuranceImg04 {
        width: 97%;
    }
    .insuranceImg03 {
        margin-bottom: 30px;
    }
    .insurancePoint {
        width: 95%;
        margin: 0 auto 25px;
    }
    .insurancePoint_ttl {
        width: 20%;
        margin-bottom: 5px;
        font-size: 15px;
        letter-spacing: 0;
    }
    .insurancePoint_txt {
        width: 78%;
        margin-bottom: 5px;
        font-size: 13px;
        letter-spacing: 0;
    }
}
/*-------------------------------------------------
|-
|-  after
|-
-------------------------------------------------*/
.afterArea {
    width: 89%;
    margin: 0 auto 80px;
}
.afterArea:last-of-type {
    margin: 0 auto;
}
.afterTtl {
    width: 100%;
    margin: 0 auto 50px;
    padding: 10px 2%;
    box-sizing: border-box;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.2em;
    background-color: #a28e71;
}
.afterSubTtl {
    margin-bottom: 35px;
    color: #a28e71;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.1em;
}
.afterSubTtl_mb {
    margin-bottom: 15px;
}
.afterTxt {
    font-size: 13px;
    line-height: 200%;
}
.afterTxt_mb {
    margin-bottom: 55px;
}
.afterFlex {
    width: 100%;
    margin: 45px auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.afterFlex_txt {
    width: 49%;
    font-size: 13px;
    line-height: 200%;
}
.afterFlex_img {
    width: 47%;
}
.cs-imgTxt {
    margin-right: 5%;
    font-size: 11px;
    text-align: right;
    display: block;
}
.afterFlex_btm {
    width: 85%;
    align-items: center;
}
.afterFlex_img-left {
    width: 46%;
}
.afterFlex_img-right {
    width: 45%;
}
.afterFlex_img-txt {
    width: 50%;
    margin-top: 30px;
    text-align: center;
    font-size: 11px;
}
.afterBtn {
    width: 85%;
    margin: 0 auto 80px;
}
.cs-afterBtnLink {
    position: relative;
    width: 45%;
    margin: 0 0 0 auto;
    padding: 10px 3%;
    box-sizing: border-box;
    color: #fff;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.2em;
    background-color: #292a2a;
    display: block;
    transition: 0.2s;
}
.cs-afterBtnLink:hover {
    opacity: 0.8;
    transition: 0.2s;
}
.cs-afterBtnLink:after {
    content: "";
    position: absolute;
    top: 40%;
    right: 5%;
    width: 7px;
    height: 7px;
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    border-radius: 1px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all 0.2s;
}
.cs-afterBtnLink:hover:after {
    right: 4%;
}
.afterContact {
    width: 100%;
    padding: 15px 8%;
    border: 3px solid #a28e71;
    box-sizing: border-box;
}
.afterContact_txt {
    margin-bottom: 15px;
    line-height: 200%;
}
.afterContact_btn {
    width: 38%;
    margin: 0 auto;
}
.cs-afterContactLink {
    width: 100%;
    padding: 15px 3%;
    box-sizing: border-box;
    border-radius: 10px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    background-color: #a28e71;
    display: block;
    transition: 0.2s;
}
.cs-afterContactLink:hover {
    opacity: 0.8;
    transition: 0.2s;
}
@media screen and (max-width: 1220px) {
    .afterTtl {
        font-size: 1.4vw;
    }
    .cs-afterBtnLink,
    .cs-afterContactLink {
        font-size: 1.2vw;
    }
}
@media screen and (max-width: 767px) {
    .afterArea {
        width: 88%;
        margin: 0 auto 40px;
    }
    .afterArea:last-of-type {
        margin: 0 auto 30px;
    }
    .afterTtl {
        width: 100%;
        margin: 0 auto 30px;
        font-size: 15px;
        letter-spacing: 0;
    }
    .afterSubTtl {
        margin-bottom: 10px;
        font-size: 15px;
    }
    .afterTxt {
        line-height: 170%;
    }
    .afterTxt_mb {
        margin-bottom: 50px;
    }
    .afterFlex {
        margin: 0 auto 30px;
        display: block;
    }
    .afterFlex_txt {
        width: 100%;
        margin-bottom: 30px;
        line-height: 170%;
    }
    .afterFlex_img {
        width: 93%;
        margin: 0 auto;
    }
    .cs-imgTxt {
        margin-right: 0;
    }
    .afterFlex_btm {
        width: 100%;
        margin: 30px 0;
    }
    .afterFlex_img-left,
    .afterFlex_img-right {
        width: 90%;
        margin: 0 auto;
    }
    .afterFlex_img-txt {
        width: 100%;
        margin: 15px 0 30px;
        padding-right: 5%;
        box-sizing: border-box;
        text-align: right;
    }
    .afterBtn {
        width: 90%;
        margin: 0 auto 90px;
    }
    .cs-afterBtnLink {
        width: 100%;
        font-size: 13px;
    }
    .cs-afterBtnLink:after {
        right: 4%;
    }
    .afterContact {
        padding: 15px 3%;
    }
    .afterContact_txt {
        font-size: 13px;
        line-height: 170%;
    }
    .afterContact_btn {
        width: 100%;
    }
    .cs-afterContactLink {
        padding: 10px 3%;
        font-size: 19px;
    }
}
/*-------------------------------------------------
|-
|-  housesearch
|-
-------------------------------------------------*/
.guideArea_pd-housesearch {
    padding: 115px 0 55px;
}
.housesearchTopTxt {
    margin: 70px 0;
    font-size: 15px;
    text-align: center;
    line-height: 200%;
}
.housesearchLink {
    width: 74%;
    max-width: 1040px;
    margin: 0 auto 70px;
    display: flex;
    justify-content: space-between;
}
.housesearchLink_item {
    position: relative;
    width: 32.9%;
    padding: 20px 0 25px;
    color: #a28e71;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.2em;
    background-color: #fff;
    cursor: pointer;
    transition: 0.2s;
}
.housesearchLink_item:hover {
    opacity: 0.8;
    transition: all 0.2s;
}
.housesearchLink_item:after {
    content: "";
    position: absolute;
    bottom: 13px;
    right: 0;
    left: 0;
    width: 6px;
    height: 6px;
    margin: 0 auto;
    border: 0px;
    border-top: solid 2px #a28e71;
    border-right: solid 2px #a28e71;
    border-radius: 1px;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
.housesearch01Img {
    width: 31%;
    margin: 0 auto 15px;
}
.housesearch02Img {
    width: 68%;
    margin: 0 auto 15px;
}
.housesearch03Img {
    width: 20%;
    margin: 0 auto 15px;
}
.housesearchComparison {
    width: 88%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.housesearchComparison_item {
    width: 46%;
}
.housesearchComparison_item-ttl {
    margin-bottom: 45px;
    padding: 15px 3%;
    box-sizing: border-box;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.2em;
    background-color: #a28e71;
}
.comparisonList {
    width: 92%;
    margin: 0 0 50px auto;
}
.comparisonList_mb {
    margin: 0 0 0 auto;
}
.comparisonList_item {
    font-size: 13px;
    line-height: 200%;
}
.comparisonList_item-ttl {
    font-weight: bold;
}
.housesearchTtl {
    /*width: 41%;*/
    width: 88%;
    margin: 0 auto 50px;
    padding: 10px 2%;
    box-sizing: border-box;
    color: #fff;
    /*font-size: 16px;*/
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.2em;
    background-color: #a28e71;
}
.housesearchContArea {
    width: 88%;
    margin: 0 auto 50px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.housesearchCont {
    width: 46%;
    margin: 0 auto;
}
.housesearchCont_item {
    font-size: 13px;
    line-height: 200%;
}
.housesearchCont_item-ttl {
    margin-bottom: 5px;
    color: #a28e71;
    /*font-size: 20px;*/
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.1em;
}
.housesearchCont_subTxt {
    width: 80%;
    margin: 30px auto 0;
    text-align: center;
    font-size: 13px;
}
@media screen and (max-width: 767px) {
    .housesearchCont_subTxt {
        width: 90%;
        margin: 30px auto;
    }
}
.housesearchPoint {
    position: relative;
    width: 64%;
    margin: 0 auto;
    padding: 25px 3% 20px;
    box-sizing: border-box;
    font-size: 13px;
    line-height: 200%;
    background-color: #f6f6f6;
    border-radius: 15px;
}
.cs-pointTxt {
    position: absolute;
    top: -12px;
    right: 0;
    left: 0;
    width: 100%;
    margin: auto;
    color: #a28e71;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.1em;
}
.housesearchTxt {
    width: 83%;
    margin: 0 auto 40px;
    font-size: 13px;
    line-height: 200%;
}
.newhouseBtn {
    width: 25%;
    margin: 25px auto 60px;
}
.newhouseBtn_mb {
    margin: 25px auto 0;
}
.cs-newhouseBtnLink {
    width: 100%;
    padding: 10px 2%;
    box-sizing: border-box;
    color: #a28e71;
    font-size: 12px;
    text-align: center;
    line-height: 170%;
    border: 2px solid #a28e71;
    border-radius: 10px;
    display: block;
    transition: 0.2s;
}
.cs-newhouseBtnLink:hover {
    color: #fff;
    background-color: #a28e71;
    transition: 0.2s;
}
.cs-newhouseBtnTxt {
    font-size: 20px;
    font-weight: bold;
    display: block;
}
.fithouseTxt {
    width: 83%;
    margin: 0 auto 70px;
}
.fithouseTxt_arrow:after {
    content: "";
    width: 0;
    height: 0;
    margin: 30px auto 15px;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #a28e71;
    display: block;
}
.fithouseTxt_txt {
    margin-bottom: 15px;
    font-size: 13px;
    text-align: center;
    letter-spacing: 0.1em;
    line-height: 250%;
}
.fithouseTxt_txt-big {
    color: #a28e71;
    font-size: 17px;
    font-weight: bold;
}
.pickup {
    width: 83%;
    margin: 0 auto;
}
.pickup_txt {
    font-size: 13px;
    text-align: center;
    letter-spacing: 0.1em;
}
.pickup_txt-big {
    color: #7293ae;
    font-size: 20px;
    font-weight: bold;
}
.pickup_btn {
    width: 40%;
    margin: 15px auto 10px;
}
.cs-pickupBtnLink {
    padding: 20px 2%;
    box-sizing: border-box;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.1em;
    background-color: #7293ae;
    border-radius: 10px;
    display: block;
    transition: 0.2s;
}
.cs-pickupBtnLink:hover {
    opacity: 0.8;
    transition: 0.2s;
}
@media screen and (max-width: 1290px) {
    .cs-pickupBtnLink {
        font-size: 1.5vw;
    }
}
@media screen and (max-width: 767px) {
    .guideArea_pd-housesearch {
        padding: 55px 0 25px;
    }
    .guideArea_pd-housesearchSp {
        padding: 90px 0 25px;
    }
    .housesearchTopTxt {
        width: 83%;
        margin: 20px auto;
        font-size: 13px;
        text-align: left;
        line-height: 170%;
    }
    .housesearchLink {
        width: 89%;
        margin: 0 auto 30px;
    }
    .housesearchLink_item {
        width: 32%;
        padding: 10px 0 17px;
        font-size: 12px;
        letter-spacing: 0;
        line-height: 110%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .housesearchLink_item:after {
        bottom: 7px;
    }
    .housesearch01Img {
        width: 59%;
        margin: 0 auto 5px;
    }
    .housesearch02Img {
        width: 61%;
        margin: 0 auto 5px;
    }
    .housesearch03Img {
        width: 38%;
        margin: 0 auto 5px;
    }
    .housesearchComparison {
        width: 89%;
        display: block;
    }
    .housesearchComparison_item {
        width: 100%;
    }
    .housesearchComparison_item-ttl {
        margin-bottom: 25px;
        padding: 10px 3%;
        font-size: 15px;
    }
    .comparisonList {
        width: 100%;
        margin: 0 auto 30px;
    }
    .comparisonList_mb {
        margin: 0;
    }
    .comparisonList_item {
        line-height: 170%;
    }
    .housesearchTtl {
        width: 89%;
        margin: 0 auto 20px;
        padding: 10px 3%;
        font-size: 15px;
    }
    .housesearchContArea {
        width: 89%;
        margin: 0 auto;
        display: block;
    }
    .housesearchCont {
        width: 100%;
        margin: 0 auto 30px;
    }
    .housesearchCont_item {
        line-height: 170%;
    }
    .housesearchCont_item-ttl {
        font-size: 15px;
    }
    .housesearchPoint {
        width: 89%;
        padding: 20px 5% 10px;
        line-height: 170%;
    }
    .cs-pointTxt {
        top: -10px;
        font-size: 15px;
    }
    .housesearchTxt {
        margin: 0 auto 30px;
    }
    .newhouseBtn {
        width: 89%;
        margin: 25px auto 35px;
    }
    .cs-newhouseBtnLink {
        line-height: 190%;
    }
    .cs-newhouseBtnTxt {
        font-size: 22px;
    }
    .fithouseTxt {
        width: 89%;
        margin: 0 auto 40px;
    }
    .fithouseTxt_arrow:after {
        margin: 0 auto 10px;
    }
    .fithouseTxt_txt {
        line-height: 170%;
        letter-spacing: 0;
    }
    .fithouseTxt_txt-big {
        font-size: 14px;
        line-height: 130%;
    }
    .pickup {
        width: 89%;
    }
    .pickup_txt {
        letter-spacing: 0;
    }
    .pickup_txt-big {
        font-size: 15px;
    }
    .pickup_btn {
        width: 100%;
        margin: 10px auto;
    }
    .cs-pickupBtnLink {
        font-size: 22px;
        letter-spacing: 0;
    }
}
