body{
    position: relative;
    margin: 0 auto;
    letter-spacing: 0.06em;
    background-color: #EAEAEA;
}
img{
    max-width: 100%;
}
button{
    cursor: pointer;
    background-color: transparent;
    border: none;
    outline: none;
}

body[data-slide-num="0"] .slide_top{
    display: block;
}
body[data-slide-num="0"] .slide_footer{
    display: none;
}
body[data-slide-num="1"] .slide_page:nth-of-type(1),
body[data-slide-num="2"] .slide_page:nth-of-type(2),
body[data-slide-num="3"] .slide_page:nth-of-type(3),
body[data-slide-num="4"] .slide_page:nth-of-type(4),
body[data-slide-num="5"] .slide_page:nth-of-type(5),
body[data-slide-num="6"] .slide_page:nth-of-type(6),
body[data-slide-num="7"] .slide_page:nth-of-type(7),
body[data-slide-num="8"] .slide_page:nth-of-type(8),
body[data-slide-num="9"] .slide_page:nth-of-type(9),
body[data-slide-num="10"] .slide_page:nth-of-type(10){
    display: block;
}


.slide_top{
    display: none;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
    background-color: #EBF8F6;
    box-shadow: 0 10px 10px rgba(0,0,0,.16);
}
.slide_top__head{
    position: relative;
    margin: 0 auto;
    width: 100%;
    text-align: center;
}
.slide_top__contents{
    margin: 0 auto;
    padding: 0 2% 130px;
    width: 100%;
    max-width: 1020px;
    text-align: center;
    background-color: #fff;
    box-sizing: border-box;
}
.slide_top__lead{
    padding: 10px 0 0;
    font-size: 18px;
    line-height: 1.6;
    font-weight: normal;
}
.slide_top__type{
    display: inline-block;
    margin: 25px 0 0;
    padding: 0.5em 0;
    width: 116px;
    font-size: 14px;
    color: #fff;
    background-color: #426394;
}
.slide_top__title{
    margin: 25px 0 0;
    font-size: 35px;
    font-weight: bold;
}
.slide_top__text{
    margin: 37px 0 0;
    font-size: 18px;
    line-height: 1.6;
    font-weight: normal;
}
.slide_top__btn{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 100px auto 35px;
    width: 100%;
    max-width: 912px;
    height: 2em;
    max-height: 80px;
    font-size: 35px;
    font-weight: bold;
    color: #426394;
    background-color: #fff;
    border: 2px solid #426394;
    border-radius: 8px;
    cursor: pointer;
    box-shadow: 0px 3px 6px rgba(0,0,0,.16);
}
.slide_top__btn:hover{
    color: #fff;
    background-color: #89B8FF;
}
.slide_top__btn span{
    position: relative;
    display: flex;
    align-items: center;

}
.slide_top__btn span::after{
    content: '';
    position: absolute;
    right: -1em;
    display: inline-block;
    /* margin: 0 0 0 10px; */
    width: 1em;
    height: 1em;
    background-image: url(/biz/smx/filter_demo/images/btn_mark.png);
    background-repeat: no-repeat;
    background-position: center;
}
.slide_top__btn:hover span::after{
    background-image: url(/biz/smx/filter_demo/images/btn_mark_hover.png);
}


