/*--------------------------------------------------------------------------------------------------
    SP
----------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 750px){
    /*--------------------------------------------------------
        SPレイアウト
    ----------------------------------------------------------*/
    .wrap.open{
        height: 100%;
        height: 100vh!important;
        background-color: #efefef;
        overflow: hidden;
    }
    .not-modal{
        background-color: #fff;
    }
    .modal{
        display: none;
    }
    .modal.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;
    }
    .modal__area{
        position: relative;
            top: 10vh;
            left: 3%;
        width: 94%;
        padding-bottom: 11%;
        margin-bottom: 40%;
        background: url("../img/top_modal_bg_green.png");
        box-shadow: 0 0 7px 0 rgba(8, 8, 8, 0.35);
    }
        .modal__area:before{
            position: absolute;
                bottom: 0;
            display: block;
            content: "";
            width: 100%;
            height: 0;
            padding-bottom: 22%;
            margin: 0;
            background: url("../img/sp/top_modal_bg-illust_green.png") no-repeat top left;
            background-size: 115%;
        }

    /*閉じるボタン*/
    .modal__close.top{
        position: absolute;
            top: -18px;
            right: -7px;
        width: 13.3%;
        height: 0;
        padding-bottom: 13.3%;
        background-image: url("../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;
    }

    .modal__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%);
    }
        .modal__close.bottom::after{
            position: absolute;
                top: 0.925rem;
                right: 5%;
            display: block;
            content: "";
            width: 1.5rem;
            height: 1.5rem;
            background: url("../img/sp/top_modal_btn-close-bottom_green.svg");
            background-repeat: no-repeat;
            background-size: contain;
        }

    /*--------------------------------------------------------
        SP内容
    ----------------------------------------------------------*/
    .modal__area .merit__ttl{
        display: block;
        width: 100%;
        height: 0;
        padding-bottom: 35%;
        margin-bottom: 4%;
        background: url("../img/sp/top_modal_ttl_green.png") no-repeat;
        background-size: contain;
        border: none;
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
    }


    /*------------共通-------------*/
    .merit1,
    .merit2,
    .merit3{
        width: 93%;
        margin: 0 3.5%;
        padding-bottom: 14.8%;
    }

    .merit__header{
        width: 100%;
        height: auto;
        border-bottom: 2px solid #006458;
        overflow: auto;
    }
        .merit__header h2{
            display: block;
            float: left;
            width: 5rem;
            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;
        }
            .merit1 .merit__header h2{
                /*background-image: url("../img/top_modal_merit1-ico_green.svg");*/
                background-image: url("../img/modal_pc_icon1.svg");
            }
            .merit2 .merit__header h2{
                /*background-image: url("../img/top_modal_merit2-ico_green.svg");*/
                background-image: url("../img/modal_pc_icon2.svg");
            }
            .merit3 .merit__header h2{
                /*background-image: url("../img/top_modal_merit3-ico_green.svg");*/
                background-image: url("../img/modal_pc_icon3.svg");
            }

        .merit__header h3{
            padding: 0 0 2% 5.8rem;
            font-size: 1.17rem;
            font-weight: bold;
            line-height: 1.75rem;
        }
            .merit__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("../img/top_modal_merit-ttl_green.svg");
                background-size: contain;
                background-repeat: no-repeat;
                background-position: left;
            }
            .merit2 .merit__header h3 > span{
                background-image: url("../img/top_modal_merit-ttl-mini_green.svg");
            }

    .merit__header + p{
        margin-top: 5%;
        padding: 0 3.5% 7.8% 3.5%;
        font-size: 1.09rem;
        line-height: 1.59rem;
    }

    /*加入例*/
    .merit__eg h4{
        display: table;
        width: 100%;
        margin-bottom: 4%;
    }
        .merit__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;
        }
            .merit__eg h4 > span:first-child::before{
                position: absolute;
                left: 0.7rem;
                display: inline-block;
                content: "";
                width: 1rem;
                height: 1rem;
                background-image: url("../img/top_modal_ico-eg_green.svg");
                background-repeat: no-repeat;
                background-size: 1rem;
            }
        .merit__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;
        }

    /*前提条件*/
    .merit__requirement{
        width: 94%;
        margin: 0 3%;
        padding-bottom: 3%;
        overflow: auto;
    }
    .merit__requirement dt{
        float: left;
        padding-right: 0;
        font-size: 1.09rem;
        font-weight: bold;
        line-height: 1.8rem;
        color: #006458;
    }
    .merit__requirement dd{
        float: left;
    }
        .merit__requirement dd li{
            padding-left: 1.7rem;
            margin-bottom: 2%;
            position: relative;
            font-size: 1.09rem;
            line-height: 1.59rem;
        }
            .merit__requirement dd li::before{
                position: absolute;
                    top: 0.3rem;
                    left: 0;
                display: block;
                content: "";
                width: 1.28rem;
                height: 1rem;
                background-image: url("../img/top_modal_ico-check_green.svg");
                background-size: contain;
                background-repeat: no-repeat;
            }

    /*変化*/
    .merit__before,
    .merit__after{
        clear: both;
        width: 100%;
        padding: 4%;
        border: 2px solid;
        box-sizing: border-box;
    }
        .merit__before{
            position: relative;
            margin-bottom: 8%;
            border-color: #d7d7d7;
        }
        .merit__after{
            border-color: #008a79;
            margin-bottom: 3%;
            overflow: auto;
        }
            .merit__before::after{
                position: absolute;
                    top: 107%;
                    left: 45.7%;
            	content: "";
            	width: 8.6%;
            	height: 0;
                padding-bottom: 4.3%;
                background-image: url("../img/top_modal_ico-before_green.svg");
                background-repeat: no-repeat;
                background-size: contain;
            }

        .merit__before h5,
        .merit__after h5{
            padding-bottom: 2%;
            font-size: 1.09rem;
            font-weight: bold;
            line-height: 1.59rem;
            letter-spacing: 0;
            color: #016559;
        }
            .merit__before h5 > span{
                margin: 0 -0.3rem;
                color: #016559;
            }
            .merit__before h5 + p,
            .merit__after h5 + p{
                font-size: 1.09rem;
                font-weight: bold;
                line-height: 1.59rem;
            }
                .merit1 .merit__before h5 + p,
                .merit1 .merit__after h5 + p{
                    text-indent: -0.7rem;
                }

        .merit__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;
        }
            .merit__after--result > span{
                font-size: 1.26rem;
                color: #ed115e;
            }

        .merit__after + ul{
            clear: both;
            width: 100%;
            margin: 0;
        }
            .merit__after + ul > li{
                font-size: 0.75rem;
                line-height: 1.26rem;
                letter-spacing: 0;
            }


    /*メリット１*/
    .merit1__target{
        height: auto;
        padding: 0 0 3% 3%;
    }
        .merit1__target > li{
            display: table;
            width: 100%;
            margin-bottom: 6.3%;
        }
            .merit1__img{
                display: table-cell;
                float: left;
                width: 34%;
                padding-right: 4%;
            }
            .merit1__target dl{
                display: table-cell;
                float: left;
                width: 62%;
            }
                .merit1__ttl{
                    margin-bottom: 1%;
                    font-size: 1.09rem;
                    line-height: 1.5rem;
                    font-weight: bold;
                }
                .merit1__year{
                    font-size: 1rem;
                    font-weight: bold;
                    line-height: 1.5rem;
                }
                    .merit1__year > span{
                        font-size: 1.25rem;
                        font-weight: bold;
                        line-height: 1.5rem;
                        color: #ed115e;
                    }
                .merit1__month{
                    font-size: 0.92rem;
                    line-height: 1.5rem;
                }
                    .merit1__month > span{
                        display: block;
                        padding-top: 1%;
                        font-size: 0.75rem;
                        line-height: 1.25rem;
                        letter-spacing: 0;
                    }

    /*メリット２*/
    .merit2 .merit__after > p > img{
        width: 100%;
        margin: 6% 0 2% 0;
    }

    /*メリット３*/
    .merit3 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;
    }
        .merit3 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;
        }
        .merit3 th:first-child{ width: 27%; }
        .merit3 th:nth-child(1n+2){ width: 23%; }
        .merit3 th:last-child{ width: 50%; }
        .merit3 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;
        }
        .merit__table--left{
            background-color: #f7f7f7;
            border: 1px solid #dfdfdf;
            line-height: 1.67rem;
        }
    .merit3 table + p{
        font-size: 0.75rem;
        line-height: 1.26rem;
    }



