/* 運用商品を選ぶ4つのポイントのCSS */
/*--------------------------------------------------------------------------------------------------
    SP
----------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 750px) {

    /*--------------------------------------------------------
        SPレイアウト
    ----------------------------------------------------------*/
    .wrap.open {
        height: 100%;
        height: 100vh !important;
        background-color: #efefef;
        overflow: hidden;
    }

    .not-Pmodal {
        background-color: #fff;
    }

    .Pmodal {
        display: none;
    }

    .Pmodal.open {
        position: fixed;
        top: 0;
        z-index: 1;
        display: block;
        width: 100%;
        height: 100%;
        height: 100vh !important;
        background-color: rgba(0, 0, 0, 0.5);
        overflow: scroll;
    }

    .Pmodal__area {
        position: relative;
        top: 10vh;
        left: 3%;
        width: 94%;
        padding-bottom: 11%;
        margin-bottom: 40%;
        background: url("../../client/img/top_modal_bg_green.png");
        background-color: #fff;
        box-shadow: 0 0 7px 0 rgba(8, 8, 8, 0.35);
    }

    .Pmodal__area:before {
        position: absolute;
        bottom: 0;
        display: block;
        content: "";
        width: 100%;
        height: 0;
        padding-bottom: 22%;
        margin: 0;
        background: url("../../client/img/sp/top_modal_bg-illust_green.png") no-repeat top left;
        background-size: 115%;
    }

    /*閉じるボタン*/
    .Pmodal__close.top {
        position: absolute;
        top: -18px;
        right: -7px;
        width: 13.3%;
        height: 0;
        padding-bottom: 13.3%;
        background-image: url("../../client/img/top_modal_ico-close_green.svg");
        background-size: 33% 33%;
        background-repeat: no-repeat;
        background-position: center;
        background-color: #313131;
        border-radius: 50%;
        border: none;
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
    }

    .Pmodal__close.bottom {
        position: relative;
        z-index: 1;
        display: block;
        width: 93%;
        height: 3.35rem;
        padding-right: 0;
        margin: 0 3.5%;
        border: 1px solid #d5d5d5;
        border-bottom: 3px solid #d5d5d5;
        border-radius: 6px;
        font-size: 1.09rem;
        font-weight: bold;
        line-height: 3.35rem;
        text-align: center;
        color: #004799;
        background-color: #fafafa;
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjEwMCUiIHgyPSIwJSIgeTI9IjAlIj48c3RvcCBzdG9wLWNvbG9yPSIjZjRmNGY0IiBzdG9wLW9wYWNpdHk9IjEiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI3ZzZ2cpIiAvPjwvc3ZnPg==);
        background-image: -webkit-gradient(linear, 0% 100%, 0% 0%, color-stop(0, rgb(244, 244, 244)), color-stop(1, rgb(255, 255, 255)));
        background-image: -webkit-repeating-linear-gradient(bottom, rgb(244, 244, 244) 0%, rgb(255, 255, 255) 100%);
        background-image: repeating-linear-gradient(to top, rgb(244, 244, 244) 0%, rgb(255, 255, 255) 100%);
        background-image: -ms-repeating-linear-gradient(bottom, rgb(244, 244, 244) 0%, rgb(255, 255, 255) 100%);
    }

    .Pmodal__close.bottom::after {
        position: absolute;
        top: 0.925rem;
        right: 5%;
        display: block;
        content: "";
        width: 1.5rem;
        height: 1.5rem;
        background: url("../../client/img/sp/top_modal_btn-close-bottom_green.svg");
        background-repeat: no-repeat;
        background-size: contain;
    }

    /*--------------------------------------------------------
        SP内容
    ----------------------------------------------------------*/
    .Pmodal__area .point__ttl {
        display: block;
        width: 100%;
        height: 0;
        padding-bottom: 35%;
        margin-bottom: 4%;
        background: url("../../client/img/sp/top_modal_four_ttl_green.png") no-repeat;
        background-color: #fff;
        background-size: contain;
        border: none;
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
    }


    /*------------SP共通-------------*/

    .cp-btn-box {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        width: 100%;
        text-align: center;
        align-items: center;
    }

    .cp-btn-box>.cp-btn-box__btn {
        width: 15%;
        background-color: #006458;
        color: #fff;
        padding: 15px;
        border-radius: 15px;
        width: 80%;
        margin-bottom: 10px;
    }

    .point1,
    .point2,
    .point3,
    .point4 {
        width: 93%;
        margin: 0 3.5%;
        padding-bottom: 14.8%;
    }

    .point__header {
        width: 100%;
        height: auto;
        border-bottom: 2px solid #006458;
        overflow: auto;
        display: flex;
        align-items: center;
    }

    .point__header h2 {
        display: block;
        float: left;
        width: 3rem;
        height: 5rem;
        margin-bottom: 0.5rem;
        border: none;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
    }

    .point1 .point__header h2 {
        /*background-image: url("../../client/img/top_modal_point1-ico_green.svg");*/
        background-image: url("../../client/img/choose_ttl_green.svg");
    }

    .point2 .point__header h2 {
        /*background-image: url("../../client/img/top_modal_point2-ico_green.svg");*/
        background-image: url("../../client/img/choose_ttl_green.svg");
    }

    .point3 .point__header h2 {
        /*background-image: url("../../client/img/top_modal_point3-ico_green.svg");*/
        background-image: url("../../client/img/choose_ttl_green.svg");
    }

    .point__header h3 {
        padding: 0;
        font-size: 1.17rem;
        font-weight: bold;
        line-height: 1.75rem;
        margin-left: 5px;
    }

    .point__header h3>span {
        display: block;
        float: left;
        width: 100%;
        height: 2rem;
        font-size: 0.85rem;
        font-weight: bold;
        line-height: 1.9rem;
        text-indent: 0.55rem;
        background-image: url("../../client/img/top_modal_point-ttl_green.svg");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: left;
    }

    .point2 .point__header h3>span {
        background-image: url("../../client/img/top_modal_point-ttl-mini_green.svg");
    }

    .point__header+p {
        margin-top: 5%;
        padding: 0 3.5% 7.8% 3.5%;
        font-size: 1.09rem;
        line-height: 1.59rem;
    }

    /*加入例*/
    .point__eg h4 {
        display: table;
        width: 100%;
        margin-bottom: 4%;
    }

    .point__eg h4>span:first-child {
        position: relative;
        display: table-cell;
        width: 3.5rem;
        padding: 0.5rem 2% 0.5rem 2rem;
        background-color: #016559;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
        font-size: 1.05rem;
        line-height: 1.05rem;
        color: #fff;
    }

    .point__eg h4>span:first-child::before {
        position: absolute;
        left: 0.7rem;
        display: inline-block;
        content: "";
        width: 1rem;
        height: 1rem;
        background-image: url("../../client/img/top_modal_ico-eg_green.svg");
        background-repeat: no-repeat;
        background-size: 1rem;
    }

    .point__eg h4>span:last-child {
        display: table-cell;
        padding: 0.5rem 2% 0.5rem 3%;
        background-color: #e5f9f6;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        font-size: 1.09rem;
        font-weight: normal;
        line-height: 1.59rem;
    }

    .point__eg-simulation a {
        text-align: center;
        background-color: rgba(255, 166, 0, 0.89);
        color: #000;
        width: 80%;
        margin: 0 auto;
        padding: 16px;
        border-radius: 15px;
        border: 1px solid black;
        font-weight: bold;
        font-size: 16px;
        display: block;
        margin-bottom: 10px;
    }


}

