@charset "UTF-8";

/*-------------
micro clearfx
-------------*/
.cf:before,
.cf:after {
    content: "";
    display: table
}

.cf:after {
    clear: both
}

.cf {
    zoom: 1
}

/* For IE 6/7 */

/*-------------
見出し
-------------*/
.s-headline-sab {
    font-size: 16px;
    vertical-align: top;
    margin-left: 15px;
    display: inline-block;
}

@media only screen and (max-width: 768px) {
    .s-headline-sab {
        margin-left: 0;
        display: block;
    }
}

/*-------------
流れ　共通部分
-------------*/
.s-flow-title {
    font-size: 24px;
    margin-bottom: 30px;
    line-height: 1.4;
}

.s-flow-step {
    counter-reset: flow-steps;
}

.s-flow-step-line {
    position: relative;
}

.s-flow-step-line:after {
    content: '';
    position: absolute;
    bottom: calc(-0% - 110px);
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    width: 0;
    height: 130px;
    border-left: #b5b7b6 dotted 5px;
    z-index: 10;
}

.s-flow-step-line02:before {
    content: '';
    position: absolute;
    top: calc(-0% - 102px);
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    width: 0;
    height: 100px;
    border-left: #b5b7b6 dotted 5px;
    z-index: 10;
}

.s-flow-step-item {
    position: relative;
    padding-top: 35px;
    margin-bottom: 36px;
}

.s-flow-step-item .s-flow-step-item-box {
    padding: 30px;
    text-align: center;
    background: #eee;
    position: relative;
    z-index: 20;
}

.s-flow-step-item .s-flow-step-item-h {
    font-size: 20px;
}

.s-flow-step-item .s-flow-step-item-h .s-dots {
    font-size: 14px;
    vertical-align: top;
}

.s-flow-step-item-notes {
    margin-top: 8px;
}

/* STEP6　2～３カラムに分けている記述 */
.s-two_column .s-column_item-box {
    width: 49%;
    float: left;
    margin-right: 2%;
}

.s-three_column .s-column_item-box {
    width: 32%;
    float: left;
    margin-right: 2%;
}

.s-two_column .s-column_item-box,
.s-three_column .s-column_item-box {
    position: relative;
}

.s-two_column .s-column_item-box .s-column_item-balloon,
.s-three_column .s-column_item-box .s-column_item-balloon {
    position: absolute;
    font-size: 14px;
    line-height: 1;
    background: #727071;
    color: #fff;
    padding: 8px;
    left: -35px;
    top: calc(50% - 15px);
    z-index: 40;
}

.s-two_column .s-column_item-box:last-child,
.s-three_column .s-column_item-box:last-child {
    margin: 0;
}

.s-two_column .s-flow-step-item-box,
.s-three_column .s-flow-step-item-box {
    min-height: 104px;
    position: relative;
}

.s-two_column .s-flow-step-item-box .row,
.s-three_column .s-flow-step-item-box .row {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: calc(20px - 0px);
    right: calc(20px - 0px);
}

/* STEP6　2～３カラムに分けている記述　end */

.s-flow-step-item .item_number_outer {
    position: absolute;
    top: 0;
    left: -35px;
    z-index: 30;
}

.s-flow-step-item .item_number {
    background: #000;
    color: #fff;
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    display: block;
    padding: 12px;
    height: 79px;
    width: 79px;
    border-radius: 50px;
    position: relative;
}

.s-flow-step-item .item_number:before {
    position: absolute;
    font-size: 13px;
    line-height: 1;
    content: "STEP";
    top: calc(25% - 0px);
    left: 0;
    right: 0;
}

.s-flow-step-item .item_number:after {
    position: absolute;
    counter-increment: flow-steps;
    content: counter(flow-steps);
    top: calc(50% - 0px);
    left: 0;
    right: 0;
}

/* 流れ切り替え STP6から */
.s-flow02-title-tab {
    margin: 0 auto;
    margin-bottom: 16px;
}

.s-flow02-title-tab .s-tab {
    position: relative;
    float: left;
    width: 49%;
    margin-right: 2%;
}

.s-flow02-title-tab .s-tab:last-child {
    float: right;
    margin-right: 0;
}

.s-flow02-title-tab .s-tab .s-tab_txt {
    text-align: center;
    padding: 8px;
    display: block;
    font-weight: bold;
    line-height: 1.4;
}

.s-flow02-step-left {
    counter-reset: flow-steps-l 5;
    float: left;
}

.s-flow02-step-left .s-flow-step .item_number:after {
    counter-increment: flow-steps-l;
    content: counter(flow-steps-l);
}

.s-flow02-step-right {
    counter-reset: flow-steps-r 5;
    float: right;
}

.s-flow02-step-right .s-flow-step .item_number:after {
    counter-increment: flow-steps-r;
    content: counter(flow-steps-r);
}

.basic-plan .s-flow02-step-left {
    counter-reset: flow-steps-l 6;
}

.basic-plan .s-flow02-step-right {
    counter-reset: flow-steps-r 6;
}

/* 流れ切り替え STP6から end */

.s-flow-step-point {
    position: relative;
    padding-top: 16px;
    margin-bottom: 36px;
}

.s-flow-step-point02 {
    position: relative;
    margin-bottom: 36px;
}

.s-flow-step-point02 .s-flow-step-point-box {
    padding: 18px 68px;
    background: #fffcdb;
    position: relative;
    z-index: 20;
}

.s-flow-step-point-box {
    padding: 30px 68px 18px;
    background: #fffcdb;
    position: relative;
    z-index: 20;
}

.s-flow-step-point-box-narrow {
    padding: 21px 16px 16px;
    background: #fffcdb;
    position: relative;
    z-index: 20;
}

.s-flow-step-point-box-narrow.step-mt36 {
    margin-top: 36px;
}

.s-flow-step-point-box .s-step-sab-heading,
.s-flow-step-point-box-narrow .s-step-sab-heading {
    font-size: 20px;
    font-weight: bold;
    color: #1e50a2;
    margin-bottom: 15px;
}

.s-step-sab-heading .s-small {
    font-size: 16px;
    vertical-align: top;
}

.s-flow-step-point .s-step-balloon {
    position: absolute;
    background: #727071;
    padding: 4px 0;
    border-radius: 30px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    width: 95px;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    z-index: 30;
}

.s-tentaishaku {
    margin-top: 16px;
}
.s-tentaishaku-ttl {
    margin-bottom: 8px;
}
.s-tentaishaku-link {
    max-width: 580px;
    margin: auto;
}

.s-flow-step #kanrigyoumu {
    padding-top: 36px;
    /*margin-top: -28px;
    padding-top: 64px;*/
}

