/*--------------------------------------------------------------------------------------------------
    SP
----------------------------------------------------------------------------------------------------*/

@media screen and (max-width: 750px){
/*スライダー*/
.basic__slider{
    width: 100%;
    overflow: hidden;
}
    .slider__view{
        width: 400%;
    }

    .slider01,
    .slider02,
    .slider03,
    .slider04{
        float: left;
        position: relative;
        width: 25%;
        height: 1100px;
        margin-bottom: 1%;
        border-top: 5px solid #009900;
        border-bottom: 4px solid #e3e3e3;
        box-shadow: 0 0 2px 2px rgba(215, 215, 215, 0.14);
    }
    .slider01,
    .slider03,
    .slider04{
        background-color: #fff;
    }

    .slider__num{
        position: absolute;
            top: -5px;
            left: 3%;
        z-index: 1;
        width: 22%;
        height: 0;
        padding-bottom: 20%;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: top left;
        border: none;
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
    }
        .slider01 > .slider__num{
            /*background-image: url("../img/top_slider01_num_green.svg");*/
            background-image: url("../img/pc_slide_1.svg");
            margin-top: 5px;
        }
        .slider02 > .slider__num{
            /*background-image: url("../img/top_slider02_num_green.svg");*/
            background-image: url("../img/pc_slide_2.svg");
            margin-top: 5px;
        }
        .slider03 > .slider__num{
            /*background-image: url("../img/top_slider03_num_green.svg");*/
            background-image: url("../img/pc_slide_3.svg");
            margin-top: 5px;
        }
        .slider04 > .slider__num{
            /*background-image: url("../img/top_slider04_num_green.svg");*/
            background-image: url("../img/pc_slide_4.svg");
            margin-top: 5px;
        }

    .slider__view h3{
        position: relative;
        width: 78%;
        margin-bottom: 6%;
        padding-left: 22%;
        background-size: contain;
        background-repeat: no-repeat;
        font-size: 1.3rem;
        line-height: 3.9rem;
        background-color: #dff7f4;
        letter-spacing: 0;
    }
        .slider__view h3:after{
            position: absolute;
                top: 100%;
            	left: 50%;
        	border: solid transparent;
        	content: " ";
        	height: 0;
        	width: 0;
        	pointer-events: none;
        	border-top-color: #dff7f4;
        	border-width: 10px;
        	margin-left: -10px;
        }

    .slider__view h3 + p{
        width: 94%;
        margin: 0 3% 3% 3%;
        font-size: 1.09rem;
        font-weight: nomal;
        line-height: 1.59rem;
        letter-spacing: 0;
    }
        .slider__view h3 + p > span{
            font-size: 1.09rem;
            font-weight: bold;
            line-height: 1.59rem;
            color: #ed115e;
            letter-spacing: 0;
        }
        .slider__view .asterisk {
          color: #000;
          font-size: 11px;
        }

/*スライダー１*/
.slider01 ul{
    width: 94%;
    margin: 0 3%;
}
    .slider01 ul > li{
        clear: both;
        display: table;
        width: 100%;
        padding-bottom: 4%;
        overflow: auto;
    }
    .slider01 ul > li:nth-child(2){
        /*margin-bottom: -1.5rem;*/
    }
        .slider01 li > div{
            display: table-cell;
            position: relative;
            width: 20.5%;
            height: 0;
            padding-bottom: 23.4%;
        }
        .slider01 ul > li:first-child > div,
        .slider01 ul > li:last-child > div{
            vertical-align: middle;
        }
        .slider01 ul > li:nth-child(2) > div{
            vertical-align: top;
        }
            .slider01 ul > li > div > img{
                position: absolute;
                width: 100%;
            }
            .slider01 .slider01-can,
            .slider01 .slider01-cannot{
                position: absolute;
                top: 100%;
                width: 100%;
                height: 1.46rem;
                margin-top: -1.46rem;
                font-size: 0.75rem;
                font-weight: bold;
                line-height: 1.46rem;
                letter-spacing: 0;
                text-align: center;
                color: #fff;
            }
            .slider01 ul > li:first-child .slider01-can{
                background-color: rgba(237, 17, 94, 0.8);
            }
            .slider01 ul > li:nth-child(2) .slider01-can{
                margin-top: -3rem;
                background-color: rgba(237, 17, 94, 0.8);
            }
            .slider01 .slider01-cannot{
                background-color: rgba(147, 147, 147, 0.8);
            }

    .slider01 ul > li > p{
        display: table-cell;
        vertical-align: middle;
        width: 67%;
        padding-left: 4.8%;
        font-size: 1.07rem;
        line-height: 1.5rem;
    }
        .slider01 ul > li > p > span{
            font-size: 1.07rem;
            font-weight: bold;
            line-height: 1.5rem;
            color: #ed115e;
        }


/*スライダー２*/
.slider02{
    background:  #fff;
}
.slider02 > ul{
    width: 100%;
    height: auto;
    margin-bottom: 6%;
  }
  .slider02 > ul > li{
      width: 100%;
      height: 0;
      padding-bottom: 37.7%;
      background-repeat: no-repeat;
      background-size: cover;
      font-size: 11px;
  }
.slider02 > ol{
    width: 100%
    height: auto;
    margin-bottom: 6%;
}
    .slider02 > ol > li{
        width: 100%;
        height: 0;
        padding-bottom: 37.7%;
        background-repeat: no-repeat;
        background-size: cover;
    }
        .slider02 > ol > li:first-child{
            background-image: url("../img/sp/top_slider02-01bg_green.jpg");
        }
        .slider02 > ol > li:last-child{
            margin-top: 2%;
            background-image: url("../img/sp/top_slider02-02bg_green.jpg");
        }
    .slider02__ico{
        width: 31.2%;
        height: 2.6rem;
        margin-left: 0;
        background-color: rgba(237, 17, 94, 0.8);
        font-size: 1rem;
        font-weight: bold;
        line-height: 2.6rem;
        text-align: center;
        color: #fff;
    }
    .slider02__txt{
        margin-left: 2.9%;
        font-size: 1.25rem;
        font-weight: bold;
    }
    .slider02 > ol > li:first-child > .slider02__txt{
        padding: 5.3% 0;
    }
    .slider02 > ol > li:last-child > .slider02__txt{
        padding: 10% 0 12.6%;
    }
    .slider02__txt > p{
        font-size: 1.25rem;
        font-weight: bold;
    }
    .slider02__money > span{
        font-size: 1.25rem;
        font-weight: bold;
        line-height: 1.59rem;
        color: #ed115e;
    }
    .slider02__txt-bracket{
        width: auto;
        font-size: 0.92rem!important;
        font-weight: normal!important;
        line-height: 1.59rem!important;
    }
        .slider02__txt-bracket span{
            display: block;
            width: auto;
            font-size: 0.92rem!important;
            font-weight: normal!important;
            line-height: 1.59rem!important;
        }


/*スライダー３*/
.slider03__type{
    position: relative;
    width: 87.5%;
    height: 2.34rem;
    padding-bottom: 2%;
    margin: 0 6.25%;
}
    .slider03__type > li{
        float: left;
        width: 47%;
    }
    .slider03__type > li:first-child{
        margin-right: 6%;
    }
        .slider03__type > li > p{
            background-color: #12988a;
            border-radius: 7px;
            font-size: 1.17rem;
            line-height: 2.34rem;
            text-align: center;
            color: #fff;
        }
    .slider03__invest{
        position: absolute;
            top: 100%;
            left: 0;
        width: 76.8%;
        height: auto;
        padding: 11% 11.6% 5% 11.6%;
        background-image: url("../img/sp/top_slider03-invest-bg_green.svg");
        background-position: top;
        background-repeat: no-repeat;
        /*background-size: contain;*/
        background-size: cover;
        overflow: auto;
    }
        .slider03__invest > li{
            float: left;
            width: 31%;
            margin-right: 3.5%;
        }
        .slider03__invest > li:nth-child(2n+3){
            margin-right: 0;
        }
        .slider03__invest > li:nth-child(2n+4){
            margin-left: 16.5%;
        }
        .slider03__invest > li > img{
            padding-bottom: 0;
        }
        .slider03__invest > li > p{
            padding-bottom: 8%;
            font-size: 0.92rem;
            font-weight: bold;
            line-height: 2.4rem;
            text-align: center;
        }
/*スライダー４*/
.slider04__chart{
    width: 87.5%;
    height: 0;
    margin: 1% 6.25%;
    padding-bottom: 50%;
    background: url("../img/sp/top_slider04-chart_green.png") no-repeat;
    background-size: contain;
    border: none;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

/*共通*/
.slider__notice{
    clear: both;
    width: 94%;
    margin: 0 3%;
}
    .slider__notice > li{
        padding-left: 0.75rem;
        font-size: 0.75rem;
        line-height: 1.17rem;
        text-indent: -1rem;
        letter-spacing: 0;
    }
    .slider01 .slider__notice > li{
        text-indent: -0.75rem;
    }
    .slider01 .slider__notice > li > span{
        display: inline;
        font-size: 1rem;
        line-height: 1.17rem;
        letter-spacing: 0;
    }

/*スライダーの矢印*/
.basic__slider{
    position: relative;
}
.slider__arrow > li{
    width: 6.2%;
    height: 0;
    padding-bottom: 18.3%;
    border: none;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
    .slider__arrow > li:first-child{
        position: absolute;
            top: 38.5%;
            left: 0;
        background: url("../img/sp/top_slider_arrow-left_green.png") no-repeat;
        background-size: 100%;
    }
    .slider__arrow > li:last-child{
        position: absolute;
            top: 38.5%;
            right: 0;
        background: url("../img/sp/top_slider_arrow-right_green.png") no-repeat;
        background-size: 100%;
    }

/*スライダーのナビ*/
.slider__nav{
    width: 24.5%;
    height: 2.8%;
    margin: 0 auto;
}
    .slider__nav > li{
        float: left;
        display: block;
        width: 11.4%;
        height: 0;
        padding-bottom: 11.4%;
        margin-right: 13.5%;
        background-color: #d3d3d3;
        border-radius: 50%;
        border: none;
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
    }
    .slider__nav > li:last-child{
        margin-right: 0;
    }
    .slider__nav > li.now{
        background-color: #006458;
    }
    .slider__nav > li > a{
        display: block;
    }



/*750px以下PC*/
@media screen and (min-width: 571px) and (orientation: portrait){
    .slider__num{
        width: 12%;
    }
    .slider__view h3{
        width: 100%;
        padding-left: 0;
        text-align: center;
    }
    .slider01,
    .slider02,
    .slider03,
    .slider04{
        height: 1155px;
    }

    .slider01 .slider01-can,
    .slider01 .slider01-cannot{
        height: 2rem;
        font-size: 1rem!important;
        line-height: 2rem!important;
    }
    .slider02 ol{
        margin-bottom: 2%;
    }
    .slider02__txt,
    .slider02__money > p,
    .slider02__money > span{
        font-size: 2rem!important;
        line-height: 3rem;
    }
    .slider02__txt-bracket span{
        display: inline-block;
    }

}

/*ランドスケープ*/
@media all and (orientation: landscape){
    .slider__num{
        width: 10%;
    }
    .slider__view h3{
            width: 100%;
            padding-left: 0;
            font-size: 1.5rem;
            text-align: center;
        }
    .slider01 ul{
        margin-bottom: 2.5%;
    }
    .slider01 ul > li{
            margin-top: 2%;
            padding-bottom: 0;
         }
            .slider01 ul > li:first-child{
                margin-top: 0;
             }
            .slider01 ul > li:nth-child(2n+0) > p{
             vertical-align: middle;
            }
                .slider01 ul > li:nth-child(2) .slider01-can{
                    bottom: 0;
                }
    .slider02 > ol > li{
        padding-bottom: 34%;
    }

    .slider02__txt,
    .slider02__txt p,
    .slider02__txt span{
        font-size: 2rem;
        line-height: 2.5rem;
    }
        .slider02__txt-bracket{
            font-size: 1.5rem;
            line-height: 2rem;
        }
        .slider02__txt-bracket span{
                display: inline-block;
            }

}
/*iPhone6plusのランドスケープ*/
@media screen and (max-width: 750px) and (orientation: landscape){
    .slider01,
    .slider02,
    .slider03,
    .slider04{
        height: 1100px;
    }
}
/*iPhone6のランドスケープ*/
@media screen and (max-width: 700px) and (orientation: landscape){
    .slider01,
    .slider02,
    .slider03,
    .slider04{
        height: 1100px;
    }
}

/*iPhone5のランドスケープ*/
@media screen and (max-width: 570px) and (orientation: landscape){
    .slider01,
    .slider02,
    .slider03,
    .slider04{
        height: 1100px;
    }
}

/*iPhone6plus*/
@media screen and (min-width: 400px) and (max-width: 570px) and (orientation: portrait){
    .slider01,
    .slider02,
    .slider03,
    .slider04{
        height: 1100px;
    }
    .slider01 ul{
        margin-bottom: 1%;
    }
    .slider01 ul > li{
        margin-top: 1.5%;
    }
}

/*Android*/
@media screen and (max-width: 360px) and (orientation: portrait) {
    .slider01 ul > li:nth-child(2){
        margin-bottom: 0!important;
    }
    .slider01 ul > li:nth-child(2) .slider01-can{
        margin-top: -1.46rem;
    }
}

/*iPhone5*/
@media screen and (max-width: 320px) and (orientation: portrait){
    .slider__view h3{
        font-size: 1.1rem;
    }
    .slider01 ul > li{
            margin: 3% 0;
        }
            .slider01 ul > li > p{
                padding-top: 1%;
                padding-bottom: 1%;
            }
    }
    .slider01 .slider01-can,
    .slider01 .slider01-cannot{
        font-size: 0.65rem;
    }

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

/*Android 1920x1080のランドスケープ*/
@media screen and (max-width: 960px) and (orientation: landscape){
    .slider01,
    .slider02,
    .slider03,
    .slider04{
        height: 1100px;
    }
    .slider__num{
        width: 12%;
    }
    .slider__view h3{
        width: 100%;
        padding-left: 0;
        text-align: center;
    }
    .slider01 ul > li:nth-child(2){
        margin-bottom: 0;
    }
    .slider01 ul > li:nth-child(2) .slider01-can{
        margin-top: -1.46rem;
        background-color: rgba(237, 17, 94, 0.8);
    }
    .slider02 ol{
        margin-bottom: 2%;
    }
}







/*--------------------------------------------------------------------------------------------------
    PC
----------------------------------------------------------------------------------------------------*/
@media screen and (min-width: 751px){
/*スライダー*/
.basic__slider{
    width: 1100px;
    height: 920px;
    overflow: hidden;
}
    .slider__view{
        width: 4400px;
        height: 699px;
    }

    .slider01,
    .slider02,
    .slider03,
    .slider04{
        float: left;
        position: relative;
        width: 1100px;
        height: 820px;
        margin-bottom: 17px;
        border-top: 5px solid #009900;
        border-bottom: 4px solid #e3e3e3;
        box-shadow: 0 0 2px 2px rgba(215, 215, 215, 0.14);
    }
    .slider01,
    .slider03,
    .slider04{
        background-color: #fff;
    }
    .slider__num{
        position: absolute;
            top: -5px;
            left: 30px;
        z-index: 1;
        width: 115px;
        height: 128px;
        background-size: contain;
        background-repeat: no-repeat;
        border: none;
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
    }
        .slider01 > .slider__num{
            /*background-image: url("../img/top_slider01_num_green.svg");*/
            background-image: url("../img/pc_slide_1.svg");
            margin-top: 5px;
        }
        .slider02 > .slider__num{
            /*background-image: url("../img/top_slider02_num_green.svg");*/
            background-image: url("../img/pc_slide_2.svg");
            margin-top: 5px;
        }
        .slider03 > .slider__num{
            /*background-image: url("../img/top_slider03_num_green.svg");*/
            background-image: url("../img/pc_slide_3.svg");
            margin-top: 5px;
        }
        .slider04 > .slider__num{
            /*background-image: url("../img/top_slider04_num_green.svg");*/
            background-image: url("../img/pc_slide_4.svg");
            margin-top: 5px;
        }

    .slider__view h3{
        position: relative;
        width: 1100px;
        height: 84px;
        font-size: 24px;
        line-height: 84px;
        text-align: center;
        background-color: #dff7f4;
    }
        .slider__view h3:after{
            position: absolute;
                top: 100%;
            	left: 50%;
        	border: solid transparent;
        	content: " ";
        	height: 0;
        	width: 0;
        	pointer-events: none;
        	border-top-color: #dff7f4;
        	border-width: 16px;
        	margin-left: -16px;
        }
    .slider__view h3 + p{
        width: 1100px;
        margin-top: 41px;
        padding-bottom: 22px;
        font-size: 16px;
        font-weight: bold;
        line-height: 30px;
        text-align: center;
    }
        .slider__view h3 + p > span{
            font-size: 16px;
            font-weight: bold;
            line-height: 30px;
            color: #ed115e;
        }


    /*スライダー１*/
    .slider01 ul{
        width: 90%;
        margin: 0 auto;
        padding-bottom: 40px;
        overflow: auto;
    }
        .slider01 ul > li{
            float: left;
            width: 19%;
            margin-right: 12px;
        }
            .slider01 ul > li:last-child{
                margin-right: 0;
            }
            .slider01 ul > li > div{
                position: relative;
                width: 250px;
                height: 211px;
                margin: 0 25px;
                padding-bottom: 24px;
            }
                .slider01 ul > li > div > img{
                    position: absolute;
                        top: 10px;
                        left: 50px;
                    width: 200px;
                    height: 200px;
                }
                .slider01 ul > li > div > .slider01-can,
                .slider01 ul > li > div > .slider01-cannot{
                    position: absolute;
                        top: 0;
                        left: 0;
                    width: 100px;
                    height: 100px;
                    border: none;
                    text-indent: 100%;
                    white-space: nowrap;
                    overflow: hidden;
                }
                .slider01 ul > li > div > .slider01-can{
                        background: url("../img/top_slider01-can_green.png") no-repeat;
                        background-size: contain;
                        margin-top: 0!important;
                        background-color: rgba(255, 255, 255, 0.0)!important;
                }
                .slider01 ul > li > div > .slider01-cannot{
                    background: url("../img/top_slider01-cannot_green.png") no-repeat;
                    background-size: contain;
                }

        .slider01 ul > li > p{
            font-size: 14px;
            line-height: 24px;
        }
            .slider01 ul > li > p > span{
                font-size: 14px;
                font-weight: bold;
                line-height: 24px;
                color: #ed115e;
            }
            .slider01 ul > li:first-child > p{
                width: 231px;
                margin: 0 auto;
            }
            .slider01 ul > li:last-child > p{
                /*text-align: center;*/
            }

    /*スライダー２*/
    .slider02{
        /*background-image: url("../img/top_slider02-bg_green.jpg");*/
        background-size: contain;
        background-repeat: no-repeat;
        background-position: bottom;
    }
    .slider02 > ol{
        width: 1100px;
        height: 108px;
        margin-top: -20px;
        margin-bottom: 277px;
    }
        .slider02 > ol > li{
            float: left;
            width: 550px;
            height: 108px;
        }
        .slider02__ico{
            float: left;
            width: 109px;
            height: 108px;
            margin-left: 30px;
            background-repeat: no-repeat;
            background-size: contain;
            border: none;
            text-indent: 100%;
            white-space: nowrap;
            overflow: hidden;
        }
            .slider02 > ol > li:first-child > .slider02__ico{
                background-image: url("../img/top_slider02-ico01_green.png");
            }
            .slider02 > ol > li:last-child > .slider02__ico{
                background-image: url("../img/top_slider02-ico02_green.png");
            }
        .slider02__txt{
            float: left;
            margin-left: 20px;
            font-size: 22px;
            font-weight: bold;
        }
        .slider02 > ol > li:first-child > .slider02__txt{
            padding-top: 27px;
        }
        .slider02 > ol > li:last-child > .slider02__txt{
            padding-top: 39px;
        }
        .slider02__txt > p{
            font-size: 22px;
            font-weight: bold;
        }
        .slider02__money > span{
            font-size: 30px;
            font-weight: bold;
            line-height: 30px;
            color: #ed115e;
        }
        .slider02__txt-bracket{
            font-size: 14px!important;
            font-weight: normal!important;
            line-height: 24px!important;
        }
            .slider02__txt-bracket > span{
                font-size: 14px!important;
                font-weight: normal!important;
                line-height: 24px!important;
            }
        .slider02 .asterisk {
          color: #000;
          font-size: 11px;
        }

    /*スライダー３*/
    .slider03__type{
        width: 940px;
        margin: 0 auto;
    }
        .slider03__type > li{
            float: left;
            width: 456px;
            height: 56px;
        }
        .slider03__type > li:first-child{
            margin-right: 28px;
        }
            .slider03__type > li > p{
                margin-bottom: 33px;
                background-color: #12988a;
                border-radius: 12px;
                font-size: 22px;
                line-height: 56px;
                text-align: center;
                color: #fff;
            }
        .slider03__invest{
            position: relative;
            width: 840px;
            height: 193px;
            padding: 50px;
            margin-left: -484px;
            background-color: #efefef;
        }
            .slider03__invest > li{
                float: left;
                margin-right: 20px;
            }
            .slider03__invest > li:last-child{
                margin-right: 0;
            }
            .slider03__invest > li > img{
                padding-bottom: 22px;
            }
            .slider03__invest > li > p{
                font-size: 18px;
                line-height: 18px;
                text-align: center;
            }
            .slider03__invest::after{
                position: absolute;
                    bottom: 100%;
                	right: 212px;
                display: block;
            	content: "";
            	width: 30px;
                height: 15px;
                background: url("../img/top_slider03-invest-arrow_green.svg") no-repeat;
                background-size: contain;
                background-position: bottom;
            }

    /*スライダー４*/
    .slider04__chart{
        width: 728px;
        height: 196px;
        margin: 0 auto;
        padding-bottom: 89px;
        background-image: url("../img/top_slider04-chart_green.png");
        background-repeat: no-repeat;
        background-size: contain;
        border: none;
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
    }

    /*共通*/
    .slider__notice{
        clear: both;
        margin: 0 auto;
    }
        .slider__notice > li{
            padding-left: 15px;
            font-size: 12px;
            line-height: 20px;
            text-indent: -15px;
        }
        .slider01 .slider__notice{
            width: 906px;
            padding-bottom: 41px;
        }
            .slider01 .slider__notice > li > span{
                display: inline-block;
                width: 98%;
                height: 20px;
                padding-left: 15px;
                font-size: 12px;
                line-height: 20px;
                /*text-indent: -15px;*/
                /*text-align: center;*/
            }
          .slider02 .slider__notice{
            width: 906px;
            padding-top: 8px;
          }
        .slider02 .slider__notice > li{
            padding-left: 15px;
            font-size: 12px;
            line-height: 20px;
            text-indent: -15px;
        }
        .slider02 .slider__notice > li > span {
            display: inline-block;
            width: 906px;
            height: auto;
            padding-left: 15px;
            font-size: 11px;
            line-height: 16px;
            text-align: left;
        }
        .slider04 .slider__notice{
            width: 743px;
        }

    /*スライダーの矢印*/
    .basic__slider{
        position: relative;
    }
    .slider__arrow > li{
        width: 46px;
        height: 46px;
        border: none;
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
    }
        .slider__arrow > li:first-child{
            position: absolute;
                top: 361px;
                left: 10px;
            background: url("../img/top_slider_arrow-left_green.svg") no-repeat;
            background-size: 18px 46px;
            background-position: center;
        }
        .slider__arrow > li:last-child{
            position: absolute;
                top: 361px;
                right: 10px;
            background: url("../img/top_slider_arrow-right_green.svg") no-repeat;
            background-size: 18px 46px;
            background-position: center;
        }
            .slider__arrow > li > a{
                display: block;
                width: 46px;
                height: 46px;
            }

    /*スライダーのナビ*/
    .slider__nav{
        width: 105px;
        height: 12px;
        margin: 0 auto;
    }
        .slider__nav > li{
            float: left;
            display: block;
            width: 12px;
            height: 12px;
            margin-right: 19px;
            background-color: #d3d3d3;
            border-radius: 6px;
            border: none;
            text-indent: 100%;
            white-space: nowrap;
            overflow: hidden;
        }
        .slider__nav > li:last-child{
            margin-right: 0;
        }
        .slider__nav > li.now{
            background-color: #006458;
        }
        .slider__nav > li > a{
            display: block;
        }
}