.point__eg-simulation a:hover {
    background-color: rgba(255, 190, 70, 0.9);

}

/*前提条件*/
.point__requirement {
    width: 94%;
    margin: 0 3%;
    padding-bottom: 3%;
    overflow: auto;
}

.point__requirement dt {
    float: left;
    padding-right: 0;
    font-size: 1.09rem;
    font-weight: bold;
    line-height: 1.8rem;
    color: #006458;
}

.point__requirement dd {
    float: left;
}

.point__requirement dd li {
    padding-left: 1.7rem;
    margin-bottom: 2%;
    position: relative;
    font-size: 1.09rem;
    line-height: 1.59rem;
}

.point__requirement dd li::before {
    position: absolute;
    top: 0.3rem;
    left: 0;
    display: block;
    content: "";
    width: 1.28rem;
    height: 1rem;
    background-image: url("../../client/img/top_modal_ico-check_green.svg");
    background-size: contain;
    background-repeat: no-repeat;
}

/*変化*/
.point__before,
.point__after {
    clear: both;
    width: 100%;
    padding: 4%;
    border: 2px solid;
    box-sizing: border-box;
}

.point__before {
    position: relative;
    margin-bottom: 8%;
    border-color: #d7d7d7;
}

.point__after {
    border-color: #008a79;
    margin-bottom: 3%;
    overflow: auto;
}