/*-- SP 共通 --*/
@media only screen and (max-width: 768px) {
    .s-flow-step-item .item_number_outer {
        left: 0;
    }

    .s-flow-step-item .s-flow-step-item-box {
        padding: 32px 30px 28px;
        margin: auto;
        width: 90%;
    }

    .s-flow-step-point02 .s-flow-step-point-box {
        margin: auto;
        width: 90%;
        padding: 21px;
    }

    .s-flow-step-point-box {
        margin: auto;
        width: 90%;
        padding: 32px 21px 21px 21px;
    }

    .s-flow-step-point-box-narrow {
        padding: 24px 16px 21px 16px;
    }

    .s-flow-step-item .s-flow-step-item-h {
        display: inline-block;
        text-align: left;
        margin: 0;
        font-size: 18px;
    }

    .s-flow-step-item .s-flow-step-item-h .s-unit {
        display: block;
        margin-bottom: 16px;
    }

    .s-flow-step-item .s-flow-step-item-h .s-unit:last-child {
        margin-bottom: 0;
    }

    .s-flow02-title-tab,
    .s-flow02-wrap {
        margin-right: -16px;
        margin-left: -16px;
    }

    /* 流れ切り替え STP6から */
    .s-flow02-step-left,
    .s-flow02-step-right {
        padding: 0 4%;
    }

    .s-flow02-title-tab .s-tab {
        width: 50%;
        margin-right: 0;
    }

    .s-flow02-title-tab .s-tab .s-tab_txt {
        border-top: 1px solid #000;
        border-bottom: 1px solid #000;
        background: #fff;
    }

    .s-flow02-title-tab .s-tab.s-tab_current .s-tab_txt {
        background: #000;
        color: #fff !important;
    }

    .s-flow02-wrap .s-panel {
        display: none;
    }

    .s-flow02-wrap .s-panel.s-panel_current {
        display: block;
    }

    .s-two_column .s-flow-step-item-box,
    .s-three_column .s-flow-step-item-box {
        min-height: 150px;
        width: auto;
    }

    .s-three_column .s-flow-step-item-box .row .s-flow-step-item-h {
        font-size: 15px;
    }

    .s-column_item-box .row .s-flow-step-item-h .s-dots {
        font-size: 10px;
    }

    .s-three_column .s-column_item-box:first-child .row {
        left: calc(0px - 0px);
    }

    .s-three_column .s-column_item-box:last-child .row {
        right: calc(0px - 0px);
    }

    .s-two_column .s-column_item-box .s-column_item-balloon,
    .s-three_column .s-column_item-box .s-column_item-balloon {
        font-size: 10px;
        left: -26px;
    }

    /* 流れ切り替え STP6から end */
}

/*-- PC 共通 --*/
@media only screen and (min-width: 769px) {
    .s-768section_inner {
        width: 768px;
        margin: 0 auto;
    }

    .s-flow-step-item .s-flow-step-item-h .s-unit {
        display: inline-block;
        margin-right: 20px;
    }

    .s-flow-step-item .s-flow-step-item-h .s-unit:last-child {
        margin-right: 0;
    }

    /* 流れ切り替え STP6から */
    .s-flow02-title-tab .s-tab .s-tab_txt {
        background: #000;
        color: #fff;
    }

    .s-flow02-step-left,
    .s-flow02-step-right {
        width: 49%;
        padding: 0 1% 0 3%;
    }

    /* 流れ切り替え STP6から end */

    .s-flow-step-point:last-child {
        margin-bottom: 70px;
    }
}

/*-------------
流れ　ページごとのスタイル
-------------*/
/*simpleplus-plan*/
.simple-plus-plan .s-flow-title {
    color: #00a5a8;
}

.simple-plus-plan .s-flow-step-item .item_number {
    background: #00a5a8;
}

.simple-plus-plan .s-flow-step-item-box {
    background: #d4ecea;
}

/*basic-plan*/
.basic-plan .s-flow-title {
    color: #d30f0e;
}

.basic-plan .s-flow-step-item .item_number {
    background: #d30f0e;
}

.basic-plan .s-flow-step-item-box {
    background: #feeed6;
}

/*masterlease-plan*/
.masterlease-plan .s-flow-title {
    color: #953b2a;
}

.masterlease-plan .s-flow-step-item .item_number {
    background: #953b2a;
}

.masterlease-plan .s-flow-step-item-box {
    background: #f6eae4;
}

/*relocation-plan*/
.relocation-plan .s-flow-title {
    color: #009c42;
}

.relocation-plan .s-flow-step-item .item_number {
    background: #009c42;
}

.relocation-plan .s-flow-step-item-box {
    background: #e4f0d3;
}

/*simple-plan*/
.simple-plan .s-flow-title {
    color: #00a0e9;
}

.simple-plan .s-flow-step-item .item_number {
    background: #00a0e9;
}

.simple-plan .s-flow-step-item-box {
    background: #d8effc;
}

/*sublease-plan*/
.sublease-plan .s-flow-title {
    color: #685aa5;
}

.sublease-plan .s-flow-step-item .item_number {
    background: #685aa5;
}

.sublease-plan .s-flow-step-item-box {
    background: #e4e1f0;
}


/*-- SP ページごとのスタイル --*/
@media only screen and (max-width: 768px) {

    /*simpleplus-plan*/
    .simple-plus-plan .s-flow02-title-tab .s-tab .s-tab_txt {
        border-top: 1px solid #00a5a8;
        border-bottom: 1px solid #00a5a8;
        color: #00a5a8;
    }

    .simple-plus-plan .s-flow02-title-tab .s-tab.s-tab_current .s-tab_txt {
        background: #00a5a8;
    }

    /*basic-plan*/
    .basic-plan .s-flow02-title-tab .s-tab .s-tab_txt {
        border-top: 1px solid #d30f0e;
        border-bottom: 1px solid #d30f0e;
        color: #d30f0e;
    }

    .basic-plan .s-flow02-title-tab .s-tab.s-tab_current .s-tab_txt {
        background: #d30f0e;
    }

    /*masterlease-plan*/
    .masterlease-plan .s-flow02-title-tab .s-tab .s-tab_txt {
        border-top: 1px solid #953b2a;
        border-bottom: 1px solid #953b2a;
        color: #953b2a;
    }

    .masterlease-plan .s-flow02-title-tab .s-tab.s-tab_current .s-tab_txt {
        background: #953b2a;
    }

    /*relocation-plan*/
    .relocation-plan .s-flow02-title-tab .s-tab .s-tab_txt {
        border-top: 1px solid #009c42;
        border-bottom: 1px solid #009c42;
        color: #009c42;
    }

    .relocation-plan .s-flow02-title-tab .s-tab.s-tab_current .s-tab_txt {
        background: #009c42;
    }

    /*simple-plan*/
    .simple-plan .s-flow02-title-tab .s-tab .s-tab_txt {
        border-top: 1px solid #00a0e9;
        border-bottom: 1px solid #00a0e9;
        color: #00a0e9;
    }

    .simple-plan .s-flow02-title-tab .s-tab.s-tab_current .s-tab_txt {
        background: #00a0e9;
    }

    /*sublease-plan*/
    .sublease-plan .s-flow02-title-tab .s-tab .s-tab_txt {
        border-top: 1px solid #685aa5;
        border-bottom: 1px solid #685aa5;
        color: #685aa5;
    }

    .sublease-plan .s-flow02-title-tab .s-tab.s-tab_current .s-tab_txt {
        background: #685aa5;
    }


}