/*750px以下PC*/
@media screen and (min-width: 571px) and (orientation: portrait){
    .merit__header h2{
        width: 10%;
        padding-bottom: 8%;
    }
    .merit__header h3{
        padding: 0 0 2% 12.6%;
    }
}

/*Android*/
@media screen and (max-width: 640px) and (orientation: landscape) {
    .merit__eg h4 > span:first-child{
        width: 4.5rem;
    }
}

/*iPhone5のランドスケープ*/
@media screen and (max-width: 570px) and (orientation: landscape){
    .merit__header h3{
        font-size: 1.1rem;
    }
}

/*iPhone5*/
@media screen and (max-width: 320px) and (orientation: portrait){
    .merit__header h3 > span{
        font-size: 0.75rem;
    }
}

}
/*---------------SP終了---------------*/








/*--------------------------------------------------------------------------------------------------
    PC
----------------------------------------------------------------------------------------------------*/
@media screen and (min-width: 751px){
    /*--------------------------------------------------------
        レイアウト
    ----------------------------------------------------------*/
    body{
        background-color: #000;
    }
    body > div{
        background-color: #fff;
    }
    .modal{
        display: none;
    }
    .modal.open{
        position: absolute;
            top: 0;
        z-index: 1;
        display: block;
        width: 100%;
        padding: 135px 0;
        background-color: rgba(0, 0, 0, 0.7);
    }
    .modal__area{
        position: relative;
        width: 970px;
        padding-bottom: 101px;
        margin: 0 auto;
        background: url("../img/top_modal_bg_green.png");
        box-shadow: 0 0 7px 0 rgba(8, 8, 8, 0.35);
    }
        .modal__area:before{
            position: absolute;
                bottom: 0;
            display: block;
            content: "";
            width: 924px;
            height: 150px;
            margin: 0 23px;
            background: url("../img/top_modal_bg-illust_green.png") no-repeat top center;
            background-size: 100%;
        }

    /*閉じるボタン*/
    .modal__close.top{
        position: absolute;
            top: -23px;
            right: -23px;
        width: 48px;
        height: 48px;
        background-image: url("../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;
    }
        .modal__close.top:hover{
            background-color: #555;
        }

    .modal__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%);
    }
        .modal__close.bottom::after{
            position: absolute;
                top: 18.5px;
                right: 14px;
            display: block;
            content: "";
            width: 12px;
            height: 12px;
            background: url("../img/top_modal_btn-close-bottom_green.png");
            background-repeat: no-repeat;
        }
        .modal__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%);
        }

    /*--------------------------------------------------------
        内容
    ----------------------------------------------------------*/
    .modal__area .merit__ttl{
        display: block;
        width: 970px;
        height: 147px;
        background-image: url("../img/top_modal_ttl_green.png");
        background-repeat: no-repeat;
        background-size: contain;
        border: none;
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
    }

    /*------------共通-------------*/
    .merit1,
    .merit2,
    .merit3{
        width: 890px;
        margin: 0 40px;
        padding-bottom: 76px;
    }

    .merit__header{
        width: 890px;
        height: 92px;
        padding-bottom: 4px;
        border-bottom: 4px solid #009900;
    }
        .merit__header h2{
            display: block;
            float: left;
            width: 90px;
            height: 82px;
            margin: 0 45px 0 10px;
            border: none;
            background-size: contain;
            background-repeat: no-repeat;
            text-indent: 100%;
            white-space: nowrap;
            overflow: hidden;
        }
            .merit1 .merit__header h2{
                /*background-image: url("../img/top_modal_merit1-ico_green.svg");*/
                background-image: url("../img/modal_pc_icon1.svg");
            }
            .merit2 .merit__header h2{
                /*background-image: url("../img/top_modal_merit2-ico_green.svg");*/
                background-image: url("../img/modal_pc_icon2.svg");
            }
            .merit3 .merit__header h2{
                /*background-image: url("../img/top_modal_merit3-ico_green.svg");*/
                background-image: url("../img/modal_pc_icon3.svg");
            }

        .merit__header h3 {
            font-size: 24px;
            line-height: 50px;
        }
            .merit__header h3 > span{
                display: block;
                float: left;
                width: 745px;
                height: 38px;
                font-size: 18px;
                line-height: 38px;
                text-indent: 7px;
                background-image: url("../img/top_modal_merit-ttl_green.svg");
                background-repeat: no-repeat;
                background-position: left;
                background-size: contain;
            }
            .merit2 .merit__header h3 > span{
                background-image: url("../img/top_modal_merit-ttl-mini_green.svg");
            }

    .merit__header + p{
        margin-top: 23px;
        padding-bottom: 33px;
        font-size: 16px;
        line-height: 30px;
        letter-spacing: 0.06rem;
    }


    .merit__eg{
        clear: both;
    }
    /*加入例*/
    .merit__eg h4{
        display: table;
        width: 890px;
        height: 50px;
        margin-bottom: 25px;
        background-color: #e5f9f6;
    }
        .merit__eg h4 > span:first-child{
            display: table-cell;
            width: 97px;
            height: 50px;
            margin-right: 19px;
            padding-right: 18px;
            background-image: url("../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;
        }
        .merit__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;
        }

    /*前提条件*/
    .merit__requirement{
        padding-bottom: 25px;
        overflow: auto;
    }
    .merit__requirement dt{
        float: left;
        padding-right: 19px;
        font-size: 16px;
        font-weight: bold;
    }
    .merit__requirement dd{
        float: left;
    }
        .merit__requirement dd li{
            position: relative;
            font-size: 14px;
            line-height: 24px;
            padding-left: 24px;
        }
            .merit__requirement dd li::before{
                position: absolute;
                    top: 4px;
                    left: 0;
                display: block;
                content: "";
                width: 18px;
                height: 13px;
                background-image: url("../img/top_modal_ico-check_green.svg");
                background-size: contain;
                background-repeat: no-repeat;
            }

    /*変化*/
    .merit__before,
    .merit__after{
        clear: both;
        width: 890px;
        padding: 24px;
        border: 4px solid;
        box-sizing: border-box;
    }
        .merit__before{
            position: relative;
            margin-bottom: 33px;
            border-color: #d7d7d7;
        }
        .merit__after{
            border-color: #008a79;
            margin-bottom: 22px;
            overflow: auto;
        }
            .merit__before::after{
                position: absolute;
                    top: 100%;
                    left: 432px;
            	content: "";
            	width: 26px;
            	height: 17px;
                margin-top: 8px;
                background-image: url("../img/top_modal_ico-before_green.svg");
                background-repeat: no-repeat;
                background-size: contain;
            }

        .merit__before h5,
        .merit__after h5{
            padding-bottom: 14px;
            font-size: 16px;
            font-weight: bold;
            line-height: 16px;
            color: #016559;
        }
            .merit__before h5 + p,
            .merit__after h5 + p{
                font-size: 24px;
                font-weight: bold;
                line-height: 24px;
            }
                .merit1 .merit__before h5 + p,
                .merit1 .merit__after h5 + p{
                    text-indent: -12px;
                }
        .merit__after--img{
            float: left;
            width: 170px;
            margin: 20px 20px 0 20px;
        }
        .merit__after--result{
            float: left;
            background-color: #fef3f7;
            font-size: 22px;
            font-weight: bold;
            line-height: 44px;
        }
            .merit1 .merit__after--result{
                width: 574px;
                margin: 20px 0 0 20px;
                padding: 20px 0 0 26px;
            }
            .merit2 .merit__after--result{
                width: 808px;
                margin: 20px 0 0 0;
                padding: 20px 0 9px 0;
                text-align: center;
            }
            .merit__after--result span{
                font-size: 22px;
                font-weight: bold;
                line-height: 44px;
            }
            .merit__after--result .point{
                font-size: 30px;
                color: #ed115e;
            }

        .merit__after + ul{
            clear: both;
        }
            .merit__after + ul > li{
                font-size: 12px;
                line-height: 20px;
                letter-spacing: 0.05rem;
            }



    /*メリット１*/
    .merit1__target{
        width: 890px;
        height: 376px;
        padding-bottom: 40px;
    }
        .merit1__target > li{
            float: left;
            width: 445px;
            text-align: center;
        }
            .merit1__img{
                width: 200px;
                height: 200px;
                margin: 0 122.5px;
                padding-bottom: 19px;
            }
            .merit1__ttl{
                font-size: 16px;
                line-height: 28px;
                font-weight: bold;
            }
            .merit1__year{
                font-size: 16px;
                font-weight: bold;
                line-height: 36px;
            }
                .merit1__year > span{
                    font-size: 26px;
                    font-weight: bold;
                    line-height: 36px;
                    color: #ed115e;
                }
            .merit1__month{
                font-size: 16px;
                line-height: 30px;
            }
                .merit1__month > span{
                    display: block;
                    width: 445px;
                    font-size: 12px;
                    line-height: 20px;
                    padding-top: 12px;
                }

    /*メリット２*/
    .merit2 .merit__after > p > img{
        width: 604px;
        margin: 28px 115px 0 115px;
    }

    /*メリット３*/
    .merit3 table{
        width: 890px;
        height: 237px;
        margin-bottom: 22px;
    }
        .merit3 th{
            height: 40px;
            font-size: 15px;
        }
            .merit3 th:first-child{ width: 160px; }
            .merit3 th:nth-child(1n+2){ width: 200px; }
            .merit3 th:last-child{ width: 530px; }

        .merit3 td{
            height: 41px;
            font-size: 15px;
        }

    .merit3 table + p{
        font-size: 12px;
        line-height: 12px;
    }

}
/*-----------SP終了------------*/