.point__before::after {
    position: absolute;
    top: 107%;
    left: 45.7%;
    content: "";
    width: 8.6%;
    height: 0;
    padding-bottom: 4.3%;
    background-image: url("../../client/img/top_modal_ico-before_green.svg");
    background-repeat: no-repeat;
    background-size: contain;
}

.point__before h5,
.point__after h5 {
    padding-bottom: 2%;
    font-size: 1.09rem;
    font-weight: bold;
    line-height: 1.59rem;
    letter-spacing: 0;
    color: #016559;
}

.point__before h5>span {
    margin: 0 -0.3rem;
    color: #016559;
}

.point__before h5+p,
.point__after h5+p {
    font-size: 1.09rem;
    font-weight: bold;
    line-height: 1.59rem;
}

.point1 .point__before h5+p,
.point1 .point__after h5+p {
    text-indent: -0.7rem;
}

.point__after--result {
    float: none;
    width: 90.8%;
    margin: 4% 0 0 0;
    padding: 4.6%;
    background-color: #fef3f7;
    font-size: 1.26rem;
    font-weight: bold;
    line-height: 2rem;
}

.point__after--result>span {
    font-size: 1.26rem;
    color: #ed115e;
}

.point__after+ul {
    clear: both;
    width: 100%;
    margin: 0;
}

.point__after+ul>li {
    font-size: 0.75rem;
    line-height: 1.26rem;
    letter-spacing: 0;
}


/*メリット１*/
.point1__target {
    height: auto;
    padding: 0 0 3% 3%;
}

.point1__target>li {
    display: table;
    width: 100%;
    margin-bottom: 6.3%;
}

.point1__img {
    display: table-cell;
    float: left;
    width: 34%;
    padding-right: 4%;
}

.point1__target dl {
    display: table-cell;
    float: left;
    width: 62%;
}

.point1__ttl {
    margin-bottom: 1%;
    font-size: 1.09rem;
    line-height: 1.5rem;
    font-weight: bold;
}

.point1__year {
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.5rem;
}

.point1__year>span {
    font-size: 1.25rem;
    font-weight: bold;
    line-height: 1.5rem;
    color: #ed115e;
}

.point1__month {
    font-size: 0.92rem;
    line-height: 1.5rem;
}

.point1__month>span {
    display: block;
    padding-top: 1%;
    font-size: 0.75rem;
    line-height: 1.25rem;
    letter-spacing: 0;
}

/*メリット２*/
.point2 .point__after>p>img {
    width: 100%;
    margin: 6% 0 2% 0;
}

/*メリット３*/
.point3 table {
    width: 100%;
    height: auto;
    margin-bottom: 5%;
    background-color: #fff;
    border: 1px solid #dfdfdf;
    box-sizing: border-box;
    letter-spacing: 0;
    word-break: normal;
}

.point3 th {
    height: 2.2rem;
    background-color: #e5f9f6;
    border: 1px solid #dfdfdf;
    font-size: 1.05rem;
    font-weight: bold;
    line-height: 2.2rem;
    text-align: center;
}

.point3 th:first-child {
    width: 27%;
}

.point3 th:nth-child(1n+2) {
    width: 23%;
}

.point3 th:last-child {
    width: 50%;
}

.point3 td {
    height: auto;
    padding: 2.4% 2% 2.4% 2.4%;
    border: 1px solid #dfdfdf;
    font-size: 1.05rem;
    line-height: 1.46rem;
    text-indent: 0;
}

.point__table--left {
    background-color: #f7f7f7;
    border: 1px solid #dfdfdf;
    line-height: 1.67rem;
}

.point3 table+p {
    font-size: 0.75rem;
    line-height: 1.26rem;
}



/*750px以下PC*/
@media screen and (min-width: 571px) and (orientation: portrait) {
    .point__header h2 {
        width: 10%;
        padding-bottom: 8%;
    }

    .point__header h3 {
        padding: 0 0 2% 12.6%;
    }
}

/*Android*/
@media screen and (max-width: 640px) and (orientation: landscape) {
    .point__eg h4>span:first-child {
        width: 4.5rem;
    }
}

/*iPhone5のランドスケープ*/
@media screen and (max-width: 570px) and (orientation: landscape) {
    .point__header h3 {
        font-size: 1.1rem;
    }
}