/*-- PC ページごとのスタイル --*/
@media only screen and (min-width: 769px) {

    /*simpleplus-plan*/
    .simple-plus-plan .s-flow02-title-tab .s-tab .s-tab_txt {
        background: #00a5a8;
    }

    /*basic-plan*/
    .basic-plan .s-flow02-title-tab .s-tab .s-tab_txt {
        background: #d30f0e;
    }

    /*masterlease-plan*/
    .masterlease-plan .s-flow02-title-tab .s-tab .s-tab_txt {
        background: #953b2a;
    }

    /*relocation-plan*/
    .relocation-plan .s-flow02-title-tab .s-tab .s-tab_txt {
        background: #009c42;
    }

    /*simple-plan*/
    .simple-plan .s-flow02-title-tab .s-tab .s-tab_txt {
        background: #00a0e9;
    }

    /*sublease-plan*/
    .sublease-plan .s-flow02-title-tab .s-tab .s-tab_txt {
        background: #685aa5;
    }

}



/*-------------
流れ　end
-------------*/




/*---------------------------------
  anshin plan common
---------------------------------*/
.s-anshin-plan-mb0 {
    margin-bottom: 0 !important;
}

.s-anshin-plan-mb8 {
    margin-bottom: 8px !important;
}

.s-anshin-plan-mb16 {
    margin-bottom: 16px !important;
}

.s-anshin-plan-mb24 {
    margin-bottom: 24px !important;
}

.s-anshin-plan-mb32 {
    margin-bottom: 32px !important;
}

.s-anshin-plan-mb40 {
    margin-bottom: 40px !important;
}

.s-anshin-plan-text-15 {
    font-size: 15px;
}

.s-anshin-plan-display-inline-block {
    display: inline-block;
}


/*---------------------------------
  anshin plan unique
---------------------------------*/
/* block */
.s-scroll {
    margin-bottom: 24px;
}

.s-anshin-plan-scroll-no-max-height {
    max-height: none;
}

.s-scroll-inner {
    width: 1120px;
}

.s-scroll-inner-728 {
    width: 728px;
}

.s-introduction {
    padding: 32px 40px;
}

.s-anshin-plan-bgcolored-box{
    padding: 16px;
    background: #fffcdb;
margin-top:36px;}



/* title */
.s-anshin-plan-title {
    font-size: 24px;
    margin-bottom: 24px;
    line-height: 1.4;
    font-weight: bold;
}

.s-anshin-plan-title2 {
    font-size: 20px;
    font-weight: 400;
    padding: 0 0 0 18px;
    margin-bottom: 20px;
    line-height: 1.4;
}

.s-anshin-plan-title3 {
    font-size: 20px;
    color: #1e50a2;
    line-height: 1;
    margin-bottom: 24px;
    text-align: center;
}

.s-anshin-plan-lead {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 16px;
    line-height: 1.4;
}


/* text */
.s-anshin-plan-caption {
    font-size: 14px;
    line-height: 20px;
    color: #777;
}

.s-anshin-plan-notes-align {
    text-align: center;
}

.s-introduction-caption .s-introduction-caption-bold {
    font-weight: bold;
}

.s-introduction-caption-left {
    float: left;
    margin: 10px;
}

.s-introduction-caption-right {
    overflow: hidden;
}

.s-introduction-caption .s-introduction-caption-desc.a-caption {
    margin-top: 4px;
}


/* list */
.s-anshin-plan-square-list {
    margin-bottom: 16px;
}

.s-anshin-plan-square-list .s-anshin-plan-square-list-item {
    padding-left: 1.4em;
    text-indent: -1.4em;
}

.s-anshin-plan-border .s-anshin-plan-square-list .s-anshin-plan-square-list-item {
    line-height: 1;
}

.s-anshin-plan-square-list .s-anshin-plan-square-list-item:before {
    content: "■";
    font-size: 16px;
    vertical-align: top;
    padding-right: 0.4em;
}

.s-anshin-plan-border .s-anshin-plan-square-list .s-anshin-plan-square-list-item {
    padding-left: 1em;
    text-indent: -1.2em;
}

.s-anshin-plan-border .s-anshin-plan-square-list .s-anshin-plan-square-list-item:before {
    content: "■";
    font-size: 18px;
    line-height: 1;
    vertical-align: top;
    padding-right: 0;
}

.s-anshin-plan-bgcolored-list {
    overflow: hidden;
}

.s-anshin-plan-bgcolored-list .s-anshin-plan-bgcolored-list-item {
    float: left;
    min-width: 130px;
    color: #fff;
    font-weight: bold;
    margin-right: 8px;
    padding: 4px 16px;
    border-radius: 3px;
    text-align: center;
    box-sizing: border-box;
    line-height: 1.4;
}

.s-anshin-plan-border .s-anshin-plan-square-list {
    display: flex;
    text-align: left;
    margin-bottom: 0;
}

.s-anshin-plan-border .s-anshin-plan-square-list .s-anshin-plan-square-list-item {
    margin-right: 16px;
    font-size: 18px;
}

.s-anshin-plan-border .s-anshin-plan-square-list .s-anshin-plan-square-list-item:last-child {
    margin-right: 0;
}

.s-anshin-plan-indent-list1 .s-anshin-plan-indent-list1-item {
    padding-bottom: 8px;
    color: #777;
    font-size: 14px;
    line-height: 1.6;
}

.s-anshin-plan-indent-list2 .s-anshin-plan-indent-list2-item {
    padding-bottom: 8px;
    color: #777;
    font-size: 14px;
    line-height: 1.6;
}

.s-anshin-plan-indent-list3 .s-anshin-plan-indent-list3-item {
    padding-bottom: 8px;
    color: #777;
    font-size: 13px;
    line-height: 1.6;
    text-indent: -1.7em;
    padding-left: 1.7em;
}

.s-anshin-plan-list-number .s-anshin-plan-list-number-item {
    position: relative;
    margin-bottom: 8px;
    padding-left: 1.8em;
    line-height: 1.4;
}

.s-anshin-plan-list-number .s-anshin-plan-list-number-type {
    position: absolute;
    left: 0;
    display: block;
    margin-right: 0.5em;
    padding-right: 0.5em;
}


/* border */
.s-anshin-plan-line {
    margin: 20px 0;
    border: none;
    height: 1px;
    background: #bdd2d0;
}

.s-anshin-plan-border {
    display: inline-block;
    border: 1px solid #898989;
    padding: 8px 16px;
    margin-bottom: 24px;
    text-align: center;
}

.basic-plan .s-anshin-plan-border2{
    border: 1px solid #d30f0e;
    padding: 16px;
}


/* table */
.s-anshin-plan-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 15px;
}

.s-anshin-plan-table .s-anshin-plan-table-th {
    text-align: center;
    vertical-align: middle;
    font-weight: normal;
}