.slide_main{
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
    box-shadow: 0 10px 10px rgba(0,0,0,.16);
}
.slide_page{
    position: relative;
    display: none;
    width: 100%;
}
div[class^="slide_frame"],
.slide_tips,
.slide_comment{
    position: absolute;
}
div[class^="slide_frame"]{
    border: 2px solid #D72F22;
    border-radius: 6px;
}
.slide_frame_1{
    cursor: pointer;
}
.slide_tips{
    cursor: pointer;
}
.slide_comment{
    position: absolute;
    left: 0;
    right: 0;
    padding: 1em;
    margin: 0 auto;
    width: 90%;
    max-width: 950px;
    min-height: 52px;
    font-size: 30px;
    background-color: #475059;
    box-shadow: 0 10px 20px rgba(0,0,0,.16);
    box-sizing: border-box;
}
.slide_comment__main{
    position: relative;
    display: flex;
    /* align-items: center; */
    color: #88B8FF;
    text-align: left;
    line-height: 1.4;
    z-index: 1;
}
.slide_comment__main::before{
    content: '';
    margin: 0 0.3em 0 0;
    padding: 1.6em 0em 0 0;
    width: 2em;
    height: 0;
    background-image: url(/biz/smx/filter_demo/images/hand.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center;
}
.slide_comment__caution{
    padding: 2em 4em 0;
    font-size: 16px;
    color: #fff;
    text-align: left;
    line-height: 1.5;
}

/* PAGE1 ------------------------------- */
.slide_page:nth-of-type(1) .slide_frame_1{
    top: 24%;
    left: 2%;
    width: 8%;
    height: 4%;
}
.slide_page:nth-of-type(1) .slide_tips{
    top: 19%;
    left: 10%;
}
.slide_page:nth-of-type(1) .slide_comment{
    top: 56%;
    /* left: 10%; */
    /* width: 80%; */
}

/* PAGE2 ------------------------------- */
.slide_page:nth-of-type(2) .slide_frame_1{
    top: 22%;
    left: 18%;
    width: 67%;
    height: 3.4%;
}
.slide_page:nth-of-type(2) .slide_tips{
    top: 17%;
    left: 27.4%;
}
.slide_page:nth-of-type(2) .slide_comment{
    top: 56%;
    left: 10%;
    width: 80%;
}

/* PAGE3 ------------------------------- */
.slide_page:nth-of-type(3) .slide_frame_1{
    top: 19.3%;
    left: 81.1%;
    width: 3%;
    height: 4%;
}
.slide_page:nth-of-type(3) .slide_tips{
    top: 13%;
    left: 79.2%;
}
.slide_page:nth-of-type(3) .slide_comment{
    top: 56%;
    left: 10%;
    width: 80%;
}

/* PAGE4 ------------------------------- */
.slide_page:nth-of-type(4) .slide_frame_1{
    top: 19.8%;
    left: 15.5%;
    width: 21.4%;
    height: 4%;
}
.slide_page:nth-of-type(4) .slide_tips{
    top: 14.4%;
    left: 30.2%;
}
.slide_page:nth-of-type(4) .slide_comment{
    top: 56%;
    left: 10%;
    width: 80%;
}

/* PAGE5 ------------------------------- */
.slide_page:nth-of-type(5) .slide_frame_1{
    top: 34%;
    left: 22.5%;
    width: 11.7%;
    height: 4%;
}
.slide_page:nth-of-type(5) .slide_tips{
    top: 28.7%;
    left: 31.7%;
}
.slide_page:nth-of-type(5) .slide_comment{
    top: 56%;
    left: 10%;
    width: 80%;
}

/* PAGE6 ------------------------------- */
.slide_page:nth-of-type(6) .slide_frame_1{
    top: 82.2%;
    left: 57.7%;
    width: 6.8%;
    height: 4.3%;
}
.slide_page:nth-of-type(6) .slide_frame_2{
    top: 14%;
    left: 15%;
    width: 23%;
    height: 66%;
}
.slide_page:nth-of-type(6) .slide_frame_3{
    top: 37%;
    left: 15.5%;
    width: 21.9%;
    height: 5.8%;
    border-style: dotted;
}
.slide_page:nth-of-type(6) .slide_frame_4{
    top: 43.8%;
    left: 15.5%;
    width: 21.9%;
    height: 5.2%;
    border-style: dotted;
}
.slide_page:nth-of-type(6) .slide_frame_5{
    top: 52.8%;
    left: 15.5%;
    width: 21.9%;
    height: 5.4%;
    border-style: dotted;
}

.slide_page:nth-of-type(6) .slide_tips{
    top: 77%;
    left: 57.8%;
}
.slide_page:nth-of-type(6) .slide_comment{
    left: inherit;
    right: inherit;
    width: auto;
    padding: 0.5em 1em;
    font-size: 22px;
    min-height: 64px;
}
.slide_page:nth-of-type(6) .slide_comment h4.slide_comment__main{
    font-size: 18px;
    color: #fff;
}
.slide_page:nth-of-type(6) .slide_comment h4.slide_comment__main::before{
    content: '';
    display: none;
}
.slide_page:nth-of-type(6) .slide_comment[data-num="1"]{
    top: 9%;
    left: 49%;
}
.slide_page:nth-of-type(6) .slide_comment[data-num="2"]{
    top: 23%;
    left: 43%;
}
.slide_page:nth-of-type(6) .slide_comment__arrow{
    position: absolute;
}
.slide_page:nth-of-type(6) .slide_comment__arrow[data-num="2"]{
    top: 19.8%;
    left: 33%;
    width: 50%;
}
.slide_page:nth-of-type(6) .slide_comment__arrow[data-num="3"]{
    top: 37%;
    left: 35%;
    width: 50%;
}
.slide_page:nth-of-type(6) .slide_comment__arrow[data-num="4"]{
    top: 49.2%;
    left: 33.3%;
    width: 50%;
}

.slide_page:nth-of-type(6) .slide_comment[data-num="5"]{
    top: 66%;
    left: 49%;
}
.slide_page:nth-of-type(6) .slide_comment[data-num="5"] .slide_comment__main{
    align-items: center;
}


/* PAGE7 ------------------------------- */
.slide_page:nth-of-type(7) .slide_frame_1{
    top: 49.8%;
    left: 17.8%;
    width: 27.8%;
    height: 3.7%;
    border-style: dotted;
    pointer-events: none;
}
.slide_page:nth-of-type(7) .slide_comment{
    top: 56%;
    left: 10%;
    width: 80%;
}



.slide_footer{
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 100px;
    background-color: #fff;
    box-shadow: 0px 0px 20px rgba(0,0,0,.16);
    z-index: 10;
}
.slide_page__info{
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding: 0 2%;
    width: 100%;
    max-width: 1200px;
    height: 100px;
    box-sizing: border-box;
}
.slide_btn__prev{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 130px;
    width: 30%;
    max-height: 60px;
    height: 3em;
    color: #333;
    box-sizing: border-box;
    padding: 0 1.8em;
    line-height: 1.2;
}
.slide_btn__prev::before{
    content: url(/biz/smx/filter_demo/images/prev.svg);
    position: absolute;
    left: 1em;
}
.slide_btn__prev:hover{
    color: #1581FF;
}
.slide_btn__prev:hover::before{
    content: url(/biz/smx/filter_demo/images/prev_hover.svg);
}

.slide_btn__next{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 260px;
    width: 30%;
    min-width: 9em;
    min-height: 60px;
    height: 3em;
    font-size: 16px;
    text-align: center;
    color: #fff;
    background-color: #1581FF;
    border: 2px solid #1581FF;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 0 1.8em;
    line-height: 1.2;
}
.slide_btn__next::after{
    content: url(/biz/smx/filter_demo/images/next.svg);
    position: absolute;
    right: 1em;
}
.slide_btn__next:hover{
    color: #1581FF;
    background-color: #fff;
}
.slide_btn__next:hover::after{
    content: url(/biz/smx/filter_demo/images/next_hover.svg);
}

.slide_page__count{
    font-size: 14px;
    text-align: center;
}
.slide_page__info .slide_page__count::after{
    content:'/8';
}

.br_sp{
    display: none;
}

/* 20210312 add */
.slide_top__subttl {
  margin-top: 2%;
  font-size: 22px;
  font-weight: bold;
}
/* end added 20210312 */

@media screen and (max-width: 1200px){
    .slide_comment {
        min-height: 4vw;
        font-size: 3vw;
    }
    .slide_comment__caution{
        padding: 2em 0.6em 0 3em;
        font-size: 1.6vw;
    }

    /* PAGE1 ------------------------------- */
    .slide_page:nth-of-type(1) .slide_frame_1{
        top: 17.2vw;
        width: 8vw;
        height: 3vw;
    }
    .slide_page:nth-of-type(1) .slide_tips{
        top: 13vw;
        width: 9vw;
    }
    /* PAGE2 ------------------------------- */
    .slide_page:nth-of-type(2) .slide_frame_1 {
        top: 15.7vw;
        height: 2.4vw;
    }
    .slide_page:nth-of-type(2) .slide_tips{
        top: 11.9vw;
        width: 7.2vw;
    }
    /* PAGE3 ------------------------------- */
    .slide_page:nth-of-type(3) .slide_frame_1 {
        top: 14.2vw;
        width: 2.6vw;
        height: 2.4vw;
    }
    .slide_page:nth-of-type(3) .slide_tips{
        top: 10.4vw;
        width: 7.2vw;
    }
    /* PAGE4 ------------------------------- */
    .slide_page:nth-of-type(4) .slide_frame_1 {
        /* top: 14.2vw;
        width: 2.6vw;
        height: 2.4vw; */
    }
    .slide_page:nth-of-type(4) .slide_tips{
        top: 10.4vw;
        width: 7.2vw;
    }
    /* PAGE5 ------------------------------- */
    .slide_page:nth-of-type(5) .slide_frame_1 {
        /* top: 14.2vw;
        width: 2.6vw;
        height: 2.4vw; */
    }
    .slide_page:nth-of-type(5) .slide_tips{
        top: 20.8vw;
        width: 7.2vw;
    }

    /* PAGE6 ------------------------------- */
    .slide_page:nth-of-type(6) .slide_frame_1{
        top: 58.9vw;
    }
    .slide_page:nth-of-type(6) .slide_frame_2{
        top: 10vw;
    }
    .slide_page:nth-of-type(6) .slide_frame_3{
        top: 26.6vw;
    }
    .slide_page:nth-of-type(6) .slide_frame_4{
        top: 31.5vw;
    }
    .slide_page:nth-of-type(6) .slide_frame_5{
        top: 38vw;
    }
    .slide_page:nth-of-type(6) .slide_tips{
        top: 55vw;
        width: 7.4vw;
    }
    .slide_page:nth-of-type(6) .slide_comment{
        font-size: 2vw;
        min-height: 6vw;
    }
    .slide_page:nth-of-type(6) .slide_comment h4.slide_comment__main{
        font-size: 1.6vw;
    }
    .slide_page:nth-of-type(6) .slide_comment h4.slide_comment__main::before{
        content: '';
        display: none;
    }
    .slide_page:nth-of-type(6) .slide_comment[data-num="2"]{
        top: 23%;
        left: 43%;
    }
    /* .slide_page:nth-of-type(6) .slide_comment[data-num="2"]::before{
        top: 2vw;
        left: -13vw;
        transform: rotate(-33deg);
        border-width: 3.6vw 15vw 0px 0;
    } */
    .slide_page:nth-of-type(6) .slide_comment[data-num="3"]::before{
        top: 3vw;
        left: -9vw;
        transform: rotate(-11deg);
        border-width: 2.8vw 12vw 0px 0;
    }
    .slide_page:nth-of-type(6) .slide_comment[data-num="4"]::before{
        top: 3vw;
        left: -9vw;
        transform: rotate(0deg);
        border-width: 2.6vw 10vw 0px 0;
    }
    /* PAGE7 ------------------------------- */
    .slide_page:nth-of-type(7) .slide_frame_1 {
        top: 35.8vw;
    }
    .slide_btn__prev::before{
        left: .5em;
    }
    .slide_btn__next{
        white-space: nowrap;
    }
    .slide_btn__next::after{
        right: .5em;
    }
}

@media screen and (max-width: 950px){
    body {
        width: 100%;
        min-width: 100%;
    }
    .br_sp{
        display: inline;
    }
}