/*iPhone5*/
@media screen and (max-width: 320px) and (orientation: portrait) {
    .point__header h3>span {
        font-size: 0.75rem;
    }
}



/*---------------SP終了---------------*/








/*--------------------------------------------------------------------------------------------------
    PC
----------------------------------------------------------------------------------------------------*/
@media screen and (min-width: 751px) {

    /*--------------------------------------------------------
        レイアウト
    ----------------------------------------------------------*/
    body {
        background-color: #000;
    }

    body>div {
        background-color: #fff;
    }

    .Pmodal {
        display: none;
    }

    .Pmodal.open {
        position: absolute;
        top: 0;
        z-index: 1;
        display: block;
        width: 100%;
        padding: 135px 0;
        background-color: rgba(0, 0, 0, 0.7);
    }

    .Pmodal__area {
        position: relative;
        width: 970px;
        padding-bottom: 101px;
        margin: 0 auto;
        background: url("../../client/img/top_modal_bg_green.png");
        background-color: #fff;
        box-shadow: 0 0 7px 0 rgba(8, 8, 8, 0.35);
    }

    .Pmodal__area:before {
        position: absolute;
        bottom: 0;
        display: block;
        content: "";
        width: 924px;
        height: 150px;
        margin: 0 23px;
        background: url("../../client/img/top_modal_bg-illust_green.png") no-repeat top center;
        background-size: 100%;
    }

    /*閉じるボタン*/
    .Pmodal__close.top {
        position: absolute;
        top: -23px;
        right: -23px;
        width: 48px;
        height: 48px;
        background-image: url("../../client/img/top_modal_ico-close_green.svg");
        background-size: 17px 17px;
        background-repeat: no-repeat;
        background-position: center;
        background-color: #313131;
        border-radius: 24px;
        cursor: pointer;
        border: none;
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
    }

    .Pmodal__close.top:hover {
        background-color: #555;
    }

    .Pmodal__close.bottom {
        position: relative;
        z-index: 1;
        display: block;
        width: 195px;
        height: 49px;
        padding-right: 19px;
        margin: 0 387.5px;
        border: 1px solid #d5d5d5;
        border-bottom: 3px solid #d5d5d5;
        border-radius: 6px;
        cursor: pointer;
        font-size: 16px;
        font-weight: bold;
        line-height: 49px;
        text-align: center;
        color: #004799;
        background-color: #fafafa;
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjEwMCUiIHgyPSIwJSIgeTI9IjAlIj48c3RvcCBzdG9wLWNvbG9yPSIjZjRmNGY0IiBzdG9wLW9wYWNpdHk9IjEiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI3ZzZ2cpIiAvPjwvc3ZnPg==);
        background-image: -webkit-gradient(linear, 0% 100%, 0% 0%, color-stop(0, rgb(244, 244, 244)), color-stop(1, rgb(255, 255, 255)));
        background-image: -webkit-repeating-linear-gradient(bottom, rgb(244, 244, 244) 0%, rgb(255, 255, 255) 100%);
        background-image: repeating-linear-gradient(to top, rgb(244, 244, 244) 0%, rgb(255, 255, 255) 100%);
        background-image: -ms-repeating-linear-gradient(bottom, rgb(244, 244, 244) 0%, rgb(255, 255, 255) 100%);
    }

    .Pmodal__close.bottom::after {
        position: absolute;
        top: 18.5px;
        right: 14px;
        display: block;
        content: "";
        width: 12px;
        height: 12px;
        background: url("../../client/img/top_modal_btn-close-bottom_green.png");
        background-repeat: no-repeat;
    }

    .Pmodal__close.bottom:hover {
        background-color: #fafafa;
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBzdG9wLWNvbG9yPSIjZjRmNGY0IiBzdG9wLW9wYWNpdHk9IjEiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI3ZzZ2cpIiAvPjwvc3ZnPg==);
        background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0, rgb(244, 244, 244)), color-stop(1, rgb(255, 255, 255)));
        background-image: -webkit-repeating-linear-gradient(top, rgb(244, 244, 244) 0%, rgb(255, 255, 255) 100%);
        background-image: repeating-linear-gradient(to bottom, rgb(244, 244, 244) 0%, rgb(255, 255, 255) 100%);
        background-image: -ms-repeating-linear-gradient(top, rgb(244, 244, 244) 0%, rgb(255, 255, 255) 100%);
    }

    /*--------------------------------------------------------
        内容
    ----------------------------------------------------------*/
    .Pmodal__area .point__ttl {
        height: 147px;
        display: block;
        width: 970px;
        background-image: url("../../client/img/top_modal_four_ttl_green.png");
        background-repeat: no-repeat;
        background-size: contain;
        border: none;
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
    }

    /*------------PC共通-------------*/

    .cp-btn-box {
        display: flex;
        justify-content: space-around;
        width: 100%;
        text-align: center;
    }

    .cp-btn-box>.cp-btn-box__btn {
        width: 15%;
        background-color: #006458;
        color: #fff;
        padding: 15px;
        border-radius: 15px;
    }

    .point1,
    .point2,
    .point3,
    .point4 {
        width: 890px;
        margin: 0 40px;
        padding-bottom: 76px;
    }

    .point__header {
        width: 890px;
        height: auto;
        padding-bottom: 4px;
        border-bottom: 4px solid #006458;
        display: flex;
        align-items: center;
    }

    .point__header h2 {
        display: block;
        width: 90px;
        height: 82px;
        margin: 0 0px 0 10px;
        border: none;
        background-size: contain;
        background-repeat: no-repeat;
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
        background-size: 50%, auto;
        background-position: center;
    }

    .point1 .point__header h2 {
        /*background-image: url("../../client/img/top_modal_point1-ico_green.svg");*/
        background-image: url("../../client/img/choose_ttl_green.svg");
    }

    .point2 .point__header h2 {
        /*background-image: url("../../client/img/top_modal_point2-ico_green.svg");*/
        background-image: url("../../client/img/choose_ttl_green.svg");
    }

    .point3 .point__header h2 {
        /*background-image: url("../../client/img/top_modal_point3-ico_green.svg");*/
        background-image: url("../../client/img/choose_ttl_green.svg");
    }

    .point__header h3 {
        font-size: 24px;
        line-height: 50px;
    }

    .point__header h3>span {
        display: block;
        float: left;
        width: 745px;
        height: 38px;
        font-size: 18px;
        line-height: 38px;
        text-indent: 7px;
        background-image: url("../../client/img/top_modal_point-ttl_green.svg");
        background-repeat: no-repeat;
        background-position: left;
        background-size: contain;
    }

    .point2 .point__header h3>span {
        background-image: url("../../client/img/top_modal_point-ttl-mini_green.svg");
    }

    .point__header+p {
        margin-top: 23px;
        padding-bottom: 33px;
        font-size: 16px;
        line-height: 30px;
        letter-spacing: 0.06rem;
    }



    .point__eg {
        clear: both;
    }

    /*加入例*/
    .point__eg h4 {
        display: table;
        width: 890px;
        height: 50px;
        margin-bottom: 25px;
        background-color: #e5f9f6;
    }

    .point__eg>img {
        width: 100%;
        image-rendering: -webkit-optimize-contrast;
    }

    .point__eg>.point__eg-title {
        font-size: 18px;
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-top: 16px;

    }

    .point__eg>.point__eg-title>.point__eg-circle {
        position: absolute;
        top: 0;
        left: 0;
        width: 15px;
        height: 15px;
        border-radius: 50%;
        background-color: rgb(0, 72, 226);
    }

    .point__eg>.point__eg-title>.point__eg-text {
        padding-left: 1.5rem;
        font-size: 18px;
    }

    .point__eg h4>span:first-child {
        display: table-cell;
        width: 97px;
        height: 50px;
        margin-right: 19px;
        padding-right: 18px;
        background-image: url("../../client/img/top_modal_ico-eg_green.svg");
        background-repeat: no-repeat;
        background-size: 23px;
        background-position: 15px;
        background-color: #016559;
        border-top-left-radius: 8px;
        border-bottom-left-radius: 8px;
        font-size: 16px;
        line-height: 50px;
        color: #fff;
        text-align: right;
    }

    .point__eg h4>span:last-child {
        display: table-cell;
        padding-left: 18px;
        background-color: #e5f9f6;
        border-top-right-radius: 8px;
        border-bottom-right-radius: 8px;
        font-size: 16px;
        line-height: 50px;
    }


    .point__eg-simulation a {
        text-align: center;
        background-color: rgba(255, 166, 0, 0.89);
        color: #000;
        font-size: 20px;

        width: 40%;
        margin: 0 auto;
        padding: 20px;
        border-radius: 15px;
        border: 1px solid black;
        font-weight: bold;
        font-size: 20px;
        display: block;
    }

    .point__eg-simulation a:hover {
        background-color: rgba(255, 190, 70, 0.9);

    }

    /*前提条件*/
    .point__requirement {
        padding-bottom: 25px;
        overflow: auto;
    }

    .point__requirement dt {
        float: left;
        padding-right: 19px;
        font-size: 16px;
        font-weight: bold;
    }

    .point__requirement dd {
        float: left;
    }

    .point__requirement dd li {
        position: relative;
        font-size: 14px;
        line-height: 24px;
        padding-left: 24px;
    }

    .point__requirement dd li::before {
        position: absolute;
        top: 4px;
        left: 0;
        display: block;
        content: "";
        width: 18px;
        height: 13px;
        background-image: url("../../client/img/top_modal_ico-check_green.svg");
        background-size: contain;
        background-repeat: no-repeat;
    }

    /*変化*/
    .point__before,
    .point__after {
        clear: both;
        width: 890px;
        padding: 24px;
        border: 4px solid;
        box-sizing: border-box;
    }

    .point__before {
        position: relative;
        margin-bottom: 33px;
        border-color: #d7d7d7;
    }

    .point__after {
        border-color: #008a79;
        margin-bottom: 22px;
        overflow: auto;
    }

    .point__before::after {
        position: absolute;
        top: 100%;
        left: 432px;
        content: "";
        width: 26px;
        height: 17px;
        margin-top: 8px;
        background-image: url("../../client/img/top_modal_ico-before_green.svg");
        background-repeat: no-repeat;
        background-size: contain;
    }

    .point__before h5,
    .point__after h5 {
        padding-bottom: 14px;
        font-size: 16px;
        font-weight: bold;
        line-height: 16px;
        color: #016559;
    }

    .point__before h5+p,
    .point__after h5+p {
        font-size: 24px;
        font-weight: bold;
        line-height: 24px;
    }

    .point1 .point__before h5+p,
    .point1 .point__after h5+p {
        text-indent: -12px;
    }

    .point__after--img {
        float: left;
        width: 170px;
        margin: 20px 20px 0 20px;
    }

    .point__after--result {
        float: left;
        background-color: #fef3f7;
        font-size: 22px;
        font-weight: bold;
        line-height: 44px;
    }

    .point1 .point__after--result {
        width: 574px;
        margin: 20px 0 0 20px;
        padding: 20px 0 0 26px;
    }

    .point2 .point__after--result {
        width: 808px;
        margin: 20px 0 0 0;
        padding: 20px 0 9px 0;
        text-align: center;
    }

    .point__after--result span {
        font-size: 22px;
        font-weight: bold;
        line-height: 44px;
    }

    .point__after--result .point {
        font-size: 30px;
        color: #ed115e;
    }

    .point__after+ul {
        clear: both;
    }

    .point__after+ul>li {
        font-size: 12px;
        line-height: 20px;
        letter-spacing: 0.05rem;
    }



    /*メリット１*/
    .point1__target {
        width: 890px;
        height: 376px;
        padding-bottom: 40px;
    }

    .point1__target>li {
        float: left;
        width: 445px;
        text-align: center;
    }

    .point1__img {
        width: 200px;
        height: 200px;
        margin: 0 122.5px;
        padding-bottom: 19px;
    }

    .point1__ttl {
        font-size: 16px;
        line-height: 28px;
        font-weight: bold;
    }

    .point1__year {
        font-size: 16px;
        font-weight: bold;
        line-height: 36px;
    }

    .point1__year>span {
        font-size: 26px;
        font-weight: bold;
        line-height: 36px;
        color: #ed115e;
    }

    .point1__month {
        font-size: 16px;
        line-height: 30px;
    }

    .point1__month>span {
        display: block;
        width: 445px;
        font-size: 12px;
        line-height: 20px;
        padding-top: 12px;
    }

    /*メリット２*/
    .point2 .point__after>p>img {
        width: 604px;
        margin: 28px 115px 0 115px;
    }

    /*メリット３*/
    .point3 table {
        width: 890px;
        height: 237px;
        margin-bottom: 22px;
    }

    .point3 th {
        height: 40px;
        font-size: 15px;
    }

    .point3 th:first-child {
        width: 160px;
    }

    .point3 th:nth-child(1n+2) {
        width: 200px;
    }

    .point3 th:last-child {
        width: 530px;
    }

    .point3 td {
        height: 41px;
        font-size: 15px;
    }

    .point3 table+p {
        font-size: 12px;
        line-height: 12px;
    }

}

/*-----------SP終了------------*/