.s-anshin-plan-table .s-anshin-plan-table-td {
    vertical-align: middle;
}

.s-anshin-plan-table .s-anshin-plan-table-th,
.s-anshin-plan-table .s-anshin-plan-table-td {
    border: 1px solid #898989;
    padding: 10px;
    line-height: 1.4;
    vertical-align: middle;
}

.s-anshin-plan-table .s-anshin-plan-table-border-dashed {
    border-right: 1px dashed #898989;
}

.s-anshin-plan-table .s-anshin-plan-table-border-dashed+.s-anshin-plan-table-td {
    border-left: none;
}

.s-anshin-plan-table .s-anshin-plan-table-line-height {
    line-height: 1.8;
}

.s-anshin-plan-table-border {
    border: 1px solid #333;
    padding: 0 3px;
}

.s-anshin-plan-table-valign-top {
    vertical-align: top !important;
}

.s-plan-table.s-guarantee .s-table-head3{
    background-color: #e8ebed;
    font-weight: normal;
    text-align: left;
}

.s-plan-table.s-guarantee tr:nth-child(even) .s-table-head3{
    background-color: #fff;
}




/* dl */
.s-anshin-plan-dl {
    display: flex;
    margin-bottom: 24px;
}

.s-anshin-plan-dt {
    margin-right: 8px;
}

/* image */
.s-anshin-plan-image {
    max-width: 750px;
    margin: 0 auto;
}



/* s-two-nutton_narrow */
.s-two-nutton_narrow__wraper {
    display: flex;
    justify-content: space-between
}

.s-two-nutton_narrow {
    width: 372px;
}

.s-two-nutton_narrow .a-button {
    width: 100%;
}


/* other plan */
.s-anshin-plan-other-plan-wrap {
    overflow: hidden;
    margin-bottom: 48px;
}

.s-anshin-plan-other-plan-wrap:last-child {
    padding-bottom: 12px;
}

.s-anshin-plan-other-plan-inner {
    display: flex;
}

.s-anshin-plan-other-plan-last {
    margin-left: 20px;
}

.s-plan-item-name-outer {
    color: #000;
    margin-bottom: 0;
}

.s-plan-item-name-outer:hover {
    opacity: 0.7;
}

.s-anshin-plan-other-plan-left {
    float: left;
}

.s-anshin-plan-other-plan-name {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 12px;
}

/* s-flow-step */
.s-flow-step-3column{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
.s-flow-step-3column-item .s-step-sab-heading{
    margin-top: 25px;
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: bold;
    color: #1e50a2;
}
.s-flow-step-white-bg-colored-text{
    display: inline-block;
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;
    background-color: #fff;
    margin-top: 5px;
    padding: 5px;
    border-radius: 5px;
}

.s-flow-step-item-box-small-text .s-flow-step-item-h{
    margin-top: 16px;
}

.s-flow-step-line-short{
    position: relative;
}

.s-flow-step-line-short:after{
    content: '';
    position: absolute;
    bottom: calc(-0% - 80px);
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    width: 0;
    height: 130px;
    border-left: #b5b7b6 dotted 5px;
    z-index: 10;
}

/*---------------------------------
 color valiation
---------------------------------*/
/* simpleplus plan */
.simple-plus-plan .s-introduction {
    background-color: #d4ecea;
}

.simple-plus-plan .s-anshin-plan-title {
    color: #00a5a8;
}

.simple-plus-plan .s-anshin-plan-title2 {
    color: #00a5a8;
    border-left: 5px solid #00a5a8;
}

.simple-plus-plan .s-anshin-plan-square-list .s-anshin-plan-square-list-item:before {
    color: #00a5a8;
}

.simple-plus-plan .s-anshin-plan-bgcolored-list .s-anshin-plan-bgcolored-list-item {
    background-color: #00a5a8;
}

.simple-plus-plan .s-anshin-plan-table .s-anshin-plan-table-th {
    background-color: #d4ecea;
}

.simple-plus-plan .s-anshin-plan-list-number .s-anshin-plan-list-number-type {
    color: #00a5a8;
    border-right: 1px solid #00a5a8;
}

/* basic-plan */
.basic-plan .s-introduction {
    background-color: #feeed6;
}

.basic-plan .s-anshin-plan-title {
    color: #d30f0e;
}

.basic-plan .s-anshin-plan-title2 {
    color: #d30f0e;
    border-left: 5px solid #d30f0e;
}

.basic-plan .s-anshin-plan-square-list .s-anshin-plan-square-list-item:before {
    color: #d30f0e;
}

.basic-plan .s-anshin-plan-bgcolored-list .s-anshin-plan-bgcolored-list-item {
    background-color: #d30f0e;
}

.basic-plan .s-anshin-plan-table .s-anshin-plan-table-th {
    background-color: #feeed6;
}

.basic-plan .s-anshin-plan-list-number .s-anshin-plan-list-number-type {
    color: #d30f0e;
    border-right: 1px solid #d30f0e;
}


/* masterlease-plan */
.masterlease-plan .s-introduction {
    background-color: #f6eae4;
}

.masterlease-plan .s-anshin-plan-title {
    color: #953b2a;
}

.masterlease-plan .s-anshin-plan-title2 {
    color: #953b2a;
    border-left: 5px solid #953b2a;
}

.masterlease-plan .s-anshin-plan-square-list .s-anshin-plan-square-list-item:before {
    color: #953b2a;
}

.masterlease-plan .s-anshin-plan-bgcolored-list .s-anshin-plan-bgcolored-list-item {
    background-color: #953b2a;
}

.masterlease-plan .s-anshin-plan-table .s-anshin-plan-table-th {
    background-color: #f6eae4;
}

.masterlease-plan .s-anshin-plan-list-number .s-anshin-plan-list-number-type {
    color: #953b2a;
    border-right: 1px solid #953b2a;
}

/* relocation-plan */
.relocation-plan .s-introduction {
    background-color: #e4f0d3;
}

.relocation-plan .s-anshin-plan-title {
    color: #009c42;
}

.relocation-plan .s-anshin-plan-title2 {
    color: #009c42;
    border-left: 5px solid #009c42;
}

.relocation-plan .s-anshin-plan-square-list .s-anshin-plan-square-list-item:before {
    color: #009c42;
}

.relocation-plan .s-anshin-plan-bgcolored-list .s-anshin-plan-bgcolored-list-item {
    background-color: #009c42;
}

.relocation-plan .s-anshin-plan-table .s-anshin-plan-table-th {
    background-color: #e4f0d3;
}

.relocation-plan .s-anshin-plan-list-number .s-anshin-plan-list-number-type {
    color: #009c42;
    border-right: 1px solid #009c42;
}

/* simple-plan */
.simple-plan .s-introduction {
    background-color: #d8effc;
}

.simple-plan .s-anshin-plan-title {
    color: #00a0e9;
}

.simple-plan .s-anshin-plan-title2 {
    color: #00a0e9;
    border-left: 5px solid #00a0e9;
}

.simple-plan .s-anshin-plan-square-list .s-anshin-plan-square-list-item:before {
    color: #00a0e9;
}

.simple-plan .s-anshin-plan-bgcolored-list .s-anshin-plan-bgcolored-list-item {
    background-color: #00a0e9;
}

.simple-plan .s-anshin-plan-table .s-anshin-plan-table-th {
    background-color: #d8effc;
}

.simple-plan .s-anshin-plan-list-number .s-anshin-plan-list-number-type {
    color: #00a0e9;
    border-right: 1px solid #00a0e9;
}


/* sublease-plan */
.sublease-plan .s-introduction {
    background-color: #e4e1f0;
}

.sublease-plan .s-anshin-plan-title {
    color: #685aa5;
}

.sublease-plan .s-anshin-plan-title2 {
    color: #685aa5;
    border-left: 5px solid #685aa5;
}

.sublease-plan .s-anshin-plan-square-list .s-anshin-plan-square-list-item:before {
    color: #685aa5;
}

.sublease-plan .s-anshin-plan-bgcolored-list .s-anshin-plan-bgcolored-list-item {
    background-color: #685aa5;
}

.sublease-plan .s-anshin-plan-table .s-anshin-plan-table-th {
    background-color: #e4e1f0;
}

.sublease-plan .s-anshin-plan-list-number .s-anshin-plan-list-number-type {
    color: #685aa5;
    border-right: 1px solid #685aa5;
}



@media only screen and (max-width: 768px) {

    /* block */
    .s-introduction {
        padding: 32px 20px;
    }

    /* title */
    .s-anshin-plan-title {
        margin-bottom: 16px;
    }

    /* list */
    .s-anshin-plan-bgcolored-list .s-anshin-plan-bgcolored-list-item {
        margin: 0 0 16px 0;
        padding: 8px;
    }

    .s-anshin-plan-border .s-anshin-plan-square-list .s-anshin-plan-square-list-item {
        margin: 0 0 8px 0;
    }

    .s-anshin-plan-border .s-anshin-plan-square-list .s-anshin-plan-square-list-item:last-child {
        margin: 0;
    }

    /* text */
    /*.s-introduction-caption .s-introduction-caption-bold {
        display: block;
        margin-bottom: 8px;
    }*/

    .s-introduction-caption-left{
        float: none;
        margin-right: 0;
    }

    .s-anshin-plan-notes-align {
        text-align: left;
    }


    /* border */
    .s-anshin-plan-border {
        padding: 20px 40px;
    }

    .s-anshin-plan-border .s-anshin-plan-square-list {
        display: block;
    }

    .s-anshin-plan-border-wrap {
        text-align: center;
    }


    /* two-nutton_narrow */
    .s-two-nutton_narrow__wraper {
        display: block;
    }

    .s-two-nutton_narrow {
        width: 100%;
    }

    .s-two-nutton_narrow {
        margin-bottom: 24px;
    }

    /* other plan */
    .s-anshin-plan-other-plan-wrap {
        margin: 0;
        padding: 0;
    }

    .s-anshin-plan-other-plan-wrap:last-child {
        padding-bottom: 0;
    }

    .s-anshin-plan-other-plan-area .s-anshin-plan-title {
        margin-bottom: 28px;
    }

    .s-anshin-plan-other-plan-inner {
        display: block;
        margin-bottom: 48px;
    }

    .s-anshin-plan-other-plan-last .s-anshin-plan-other-plan-inner {
        margin-bottom: 8px;
    }

    .s-anshin-plan-other-plan-left {
        float: none;
    }

    .s-plan-item-name-outer {
        width: 100%;
        margin-bottom: 24px;
    }

    .s-plan-item-name-outer:last-child {
        margin-bottom: 0;
    }

    .s-anshin-plan-other-plan-last {
        margin-left: 0;
    }

    .s-anshin-plan-other-plan-name {
        margin-bottom: 21px;
    }

    .s-flow-step-3column-item{
        display: block;
    width: 100%;
    margin-right: 0;
    }

    .s-flow-step-item-box-small-text .s-flow-step-item-h{
        margin-top: 32px;
    }

    .s-flow-step-item-box-small-text .s-flow-step-item-notes{
        font-size: 10px;
    }

}

@media only screen and (min-width: 769px) {
    .s-introduction-caption .s-introduction-caption-bold {
        float: left;
    }
    .s-introduction-caption .s-introduction-caption-desc {
        margin-left: 78px;
    }

    .s-flow-step-3column-item {
        width: 32%;
        margin-right: 2%;
    }
    .s-flow-step-3column-item:nth-child(3n) {
        margin-right: 0;
    }

    .s-728section_inner {
        width: 728px;
        margin: 0 auto;
    }

}


.s-201125 .s-introduction-caption-desc {
    font-size: 13px;
    line-height: 1.8;
}

.s-201125 .s-flow-step-item .s-flow-step-item-box {
    padding: 16px;
}

.s-201125 .s-flow-step-item,
.s-201125 .s-flow-step-point,
.s-201125 .s-flow-step-point02 {
    margin-bottom: 16px;
}

.s-201125 .s-flow-step-item {
    padding-top: 24px;
}

.s-201125 .s-flow-step-item .item_number_outer {
    left: -32px;
}

.s-201125 .s-flow-step-item .item_number {
    width: 64px;
    height: 64px;
    font-size: 16px;
}

.s-201125 .s-flow-step-line-short:after {
    height: 80px;
    bottom: -50px;
}

.s-201125 .s-flow-step-line:after {
    height: 100px;
    bottom: -80px;
}
.s-201125 .s-flow-step-line02:before {
    height: 80px;
    top: -70px;
}

.s-201125 .s-flow02-title-tab .s-tab .s-tab_txt {
    position: relative;
    z-index: 11;
}

.s-201125.relocation-plan #kanrigyoumu,
.s-201125.masterlease-plan #kanrigyoumu {
    margin: 32px 0;
}

.s-201125 .s-two_column .s-flow-step-item-box,
.s-201125 .s-three_column .s-flow-step-item-box {
    min-height: 64px;
}


.s-201125.basic-plan .s-two_column .s-flow-step-item-box,
.s-201125.basic-plan .s-three_column .s-flow-step-item-box {
    min-height: 100px;
}

@media only screen and (max-width: 768px) {
    .s-201125 .s-flow-step-item .item_number_outer {
        top: -8px;
        left: -8px;
    }

    .s-201125 .s-flow-step-item .s-flow-step-item-box {
        padding: 24px 30px 18px;
    }

    .s-201125 .s-two_column .s-flow-step-item-box,
    .s-201125 .s-three_column .s-flow-step-item-box,
    .s-201125.basic-plan .s-two_column .s-flow-step-item-box,
    .s-201125.basic-plan .s-three_column .s-flow-step-item-box {
        min-height: 110px;
    }
}

.s-text-box_cl {
    border: solid 1px #d32f2f;
    margin: 64px auto 64px;
    padding: 16px;
}
@media only screen and (max-width: 768px) {
    .s-text-box_cl {
        margin: 32px auto;
    }
}

/* 210302 追記　リロケーションリンク追加 */
/*.s-anshin-plan_clickable_box{
    position: relative;
}
.s-relocation_link{
    position: absolute;
    bottom: 0;
    right: 8px;
    font-size: 14px;
}
.s-anshin-plan_clickable_link:before{
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}*/

/* 210308 追記　リロケーションリンク追加 */
@media only screen and (min-width: 769px) {
    .s-anshin-plan-other-plan-inner {
        position: relative;
    }
    .s-relocation_link {
        position: absolute;
        bottom: -34px;
        left: 0;
        font-size: 14px;
    }
    .s-anshin-plan-other-plan-wrap:nth-last-child(2) {
        overflow: visible;
        margin-bottom: 58px;
    }
}
@media only screen and (max-width: 768px) {
    .s-plan-item-name__color1 {
        margin-bottom: 12px;
    }
    .s-relocation_link {
        margin-bottom: 24px;
        display: inline-block;
    }
}


/* juutaku setsubikiki hosho */
.juutaku-setsubikiki-hosho .s-introduction {
    background-color: #f0f8e9;
}

.juutaku-setsubikiki-hosho .s-anshin-plan-title {
    color: #6fba2c;
}

.juutaku-setsubikiki-hosho .s-anshin-plan-title2 {
    color: #6fba2c;
    border-left: 5px solid #6fba2c;
}

.juutaku-setsubikiki-hosho .s-anshin-plan-square-list .s-anshin-plan-square-list-item:before {
    color: #6fba2c;
}

.juutaku-setsubikiki-hosho .s-anshin-plan-bgcolored-list .s-anshin-plan-bgcolored-list-item {
    background-color: #6fba2c;
}

.juutaku-setsubikiki-hosho .s-anshin-plan-table .s-anshin-plan-table-th {
    background-color: #f0f8e9;
}

.juutaku-setsubikiki-hosho .s-anshin-plan-list-number .s-anshin-plan-list-number-type {
    color: #6fba2c;
    border-right: 1px solid #6fba2c;
}

.juutaku-setsubikiki-hosho .s-anshin-plan-sec-bg-title {
    background-color: #6fba2c;
}

.juutaku-setsubikiki-hosho .s-anshin-plan-sec-subtitle,
.juutaku-setsubikiki-hosho .s-anshin-plan-sec-subtitle-en {
    color: #6fba2c;
}

.juutaku-setsubikiki-hosho .s-anshin-plan-plus-detail-box02 {
    color: #6fba2c;
    border: 2px solid #6fba2c;
}

.juutaku-setsubikiki-hosho .s-anshin-plan-plus-detail-box02-label {
    background-color: #6fba2c;
}

.juutaku-setsubikiki-hosho .s-anshin-plan-desc-box {
    border: 2px solid #6fba2c;
}

.juutaku-setsubikiki-hosho .s-anshin-plan-desc-lead-text-wrap {
    color: #6fba2c;
}

.juutaku-setsubikiki-hosho .s-anshin-plan-desc-feature-title {
    color: #6fba2c;
}

.juutaku-setsubikiki-hosho .s-anshin-plan-desc-setsubikiki-name {
    background-color: #6fba2c;
}

.juutaku-setsubikiki-hosho .s-anshin-plan-more-info-title {
    color: #6fba2c;
}

.juutaku-setsubikiki-hosho .s-anshin-plan-more-info-text span {
    color: #6fba2c;
}


/* 211109 追記　住宅設備機器保証付き シンプルプラスプラン */
.juutaku-setsubikiki-hosho .s-anshin-plan-headline-label {
    display: inline-block;
    background-color: #1e50a2;
    color: #fff;
    padding: 2px 16px;
    font-weight: bold;
    margin-top: 32px;
}

.juutaku-setsubikiki-hosho .s-anshin-plan-sec-title-wrap {
    margin: 64px 0 48px 0;
    text-align: center;
}

.juutaku-setsubikiki-hosho .s-anshin-plan-sec-bg-title {
    display: inline-block;
    font-size: 32px;
    font-weight: bold;
    color: #fff;
    line-height: 1.65;
    padding: 8px 32px;
    text-align: center;
    margin-bottom: 18px;
    letter-spacing: 4px;
    border-radius: 4px;
}

.juutaku-setsubikiki-hosho .s-anshin-plan-sec-subtitle {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.16;
    margin-bottom: 12px;
}

.juutaku-setsubikiki-hosho .s-anshin-plan-sec-text {
    line-height: 2;
    text-align: center;
    margin-bottom: 48px;
}

.juutaku-setsubikiki-hosho .s-anshin-plan-marker {
    background-color: #fff89e;
    font-weight: bold;
}

.juutaku-setsubikiki-hosho .s-anshin-plan-plus-detail-wrap {
    width: 950px;
    margin: 0 auto 72px;
}

.juutaku-setsubikiki-hosho .s-anshin-plan-plus-detail-inner {
    display: flex;
    justify-content: center;
    align-items: center;
}

.juutaku-setsubikiki-hosho .s-anshin-plan-plus-detail-col {
    justify-content: center;
}

.juutaku-setsubikiki-hosho .s-anshin-plan-plus-detail-box01 {
    display: block;
    color: #00a5a8;
    font-size: 20px;
    font-weight: bold;
    border: 2px solid #009fa8;
    border-radius: 4px;
    background-color: #fff;
    min-width: 440px;
    text-align: center;
    padding: 16px;
    margin-bottom: 16px;
    box-sizing: border-box;
}

.juutaku-setsubikiki-hosho .s-anshin-plan-plus-detail-col-link-wrap {
    color: #00a5a8;
    text-align: center;
    margin-bottom: -44px;
}

.juutaku-setsubikiki-hosho .s-anshin-plan-plus-detail-col-link {
    color: #00a5a8;
}

.juutaku-setsubikiki-hosho .s-anshin-plan-plus-text {
    font-size: 32px;
    font-weight: bold;
    color: #000;
    margin: 0 20px;
}

.juutaku-setsubikiki-hosho .s-anshin-plan-plus-detail-box02 {
    font-size: 32px;
    font-weight: bold;
    border-radius: 4px;
    background-color: #fff;
    min-width: 440px;
    text-align: center;
    padding: 16px;
    box-sizing: border-box;
}

.juutaku-setsubikiki-hosho .s-anshin-plan-plus-detail-box02-label {
    display: block;
    margin: -40px 0 8px 0;
    font-size: 20px;
    line-height: 1.4;
    color: #fff;
    font-weight: bold;
    border-radius: 24px;
    padding: 8px 16px;
}

.juutaku-setsubikiki-hosho .s-anshin-plan-plus-detail-box02-label .s-box02-label-text-s {
    font-size: 13px;
    font-weight: normal;
}

.juutaku-setsubikiki-hosho .s-anshin-plan-plus-detail-box02-label .s-box02-label-text-xs {
    font-size: 10px;
    font-weight: normal;
}

.juutaku-setsubikiki-hosho .s-anshin-plan-desc-box {
    border-radius: 8px;
    background-color: #fff;
    padding: 32px;
    margin-bottom: 44px;
}

.juutaku-setsubikiki-hosho .s-anshin-plan-desc-lead-wrap {
    display: flex;
    align-items: center;
    margin-bottom: 44px;
}

.juutaku-setsubikiki-hosho .s-anshin-plan-desc-lead-img {
    width: 200px;
    height: 200px;
    margin-right: 24px;
}

.juutaku-setsubikiki-hosho .s-anshin-plan-desc-lead-text-wrap {
    font-weight: bold;
}

.juutaku-setsubikiki-hosho .s-anshin-plan-desc-lead-text-s {
    margin-bottom: 12px;
}

.juutaku-setsubikiki-hosho .s-anshin-plan-desc-lead-text-m {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 20px;
}

.juutaku-setsubikiki-hosho .s-anshin-plan-desc-lead-text-l {
    font-size: 32px;
    margin-bottom: 12px;
}

.juutaku-setsubikiki-hosho .s-anshin-plan-desc-lead-normal-text {
    font-weight: normal;
    color: #000;
}

.juutaku-setsubikiki-hosho .s-anshin-plan-desc-feature-text {
    background-color: #f39800;
    color: #fff89e;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.16;
    text-align: center;
    padding: 12px;
    margin-bottom: 32px;
}

.juutaku-setsubikiki-hosho .s-anshin-plan-desc-feature-title {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 16px;
}

.juutaku-setsubikiki-hosho .s-anshin-plan-desc-setsubikiki-img-wrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 56px;
}

.juutaku-setsubikiki-hosho .s-anshin-plan-desc-setsubikiki-img-item {
    position: relative;
    max-width: 240px;
}

.juutaku-setsubikiki-hosho .s-anshin-plan-desc-setsubikiki-img-item img {
    max-width: 240px;
}

.juutaku-setsubikiki-hosho .s-anshin-plan-desc-setsubikiki-name {
    position: relative;
    font-weight: bold;
    text-align: center;
    margin: -20px auto 0;
    color: #fff;
    text-align: center;
    width: 224px;
    z-index: 1;
}

.juutaku-setsubikiki-hosho .s-anshin-plan-desc-setsubikiki-name span {
    font-size: 13px;
}

.juutaku-setsubikiki-hosho .s-anshin-plan-desc-merit-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 32px;
}

.juutaku-setsubikiki-hosho .s-anshin-plan-desc-merit-item {
    width: 31.5%;
    background-color: #fff;
    margin-bottom: 16px;
}

.juutaku-setsubikiki-hosho .s-anshin-plan-desc-merit-title {
    background-color: #009fa8;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 12px;
    border: 2px solid #009fa8;
}

.juutaku-setsubikiki-hosho .s-anshin-plan-desc-merit-text-wrap {
    border: 2px solid #009fa8;
    padding: 12px;
}

.juutaku-setsubikiki-hosho .s-anshin-plan-desc-merit-text {
    font-weight: bold;
    color: #009fa8;
    text-align: center;
}

.juutaku-setsubikiki-hosho .s-anshin-plan-desc-merit-text-2col {
    display: flex;
}

.juutaku-setsubikiki-hosho .s-anshin-plan-desc-merit-text-2col .s-anshin-plan-desc-merit-text {
    font-size: 13px;
    line-height: 1.5;
    text-align: left;
    margin-right: 8px;
}

.juutaku-setsubikiki-hosho .s-anshin-plan-desc-merit-text-2col .s-anshin-plan-desc-merit-img {
    width: 84px;
    height: 28px;
}

.juutaku-setsubikiki-hosho .s-anshin-plan-more-info {
    background-color: #f0f8e9;
    padding: 32px 40px;
}

.juutaku-setsubikiki-hosho .s-anshin-plan-more-info-title {
    font-size: 24px;
    margin-bottom: 4px;
    line-height: 1.4;
    font-weight: bold;
}

.juutaku-setsubikiki-hosho .s-anshin-plan-more-info-text-bold {
    font-weight: bold;
    margin-bottom: 20px;
}

.juutaku-setsubikiki-hosho .s-anshin-plan-more-info-subtitle {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 12px;
}

.juutaku-setsubikiki-hosho .s-anshin-plan-more-info-text {
    margin-bottom: 24px;
}

.juutaku-setsubikiki-hosho .s-anshin-plan-more-info-text span {
    font-weight: bold;
}

.juutaku-setsubikiki-hosho .s-anshin-plan-caution-wrap {
    margin-bottom: 64px;
}

.juutaku-setsubikiki-hosho .s-anshin-plan-caution-title {
    font-weight: bold;
    margin-bottom: 16px;
}

.juutaku-setsubikiki-hosho .s-anshin-plan-caution-list {
    margin-bottom: 40px;
}

.juutaku-setsubikiki-hosho .s-anshin-plan-caution-list .s-anshin-plan-caution-list-item {
    display: inline-block;
    margin-right: 1em;
}

.juutaku-setsubikiki-hosho .s-anshin-plan-caution-list02 {
    margin-bottom: 40px;
}

/*.juutaku-setsubikiki-hosho .s-introduction {
    margin-bottom: 64px;
}*/

@media only screen and (max-width: 768px) {
    .juutaku-setsubikiki-hosho .s-anshin-plan-sec-bg-title {
        font-size: 30px;
        margin-bottom: 12px;
        letter-spacing: 2px;
        padding: 8px;
    }

    .juutaku-setsubikiki-hosho .s-anshin-plan-sec-subtitle {
        font-size: 20px;
        margin-bottom: 12px;
    }

    .juutaku-setsubikiki-hosho .s-anshin-plan-sec-subtitle-en {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .juutaku-setsubikiki-hosho .s-anshin-plan-plus-detail-wrap {
        width: 100%;
    }

    .juutaku-setsubikiki-hosho .s-anshin-plan-plus-detail-inner {
        flex-direction: column;
    }

    .juutaku-setsubikiki-hosho .s-anshin-plan-plus-text {
        margin: 8px 0 36px;
    }

    .juutaku-setsubikiki-hosho .s-anshin-plan-plus-detail-box01,
    .juutaku-setsubikiki-hosho .s-anshin-plan-plus-detail-box02 {
        width: 100%;
        min-width: 300px;
    }

    .juutaku-setsubikiki-hosho .s-anshin-plan-plus-detail-box02 {
        font-size: 26px;
    }

    .juutaku-setsubikiki-hosho .s-anshin-plan-plus-detail-box02-label {
        line-height: 1;
        border-radius: 100px;
        padding: 12px 16px;
    }

    .juutaku-setsubikiki-hosho .s-anshin-plan-desc-lead-wrap {
        flex-direction: column;
        margin-bottom: 36px;
    }

    .juutaku-setsubikiki-hosho .s-anshin-plan-desc-setsubikiki-img-wrap {
        flex-direction: column;
        align-items: center;
    }

    .juutaku-setsubikiki-hosho .s-anshin-plan-desc-setsubikiki-img-item {
        width: 100%;
        margin-bottom: 32px;
    }

    .juutaku-setsubikiki-hosho .s-anshin-plan-desc-setsubikiki-img-item:last-child {
        margin-bottom: 0;
    }

    .juutaku-setsubikiki-hosho .s-anshin-plan-desc-merit-wrap {
        flex-direction: column;
    }

    .juutaku-setsubikiki-hosho .s-anshin-plan-desc-merit-item {
        width: 100%;
    }

    .juutaku-setsubikiki-hosho .s-anshin-plan-plus-detail-col-link-wrap {
        margin-bottom: 0;
    }

    .juutaku-setsubikiki-hosho .s-anshin-plan-plus-detail-col-link {
        font-size: 14px;
    }

    .juutaku-setsubikiki-hosho .s-anshin-plan-desc-lead-img {
        width: auto;
        height: auto;
        max-width: 200px;
        max-height: 200px;
        margin-right: 0;
        margin-bottom: 16px;
    }

    .juutaku-setsubikiki-hosho .s-anshin-plan-desc-lead-text-s {
        font-size: 15px;
    }

    .juutaku-setsubikiki-hosho .s-anshin-plan-desc-lead-text-m {
        font-size: 18px;
    }

    .juutaku-setsubikiki-hosho .s-anshin-plan-desc-lead-text-l {
        font-size: 28px;
    }


    .juutaku-setsubikiki-hosho .s-anshin-plan-desc-box {
        padding: 16px;
    }

    .juutaku-setsubikiki-hosho .s-anshin-plan-more-info {
        padding: 16px 20px;
    }
}


/* 220630 追記 */
.s-220630_data .s-anshin-plan-dl {
    margin-bottom: 16px;
    align-items: center;
}
.s-220630_data .s-anshin-plan-dl.s-mb24 {
    margin-bottom: 24px;
}
.s-220630_data .s-anshin-plan-dl.s-dl02 .s-anshin-plan-dt {
    width: 160px;
    margin-right: 0;
}

/* 230426 追記 */
.masterlease-plan.s-230426 .s-introduction{
    background-color: #e4e1f0;
}

.masterlease-plan.s-230426 .s-anshin-plan-title{
    color: #685aa5;
}

.masterlease-plan.s-230426 .s-anshin-plan-square-list .s-anshin-plan-square-list-item:before{
    color: #685aa5;
}

.masterlease-plan.s-230426 .s-anshin-plan-bgcolored-list .s-anshin-plan-bgcolored-list-item{
    background-color: #685aa5;
}

.masterlease-plan.s-230426 .s-flow-step-item .item_number{
    background: #685aa5;
}

.masterlease-plan.s-230426 .s-flow-step-item-box{
    background: #e4e1f0;
}

.juutaku-setsubikiki-hosho.s-230426 .s-anshin-plan-title{
    color: #00a0e9;
}

.juutaku-setsubikiki-hosho.s-230426 .s-introduction{
    background-color: #f3fbff;
}

.juutaku-setsubikiki-hosho.s-230426 .s-anshin-plan-square-list .s-anshin-plan-square-list-item:before{
    color: #00a0e9;
}

.juutaku-setsubikiki-hosho.s-230426 .s-anshin-plan-bgcolored-list .s-anshin-plan-bgcolored-list-item{
    background-color: #00a0e9;
}

.juutaku-setsubikiki-hosho.s-230426 .s-anshin-plan-sec-bg-title{
    background-color: #00a0e9;
}

.juutaku-setsubikiki-hosho.s-230426 .s-anshin-plan-sec-subtitle, .juutaku-setsubikiki-hosho .s-anshin-plan-sec-subtitle-en{
    color: #00a0e9;
}

.juutaku-setsubikiki-hosho.s-230426 .s-anshin-plan-plus-detail-box02-label{
    background-color: #00a0e9;
}

.juutaku-setsubikiki-hosho.s-230426 .s-anshin-plan-plus-detail-box02{
    color: #00a0e9;
    border: 2px solid #00a0e9;
}

.juutaku-setsubikiki-hosho.s-230426 .s-anshin-plan-title2{
    color: #00a0e9;
    border-left: 5px solid #00a0e9;
}

.juutaku-setsubikiki-hosho.s-230426 .s-anshin-plan-desc-box{
    border: 2px solid #00a0e9;
}

.juutaku-setsubikiki-hosho.s-230426 .s-anshin-plan-desc-lead-text-wrap{
    color: #00a0e9;
}

.juutaku-setsubikiki-hosho.s-230426 .s-anshin-plan-desc-feature-title{
    color: #00a0e9;
}

.juutaku-setsubikiki-hosho.s-230426 .s-anshin-plan-desc-setsubikiki-name{
    background-color: #00a0e9;
}

.juutaku-setsubikiki-hosho.s-230426 .s-anshin-plan-more-info{
    background-color: #f3fbff;
}

.juutaku-setsubikiki-hosho.s-230426 .s-anshin-plan-more-info-title{
    color: #00a0e9;
}

.juutaku-setsubikiki-hosho.s-230426 .s-anshin-plan-more-info-text span{
    color: #00a0e9;
}

.juutaku-setsubikiki-hosho.s-230426 .s-anshin-plan-plus-detail-box01{
    color: #00a0e9;
    border: 2px solid #00a0e9;
}

.juutaku-setsubikiki-hosho.s-230426 .s-anshin-plan-plus-detail-col-link{
    color: #00a0e9;
}

.juutaku-setsubikiki-hosho.s-230426 .s-anshin-plan-desc-merit-title{
    background-color: #00a0e9;
    border: 2px solid #00a0e9
}

.juutaku-setsubikiki-hosho.s-230426 .s-anshin-plan-desc-merit-text{
    color: #00a0e9;
}

.juutaku-setsubikiki-hosho.s-230426 .s-anshin-plan-desc-merit-text-wrap{
    border: 2px solid #00a0e9;
}

.simple-plus-plan.s-230426 .s-introduction{
    background-color: #d8effc;
}

.simple-plus-plan.s-230426 .s-anshin-plan-title{
        color: #00a0e9;
}

.simple-plus-plan.s-230426 .s-anshin-plan-square-list .s-anshin-plan-square-list-item:before{
    color: #00a0e9;
}

.simple-plus-plan.s-230426 .s-anshin-plan-bgcolored-list .s-anshin-plan-bgcolored-list-item{
    background-color: #00a0e9;
}

.simple-plus-plan.s-230426 .s-flow-title{
    color: #00a0e9;
}

.simple-plus-plan.s-230426 .s-flow-step-item .item_number{
    background: #00a0e9;
}

.simple-plus-plan.s-230426 .s-flow-step-item-box{
    background: #d8effc;
}

.simple-plus-plan.s-230426 .s-flow02-title-tab .s-tab .s-tab_txt{
    background: #00a0e9;
}

.simple-plus-plan.s-230426 .s-anshin-plan-title2{
    color: #00a0e9;
    border-left: 5px solid #00a0e9;
}
